Skip to content

Console Output

22:18:53 [2021-07-22T22:18:53.088Z] The recommended git tool is: git
22:18:55 [2021-07-22T22:18:55.606Z] using credential docker-jenkins-github-credentials
22:18:55 [2021-07-22T22:18:55.612Z] Cloning the remote Git repository
22:18:55 [2021-07-22T22:18:55.612Z] Cloning with configured refspecs honoured and without tags
22:18:55 [2021-07-22T22:18:55.479Z] Cloning repository https://github.com/moby/moby.git
22:18:55 [2021-07-22T22:18:55.559Z]  > git init /home/ubuntu/workspace/moby_PR-42661 # timeout=10
22:18:55 [2021-07-22T22:18:55.781Z] Fetching upstream changes from https://github.com/moby/moby.git
22:18:55 [2021-07-22T22:18:55.781Z]  > git --version # timeout=10
22:18:55 [2021-07-22T22:18:55.794Z]  > git --version # 'git version 2.17.1'
22:18:55 [2021-07-22T22:18:55.794Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:18:55 [2021-07-22T22:18:55.868Z]  > 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:22 [2021-07-22T22:19:22.396Z] Fetching without tags
22:19:22 [2021-07-22T22:19:22.780Z] Merging remotes/origin/master commit 471fd27709777d2cce3251129887e14e8bb2e0c7 into PR head commit d5dbbb5369863ee0f3afad8cd3a9e013033f92d7
22:19:23 [2021-07-22T22:19:23.686Z] Merge succeeded, producing d5dbbb5369863ee0f3afad8cd3a9e013033f92d7
22:19:23 [2021-07-22T22:19:23.686Z] Checking out Revision d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 (PR-42661)
22:19:22 [2021-07-22T22:19:22.289Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:19:22 [2021-07-22T22:19:22.303Z]  > git config --add remote.origin.fetch +refs/pull/42661/head:refs/remotes/origin/PR-42661 # timeout=10
22:19:22 [2021-07-22T22:19:22.325Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:19:22 [2021-07-22T22:19:22.361Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:19:22 [2021-07-22T22:19:22.427Z] Fetching upstream changes from https://github.com/moby/moby.git
22:19:22 [2021-07-22T22:19:22.428Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:19:22 [2021-07-22T22:19:22.429Z]  > 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:22 [2021-07-22T22:19:22.780Z]  > git config core.sparsecheckout # timeout=10
22:19:22 [2021-07-22T22:19:22.807Z]  > git checkout -f d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 # timeout=10
22:19:23 [2021-07-22T22:19:23.568Z]  > git remote # timeout=10
22:19:23 [2021-07-22T22:19:23.590Z]  > git config --get remote.origin.url # timeout=10
22:19:23 [2021-07-22T22:19:23.625Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:19:23 [2021-07-22T22:19:23.627Z]  > git merge 471fd27709777d2cce3251129887e14e8bb2e0c7 # timeout=10
22:19:23 [2021-07-22T22:19:23.646Z]  > git rev-parse HEAD^{commit} # timeout=10
22:19:23 [2021-07-22T22:19:23.678Z]  > git config core.sparsecheckout # timeout=10
22:19:23 [2021-07-22T22:19:23.701Z]  > git checkout -f d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 # timeout=10
22:19:28 [2021-07-22T22:19:28.461Z] Commit message: "storage-driver: promote overlay2, make Btrfs and ZFS opt-in"