Skip to content

Console Output

11:49:03 [2022-08-31T11:49:03.402Z] The recommended git tool is: git
11:49:06 [2022-08-31T11:49:06.141Z] using credential docker-jenkins-github-credentials
11:49:06 [2022-08-31T11:49:06.154Z] Cloning the remote Git repository
11:49:06 [2022-08-31T11:49:06.154Z] Cloning with configured refspecs honoured and without tags
11:49:05 [2022-08-31T11:49:05.562Z] Cloning repository https://github.com/moby/moby.git
11:49:05 [2022-08-31T11:49:05.630Z]  > git init /home/ubuntu/workspace/moby_PR-44065 # timeout=10
11:49:05 [2022-08-31T11:49:05.909Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:05 [2022-08-31T11:49:05.909Z]  > git --version # timeout=10
11:49:05 [2022-08-31T11:49:05.924Z]  > git --version # 'git version 2.17.1'
11:49:05 [2022-08-31T11:49:05.925Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:05 [2022-08-31T11:49:05.926Z]  > 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:30 [2022-08-31T11:49:30.393Z] Fetching without tags
11:49:30 [2022-08-31T11:49:30.672Z] Merging remotes/origin/22.06 commit dfd2f917dc96611098fc66a7c42ee4c8b5a92386 into PR head commit f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b
11:49:31 [2022-08-31T11:49:31.570Z] Merge succeeded, producing f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b
11:49:31 [2022-08-31T11:49:31.570Z] Checking out Revision f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b (PR-44065)
11:49:30 [2022-08-31T11:49:30.295Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:30 [2022-08-31T11:49:30.314Z]  > git config --add remote.origin.fetch +refs/pull/44065/head:refs/remotes/origin/PR-44065 # timeout=10
11:49:30 [2022-08-31T11:49:30.332Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
11:49:30 [2022-08-31T11:49:30.366Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:49:30 [2022-08-31T11:49:30.400Z] Fetching upstream changes from https://github.com/moby/moby.git
11:49:30 [2022-08-31T11:49:30.400Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:30 [2022-08-31T11:49:30.401Z]  > 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:30 [2022-08-31T11:49:30.688Z]  > git config core.sparsecheckout # timeout=10
11:49:30 [2022-08-31T11:49:30.711Z]  > git checkout -f f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b # timeout=10
11:49:31 [2022-08-31T11:49:31.469Z]  > git remote # timeout=10
11:49:31 [2022-08-31T11:49:31.492Z]  > git config --get remote.origin.url # timeout=10
11:49:31 [2022-08-31T11:49:31.516Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:49:31 [2022-08-31T11:49:31.530Z]  > git merge dfd2f917dc96611098fc66a7c42ee4c8b5a92386 # timeout=10
11:49:31 [2022-08-31T11:49:31.557Z]  > git rev-parse HEAD^{commit} # timeout=10
11:49:31 [2022-08-31T11:49:31.573Z]  > git config core.sparsecheckout # timeout=10
11:49:31 [2022-08-31T11:49:31.580Z]  > git checkout -f f7cf9fbe486a8ff4f910b0d1a45f7fdecc66c32b # timeout=10
11:49:36 [2022-08-31T11:49:36.018Z] Commit message: "ci: move buildkit tests to a dedicated workflow"