Skip to content

Console Output

18:47:58 [2023-07-18T18:47:58.026Z] The recommended git tool is: git
18:47:58 [2023-07-18T18:47:58.069Z] using credential docker-jenkins-github-credentials
18:47:58 [2023-07-18T18:47:58.084Z] Cloning the remote Git repository
18:47:58 [2023-07-18T18:47:58.084Z] Cloning with configured refspecs honoured and without tags
18:47:58 [2023-07-18T18:47:58.106Z] Cloning repository https://github.com/moby/moby.git
18:47:58 [2023-07-18T18:47:58.106Z]  > git init /home/ubuntu/workspace/moby_PR-46011 # timeout=10
18:47:58 [2023-07-18T18:47:58.110Z] Fetching upstream changes from https://github.com/moby/moby.git
18:47:58 [2023-07-18T18:47:58.111Z]  > git --version # timeout=10
18:47:58 [2023-07-18T18:47:58.113Z]  > git --version # 'git version 2.25.1'
18:47:58 [2023-07-18T18:47:58.113Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:47:58 [2023-07-18T18:47:58.114Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46011/head:refs/remotes/origin/PR-46011 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
18:48:11 [2023-07-18T18:48:11.223Z] Fetching without tags
18:48:11 [2023-07-18T18:48:11.437Z] Merging remotes/origin/23.0 commit f860ed7c77fc904c5ba234f744a963451bc058dd into PR head commit 49af6c96d534e2994c4510e983e374a7e2f55bdd
18:48:12 [2023-07-18T18:48:12.002Z] Merge succeeded, producing 49af6c96d534e2994c4510e983e374a7e2f55bdd
18:48:12 [2023-07-18T18:48:12.002Z] Checking out Revision 49af6c96d534e2994c4510e983e374a7e2f55bdd (PR-46011)
18:48:11 [2023-07-18T18:48:11.230Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:48:11 [2023-07-18T18:48:11.233Z]  > git config --add remote.origin.fetch +refs/pull/46011/head:refs/remotes/origin/PR-46011 # timeout=10
18:48:11 [2023-07-18T18:48:11.235Z]  > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
18:48:11 [2023-07-18T18:48:11.240Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
18:48:11 [2023-07-18T18:48:11.244Z] Fetching upstream changes from https://github.com/moby/moby.git
18:48:11 [2023-07-18T18:48:11.244Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:48:11 [2023-07-18T18:48:11.245Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46011/head:refs/remotes/origin/PR-46011 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
18:48:11 [2023-07-18T18:48:11.459Z]  > git config core.sparsecheckout # timeout=10
18:48:11 [2023-07-18T18:48:11.461Z]  > git checkout -f 49af6c96d534e2994c4510e983e374a7e2f55bdd # timeout=10
18:48:12 [2023-07-18T18:48:12.006Z]  > git remote # timeout=10
18:48:12 [2023-07-18T18:48:12.009Z]  > git config --get remote.origin.url # timeout=10
18:48:12 [2023-07-18T18:48:12.011Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
18:48:12 [2023-07-18T18:48:12.012Z]  > git merge f860ed7c77fc904c5ba234f744a963451bc058dd # timeout=10
18:48:12 [2023-07-18T18:48:12.018Z]  > git rev-parse HEAD^{commit} # timeout=10
18:48:12 [2023-07-18T18:48:12.023Z]  > git config core.sparsecheckout # timeout=10
18:48:12 [2023-07-18T18:48:12.026Z]  > git checkout -f 49af6c96d534e2994c4510e983e374a7e2f55bdd # timeout=10
18:48:12 [2023-07-18T18:48:12.747Z] Commit message: "ci(buildkit): remove early-return from buildkit-ref"