Skip to content

Console Output

17:41:04 [2021-06-18T17:41:04.608Z] The recommended git tool is: git
17:41:04 [2021-06-18T17:41:04.617Z] using credential docker-jenkins-github-credentials
17:41:04 [2021-06-18T17:41:04.624Z] Cloning the remote Git repository
17:41:04 [2021-06-18T17:41:04.625Z] Cloning with configured refspecs honoured and without tags
17:41:04 [2021-06-18T17:41:04.622Z] Cloning repository https://github.com/moby/moby.git
17:41:04 [2021-06-18T17:41:04.623Z]  > git init /home/ubuntu/workspace/moby_PR-42536 # timeout=10
17:41:04 [2021-06-18T17:41:04.639Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:04 [2021-06-18T17:41:04.639Z]  > git --version # timeout=10
17:41:04 [2021-06-18T17:41:04.650Z]  > git --version # 'git version 2.17.1'
17:41:04 [2021-06-18T17:41:04.650Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:04 [2021-06-18T17:41:04.651Z]  > 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:19 [2021-06-18T17:41:19.520Z] Fetching without tags
17:41:19 [2021-06-18T17:41:19.778Z] Merging remotes/origin/master commit f32fc350ce4f0373efa5fc646dc24ebc226bf168 into PR head commit 472f21b923ef512e8bebaece83a7d9c206b1e0a7
17:41:20 [2021-06-18T17:41:20.283Z] Merge succeeded, producing 472f21b923ef512e8bebaece83a7d9c206b1e0a7
17:41:20 [2021-06-18T17:41:20.283Z] Checking out Revision 472f21b923ef512e8bebaece83a7d9c206b1e0a7 (PR-42536)
17:41:19 [2021-06-18T17:41:19.473Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:19 [2021-06-18T17:41:19.478Z]  > git config --add remote.origin.fetch +refs/pull/42536/head:refs/remotes/origin/PR-42536 # timeout=10
17:41:19 [2021-06-18T17:41:19.484Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:19 [2021-06-18T17:41:19.489Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:19 [2021-06-18T17:41:19.518Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:19 [2021-06-18T17:41:19.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:19 [2021-06-18T17:41:19.518Z]  > 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:19 [2021-06-18T17:41:19.776Z]  > git config core.sparsecheckout # timeout=10
17:41:19 [2021-06-18T17:41:19.781Z]  > git checkout -f 472f21b923ef512e8bebaece83a7d9c206b1e0a7 # timeout=10
17:41:20 [2021-06-18T17:41:20.243Z]  > git remote # timeout=10
17:41:20 [2021-06-18T17:41:20.250Z]  > git config --get remote.origin.url # timeout=10
17:41:20 [2021-06-18T17:41:20.262Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:20 [2021-06-18T17:41:20.263Z]  > git merge f32fc350ce4f0373efa5fc646dc24ebc226bf168 # timeout=10
17:41:20 [2021-06-18T17:41:20.272Z]  > git rev-parse HEAD^{commit} # timeout=10
17:41:20 [2021-06-18T17:41:20.281Z]  > git config core.sparsecheckout # timeout=10
17:41:20 [2021-06-18T17:41:20.286Z]  > git checkout -f 472f21b923ef512e8bebaece83a7d9c206b1e0a7 # timeout=10
17:41:20 [2021-06-18T17:41:20.593Z] Commit message: "replace uses of deprecated containerd/sys.RunningInUserNS()"