Skip to content

Console Output

21:28:05 [2022-08-16T21:28:05.252Z] The recommended git tool is: git
21:28:08 [2022-08-16T21:28:08.256Z] using credential docker-jenkins-github-credentials
21:28:08 [2022-08-16T21:28:08.266Z] Cloning the remote Git repository
21:28:08 [2022-08-16T21:28:08.266Z] Cloning with configured refspecs honoured and without tags
21:28:08 [2022-08-16T21:28:08.294Z] Cloning repository https://github.com/moby/moby.git
21:28:08 [2022-08-16T21:28:08.355Z]  > git init /home/ubuntu/workspace/moby_PR-43940 # timeout=10
21:28:08 [2022-08-16T21:28:08.679Z] Fetching upstream changes from https://github.com/moby/moby.git
21:28:08 [2022-08-16T21:28:08.679Z]  > git --version # timeout=10
21:28:08 [2022-08-16T21:28:08.706Z]  > git --version # 'git version 2.17.1'
21:28:08 [2022-08-16T21:28:08.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:28:08 [2022-08-16T21:28:08.708Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43940/head:refs/remotes/origin/PR-43940 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:28:31 [2022-08-16T21:28:31.574Z] Fetching without tags
21:28:31 [2022-08-16T21:28:31.830Z] Merging remotes/origin/master commit 724feb898f4af3d7f156fb0064d59a7b68ea9be2 into PR head commit 9d74c7ab9993719ed5f45e492d393f0ad923b536
21:28:32 [2022-08-16T21:28:32.775Z] Merge succeeded, producing 9d74c7ab9993719ed5f45e492d393f0ad923b536
21:28:32 [2022-08-16T21:28:32.776Z] Checking out Revision 9d74c7ab9993719ed5f45e492d393f0ad923b536 (PR-43940)
21:28:31 [2022-08-16T21:28:31.496Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:28:31 [2022-08-16T21:28:31.514Z]  > git config --add remote.origin.fetch +refs/pull/43940/head:refs/remotes/origin/PR-43940 # timeout=10
21:28:31 [2022-08-16T21:28:31.527Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:28:31 [2022-08-16T21:28:31.549Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:28:31 [2022-08-16T21:28:31.579Z] Fetching upstream changes from https://github.com/moby/moby.git
21:28:31 [2022-08-16T21:28:31.579Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:28:31 [2022-08-16T21:28:31.580Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43940/head:refs/remotes/origin/PR-43940 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:28:31 [2022-08-16T21:28:31.841Z]  > git config core.sparsecheckout # timeout=10
21:28:31 [2022-08-16T21:28:31.870Z]  > git checkout -f 9d74c7ab9993719ed5f45e492d393f0ad923b536 # timeout=10
21:28:32 [2022-08-16T21:28:32.668Z]  > git remote # timeout=10
21:28:32 [2022-08-16T21:28:32.692Z]  > git config --get remote.origin.url # timeout=10
21:28:32 [2022-08-16T21:28:32.713Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:28:32 [2022-08-16T21:28:32.714Z]  > git merge 724feb898f4af3d7f156fb0064d59a7b68ea9be2 # timeout=10
21:28:32 [2022-08-16T21:28:32.746Z]  > git rev-parse HEAD^{commit} # timeout=10
21:28:32 [2022-08-16T21:28:32.786Z]  > git config core.sparsecheckout # timeout=10
21:28:32 [2022-08-16T21:28:32.813Z]  > git checkout -f 9d74c7ab9993719ed5f45e492d393f0ad923b536 # timeout=10
21:28:38 [2022-08-16T21:28:38.127Z] Commit message: "daemon: Mount(): use container's driver information for error-message"