Skip to content

Console Output

16:02:47 [2022-02-18T16:02:47.770Z] The recommended git tool is: git
16:02:51 [2022-02-18T16:02:51.286Z] using credential docker-jenkins-github-credentials
16:02:51 [2022-02-18T16:02:51.298Z] Cloning the remote Git repository
16:02:51 [2022-02-18T16:02:51.298Z] Cloning with configured refspecs honoured and without tags
16:02:50 [2022-02-18T16:02:50.647Z] Cloning repository https://github.com/moby/moby.git
16:02:50 [2022-02-18T16:02:50.714Z]  > git init /home/ubuntu/workspace/moby_PR-43183 # timeout=10
16:02:50 [2022-02-18T16:02:50.936Z] Fetching upstream changes from https://github.com/moby/moby.git
16:02:50 [2022-02-18T16:02:50.937Z]  > git --version # timeout=10
16:02:50 [2022-02-18T16:02:50.955Z]  > git --version # 'git version 2.17.1'
16:02:50 [2022-02-18T16:02:50.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:02:50 [2022-02-18T16:02:50.967Z]  > 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.043Z] Fetching without tags
16:03:13 [2022-02-18T16:03:13.929Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:03:13 [2022-02-18T16:03:13.966Z]  > 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.993Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:03:14 [2022-02-18T16:03:14.018Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:03:14 [2022-02-18T16:03:14.046Z] Fetching upstream changes from https://github.com/moby/moby.git
16:03:14 [2022-02-18T16:03:14.046Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:14 [2022-02-18T16:03:14.048Z]  > 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.353Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 79ea1b16b1579147aa366282444bd22d7c44be96
16:03:15 [2022-02-18T16:03:15.165Z] Merge succeeded, producing 79ea1b16b1579147aa366282444bd22d7c44be96
16:03:15 [2022-02-18T16:03:15.166Z] Checking out Revision 79ea1b16b1579147aa366282444bd22d7c44be96 (PR-43183)
16:03:14 [2022-02-18T16:03:14.360Z]  > git config core.sparsecheckout # timeout=10
16:03:14 [2022-02-18T16:03:14.377Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:03:15 [2022-02-18T16:03:15.091Z]  > git remote # timeout=10
16:03:15 [2022-02-18T16:03:15.118Z]  > git config --get remote.origin.url # timeout=10
16:03:15 [2022-02-18T16:03:15.131Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:15 [2022-02-18T16:03:15.132Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
16:03:15 [2022-02-18T16:03:15.153Z]  > git rev-parse HEAD^{commit} # timeout=10
16:03:15 [2022-02-18T16:03:15.168Z]  > git config core.sparsecheckout # timeout=10
16:03:15 [2022-02-18T16:03:15.192Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:03:18 [2022-02-18T16:03:18.996Z] Commit message: "distribution/xfer: un-export DoFunc type"