Skip to content

Console Output

10:25:49 [2021-08-03T10:25:49.000Z] The recommended git tool is: git
10:26:13 [2021-08-03T10:26:13.172Z] using credential docker-jenkins-github-credentials
10:26:13 [2021-08-03T10:26:13.246Z] Cloning the remote Git repository
10:26:13 [2021-08-03T10:26:13.246Z] Cloning with configured refspecs honoured and without tags
10:26:13 [2021-08-03T10:26:13.434Z] Cloning repository https://github.com/moby/moby.git
10:26:13 [2021-08-03T10:26:13.824Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
10:26:15 [2021-08-03T10:26:15.101Z] Fetching upstream changes from https://github.com/moby/moby.git
10:26:15 [2021-08-03T10:26:15.102Z]  > git --version # timeout=10
10:26:15 [2021-08-03T10:26:15.143Z]  > git --version # 'git version 2.24.1.windows.2'
10:26:15 [2021-08-03T10:26:15.143Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:26:15 [2021-08-03T10:26:15.145Z]  > 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:26:51 [2021-08-03T10:26:51.252Z] Fetching without tags
10:26:51 [2021-08-03T10:26:51.954Z] Merging remotes/origin/master commit 656a5e2bdf8cc2be64fee1459821b7045b755b0d into PR head commit 3af2217dc458524d8fde78006b48e63adc9bebb1
10:26:50 [2021-08-03T10:26:50.943Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:26:51 [2021-08-03T10:26:51.016Z]  > git config --add remote.origin.fetch +refs/pull/42594/head:refs/remotes/origin/PR-42594 # timeout=10
10:26:51 [2021-08-03T10:26:51.057Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:26:51 [2021-08-03T10:26:51.172Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:26:51 [2021-08-03T10:26:51.287Z] Fetching upstream changes from https://github.com/moby/moby.git
10:26:51 [2021-08-03T10:26:51.288Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:26:51 [2021-08-03T10:26:51.289Z]  > 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:26:52 [2021-08-03T10:26:52.059Z]  > git config core.sparsecheckout # timeout=10
10:26:52 [2021-08-03T10:26:52.102Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:26:54 [2021-08-03T10:26:54.979Z] Merge succeeded, producing 3af2217dc458524d8fde78006b48e63adc9bebb1
10:26:54 [2021-08-03T10:26:54.980Z] Checking out Revision 3af2217dc458524d8fde78006b48e63adc9bebb1 (PR-42594)
10:26:54 [2021-08-03T10:26:54.637Z]  > git remote # timeout=10
10:26:54 [2021-08-03T10:26:54.709Z]  > git config --get remote.origin.url # timeout=10
10:26:54 [2021-08-03T10:26:54.751Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:26:54 [2021-08-03T10:26:54.752Z]  > git merge 656a5e2bdf8cc2be64fee1459821b7045b755b0d # timeout=10
10:26:54 [2021-08-03T10:26:54.889Z]  > git rev-parse "HEAD^{commit}" # timeout=10
10:26:55 [2021-08-03T10:26:55.013Z]  > git config core.sparsecheckout # timeout=10
10:26:55 [2021-08-03T10:26:55.055Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:27:06 [2021-08-03T10:27:06.392Z] Commit message: "hack/test/unit: run libnetwork tests sequentially"