Skip to content

Console Output

03:16:10 [2020-08-13T03:16:10.141Z] using credential docker-jenkins-github-credentials
03:16:10 [2020-08-13T03:16:10.153Z] Cloning the remote Git repository
03:16:10 [2020-08-13T03:16:10.153Z] Cloning with configured refspecs honoured and without tags
03:16:10 [2020-08-13T03:16:10.180Z] Cloning repository https://github.com/moby/moby.git
03:16:10 [2020-08-13T03:16:10.255Z]  > git init /home/ubuntu/workspace/moby_PR-41345 # timeout=10
03:16:10 [2020-08-13T03:16:10.608Z] Fetching upstream changes from https://github.com/moby/moby.git
03:16:10 [2020-08-13T03:16:10.609Z]  > git --version # timeout=10
03:16:10 [2020-08-13T03:16:10.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:16:10 [2020-08-13T03:16:10.675Z]  > git fetch --no-tags --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:16:34 [2020-08-13T03:16:34.092Z] Fetching without tags
03:16:34 [2020-08-13T03:16:34.533Z] Merging remotes/origin/master commit c997a4995d69b333e088b75b7e9b21d717af2e23 into PR head commit e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:16:33 [2020-08-13T03:16:33.991Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:16:34 [2020-08-13T03:16:34.016Z]  > git config --add remote.origin.fetch +refs/pull/41345/head:refs/remotes/origin/PR-41345 # timeout=10
03:16:34 [2020-08-13T03:16:34.047Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
03:16:34 [2020-08-13T03:16:34.069Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:16:34 [2020-08-13T03:16:34.100Z] Fetching upstream changes from https://github.com/moby/moby.git
03:16:34 [2020-08-13T03:16:34.100Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:16:34 [2020-08-13T03:16:34.104Z]  > git fetch --no-tags --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:16:34 [2020-08-13T03:16:34.547Z]  > git config core.sparsecheckout # timeout=10
03:16:34 [2020-08-13T03:16:34.571Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:16:35 [2020-08-13T03:16:35.662Z] Merge succeeded, producing e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:16:35 [2020-08-13T03:16:35.663Z] Checking out Revision e3ab23630964c4cd3bac7cef637fe89e2318c47d (PR-41345)
03:16:35 [2020-08-13T03:16:35.599Z]  > git merge c997a4995d69b333e088b75b7e9b21d717af2e23 # timeout=10
03:16:35 [2020-08-13T03:16:35.634Z]  > git rev-parse HEAD^{commit} # timeout=10
03:16:35 [2020-08-13T03:16:35.663Z]  > git config core.sparsecheckout # timeout=10
03:16:35 [2020-08-13T03:16:35.686Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:16:40 [2020-08-13T03:16:40.296Z] Commit message: "Add solaris support to lstat"