Skip to content

Console Output

15:52:01 [2023-08-24T15:52:01.035Z] The recommended git tool is: git
15:52:01 [2023-08-24T15:52:01.044Z] using credential docker-jenkins-github-credentials
15:52:01 [2023-08-24T15:52:01.057Z] Cloning the remote Git repository
15:52:01 [2023-08-24T15:52:01.058Z] Cloning with configured refspecs honoured and without tags
15:52:01 [2023-08-24T15:52:01.059Z] Cloning repository https://github.com/moby/moby.git
15:52:01 [2023-08-24T15:52:01.060Z]  > git init /home/ubuntu/workspace/moby_PR-46316 # timeout=10
15:52:01 [2023-08-24T15:52:01.064Z] Fetching upstream changes from https://github.com/moby/moby.git
15:52:01 [2023-08-24T15:52:01.064Z]  > git --version # timeout=10
15:52:01 [2023-08-24T15:52:01.066Z]  > git --version # 'git version 2.25.1'
15:52:01 [2023-08-24T15:52:01.066Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:52:01 [2023-08-24T15:52:01.067Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46316/head:refs/remotes/origin/PR-46316 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:52:12 [2023-08-24T15:52:12.597Z] Fetching without tags
15:52:12 [2023-08-24T15:52:12.833Z] Merging remotes/origin/master commit 79f5aac2d03a0e29f77e5d4aa32a2ca1f4751f39 into PR head commit 498da44aabb3695d410ca63f767c13c71aede836
15:52:13 [2023-08-24T15:52:13.479Z] Merge succeeded, producing 498da44aabb3695d410ca63f767c13c71aede836
15:52:13 [2023-08-24T15:52:13.479Z] Checking out Revision 498da44aabb3695d410ca63f767c13c71aede836 (PR-46316)
15:52:12 [2023-08-24T15:52:12.582Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:52:12 [2023-08-24T15:52:12.585Z]  > git config --add remote.origin.fetch +refs/pull/46316/head:refs/remotes/origin/PR-46316 # timeout=10
15:52:12 [2023-08-24T15:52:12.587Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:52:12 [2023-08-24T15:52:12.593Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:52:12 [2023-08-24T15:52:12.599Z] Fetching upstream changes from https://github.com/moby/moby.git
15:52:12 [2023-08-24T15:52:12.599Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:52:12 [2023-08-24T15:52:12.600Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46316/head:refs/remotes/origin/PR-46316 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:52:12 [2023-08-24T15:52:12.835Z]  > git config core.sparsecheckout # timeout=10
15:52:12 [2023-08-24T15:52:12.837Z]  > git checkout -f 498da44aabb3695d410ca63f767c13c71aede836 # timeout=10
15:52:13 [2023-08-24T15:52:13.461Z]  > git remote # timeout=10
15:52:13 [2023-08-24T15:52:13.463Z]  > git config --get remote.origin.url # timeout=10
15:52:13 [2023-08-24T15:52:13.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:52:13 [2023-08-24T15:52:13.467Z]  > git merge 79f5aac2d03a0e29f77e5d4aa32a2ca1f4751f39 # timeout=10
15:52:13 [2023-08-24T15:52:13.475Z]  > git rev-parse HEAD^{commit} # timeout=10
15:52:13 [2023-08-24T15:52:13.481Z]  > git config core.sparsecheckout # timeout=10
15:52:13 [2023-08-24T15:52:13.484Z]  > git checkout -f 498da44aabb3695d410ca63f767c13c71aede836 # timeout=10
15:52:14 [2023-08-24T15:52:14.117Z] Commit message: "remove some remaining pre-go1.17 build-tags"