Skip to content

Console Output

10:36:09 [2022-09-21T10:36:09.216Z] The recommended git tool is: git
10:36:33 [2022-09-21T10:36:33.977Z] using credential docker-jenkins-github-credentials
10:36:34 [2022-09-21T10:36:34.056Z] Cloning the remote Git repository
10:36:34 [2022-09-21T10:36:34.056Z] Cloning with configured refspecs honoured and without tags
10:36:34 [2022-09-21T10:36:34.252Z] Cloning repository https://github.com/moby/moby.git
10:36:34 [2022-09-21T10:36:34.650Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
10:36:35 [2022-09-21T10:36:35.831Z] Fetching upstream changes from https://github.com/moby/moby.git
10:36:35 [2022-09-21T10:36:35.831Z]  > git --version # timeout=10
10:36:35 [2022-09-21T10:36:35.877Z]  > git --version # 'git version 2.24.1.windows.2'
10:36:35 [2022-09-21T10:36:35.879Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:35 [2022-09-21T10:36:35.883Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44123/head:refs/remotes/origin/PR-44123 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:36:52 [2022-09-21T10:36:52.411Z] Fetching without tags
10:36:52 [2022-09-21T10:36:52.110Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:36:52 [2022-09-21T10:36:52.166Z]  > git config --add remote.origin.fetch +refs/pull/44123/head:refs/remotes/origin/PR-44123 # timeout=10
10:36:52 [2022-09-21T10:36:52.210Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:36:52 [2022-09-21T10:36:52.326Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:36:52 [2022-09-21T10:36:52.448Z] Fetching upstream changes from https://github.com/moby/moby.git
10:36:52 [2022-09-21T10:36:52.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:52 [2022-09-21T10:36:52.449Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44123/head:refs/remotes/origin/PR-44123 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:36:53 [2022-09-21T10:36:53.658Z] Merging remotes/origin/20.10 commit e42327a6d3c55ceda3bd5475be7aae6036d02db3 into PR head commit 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:36:53 [2022-09-21T10:36:53.768Z]  > git config core.sparsecheckout # timeout=10
10:36:53 [2022-09-21T10:36:53.816Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:36:56 [2022-09-21T10:36:56.431Z] Merge succeeded, producing 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:36:56 [2022-09-21T10:36:56.431Z] Checking out Revision 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 (PR-44123)
10:36:56 [2022-09-21T10:36:56.099Z]  > git remote # timeout=10
10:36:56 [2022-09-21T10:36:56.168Z]  > git config --get remote.origin.url # timeout=10
10:36:56 [2022-09-21T10:36:56.213Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:56 [2022-09-21T10:36:56.216Z]  > git merge e42327a6d3c55ceda3bd5475be7aae6036d02db3 # timeout=10
10:36:56 [2022-09-21T10:36:56.346Z]  > git rev-parse "HEAD^{commit}" # timeout=10
10:36:56 [2022-09-21T10:36:56.467Z]  > git config core.sparsecheckout # timeout=10
10:36:56 [2022-09-21T10:36:56.511Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:37:07 [2022-09-21T10:37:07.857Z] Commit message: "Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack"