Skip to content

Console Output

17:57:39 [2022-04-21T17:57:39.503Z] The recommended git tool is: git
17:58:03 [2022-04-21T17:58:03.686Z] using credential docker-jenkins-github-credentials
17:58:03 [2022-04-21T17:58:03.761Z] Cloning the remote Git repository
17:58:03 [2022-04-21T17:58:03.761Z] Cloning with configured refspecs honoured and without tags
17:58:03 [2022-04-21T17:58:03.943Z] Cloning repository https://github.com/moby/moby.git
17:58:04 [2022-04-21T17:58:04.318Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:58:05 [2022-04-21T17:58:05.069Z] Fetching upstream changes from https://github.com/moby/moby.git
17:58:05 [2022-04-21T17:58:05.069Z]  > git --version # timeout=10
17:58:05 [2022-04-21T17:58:05.116Z]  > git --version # 'git version 2.24.1.windows.2'
17:58:05 [2022-04-21T17:58:05.116Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:58:05 [2022-04-21T17:58:05.116Z]  > 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:58:23 [2022-04-21T17:58:23.505Z] Fetching without tags
17:58:23 [2022-04-21T17:58:23.199Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:58:23 [2022-04-21T17:58:23.261Z]  > git config --add remote.origin.fetch +refs/pull/43332/head:refs/remotes/origin/PR-43332 # timeout=10
17:58:23 [2022-04-21T17:58:23.308Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:58:23 [2022-04-21T17:58:23.418Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:58:23 [2022-04-21T17:58:23.527Z] Fetching upstream changes from https://github.com/moby/moby.git
17:58:23 [2022-04-21T17:58:23.527Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:58:23 [2022-04-21T17:58:23.543Z]  > 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:58:24 [2022-04-21T17:58:24.245Z] Merging remotes/origin/master commit 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa into PR head commit 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:58:24 [2022-04-21T17:58:24.340Z]  > git config core.sparsecheckout # timeout=10
17:58:24 [2022-04-21T17:58:24.386Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:58:27 [2022-04-21T17:58:27.543Z] Merge succeeded, producing 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:58:27 [2022-04-21T17:58:27.543Z] Checking out Revision 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b (PR-43332)
17:58:27 [2022-04-21T17:58:27.219Z]  > git remote # timeout=10
17:58:27 [2022-04-21T17:58:27.281Z]  > git config --get remote.origin.url # timeout=10
17:58:27 [2022-04-21T17:58:27.328Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:58:27 [2022-04-21T17:58:27.328Z]  > git merge 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa # timeout=10
17:58:27 [2022-04-21T17:58:27.453Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:58:27 [2022-04-21T17:58:27.563Z]  > git config core.sparsecheckout # timeout=10
17:58:27 [2022-04-21T17:58:27.610Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:58:38 [2022-04-21T17:58:38.866Z] Commit message: "api/types: replace uses of deprecated types.Volume with volume.Volume"