Skip to content

Console Output

10:23:48 [2021-08-03T10:23:48.377Z] The recommended git tool is: git
10:23:51 [2021-08-03T10:23:51.941Z] using credential docker-jenkins-github-credentials
10:23:51 [2021-08-03T10:23:51.948Z] Cloning the remote Git repository
10:23:51 [2021-08-03T10:23:51.948Z] Cloning with configured refspecs honoured and without tags
10:23:51 [2021-08-03T10:23:51.986Z] Cloning repository https://github.com/moby/moby.git
10:23:52 [2021-08-03T10:23:52.055Z]  > git init /home/ubuntu/workspace/moby_PR-42594 # timeout=10
10:23:52 [2021-08-03T10:23:52.424Z] Fetching upstream changes from https://github.com/moby/moby.git
10:23:52 [2021-08-03T10:23:52.425Z]  > git --version # timeout=10
10:23:52 [2021-08-03T10:23:52.450Z]  > git --version # 'git version 2.17.1'
10:23:52 [2021-08-03T10:23:52.450Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:23:52 [2021-08-03T10:23:52.452Z]  > git fetch --no-tags --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:24:15 [2021-08-03T10:24:15.178Z] Fetching without tags
10:24:15 [2021-08-03T10:24:15.590Z] Merging remotes/origin/master commit 656a5e2bdf8cc2be64fee1459821b7045b755b0d into PR head commit 3af2217dc458524d8fde78006b48e63adc9bebb1
10:24:16 [2021-08-03T10:24:16.559Z] Merge succeeded, producing 3af2217dc458524d8fde78006b48e63adc9bebb1
10:24:16 [2021-08-03T10:24:16.559Z] Checking out Revision 3af2217dc458524d8fde78006b48e63adc9bebb1 (PR-42594)
10:24:15 [2021-08-03T10:24:15.071Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:24:15 [2021-08-03T10:24:15.092Z]  > git config --add remote.origin.fetch +refs/pull/42594/head:refs/remotes/origin/PR-42594 # timeout=10
10:24:15 [2021-08-03T10:24:15.108Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:24:15 [2021-08-03T10:24:15.146Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:24:15 [2021-08-03T10:24:15.187Z] Fetching upstream changes from https://github.com/moby/moby.git
10:24:15 [2021-08-03T10:24:15.188Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:15 [2021-08-03T10:24:15.189Z]  > git fetch --no-tags --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:24:15 [2021-08-03T10:24:15.600Z]  > git config core.sparsecheckout # timeout=10
10:24:15 [2021-08-03T10:24:15.653Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:24:16 [2021-08-03T10:24:16.449Z]  > git remote # timeout=10
10:24:16 [2021-08-03T10:24:16.477Z]  > git config --get remote.origin.url # timeout=10
10:24:16 [2021-08-03T10:24:16.502Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:16 [2021-08-03T10:24:16.503Z]  > git merge 656a5e2bdf8cc2be64fee1459821b7045b755b0d # timeout=10
10:24:16 [2021-08-03T10:24:16.530Z]  > git rev-parse HEAD^{commit} # timeout=10
10:24:16 [2021-08-03T10:24:16.562Z]  > git config core.sparsecheckout # timeout=10
10:24:16 [2021-08-03T10:24:16.589Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:24:21 [2021-08-03T10:24:21.342Z] Commit message: "hack/test/unit: run libnetwork tests sequentially"