Skip to content

Console Output

22:21:56 [2021-07-22T22:21:56.381Z] The recommended git tool is: git
22:22:20 [2021-07-22T22:22:20.445Z] using credential docker-jenkins-github-credentials
22:22:20 [2021-07-22T22:22:20.518Z] Cloning the remote Git repository
22:22:20 [2021-07-22T22:22:20.518Z] Cloning with configured refspecs honoured and without tags
22:22:20 [2021-07-22T22:22:20.707Z] Cloning repository https://github.com/moby/moby.git
22:22:21 [2021-07-22T22:22:21.098Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:22:21 [2021-07-22T22:22:21.812Z] Fetching upstream changes from https://github.com/moby/moby.git
22:22:21 [2021-07-22T22:22:21.812Z]  > git --version # timeout=10
22:22:21 [2021-07-22T22:22:21.865Z]  > git --version # 'git version 2.24.1.windows.2'
22:22:21 [2021-07-22T22:22:21.866Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:22:21 [2021-07-22T22:22:21.869Z]  > git fetch --no-tags --force --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:22:39 [2021-07-22T22:22:39.456Z] Fetching without tags
22:22:39 [2021-07-22T22:22:39.110Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:22:39 [2021-07-22T22:22:39.175Z]  > git config --add remote.origin.fetch +refs/pull/42661/head:refs/remotes/origin/PR-42661 # timeout=10
22:22:39 [2021-07-22T22:22:39.228Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:22:39 [2021-07-22T22:22:39.360Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:22:39 [2021-07-22T22:22:39.491Z] Fetching upstream changes from https://github.com/moby/moby.git
22:22:39 [2021-07-22T22:22:39.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:22:39 [2021-07-22T22:22:39.493Z]  > git fetch --no-tags --force --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:22:40 [2021-07-22T22:22:40.214Z] Merging remotes/origin/master commit 471fd27709777d2cce3251129887e14e8bb2e0c7 into PR head commit d5dbbb5369863ee0f3afad8cd3a9e013033f92d7
22:22:40 [2021-07-22T22:22:40.321Z]  > git config core.sparsecheckout # timeout=10
22:22:40 [2021-07-22T22:22:40.369Z]  > git checkout -f d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 # timeout=10
22:22:43 [2021-07-22T22:22:43.822Z] Merge succeeded, producing d5dbbb5369863ee0f3afad8cd3a9e013033f92d7
22:22:43 [2021-07-22T22:22:43.822Z] Checking out Revision d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 (PR-42661)
22:22:43 [2021-07-22T22:22:43.435Z]  > git remote # timeout=10
22:22:43 [2021-07-22T22:22:43.509Z]  > git config --get remote.origin.url # timeout=10
22:22:43 [2021-07-22T22:22:43.560Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:22:43 [2021-07-22T22:22:43.561Z]  > git merge 471fd27709777d2cce3251129887e14e8bb2e0c7 # timeout=10
22:22:43 [2021-07-22T22:22:43.709Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:22:43 [2021-07-22T22:22:43.857Z]  > git config core.sparsecheckout # timeout=10
22:22:43 [2021-07-22T22:22:43.907Z]  > git checkout -f d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 # timeout=10
22:22:54 [2021-07-22T22:22:54.760Z] Commit message: "storage-driver: promote overlay2, make Btrfs and ZFS opt-in"