Skip to content

Console Output

20:30:12 [2019-10-02T20:30:12.415Z] using credential docker-jenkins-github-credentials
20:30:12 [2019-10-02T20:30:12.521Z] Cloning the remote Git repository
20:30:12 [2019-10-02T20:30:12.521Z] Cloning with configured refspecs honoured and without tags
20:30:12 [2019-10-02T20:30:12.575Z] Cloning repository https://github.com/moby/moby.git
20:30:12 [2019-10-02T20:30:12.578Z]  > git init /home/jenkins/workspace/moby_PR-39983 # timeout=10
20:30:12 [2019-10-02T20:30:12.618Z] Fetching upstream changes from https://github.com/moby/moby.git
20:30:12 [2019-10-02T20:30:12.620Z]  > git --version # timeout=10
20:30:12 [2019-10-02T20:30:12.638Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:12 [2019-10-02T20:30:12.647Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39983/head:refs/remotes/origin/PR-39983 +refs/heads/master:refs/remotes/origin/master
20:30:21 [2019-10-02T20:30:21.393Z] Fetching without tags
20:30:21 [2019-10-02T20:30:21.249Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:21 [2019-10-02T20:30:21.268Z]  > git config --add remote.origin.fetch +refs/pull/39983/head:refs/remotes/origin/PR-39983 # timeout=10
20:30:21 [2019-10-02T20:30:21.286Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:30:21 [2019-10-02T20:30:21.350Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:21 [2019-10-02T20:30:21.420Z] Fetching upstream changes from https://github.com/moby/moby.git
20:30:21 [2019-10-02T20:30:21.422Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:21 [2019-10-02T20:30:21.423Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39983/head:refs/remotes/origin/PR-39983 +refs/heads/master:refs/remotes/origin/master
20:30:21 [2019-10-02T20:30:21.850Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:22 [2019-10-02T20:30:22.593Z] Merge succeeded, producing 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:22 [2019-10-02T20:30:22.594Z] Checking out Revision 6ca3ec88ae9e1435abbed665ec598c00058659da (PR-39983)
20:30:21 [2019-10-02T20:30:21.874Z]  > git config core.sparsecheckout # timeout=10
20:30:21 [2019-10-02T20:30:21.892Z]  > git checkout -f 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:22 [2019-10-02T20:30:22.482Z]  > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10
20:30:22 [2019-10-02T20:30:22.549Z]  > git rev-parse HEAD^{commit} # timeout=10
20:30:22 [2019-10-02T20:30:22.618Z]  > git config core.sparsecheckout # timeout=10
20:30:22 [2019-10-02T20:30:22.638Z]  > git checkout -f 6ca3ec88ae9e1435abbed665ec598c00058659da
20:30:23 [2019-10-02T20:30:23.323Z] Commit message: "builder: remove legacy build's session handling"