Skip to content

Console Output

17:55:03 [2022-04-21T17:55:03.600Z] The recommended git tool is: git
17:55:07 [2022-04-21T17:55:07.002Z] using credential docker-jenkins-github-credentials
17:55:07 [2022-04-21T17:55:07.010Z] Cloning the remote Git repository
17:55:07 [2022-04-21T17:55:07.010Z] Cloning with configured refspecs honoured and without tags
17:55:07 [2022-04-21T17:55:07.087Z] Cloning repository https://github.com/moby/moby.git
17:55:07 [2022-04-21T17:55:07.148Z]  > git init /home/ubuntu/workspace/moby_PR-43332 # timeout=10
17:55:07 [2022-04-21T17:55:07.395Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:07 [2022-04-21T17:55:07.396Z]  > git --version # timeout=10
17:55:07 [2022-04-21T17:55:07.430Z]  > git --version # 'git version 2.25.1'
17:55:07 [2022-04-21T17:55:07.431Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:07 [2022-04-21T17:55:07.433Z]  > 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:24 [2022-04-21T17:55:24.985Z] Fetching without tags
17:55:25 [2022-04-21T17:55:25.191Z] Merging remotes/origin/master commit 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa into PR head commit 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:24 [2022-04-21T17:55:24.950Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:24 [2022-04-21T17:55:24.963Z]  > git config --add remote.origin.fetch +refs/pull/43332/head:refs/remotes/origin/PR-43332 # timeout=10
17:55:24 [2022-04-21T17:55:24.977Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:55:24 [2022-04-21T17:55:24.994Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:55:25 [2022-04-21T17:55:25.009Z] Fetching upstream changes from https://github.com/moby/moby.git
17:55:25 [2022-04-21T17:55:25.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:25 [2022-04-21T17:55:25.012Z]  > 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:25 [2022-04-21T17:55:25.219Z]  > git config core.sparsecheckout # timeout=10
17:55:25 [2022-04-21T17:55:25.232Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:25 [2022-04-21T17:55:25.861Z] Merge succeeded, producing 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b
17:55:25 [2022-04-21T17:55:25.862Z] Checking out Revision 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b (PR-43332)
17:55:25 [2022-04-21T17:55:25.841Z]  > git remote # timeout=10
17:55:25 [2022-04-21T17:55:25.846Z]  > git config --get remote.origin.url # timeout=10
17:55:25 [2022-04-21T17:55:25.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:55:25 [2022-04-21T17:55:25.858Z]  > git merge 1a0c15abbb69105be7dab74335f7c9f6bb6f2efa # timeout=10
17:55:25 [2022-04-21T17:55:25.868Z]  > git rev-parse HEAD^{commit} # timeout=10
17:55:25 [2022-04-21T17:55:25.884Z]  > git config core.sparsecheckout # timeout=10
17:55:25 [2022-04-21T17:55:25.898Z]  > git checkout -f 176f66df9ca5cdc9466661428f0a3ac33cd1ab1b # timeout=10
17:55:30 [2022-04-21T17:55:30.442Z] Commit message: "api/types: replace uses of deprecated types.Volume with volume.Volume"