Skip to content

Console Output

10:27:27 [2021-08-03T10:27:27.360Z] The recommended git tool is: git
10:27:51 [2021-08-03T10:27:51.665Z] using credential docker-jenkins-github-credentials
10:27:51 [2021-08-03T10:27:51.739Z] Cloning the remote Git repository
10:27:51 [2021-08-03T10:27:51.740Z] Cloning with configured refspecs honoured and without tags
10:27:51 [2021-08-03T10:27:51.928Z] Cloning repository https://github.com/moby/moby.git
10:27:52 [2021-08-03T10:27:52.359Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
10:27:53 [2021-08-03T10:27:53.218Z] Fetching upstream changes from https://github.com/moby/moby.git
10:27:53 [2021-08-03T10:27:53.219Z]  > git --version # timeout=10
10:27:53 [2021-08-03T10:27:53.273Z]  > git --version # 'git version 2.24.1.windows.2'
10:27:53 [2021-08-03T10:27:53.275Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:27:53 [2021-08-03T10:27:53.277Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42594/head:refs/remotes/origin/PR-42594 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:28:11 [2021-08-03T10:28:11.249Z] Fetching without tags
10:28:12 [2021-08-03T10:28:12.196Z] Merging remotes/origin/master commit 656a5e2bdf8cc2be64fee1459821b7045b755b0d into PR head commit 3af2217dc458524d8fde78006b48e63adc9bebb1
10:28:10 [2021-08-03T10:28:10.896Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:28:10 [2021-08-03T10:28:10.964Z]  > git config --add remote.origin.fetch +refs/pull/42594/head:refs/remotes/origin/PR-42594 # timeout=10
10:28:11 [2021-08-03T10:28:11.022Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:28:11 [2021-08-03T10:28:11.154Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:28:11 [2021-08-03T10:28:11.284Z] Fetching upstream changes from https://github.com/moby/moby.git
10:28:11 [2021-08-03T10:28:11.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:28:11 [2021-08-03T10:28:11.286Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42594/head:refs/remotes/origin/PR-42594 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:28:12 [2021-08-03T10:28:12.302Z]  > git config core.sparsecheckout # timeout=10
10:28:12 [2021-08-03T10:28:12.353Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:28:16 [2021-08-03T10:28:16.034Z] Merge succeeded, producing 3af2217dc458524d8fde78006b48e63adc9bebb1
10:28:16 [2021-08-03T10:28:16.034Z] Checking out Revision 3af2217dc458524d8fde78006b48e63adc9bebb1 (PR-42594)
10:28:15 [2021-08-03T10:28:15.590Z]  > git remote # timeout=10
10:28:15 [2021-08-03T10:28:15.682Z]  > git config --get remote.origin.url # timeout=10
10:28:15 [2021-08-03T10:28:15.738Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:28:15 [2021-08-03T10:28:15.740Z]  > git merge 656a5e2bdf8cc2be64fee1459821b7045b755b0d # timeout=10
10:28:15 [2021-08-03T10:28:15.917Z]  > git rev-parse "HEAD^{commit}" # timeout=10
10:28:16 [2021-08-03T10:28:16.067Z]  > git config core.sparsecheckout # timeout=10
10:28:16 [2021-08-03T10:28:16.120Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:28:27 [2021-08-03T10:28:27.800Z] Commit message: "hack/test/unit: run libnetwork tests sequentially"