Skip to content

Console Output

10:24:03 [2021-08-03T10:24:03.820Z] The recommended git tool is: git
10:24:08 [2021-08-03T10:24:08.719Z] using credential docker-jenkins-github-credentials
10:24:08 [2021-08-03T10:24:08.727Z] Cloning the remote Git repository
10:24:08 [2021-08-03T10:24:08.727Z] Cloning with configured refspecs honoured and without tags
10:24:08 [2021-08-03T10:24:08.520Z] Cloning repository https://github.com/moby/moby.git
10:24:08 [2021-08-03T10:24:08.595Z]  > git init /home/ubuntu/workspace/moby_PR-42594 # timeout=10
10:24:08 [2021-08-03T10:24:08.966Z] Fetching upstream changes from https://github.com/moby/moby.git
10:24:08 [2021-08-03T10:24:08.966Z]  > git --version # timeout=10
10:24:08 [2021-08-03T10:24:08.981Z]  > git --version # 'git version 2.17.1'
10:24:08 [2021-08-03T10:24:08.981Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:08 [2021-08-03T10:24:08.983Z]  > 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:28 [2021-08-03T10:24:28.333Z] Fetching without tags
10:24:28 [2021-08-03T10:24:28.772Z] Merging remotes/origin/master commit 656a5e2bdf8cc2be64fee1459821b7045b755b0d into PR head commit 3af2217dc458524d8fde78006b48e63adc9bebb1
10:24:28 [2021-08-03T10:24:28.099Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:24:28 [2021-08-03T10:24:28.147Z]  > git config --add remote.origin.fetch +refs/pull/42594/head:refs/remotes/origin/PR-42594 # timeout=10
10:24:28 [2021-08-03T10:24:28.194Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:24:28 [2021-08-03T10:24:28.250Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:24:28 [2021-08-03T10:24:28.320Z] Fetching upstream changes from https://github.com/moby/moby.git
10:24:28 [2021-08-03T10:24:28.320Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:28 [2021-08-03T10:24:28.321Z]  > 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:28 [2021-08-03T10:24:28.767Z]  > git config core.sparsecheckout # timeout=10
10:24:28 [2021-08-03T10:24:28.804Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:24:29 [2021-08-03T10:24:29.648Z]  > git remote # timeout=10
10:24:29 [2021-08-03T10:24:29.671Z]  > git config --get remote.origin.url # timeout=10
10:24:29 [2021-08-03T10:24:29.695Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:29 [2021-08-03T10:24:29.696Z]  > git merge 656a5e2bdf8cc2be64fee1459821b7045b755b0d # timeout=10
10:24:29 [2021-08-03T10:24:29.767Z] Merge succeeded, producing 3af2217dc458524d8fde78006b48e63adc9bebb1
10:24:29 [2021-08-03T10:24:29.767Z] Checking out Revision 3af2217dc458524d8fde78006b48e63adc9bebb1 (PR-42594)
10:24:29 [2021-08-03T10:24:29.722Z]  > git rev-parse HEAD^{commit} # timeout=10
10:24:29 [2021-08-03T10:24:29.747Z]  > git config core.sparsecheckout # timeout=10
10:24:29 [2021-08-03T10:24:29.782Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:24:34 [2021-08-03T10:24:34.571Z] Commit message: "hack/test/unit: run libnetwork tests sequentially"