Skip to content

Console Output

11:48:55 [2022-08-31T11:48:55.933Z] The recommended git tool is: git
11:48:58 [2022-08-31T11:48:58.956Z] using credential docker-jenkins-github-credentials
11:48:58 [2022-08-31T11:48:58.970Z] Cloning the remote Git repository
11:48:58 [2022-08-31T11:48:58.970Z] Cloning with configured refspecs honoured and without tags
11:48:59 [2022-08-31T11:48:59.047Z] Cloning repository https://github.com/moby/moby.git
11:48:59 [2022-08-31T11:48:59.103Z]  > git init /home/ubuntu/workspace/moby_PR-44065 # timeout=10
11:48:59 [2022-08-31T11:48:59.440Z] Fetching upstream changes from https://github.com/moby/moby.git
11:48:59 [2022-08-31T11:48:59.440Z]  > git --version # timeout=10
11:48:59 [2022-08-31T11:48:59.470Z]  > git --version # 'git version 2.17.1'
11:48:59 [2022-08-31T11:48:59.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:48:59 [2022-08-31T11:48:59.472Z]  > git fetch --no-tags --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:23 [2022-08-31T11:49:23.572Z] Fetching without tags
11:49:23 [2022-08-31T11:49:23.834Z] Merging remotes/origin/22.06 commit dfd2f917dc96611098fc66a7c42ee4c8b5a92386 into PR head commit f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b
11:49:23 [2022-08-31T11:49:23.465Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:23 [2022-08-31T11:49:23.476Z]  > git config --add remote.origin.fetch +refs/pull/44065/head:refs/remotes/origin/PR-44065 # timeout=10
11:49:23 [2022-08-31T11:49:23.508Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
11:49:23 [2022-08-31T11:49:23.548Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:23 [2022-08-31T11:49:23.576Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:23 [2022-08-31T11:49:23.577Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:23 [2022-08-31T11:49:23.578Z]  > git fetch --no-tags --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:23 [2022-08-31T11:49:23.848Z]  > git config core.sparsecheckout # timeout=10
11:49:23 [2022-08-31T11:49:23.882Z]  > git checkout -f f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b # timeout=10
11:49:24 [2022-08-31T11:49:24.967Z] Merge succeeded, producing f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b
11:49:24 [2022-08-31T11:49:24.967Z] Checking out Revision f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b (PR-44065)
11:49:24 [2022-08-31T11:49:24.857Z]  > git remote # timeout=10
11:49:24 [2022-08-31T11:49:24.885Z]  > git config --get remote.origin.url # timeout=10
11:49:24 [2022-08-31T11:49:24.920Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:24 [2022-08-31T11:49:24.921Z]  > git merge dfd2f917dc96611098fc66a7c42ee4c8b5a92386 # timeout=10
11:49:24 [2022-08-31T11:49:24.953Z]  > git rev-parse HEAD^{commit} # timeout=10
11:49:24 [2022-08-31T11:49:24.969Z]  > git config core.sparsecheckout # timeout=10
11:49:24 [2022-08-31T11:49:24.979Z]  > git checkout -f f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b # timeout=10
11:49:30 [2022-08-31T11:49:30.023Z] Commit message: "ci: move buildkit tests to a dedicated workflow"