Skip to content

Console Output

22:18:39 [2021-07-22T22:18:39.257Z] The recommended git tool is: git
22:18:43 [2021-07-22T22:18:43.329Z] using credential docker-jenkins-github-credentials
22:18:43 [2021-07-22T22:18:43.338Z] Cloning the remote Git repository
22:18:43 [2021-07-22T22:18:43.338Z] Cloning with configured refspecs honoured and without tags
22:18:43 [2021-07-22T22:18:43.358Z] Cloning repository https://github.com/moby/moby.git
22:18:43 [2021-07-22T22:18:43.413Z]  > git init /home/ubuntu/workspace/moby_PR-42661 # timeout=10
22:18:43 [2021-07-22T22:18:43.703Z] Fetching upstream changes from https://github.com/moby/moby.git
22:18:43 [2021-07-22T22:18:43.704Z]  > git --version # timeout=10
22:18:43 [2021-07-22T22:18:43.719Z]  > git --version # 'git version 2.17.1'
22:18:43 [2021-07-22T22:18:43.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:18:43 [2021-07-22T22:18:43.730Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42661/head:refs/remotes/origin/PR-42661 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:19:10 [2021-07-22T22:19:10.869Z] Fetching without tags
22:19:11 [2021-07-22T22:19:11.266Z] Merging remotes/origin/master commit 471fd27709777d2cce3251129887e14e8bb2e0c7 into PR head commit d5dbbb5369863ee0f3afad8cd3a9e013033f92d7
22:19:12 [2021-07-22T22:19:12.152Z] Merge succeeded, producing d5dbbb5369863ee0f3afad8cd3a9e013033f92d7
22:19:12 [2021-07-22T22:19:12.153Z] Checking out Revision d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 (PR-42661)
22:19:10 [2021-07-22T22:19:10.714Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:19:10 [2021-07-22T22:19:10.728Z]  > git config --add remote.origin.fetch +refs/pull/42661/head:refs/remotes/origin/PR-42661 # timeout=10
22:19:10 [2021-07-22T22:19:10.749Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:19:10 [2021-07-22T22:19:10.812Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:19:10 [2021-07-22T22:19:10.873Z] Fetching upstream changes from https://github.com/moby/moby.git
22:19:10 [2021-07-22T22:19:10.874Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:19:10 [2021-07-22T22:19:10.878Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42661/head:refs/remotes/origin/PR-42661 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:19:11 [2021-07-22T22:19:11.282Z]  > git config core.sparsecheckout # timeout=10
22:19:11 [2021-07-22T22:19:11.309Z]  > git checkout -f d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 # timeout=10
22:19:12 [2021-07-22T22:19:12.052Z]  > git remote # timeout=10
22:19:12 [2021-07-22T22:19:12.078Z]  > git config --get remote.origin.url # timeout=10
22:19:12 [2021-07-22T22:19:12.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:19:12 [2021-07-22T22:19:12.103Z]  > git merge 471fd27709777d2cce3251129887e14e8bb2e0c7 # timeout=10
22:19:12 [2021-07-22T22:19:12.130Z]  > git rev-parse HEAD^{commit} # timeout=10
22:19:12 [2021-07-22T22:19:12.155Z]  > git config core.sparsecheckout # timeout=10
22:19:12 [2021-07-22T22:19:12.189Z]  > git checkout -f d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 # timeout=10
22:19:16 [2021-07-22T22:19:16.088Z] Commit message: "storage-driver: promote overlay2, make Btrfs and ZFS opt-in"