Skip to content

Console Output

18:26:57 [2022-07-27T18:26:57.368Z] The recommended git tool is: git
18:27:00 [2022-07-27T18:27:00.770Z] using credential docker-jenkins-github-credentials
18:27:00 [2022-07-27T18:27:00.779Z] Cloning the remote Git repository
18:27:00 [2022-07-27T18:27:00.779Z] Cloning with configured refspecs honoured and without tags
18:27:00 [2022-07-27T18:27:00.797Z] Cloning repository https://github.com/moby/moby.git
18:27:00 [2022-07-27T18:27:00.872Z]  > git init /home/ubuntu/workspace/moby_PR-43872 # timeout=10
18:27:01 [2022-07-27T18:27:01.153Z] Fetching upstream changes from https://github.com/moby/moby.git
18:27:01 [2022-07-27T18:27:01.154Z]  > git --version # timeout=10
18:27:01 [2022-07-27T18:27:01.164Z]  > git --version # 'git version 2.25.1'
18:27:01 [2022-07-27T18:27:01.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:01 [2022-07-27T18:27:01.166Z]  > 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:23 [2022-07-27T18:27:23.258Z] Fetching without tags
18:27:23 [2022-07-27T18:27:23.522Z] Merging remotes/origin/master commit 2bfc7aedab34758e62ea102acaa2cdca712042c8 into PR head commit ba2ff69894f7948aa1499f3c26bf3b5171c40b2c
18:27:23 [2022-07-27T18:27:23.154Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:27:23 [2022-07-27T18:27:23.178Z]  > git config --add remote.origin.fetch +refs/pull/43872/head:refs/remotes/origin/PR-43872 # timeout=10
18:27:23 [2022-07-27T18:27:23.216Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:27:23 [2022-07-27T18:27:23.233Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:27:23 [2022-07-27T18:27:23.263Z] Fetching upstream changes from https://github.com/moby/moby.git
18:27:23 [2022-07-27T18:27:23.263Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:23 [2022-07-27T18:27:23.264Z]  > 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:23 [2022-07-27T18:27:23.530Z]  > git config core.sparsecheckout # timeout=10
18:27:23 [2022-07-27T18:27:23.553Z]  > git checkout -f ba2ff69894f7948aa1499f3c26bf3b5171c40b2c # timeout=10
18:27:24 [2022-07-27T18:27:24.579Z] Merge succeeded, producing ba2ff69894f7948aa1499f3c26bf3b5171c40b2c
18:27:24 [2022-07-27T18:27:24.579Z] Checking out Revision ba2ff69894f7948aa1499f3c26bf3b5171c40b2c (PR-43872)
18:27:24 [2022-07-27T18:27:24.446Z]  > git remote # timeout=10
18:27:24 [2022-07-27T18:27:24.476Z]  > git config --get remote.origin.url # timeout=10
18:27:24 [2022-07-27T18:27:24.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:24 [2022-07-27T18:27:24.552Z]  > git merge 2bfc7aedab34758e62ea102acaa2cdca712042c8 # timeout=10
18:27:24 [2022-07-27T18:27:24.571Z]  > git rev-parse HEAD^{commit} # timeout=10
18:27:24 [2022-07-27T18:27:24.583Z]  > git config core.sparsecheckout # timeout=10
18:27:24 [2022-07-27T18:27:24.592Z]  > git checkout -f ba2ff69894f7948aa1499f3c26bf3b5171c40b2c # timeout=10
18:27:29 [2022-07-27T18:27:29.000Z] Commit message: "libcontainerd: switch generated containerd.toml to v2 (v1 is deprecated)"