Skip to content

Console Output

17:54:54 [2022-04-21T17:54:54.452Z] The recommended git tool is: git
17:54:57 [2022-04-21T17:54:57.705Z] using credential docker-jenkins-github-credentials
17:54:57 [2022-04-21T17:54:57.719Z] Cloning the remote Git repository
17:54:57 [2022-04-21T17:54:57.719Z] Cloning with configured refspecs honoured and without tags
17:54:56 [2022-04-21T17:54:56.977Z] Cloning repository https://github.com/moby/moby.git
17:54:57 [2022-04-21T17:54:57.060Z]  > git init /home/ubuntu/workspace/moby_PR-43332 # timeout=10
17:54:57 [2022-04-21T17:54:57.445Z] Fetching upstream changes from https://github.com/moby/moby.git
17:54:57 [2022-04-21T17:54:57.445Z]  > git --version # timeout=10
17:54:57 [2022-04-21T17:54:57.482Z]  > git --version # 'git version 2.17.1'
17:54:57 [2022-04-21T17:54:57.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:54:57 [2022-04-21T17:54:57.485Z]  > 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.059Z] Fetching without tags
17:55:21 [2022-04-21T17:55:21.305Z] Merging remotes/origin/master commit 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa into PR head commit 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:22 [2022-04-21T17:55:22.245Z] Merge succeeded, producing 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:22 [2022-04-21T17:55:22.245Z] Checking out Revision 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b (PR-43332)
17:55:20 [2022-04-21T17:55:20.991Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:21 [2022-04-21T17:55:21.010Z]  > 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.033Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:55:21 [2022-04-21T17:55:21.049Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:21 [2022-04-21T17:55:21.067Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:21 [2022-04-21T17:55:21.067Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:21 [2022-04-21T17:55:21.068Z]  > 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.317Z]  > git config core.sparsecheckout # timeout=10
17:55:21 [2022-04-21T17:55:21.344Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:22 [2022-04-21T17:55:22.141Z]  > git remote # timeout=10
17:55:22 [2022-04-21T17:55:22.170Z]  > git config --get remote.origin.url # timeout=10
17:55:22 [2022-04-21T17:55:22.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:22 [2022-04-21T17:55:22.197Z]  > git merge 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa # timeout=10
17:55:22 [2022-04-21T17:55:22.223Z]  > git rev-parse HEAD^{commit} # timeout=10
17:55:22 [2022-04-21T17:55:22.248Z]  > git config core.sparsecheckout # timeout=10
17:55:22 [2022-04-21T17:55:22.262Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:26 [2022-04-21T17:55:26.372Z] Commit message: "api/types: replace uses of deprecated types.Volume with volume.Volume"