Skip to content

Console Output

16:03:01 [2022-02-18T16:03:01.856Z] The recommended git tool is: git
16:03:06 [2022-02-18T16:03:06.359Z] using credential docker-jenkins-github-credentials
16:03:06 [2022-02-18T16:03:06.367Z] Cloning the remote Git repository
16:03:06 [2022-02-18T16:03:06.367Z] Cloning with configured refspecs honoured and without tags
16:03:06 [2022-02-18T16:03:06.399Z] Cloning repository https://github.com/moby/moby.git
16:03:06 [2022-02-18T16:03:06.453Z]  > git init /home/ubuntu/workspace/moby_PR-43183 # timeout=10
16:03:07 [2022-02-18T16:03:07.106Z] Fetching upstream changes from https://github.com/moby/moby.git
16:03:07 [2022-02-18T16:03:07.106Z]  > git --version # timeout=10
16:03:07 [2022-02-18T16:03:07.114Z]  > git --version # 'git version 2.25.1'
16:03:07 [2022-02-18T16:03:07.115Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:07 [2022-02-18T16:03:07.116Z]  > git fetch --no-tags --force --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:26 [2022-02-18T16:03:26.725Z] Fetching without tags
16:03:26 [2022-02-18T16:03:26.964Z] Merging remotes/origin/master commit 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 into PR head commit 79ea1b16b1579147aa366282444bd22d7c44be96
16:03:27 [2022-02-18T16:03:27.574Z] Merge succeeded, producing 79ea1b16b1579147aa366282444bd22d7c44be96
16:03:27 [2022-02-18T16:03:27.574Z] Checking out Revision 79ea1b16b1579147aa366282444bd22d7c44be96 (PR-43183)
16:03:26 [2022-02-18T16:03:26.677Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:03:26 [2022-02-18T16:03:26.688Z]  > git config --add remote.origin.fetch +refs/pull/43183/head:refs/remotes/origin/PR-43183 # timeout=10
16:03:26 [2022-02-18T16:03:26.695Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:03:26 [2022-02-18T16:03:26.711Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:03:26 [2022-02-18T16:03:26.727Z] Fetching upstream changes from https://github.com/moby/moby.git
16:03:26 [2022-02-18T16:03:26.728Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:26 [2022-02-18T16:03:26.729Z]  > git fetch --no-tags --force --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:26 [2022-02-18T16:03:26.972Z]  > git config core.sparsecheckout # timeout=10
16:03:26 [2022-02-18T16:03:26.988Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:03:27 [2022-02-18T16:03:27.528Z]  > git remote # timeout=10
16:03:27 [2022-02-18T16:03:27.539Z]  > git config --get remote.origin.url # timeout=10
16:03:27 [2022-02-18T16:03:27.545Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:03:27 [2022-02-18T16:03:27.545Z]  > git merge 54d35c071dd8b8e757c70870e1e3c4d63c957dc1 # timeout=10
16:03:27 [2022-02-18T16:03:27.560Z]  > git rev-parse HEAD^{commit} # timeout=10
16:03:27 [2022-02-18T16:03:27.576Z]  > git config core.sparsecheckout # timeout=10
16:03:27 [2022-02-18T16:03:27.588Z]  > git checkout -f 79ea1b16b1579147aa366282444bd22d7c44be96 # timeout=10
16:03:31 [2022-02-18T16:03:31.795Z] Commit message: "distribution/xfer: un-export DoFunc type"