Skip to content

Console Output

17:57:12 [2022-04-21T17:57:12.363Z] The recommended git tool is: git
17:57:36 [2022-04-21T17:57:36.415Z] using credential docker-jenkins-github-credentials
17:57:36 [2022-04-21T17:57:36.490Z] Cloning the remote Git repository
17:57:36 [2022-04-21T17:57:36.491Z] Cloning with configured refspecs honoured and without tags
17:57:36 [2022-04-21T17:57:36.681Z] Cloning repository https://github.com/moby/moby.git
17:57:37 [2022-04-21T17:57:37.068Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:57:37 [2022-04-21T17:57:37.958Z] Fetching upstream changes from https://github.com/moby/moby.git
17:57:37 [2022-04-21T17:57:37.958Z]  > git --version # timeout=10
17:57:38 [2022-04-21T17:57:38.017Z]  > git --version # 'git version 2.24.1.windows.2'
17:57:38 [2022-04-21T17:57:38.018Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:57:38 [2022-04-21T17:57:38.021Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43332/head:refs/remotes/origin/PR-43332 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:57:55 [2022-04-21T17:57:55.831Z] Fetching without tags
17:57:55 [2022-04-21T17:57:55.460Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:57:55 [2022-04-21T17:57:55.538Z]  > git config --add remote.origin.fetch +refs/pull/43332/head:refs/remotes/origin/PR-43332 # timeout=10
17:57:55 [2022-04-21T17:57:55.600Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:57:55 [2022-04-21T17:57:55.736Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:57:56 [2022-04-21T17:57:56.585Z] Merging remotes/origin/master commit 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa into PR head commit 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:57:55 [2022-04-21T17:57:55.868Z] Fetching upstream changes from https://github.com/moby/moby.git
17:57:55 [2022-04-21T17:57:55.868Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:57:55 [2022-04-21T17:57:55.870Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43332/head:refs/remotes/origin/PR-43332 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:57:56 [2022-04-21T17:57:56.693Z]  > git config core.sparsecheckout # timeout=10
17:57:56 [2022-04-21T17:57:56.763Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:58:00 [2022-04-21T17:58:00.441Z] Merge succeeded, producing 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:58:00 [2022-04-21T17:58:00.441Z] Checking out Revision 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b (PR-43332)
17:58:00 [2022-04-21T17:58:00.043Z]  > git remote # timeout=10
17:58:00 [2022-04-21T17:58:00.129Z]  > git config --get remote.origin.url # timeout=10
17:58:00 [2022-04-21T17:58:00.192Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:58:00 [2022-04-21T17:58:00.194Z]  > git merge 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa # timeout=10
17:58:00 [2022-04-21T17:58:00.344Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:58:00 [2022-04-21T17:58:00.476Z]  > git config core.sparsecheckout # timeout=10
17:58:00 [2022-04-21T17:58:00.539Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:58:11 [2022-04-21T17:58:11.969Z] Commit message: "api/types: replace uses of deprecated types.Volume with volume.Volume"