Skip to content

Console Output

03:15:52 [2020-08-13T03:15:52.826Z] using credential docker-jenkins-github-credentials
03:15:52 [2020-08-13T03:15:52.832Z] Cloning the remote Git repository
03:15:52 [2020-08-13T03:15:52.832Z] Cloning with configured refspecs honoured and without tags
03:15:52 [2020-08-13T03:15:52.886Z] Cloning repository https://github.com/moby/moby.git
03:15:53 [2020-08-13T03:15:53.020Z]  > git init /home/ubuntu/workspace/moby_PR-41345 # timeout=10
03:15:53 [2020-08-13T03:15:53.309Z] Fetching upstream changes from https://github.com/moby/moby.git
03:15:53 [2020-08-13T03:15:53.309Z]  > git --version # timeout=10
03:15:53 [2020-08-13T03:15:53.342Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:15:53 [2020-08-13T03:15:53.344Z]  > 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:18 [2020-08-13T03:16:18.510Z] Fetching without tags
03:16:18 [2020-08-13T03:16:18.840Z] Merging remotes/origin/master commit c997a4995d69b333e088b75b7e9b21d717af2e23 into PR head commit e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:16:19 [2020-08-13T03:16:19.770Z] Merge succeeded, producing e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:16:19 [2020-08-13T03:16:19.770Z] Checking out Revision e3ab23630964c4cd3bac7cef637fe89e2318c47d (PR-41345)
03:16:18 [2020-08-13T03:16:18.401Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:16:18 [2020-08-13T03:16:18.425Z]  > git config --add remote.origin.fetch +refs/pull/41345/head:refs/remotes/origin/PR-41345 # timeout=10
03:16:18 [2020-08-13T03:16:18.444Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
03:16:18 [2020-08-13T03:16:18.470Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:16:18 [2020-08-13T03:16:18.512Z] Fetching upstream changes from https://github.com/moby/moby.git
03:16:18 [2020-08-13T03:16:18.513Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:16:18 [2020-08-13T03:16:18.514Z]  > 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:18 [2020-08-13T03:16:18.850Z]  > git config core.sparsecheckout # timeout=10
03:16:18 [2020-08-13T03:16:18.881Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:16:19 [2020-08-13T03:16:19.713Z]  > git merge c997a4995d69b333e088b75b7e9b21d717af2e23 # timeout=10
03:16:19 [2020-08-13T03:16:19.749Z]  > git rev-parse HEAD^{commit} # timeout=10
03:16:19 [2020-08-13T03:16:19.777Z]  > git config core.sparsecheckout # timeout=10
03:16:19 [2020-08-13T03:16:19.813Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:16:24 [2020-08-13T03:16:24.531Z] Commit message: "Add solaris support to lstat"