Skip to content

Console Output

03:16:08 [2020-08-13T03:16:08.672Z] using credential docker-jenkins-github-credentials
03:16:08 [2020-08-13T03:16:08.678Z] Cloning the remote Git repository
03:16:08 [2020-08-13T03:16:08.679Z] Cloning with configured refspecs honoured and without tags
03:16:08 [2020-08-13T03:16:08.724Z] Cloning repository https://github.com/moby/moby.git
03:16:08 [2020-08-13T03:16:08.809Z]  > git init /home/ubuntu/workspace/moby_PR-41345 # timeout=10
03:16:09 [2020-08-13T03:16:09.112Z] Fetching upstream changes from https://github.com/moby/moby.git
03:16:09 [2020-08-13T03:16:09.112Z]  > git --version # timeout=10
03:16:09 [2020-08-13T03:16:09.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:16:09 [2020-08-13T03:16:09.158Z]  > 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:33 [2020-08-13T03:16:33.852Z] Fetching without tags
03:16:34 [2020-08-13T03:16:34.140Z] Merging remotes/origin/master commit c997a4995d69b333e088b75b7e9b21d717af2e23 into PR head commit e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:16:34 [2020-08-13T03:16:34.967Z] Merge succeeded, producing e3ab23630964c4cd3bac7cef637fe89e2318c47d
03:16:34 [2020-08-13T03:16:34.968Z] Checking out Revision e3ab23630964c4cd3bac7cef637fe89e2318c47d (PR-41345)
03:16:33 [2020-08-13T03:16:33.748Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:16:33 [2020-08-13T03:16:33.782Z]  > git config --add remote.origin.fetch +refs/pull/41345/head:refs/remotes/origin/PR-41345 # timeout=10
03:16:33 [2020-08-13T03:16:33.801Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
03:16:33 [2020-08-13T03:16:33.817Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:16:33 [2020-08-13T03:16:33.853Z] Fetching upstream changes from https://github.com/moby/moby.git
03:16:33 [2020-08-13T03:16:33.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:16:33 [2020-08-13T03:16:33.880Z]  > 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.143Z]  > git config core.sparsecheckout # timeout=10
03:16:34 [2020-08-13T03:16:34.156Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:16:34 [2020-08-13T03:16:34.927Z]  > git merge c997a4995d69b333e088b75b7e9b21d717af2e23 # timeout=10
03:16:34 [2020-08-13T03:16:34.937Z]  > git rev-parse HEAD^{commit} # timeout=10
03:16:34 [2020-08-13T03:16:34.967Z]  > git config core.sparsecheckout # timeout=10
03:16:34 [2020-08-13T03:16:34.986Z]  > git checkout -f e3ab23630964c4cd3bac7cef637fe89e2318c47d # timeout=10
03:16:39 [2020-08-13T03:16:39.233Z] Commit message: "Add solaris support to lstat"