Skip to content

Console Output

11:49:12 [2022-08-31T11:49:12.969Z] The recommended git tool is: git
11:49:16 [2022-08-31T11:49:16.664Z] using credential docker-jenkins-github-credentials
11:49:16 [2022-08-31T11:49:16.673Z] Cloning the remote Git repository
11:49:16 [2022-08-31T11:49:16.673Z] Cloning with configured refspecs honoured and without tags
11:49:16 [2022-08-31T11:49:16.694Z] Cloning repository https://github.com/moby/moby.git
11:49:16 [2022-08-31T11:49:16.752Z]  > git init /home/ubuntu/workspace/moby_PR-44065 # timeout=10
11:49:17 [2022-08-31T11:49:17.284Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:17 [2022-08-31T11:49:17.284Z]  > git --version # timeout=10
11:49:17 [2022-08-31T11:49:17.306Z]  > git --version # 'git version 2.25.1'
11:49:17 [2022-08-31T11:49:17.307Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:17 [2022-08-31T11:49:17.310Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44065/head:refs/remotes/origin/PR-44065 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
11:49:35 [2022-08-31T11:49:35.502Z] Fetching without tags
11:49:35 [2022-08-31T11:49:35.745Z] Merging remotes/origin/22.06 commit dfd2f917dc96611098fc66a7c42ee4c8b5a92386 into PR head commit f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b
11:49:36 [2022-08-31T11:49:36.680Z] Merge succeeded, producing f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b
11:49:36 [2022-08-31T11:49:36.680Z] Checking out Revision f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b (PR-44065)
11:49:35 [2022-08-31T11:49:35.376Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:35 [2022-08-31T11:49:35.391Z]  > git config --add remote.origin.fetch +refs/pull/44065/head:refs/remotes/origin/PR-44065 # timeout=10
11:49:35 [2022-08-31T11:49:35.422Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
11:49:35 [2022-08-31T11:49:35.436Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:35 [2022-08-31T11:49:35.505Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:35 [2022-08-31T11:49:35.505Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:35 [2022-08-31T11:49:35.506Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44065/head:refs/remotes/origin/PR-44065 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
11:49:35 [2022-08-31T11:49:35.751Z]  > git config core.sparsecheckout # timeout=10
11:49:35 [2022-08-31T11:49:35.758Z]  > git checkout -f f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b # timeout=10
11:49:36 [2022-08-31T11:49:36.622Z]  > git remote # timeout=10
11:49:36 [2022-08-31T11:49:36.637Z]  > git config --get remote.origin.url # timeout=10
11:49:36 [2022-08-31T11:49:36.647Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:36 [2022-08-31T11:49:36.648Z]  > git merge dfd2f917dc96611098fc66a7c42ee4c8b5a92386 # timeout=10
11:49:36 [2022-08-31T11:49:36.666Z]  > git rev-parse HEAD^{commit} # timeout=10
11:49:36 [2022-08-31T11:49:36.682Z]  > git config core.sparsecheckout # timeout=10
11:49:36 [2022-08-31T11:49:36.686Z]  > git checkout -f f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b # timeout=10
11:49:40 [2022-08-31T11:49:40.937Z] Commit message: "ci: move buildkit tests to a dedicated workflow"