Skip to content

Console Output

16:02:47 [2022-02-18T16:02:47.788Z] The recommended git tool is: git
16:02:51 [2022-02-18T16:02:51.318Z] using credential docker-jenkins-github-credentials
16:02:51 [2022-02-18T16:02:51.326Z] Cloning the remote Git repository
16:02:51 [2022-02-18T16:02:51.326Z] Cloning with configured refspecs honoured and without tags
16:02:50 [2022-02-18T16:02:50.742Z] Cloning repository https://github.com/moby/moby.git
16:02:50 [2022-02-18T16:02:50.824Z]  > git init /home/ubuntu/workspace/moby_PR-43183 # timeout=10
16:02:51 [2022-02-18T16:02:51.091Z] Fetching upstream changes from https://github.com/moby/moby.git
16:02:51 [2022-02-18T16:02:51.092Z]  > git --version # timeout=10
16:02:51 [2022-02-18T16:02:51.106Z]  > git --version # 'git version 2.17.1'
16:02:51 [2022-02-18T16:02:51.106Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:51 [2022-02-18T16:02:51.108Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43183/head:refs/remotes/origin/PR-43183 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:03:13 [2022-02-18T16:03:13.930Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:03:13 [2022-02-18T16:03:13.954Z]  > git config --add remote.origin.fetch +refs/pull/43183/head:refs/remotes/origin/PR-43183 # timeout=10
16:03:13 [2022-02-18T16:03:13.983Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:03:14 [2022-02-18T16:03:14.006Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:03:14 [2022-02-18T16:03:14.039Z] Fetching without tags
16:03:14 [2022-02-18T16:03:14.432Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 79ea1b16b1579147aa366282444bd22d7c44be96
16:03:15 [2022-02-18T16:03:15.330Z] Merge succeeded, producing 79ea1b16b1579147aa366282444bd22d7c44be96
16:03:15 [2022-02-18T16:03:15.330Z] Checking out Revision 79ea1b16b1579147aa366282444bd22d7c44be96 (PR-43183)
16:03:14 [2022-02-18T16:03:14.042Z] Fetching upstream changes from https://github.com/moby/moby.git
16:03:14 [2022-02-18T16:03:14.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:14 [2022-02-18T16:03:14.043Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43183/head:refs/remotes/origin/PR-43183 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:03:14 [2022-02-18T16:03:14.439Z]  > git config core.sparsecheckout # timeout=10
16:03:14 [2022-02-18T16:03:14.461Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:03:15 [2022-02-18T16:03:15.226Z]  > git remote # timeout=10
16:03:15 [2022-02-18T16:03:15.249Z]  > git config --get remote.origin.url # timeout=10
16:03:15 [2022-02-18T16:03:15.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:15 [2022-02-18T16:03:15.270Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
16:03:15 [2022-02-18T16:03:15.300Z]  > git rev-parse HEAD^{commit} # timeout=10
16:03:15 [2022-02-18T16:03:15.333Z]  > git config core.sparsecheckout # timeout=10
16:03:15 [2022-02-18T16:03:15.348Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:03:19 [2022-02-18T16:03:19.495Z] Commit message: "distribution/xfer: un-export DoFunc type"