Skip to content

Console Output

14:27:14 [2023-04-25T14:27:14.229Z] The recommended git tool is: git
14:27:14 [2023-04-25T14:27:14.245Z] using credential docker-jenkins-github-credentials
14:27:14 [2023-04-25T14:27:14.261Z] Cloning the remote Git repository
14:27:14 [2023-04-25T14:27:14.261Z] Cloning with configured refspecs honoured and without tags
14:27:14 [2023-04-25T14:27:14.268Z] Cloning repository https://github.com/moby/moby.git
14:27:14 [2023-04-25T14:27:14.268Z]  > git init /home/ubuntu/workspace/moby_PR-45370 # timeout=10
14:27:14 [2023-04-25T14:27:14.275Z] Fetching upstream changes from https://github.com/moby/moby.git
14:27:14 [2023-04-25T14:27:14.275Z]  > git --version # timeout=10
14:27:14 [2023-04-25T14:27:14.278Z]  > git --version # 'git version 2.25.1'
14:27:14 [2023-04-25T14:27:14.278Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:27:14 [2023-04-25T14:27:14.279Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45370/head:refs/remotes/origin/PR-45370 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:27 [2023-04-25T14:27:27.457Z] Fetching without tags
14:27:27 [2023-04-25T14:27:27.689Z] Merging remotes/origin/master commit a343ed13e556ec97a26bd5fc34b069a64f86f16b into PR head commit e121f17977722c3f13dfec2109e40cc17d6728b7
14:27:28 [2023-04-25T14:27:28.300Z] Merge succeeded, producing e121f17977722c3f13dfec2109e40cc17d6728b7
14:27:28 [2023-04-25T14:27:28.301Z] Checking out Revision e121f17977722c3f13dfec2109e40cc17d6728b7 (PR-45370)
14:27:27 [2023-04-25T14:27:27.429Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:27:27 [2023-04-25T14:27:27.436Z]  > git config --add remote.origin.fetch +refs/pull/45370/head:refs/remotes/origin/PR-45370 # timeout=10
14:27:27 [2023-04-25T14:27:27.440Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:27 [2023-04-25T14:27:27.451Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:27:27 [2023-04-25T14:27:27.465Z] Fetching upstream changes from https://github.com/moby/moby.git
14:27:27 [2023-04-25T14:27:27.465Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:27:27 [2023-04-25T14:27:27.466Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45370/head:refs/remotes/origin/PR-45370 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:27:27 [2023-04-25T14:27:27.696Z]  > git config core.sparsecheckout # timeout=10
14:27:27 [2023-04-25T14:27:27.701Z]  > git checkout -f e121f17977722c3f13dfec2109e40cc17d6728b7 # timeout=10
14:27:28 [2023-04-25T14:27:28.284Z]  > git remote # timeout=10
14:27:28 [2023-04-25T14:27:28.289Z]  > git config --get remote.origin.url # timeout=10
14:27:28 [2023-04-25T14:27:28.292Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:27:28 [2023-04-25T14:27:28.292Z]  > git merge a343ed13e556ec97a26bd5fc34b069a64f86f16b # timeout=10
14:27:28 [2023-04-25T14:27:28.300Z]  > git rev-parse HEAD^{commit} # timeout=10
14:27:28 [2023-04-25T14:27:28.308Z]  > git config core.sparsecheckout # timeout=10
14:27:28 [2023-04-25T14:27:28.313Z]  > git checkout -f e121f17977722c3f13dfec2109e40cc17d6728b7 # timeout=10
14:27:28 [2023-04-25T14:27:28.711Z] Commit message: "api/types/volume: add PruneOptions"