Skip to content

Console Output

17:54:54 [2022-04-21T17:54:54.419Z] The recommended git tool is: git
17:54:57 [2022-04-21T17:54:57.757Z] using credential docker-jenkins-github-credentials
17:54:57 [2022-04-21T17:54:57.765Z] Cloning the remote Git repository
17:54:57 [2022-04-21T17:54:57.765Z] Cloning with configured refspecs honoured and without tags
17:54:56 [2022-04-21T17:54:56.995Z] Cloning repository https://github.com/moby/moby.git
17:54:57 [2022-04-21T17:54:57.057Z]  > git init /home/ubuntu/workspace/moby_PR-43332 # timeout=10
17:54:57 [2022-04-21T17:54:57.440Z] Fetching upstream changes from https://github.com/moby/moby.git
17:54:57 [2022-04-21T17:54:57.440Z]  > git --version # timeout=10
17:54:57 [2022-04-21T17:54:57.467Z]  > git --version # 'git version 2.17.1'
17:54:57 [2022-04-21T17:54:57.468Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:54:57 [2022-04-21T17:54:57.469Z]  > git fetch --no-tags --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:55:21 [2022-04-21T17:55:21.296Z] Fetching without tags
17:55:21 [2022-04-21T17:55:21.559Z] Merging remotes/origin/master commit 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa into PR head commit 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:22 [2022-04-21T17:55:22.514Z] Merge succeeded, producing 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:22 [2022-04-21T17:55:22.515Z] Checking out Revision 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b (PR-43332)
17:55:21 [2022-04-21T17:55:21.204Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:21 [2022-04-21T17:55:21.236Z]  > git config --add remote.origin.fetch +refs/pull/43332/head:refs/remotes/origin/PR-43332 # timeout=10
17:55:21 [2022-04-21T17:55:21.261Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:55:21 [2022-04-21T17:55:21.285Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:21 [2022-04-21T17:55:21.300Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:21 [2022-04-21T17:55:21.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:21 [2022-04-21T17:55:21.305Z]  > git fetch --no-tags --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:55:21 [2022-04-21T17:55:21.572Z]  > git config core.sparsecheckout # timeout=10
17:55:21 [2022-04-21T17:55:21.605Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:22 [2022-04-21T17:55:22.416Z]  > git remote # timeout=10
17:55:22 [2022-04-21T17:55:22.453Z]  > git config --get remote.origin.url # timeout=10
17:55:22 [2022-04-21T17:55:22.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:22 [2022-04-21T17:55:22.468Z]  > git merge 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa # timeout=10
17:55:22 [2022-04-21T17:55:22.484Z]  > git rev-parse HEAD^{commit} # timeout=10
17:55:22 [2022-04-21T17:55:22.517Z]  > git config core.sparsecheckout # timeout=10
17:55:22 [2022-04-21T17:55:22.529Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:26 [2022-04-21T17:55:26.837Z] Commit message: "api/types: replace uses of deprecated types.Volume with volume.Volume"