Skip to content

Console Output

18:26:59 [2022-07-27T18:26:59.008Z] The recommended git tool is: git
18:27:02 [2022-07-27T18:27:02.861Z] using credential docker-jenkins-github-credentials
18:27:02 [2022-07-27T18:27:02.872Z] Cloning the remote Git repository
18:27:02 [2022-07-27T18:27:02.872Z] Cloning with configured refspecs honoured and without tags
18:27:02 [2022-07-27T18:27:02.895Z] Cloning repository https://github.com/moby/moby.git
18:27:02 [2022-07-27T18:27:02.954Z]  > git init /home/ubuntu/workspace/moby_PR-43872 # timeout=10
18:27:03 [2022-07-27T18:27:03.249Z] Fetching upstream changes from https://github.com/moby/moby.git
18:27:03 [2022-07-27T18:27:03.249Z]  > git --version # timeout=10
18:27:03 [2022-07-27T18:27:03.268Z]  > git --version # 'git version 2.25.1'
18:27:03 [2022-07-27T18:27:03.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:03 [2022-07-27T18:27:03.270Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43872/head:refs/remotes/origin/PR-43872 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:27:20 [2022-07-27T18:27:20.836Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:27:20 [2022-07-27T18:27:20.859Z]  > git config --add remote.origin.fetch +refs/pull/43872/head:refs/remotes/origin/PR-43872 # timeout=10
18:27:20 [2022-07-27T18:27:20.922Z] Fetching without tags
18:27:21 [2022-07-27T18:27:21.267Z] Merging remotes/origin/master commit 2bfc7aedab34758e62ea102acaa2cdca712042c8 into PR head commit ba2ff69894f7948aa1499f3c26bf3b5171c40b2c
18:27:22 [2022-07-27T18:27:22.136Z] Merge succeeded, producing ba2ff69894f7948aa1499f3c26bf3b5171c40b2c
18:27:22 [2022-07-27T18:27:22.136Z] Checking out Revision ba2ff69894f7948aa1499f3c26bf3b5171c40b2c (PR-43872)
18:27:20 [2022-07-27T18:27:20.881Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:27:20 [2022-07-27T18:27:20.905Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:27:20 [2022-07-27T18:27:20.927Z] Fetching upstream changes from https://github.com/moby/moby.git
18:27:20 [2022-07-27T18:27:20.927Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:20 [2022-07-27T18:27:20.928Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43872/head:refs/remotes/origin/PR-43872 +refs/heads/master:refs/remotes/origin/master # timeout=10
18:27:21 [2022-07-27T18:27:21.276Z]  > git config core.sparsecheckout # timeout=10
18:27:21 [2022-07-27T18:27:21.303Z]  > git checkout -f ba2ff69894f7948aa1499f3c26bf3b5171c40b2c # timeout=10
18:27:22 [2022-07-27T18:27:22.087Z]  > git remote # timeout=10
18:27:22 [2022-07-27T18:27:22.095Z]  > git config --get remote.origin.url # timeout=10
18:27:22 [2022-07-27T18:27:22.100Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:22 [2022-07-27T18:27:22.107Z]  > git merge 2bfc7aedab34758e62ea102acaa2cdca712042c8 # timeout=10
18:27:22 [2022-07-27T18:27:22.126Z]  > git rev-parse HEAD^{commit} # timeout=10
18:27:22 [2022-07-27T18:27:22.139Z]  > git config core.sparsecheckout # timeout=10
18:27:22 [2022-07-27T18:27:22.145Z]  > git checkout -f ba2ff69894f7948aa1499f3c26bf3b5171c40b2c # timeout=10
18:27:25 [2022-07-27T18:27:25.858Z] Commit message: "libcontainerd: switch generated containerd.toml to v2 (v1 is deprecated)"