Skip to content

Console Output

03:18:09 [2020-08-13T03:18:09.230Z] using credential docker-jenkins-github-credentials
03:18:09 [2020-08-13T03:18:09.305Z] Cloning the remote Git repository
03:18:09 [2020-08-13T03:18:09.305Z] Cloning with configured refspecs honoured and without tags
03:18:09 [2020-08-13T03:18:09.494Z] Cloning repository https://github.com/moby/moby.git
03:18:09 [2020-08-13T03:18:09.937Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
03:18:10 [2020-08-13T03:18:10.717Z] Fetching upstream changes from https://github.com/moby/moby.git
03:18:10 [2020-08-13T03:18:10.718Z]  > git --version # timeout=10
03:18:10 [2020-08-13T03:18:10.766Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:18:10 [2020-08-13T03:18:10.768Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41345/head:refs/remotes/origin/PR-41345 +refs/heads/master:refs/remotes/origin/master # timeout=10
03:18:26 [2020-08-13T03:18:26.390Z] Fetching without tags
03:18:27 [2020-08-13T03:18:27.114Z] Merging remotes/origin/master commit c997a4995d69b333e088b75b7e9b21d717af2e23 into PR head commit e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:18:26 [2020-08-13T03:18:26.071Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:18:26 [2020-08-13T03:18:26.120Z]  > git config --add remote.origin.fetch +refs/pull/41345/head:refs/remotes/origin/PR-41345 # timeout=10
03:18:26 [2020-08-13T03:18:26.177Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
03:18:26 [2020-08-13T03:18:26.303Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:18:26 [2020-08-13T03:18:26.422Z] Fetching upstream changes from https://github.com/moby/moby.git
03:18:26 [2020-08-13T03:18:26.422Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:18:26 [2020-08-13T03:18:26.424Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41345/head:refs/remotes/origin/PR-41345 +refs/heads/master:refs/remotes/origin/master # timeout=10
03:18:27 [2020-08-13T03:18:27.218Z]  > git config core.sparsecheckout # timeout=10
03:18:27 [2020-08-13T03:18:27.268Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:18:30 [2020-08-13T03:18:30.021Z] Merge succeeded, producing e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:18:30 [2020-08-13T03:18:30.021Z] Checking out Revision e3ab23630964c4cd3bac7cef637fe89e2318c47d (PR-41345)
03:18:29 [2020-08-13T03:18:29.782Z]  > git merge c997a4995d69b333e088b75b7e9b21d717af2e23 # timeout=10
03:18:29 [2020-08-13T03:18:29.913Z]  > git rev-parse "HEAD^{commit}" # timeout=10
03:18:30 [2020-08-13T03:18:30.051Z]  > git config core.sparsecheckout # timeout=10
03:18:30 [2020-08-13T03:18:30.122Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:18:45 [2020-08-13T03:18:45.501Z] Commit message: "Add solaris support to lstat"