Skip to content

Console Output

21:28:06 [2022-08-16T21:28:06.560Z] The recommended git tool is: git
21:28:10 [2022-08-16T21:28:10.350Z] using credential docker-jenkins-github-credentials
21:28:10 [2022-08-16T21:28:10.359Z] Cloning the remote Git repository
21:28:10 [2022-08-16T21:28:10.360Z] Cloning with configured refspecs honoured and without tags
21:28:10 [2022-08-16T21:28:10.212Z] Cloning repository https://github.com/moby/moby.git
21:28:10 [2022-08-16T21:28:10.277Z]  > git init /home/ubuntu/workspace/moby_PR-43940 # timeout=10
21:28:10 [2022-08-16T21:28:10.545Z] Fetching upstream changes from https://github.com/moby/moby.git
21:28:10 [2022-08-16T21:28:10.545Z]  > git --version # timeout=10
21:28:10 [2022-08-16T21:28:10.560Z]  > git --version # 'git version 2.17.1'
21:28:10 [2022-08-16T21:28:10.560Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:28:10 [2022-08-16T21:28:10.562Z]  > 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:35 [2022-08-16T21:28:35.514Z] Fetching without tags
21:28:35 [2022-08-16T21:28:35.916Z] Merging remotes/origin/master commit 724feb898f4af3d7f156fb0064d59a7b68ea9be2 into PR head commit 9d74c7ab9993719ed5f45e492d393f0ad923b536
21:28:36 [2022-08-16T21:28:36.920Z] Merge succeeded, producing 9d74c7ab9993719ed5f45e492d393f0ad923b536
21:28:36 [2022-08-16T21:28:36.920Z] Checking out Revision 9d74c7ab9993719ed5f45e492d393f0ad923b536 (PR-43940)
21:28:35 [2022-08-16T21:28:35.401Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:28:35 [2022-08-16T21:28:35.413Z]  > git config --add remote.origin.fetch +refs/pull/43940/head:refs/remotes/origin/PR-43940 # timeout=10
21:28:35 [2022-08-16T21:28:35.446Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
21:28:35 [2022-08-16T21:28:35.480Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
21:28:35 [2022-08-16T21:28:35.506Z] Fetching upstream changes from https://github.com/moby/moby.git
21:28:35 [2022-08-16T21:28:35.507Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:28:35 [2022-08-16T21:28:35.509Z]  > 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:35 [2022-08-16T21:28:35.911Z]  > git config core.sparsecheckout # timeout=10
21:28:35 [2022-08-16T21:28:35.937Z]  > git checkout -f 9d74c7ab9993719ed5f45e492d393f0ad923b536 # timeout=10
21:28:36 [2022-08-16T21:28:36.800Z]  > git remote # timeout=10
21:28:36 [2022-08-16T21:28:36.828Z]  > git config --get remote.origin.url # timeout=10
21:28:36 [2022-08-16T21:28:36.852Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
21:28:36 [2022-08-16T21:28:36.853Z]  > git merge 724feb898f4af3d7f156fb0064d59a7b68ea9be2 # timeout=10
21:28:36 [2022-08-16T21:28:36.884Z]  > git rev-parse HEAD^{commit} # timeout=10
21:28:36 [2022-08-16T21:28:36.913Z]  > git config core.sparsecheckout # timeout=10
21:28:36 [2022-08-16T21:28:36.940Z]  > git checkout -f 9d74c7ab9993719ed5f45e492d393f0ad923b536 # timeout=10
21:28:41 [2022-08-16T21:28:41.871Z] Commit message: "daemon: Mount(): use container's driver information for error-message"