Skip to content

Console Output

18:26:44 [2022-07-27T18:26:44.732Z] The recommended git tool is: git
18:26:47 [2022-07-27T18:26:47.159Z] using credential docker-jenkins-github-credentials
18:26:47 [2022-07-27T18:26:47.168Z] Cloning the remote Git repository
18:26:47 [2022-07-27T18:26:47.168Z] Cloning with configured refspecs honoured and without tags
18:26:46 [2022-07-27T18:26:46.391Z] Cloning repository https://github.com/moby/moby.git
18:26:46 [2022-07-27T18:26:46.445Z]  > git init /home/ubuntu/workspace/moby_PR-43872 # timeout=10
18:26:46 [2022-07-27T18:26:46.725Z] Fetching upstream changes from https://github.com/moby/moby.git
18:26:46 [2022-07-27T18:26:46.726Z]  > git --version # timeout=10
18:26:46 [2022-07-27T18:26:46.743Z]  > git --version # 'git version 2.17.1'
18:26:46 [2022-07-27T18:26:46.744Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:26:46 [2022-07-27T18:26:46.745Z]  > git fetch --no-tags --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:15 [2022-07-27T18:27:15.963Z] Fetching without tags
18:27:16 [2022-07-27T18:27:16.200Z] Merging remotes/origin/master commit 2bfc7aedab34758e62ea102acaa2cdca712042c8 into PR head commit ba2ff69894f7948aa1499f3c26bf3b5171c40b2c
18:27:17 [2022-07-27T18:27:17.268Z] Merge succeeded, producing ba2ff69894f7948aa1499f3c26bf3b5171c40b2c
18:27:17 [2022-07-27T18:27:17.268Z] Checking out Revision ba2ff69894f7948aa1499f3c26bf3b5171c40b2c (PR-43872)
18:27:15 [2022-07-27T18:27:15.872Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:27:15 [2022-07-27T18:27:15.895Z]  > git config --add remote.origin.fetch +refs/pull/43872/head:refs/remotes/origin/PR-43872 # timeout=10
18:27:15 [2022-07-27T18:27:15.913Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
18:27:15 [2022-07-27T18:27:15.954Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:27:15 [2022-07-27T18:27:15.967Z] Fetching upstream changes from https://github.com/moby/moby.git
18:27:15 [2022-07-27T18:27:15.967Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:15 [2022-07-27T18:27:15.969Z]  > git fetch --no-tags --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:16 [2022-07-27T18:27:16.212Z]  > git config core.sparsecheckout # timeout=10
18:27:16 [2022-07-27T18:27:16.240Z]  > git checkout -f ba2ff69894f7948aa1499f3c26bf3b5171c40b2c # timeout=10
18:27:17 [2022-07-27T18:27:17.078Z]  > git remote # timeout=10
18:27:17 [2022-07-27T18:27:17.096Z]  > git config --get remote.origin.url # timeout=10
18:27:17 [2022-07-27T18:27:17.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:27:17 [2022-07-27T18:27:17.196Z]  > git merge 2bfc7aedab34758e62ea102acaa2cdca712042c8 # timeout=10
18:27:17 [2022-07-27T18:27:17.233Z]  > git rev-parse HEAD^{commit} # timeout=10
18:27:17 [2022-07-27T18:27:17.276Z]  > git config core.sparsecheckout # timeout=10
18:27:17 [2022-07-27T18:27:17.296Z]  > git checkout -f ba2ff69894f7948aa1499f3c26bf3b5171c40b2c # timeout=10
18:27:21 [2022-07-27T18:27:21.381Z] Commit message: "libcontainerd: switch generated containerd.toml to v2 (v1 is deprecated)"