Skip to content

Console Output

17:41:04 [2021-06-18T17:41:04.841Z] The recommended git tool is: git
17:41:07 [2021-06-18T17:41:07.385Z] using credential docker-jenkins-github-credentials
17:41:07 [2021-06-18T17:41:07.392Z] Cloning the remote Git repository
17:41:07 [2021-06-18T17:41:07.392Z] Cloning with configured refspecs honoured and without tags
17:41:07 [2021-06-18T17:41:07.412Z] Cloning repository https://github.com/moby/moby.git
17:41:07 [2021-06-18T17:41:07.447Z]  > 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.640Z]  > git --version # timeout=10
17:41:07 [2021-06-18T17:41:07.651Z]  > git --version # 'git version 2.17.1'
17:41:07 [2021-06-18T17:41:07.651Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:07 [2021-06-18T17:41:07.652Z]  > 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.127Z] Fetching without tags
17:41:24 [2021-06-18T17:41:24.354Z] Merging remotes/origin/master commit f32fc350ce4f0373efa5fc646dc24ebc226bf168 into PR head commit 472f21b923ef512e8bebaece83a7d9c206b1e0a7
17:41:24 [2021-06-18T17:41:24.059Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:24 [2021-06-18T17:41:24.080Z]  > git config --add remote.origin.fetch +refs/pull/42536/head:refs/remotes/origin/PR-42536 # timeout=10
17:41:24 [2021-06-18T17:41:24.101Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:24 [2021-06-18T17:41:24.115Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:24 [2021-06-18T17:41:24.131Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:24 [2021-06-18T17:41:24.131Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:24 [2021-06-18T17:41:24.132Z]  > 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.364Z]  > git config core.sparsecheckout # timeout=10
17:41:24 [2021-06-18T17:41:24.379Z]  > git checkout -f 472f21b923ef512e8bebaece83a7d9c206b1e0a7 # timeout=10
17:41:24 [2021-06-18T17:41:24.936Z] Merge succeeded, producing 472f21b923ef512e8bebaece83a7d9c206b1e0a7
17:41:24 [2021-06-18T17:41:24.936Z] Checking out Revision 472f21b923ef512e8bebaece83a7d9c206b1e0a7 (PR-42536)
17:41:24 [2021-06-18T17:41:24.890Z]  > git remote # timeout=10
17:41:24 [2021-06-18T17:41:24.895Z]  > git config --get remote.origin.url # timeout=10
17:41:24 [2021-06-18T17:41:24.904Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:24 [2021-06-18T17:41:24.905Z]  > git merge f32fc350ce4f0373efa5fc646dc24ebc226bf168 # timeout=10
17:41:24 [2021-06-18T17:41:24.916Z]  > git rev-parse HEAD^{commit} # timeout=10
17:41:24 [2021-06-18T17:41:24.938Z]  > git config core.sparsecheckout # timeout=10
17:41:24 [2021-06-18T17:41:24.947Z]  > git checkout -f 472f21b923ef512e8bebaece83a7d9c206b1e0a7 # timeout=10
17:41:28 [2021-06-18T17:41:28.982Z] Commit message: "replace uses of deprecated containerd/sys.RunningInUserNS()"