Skip to content

Console Output

17:41:04 [2021-06-18T17:41:04.823Z] The recommended git tool is: git
17:41:07 [2021-06-18T17:41:07.387Z] using credential docker-jenkins-github-credentials
17:41:07 [2021-06-18T17:41:07.395Z] Cloning the remote Git repository
17:41:07 [2021-06-18T17:41:07.395Z] Cloning with configured refspecs honoured and without tags
17:41:07 [2021-06-18T17:41:07.416Z] Cloning repository https://github.com/moby/moby.git
17:41:07 [2021-06-18T17:41:07.446Z]  > git init /home/ubuntu/workspace/moby_PR-42536 # timeout=10
17:41:07 [2021-06-18T17:41:07.640Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:07 [2021-06-18T17:41:07.641Z]  > git --version # timeout=10
17:41:07 [2021-06-18T17:41:07.648Z]  > git --version # 'git version 2.17.1'
17:41:07 [2021-06-18T17:41:07.648Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:07 [2021-06-18T17:41:07.649Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42536/head:refs/remotes/origin/PR-42536 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:23 [2021-06-18T17:41:23.907Z] Fetching without tags
17:41:24 [2021-06-18T17:41:24.133Z] Merging remotes/origin/master commit f32fc350ce4f0373efa5fc646dc24ebc226bf168 into PR head commit 472f21b923ef512e8bebaece83a7d9c206b1e0a7
17:41:23 [2021-06-18T17:41:23.841Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:23 [2021-06-18T17:41:23.863Z]  > git config --add remote.origin.fetch +refs/pull/42536/head:refs/remotes/origin/PR-42536 # timeout=10
17:41:23 [2021-06-18T17:41:23.874Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:23 [2021-06-18T17:41:23.889Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:23 [2021-06-18T17:41:23.911Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:23 [2021-06-18T17:41:23.911Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:23 [2021-06-18T17:41:23.912Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42536/head:refs/remotes/origin/PR-42536 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:24 [2021-06-18T17:41:24.140Z]  > git config core.sparsecheckout # timeout=10
17:41:24 [2021-06-18T17:41:24.155Z]  > git checkout -f 472f21b923ef512e8bebaece83a7d9c206b1e0a7 # timeout=10
17:41:24 [2021-06-18T17:41:24.722Z] Merge succeeded, producing 472f21b923ef512e8bebaece83a7d9c206b1e0a7
17:41:24 [2021-06-18T17:41:24.722Z] Checking out Revision 472f21b923ef512e8bebaece83a7d9c206b1e0a7 (PR-42536)
17:41:24 [2021-06-18T17:41:24.684Z]  > git remote # timeout=10
17:41:24 [2021-06-18T17:41:24.691Z]  > git config --get remote.origin.url # timeout=10
17:41:24 [2021-06-18T17:41:24.703Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:24 [2021-06-18T17:41:24.704Z]  > git merge f32fc350ce4f0373efa5fc646dc24ebc226bf168 # timeout=10
17:41:24 [2021-06-18T17:41:24.713Z]  > git rev-parse HEAD^{commit} # timeout=10
17:41:24 [2021-06-18T17:41:24.725Z]  > git config core.sparsecheckout # timeout=10
17:41:24 [2021-06-18T17:41:24.728Z]  > git checkout -f 472f21b923ef512e8bebaece83a7d9c206b1e0a7 # timeout=10
17:41:28 [2021-06-18T17:41:28.817Z] Commit message: "replace uses of deprecated containerd/sys.RunningInUserNS()"