Skip to content

Console Output

14:27:12 [2022-03-25T14:27:12.893Z] The recommended git tool is: git
14:27:38 [2022-03-25T14:27:38.422Z] using credential docker-jenkins-github-credentials
14:27:38 [2022-03-25T14:27:38.496Z] Cloning the remote Git repository
14:27:38 [2022-03-25T14:27:38.497Z] Cloning with configured refspecs honoured and without tags
14:27:38 [2022-03-25T14:27:38.682Z] Cloning repository https://github.com/moby/moby.git
14:27:39 [2022-03-25T14:27:39.087Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:27:40 [2022-03-25T14:27:40.056Z] Fetching upstream changes from https://github.com/moby/moby.git
14:27:40 [2022-03-25T14:27:40.056Z]  > git --version # timeout=10
14:27:40 [2022-03-25T14:27:40.107Z]  > git --version # 'git version 2.24.1.windows.2'
14:27:40 [2022-03-25T14:27:40.108Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:27:40 [2022-03-25T14:27:40.112Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:28:01 [2022-03-25T14:28:01.394Z] Fetching without tags
14:28:02 [2022-03-25T14:28:02.211Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd
14:28:01 [2022-03-25T14:28:01.067Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:28:01 [2022-03-25T14:28:01.131Z]  > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10
14:28:01 [2022-03-25T14:28:01.183Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:28:01 [2022-03-25T14:28:01.302Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:28:01 [2022-03-25T14:28:01.429Z] Fetching upstream changes from https://github.com/moby/moby.git
14:28:01 [2022-03-25T14:28:01.430Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:28:01 [2022-03-25T14:28:01.431Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:28:02 [2022-03-25T14:28:02.316Z]  > git config core.sparsecheckout # timeout=10
14:28:02 [2022-03-25T14:28:02.364Z]  > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10
14:28:06 [2022-03-25T14:28:06.069Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd
14:28:06 [2022-03-25T14:28:06.069Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378)
14:28:05 [2022-03-25T14:28:05.712Z]  > git remote # timeout=10
14:28:05 [2022-03-25T14:28:05.801Z]  > git config --get remote.origin.url # timeout=10
14:28:05 [2022-03-25T14:28:05.850Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:28:05 [2022-03-25T14:28:05.852Z]  > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10
14:28:05 [2022-03-25T14:28:05.983Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:28:06 [2022-03-25T14:28:06.103Z]  > git config core.sparsecheckout # timeout=10
14:28:06 [2022-03-25T14:28:06.151Z]  > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10
14:28:17 [2022-03-25T14:28:17.318Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated"