Skip to content

Console Output

02:07:04 [2019-11-26T02:07:04.259Z] using credential docker-jenkins-github-credentials
02:07:04 [2019-11-26T02:07:04.266Z] Cloning the remote Git repository
02:07:04 [2019-11-26T02:07:04.266Z] Cloning with configured refspecs honoured and without tags
02:07:04 [2019-11-26T02:07:04.340Z] Cloning repository https://github.com/moby/moby.git
02:07:04 [2019-11-26T02:07:04.341Z]  > git init /home/ubuntu/workspace/moby_PR-40249 # timeout=10
02:07:04 [2019-11-26T02:07:04.351Z] Fetching upstream changes from https://github.com/moby/moby.git
02:07:04 [2019-11-26T02:07:04.351Z]  > git --version # timeout=10
02:07:04 [2019-11-26T02:07:04.356Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:07:04 [2019-11-26T02:07:04.357Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40249/head:refs/remotes/origin/PR-40249 +refs/heads/master:refs/remotes/origin/master
02:07:17 [2019-11-26T02:07:17.486Z] Fetching without tags
02:07:17 [2019-11-26T02:07:17.703Z] Merging remotes/origin/master commit 8840071c26093d0589edb659b329e82892e496c2 into PR head commit 6ee536b4a048bbb9aaa0a017eabecd83d8d2a69e
02:07:18 [2019-11-26T02:07:18.261Z] Merge succeeded, producing 6ee536b4a048bbb9aaa0a017eabecd83d8d2a69e
02:07:18 [2019-11-26T02:07:18.261Z] Checking out Revision 6ee536b4a048bbb9aaa0a017eabecd83d8d2a69e (PR-40249)
02:07:17 [2019-11-26T02:07:17.484Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:07:17 [2019-11-26T02:07:17.491Z]  > git config --add remote.origin.fetch +refs/pull/40249/head:refs/remotes/origin/PR-40249 # timeout=10
02:07:17 [2019-11-26T02:07:17.503Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:07:17 [2019-11-26T02:07:17.508Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:07:17 [2019-11-26T02:07:17.518Z] Fetching upstream changes from https://github.com/moby/moby.git
02:07:17 [2019-11-26T02:07:17.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:07:17 [2019-11-26T02:07:17.518Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40249/head:refs/remotes/origin/PR-40249 +refs/heads/master:refs/remotes/origin/master
02:07:17 [2019-11-26T02:07:17.735Z]  > git config core.sparsecheckout # timeout=10
02:07:17 [2019-11-26T02:07:17.744Z]  > git checkout -f 6ee536b4a048bbb9aaa0a017eabecd83d8d2a69e
02:07:18 [2019-11-26T02:07:18.254Z]  > git merge 8840071c26093d0589edb659b329e82892e496c2 # timeout=10
02:07:18 [2019-11-26T02:07:18.273Z]  > git rev-parse HEAD^{commit} # timeout=10
02:07:18 [2019-11-26T02:07:18.293Z]  > git config core.sparsecheckout # timeout=10
02:07:18 [2019-11-26T02:07:18.299Z]  > git checkout -f 6ee536b4a048bbb9aaa0a017eabecd83d8d2a69e
02:07:18 [2019-11-26T02:07:18.563Z] Commit message: "daemon: remove use of deprecated os.SEEK_END"