Skip to content

Console Output

17:55:03 [2022-04-21T17:55:03.244Z] The recommended git tool is: git
17:55:06 [2022-04-21T17:55:06.067Z] using credential docker-jenkins-github-credentials
17:55:06 [2022-04-21T17:55:06.074Z] Cloning the remote Git repository
17:55:06 [2022-04-21T17:55:06.074Z] Cloning with configured refspecs honoured and without tags
17:55:06 [2022-04-21T17:55:06.120Z] Cloning repository https://github.com/moby/moby.git
17:55:06 [2022-04-21T17:55:06.166Z]  > git init /home/ubuntu/workspace/moby_PR-43332 # timeout=10
17:55:06 [2022-04-21T17:55:06.615Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:06 [2022-04-21T17:55:06.616Z]  > git --version # timeout=10
17:55:06 [2022-04-21T17:55:06.628Z]  > git --version # 'git version 2.25.1'
17:55:06 [2022-04-21T17:55:06.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:06 [2022-04-21T17:55:06.629Z]  > 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:55:23 [2022-04-21T17:55:23.047Z] Fetching without tags
17:55:23 [2022-04-21T17:55:23.239Z] Merging remotes/origin/master commit 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa into PR head commit 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:23 [2022-04-21T17:55:23.008Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:23 [2022-04-21T17:55:23.016Z]  > git config --add remote.origin.fetch +refs/pull/43332/head:refs/remotes/origin/PR-43332 # timeout=10
17:55:23 [2022-04-21T17:55:23.027Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:55:23 [2022-04-21T17:55:23.035Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:23 [2022-04-21T17:55:23.048Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:23 [2022-04-21T17:55:23.048Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:23 [2022-04-21T17:55:23.049Z]  > 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:55:23 [2022-04-21T17:55:23.244Z]  > git config core.sparsecheckout # timeout=10
17:55:23 [2022-04-21T17:55:23.254Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:23 [2022-04-21T17:55:23.836Z] Merge succeeded, producing 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:23 [2022-04-21T17:55:23.837Z] Checking out Revision 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b (PR-43332)
17:55:23 [2022-04-21T17:55:23.807Z]  > git remote # timeout=10
17:55:23 [2022-04-21T17:55:23.815Z]  > git config --get remote.origin.url # timeout=10
17:55:23 [2022-04-21T17:55:23.821Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:23 [2022-04-21T17:55:23.822Z]  > git merge 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa # timeout=10
17:55:23 [2022-04-21T17:55:23.830Z]  > git rev-parse HEAD^{commit} # timeout=10
17:55:23 [2022-04-21T17:55:23.836Z]  > git config core.sparsecheckout # timeout=10
17:55:23 [2022-04-21T17:55:23.848Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:28 [2022-04-21T17:55:28.157Z] Commit message: "api/types: replace uses of deprecated types.Volume with volume.Volume"