Skip to content

Console Output

10:24:22 [2021-08-03T10:24:22.238Z] The recommended git tool is: git
10:24:25 [2021-08-03T10:24:25.981Z] using credential docker-jenkins-github-credentials
10:24:25 [2021-08-03T10:24:25.989Z] Cloning the remote Git repository
10:24:25 [2021-08-03T10:24:25.989Z] Cloning with configured refspecs honoured and without tags
10:24:25 [2021-08-03T10:24:25.909Z] Cloning repository https://github.com/moby/moby.git
10:24:25 [2021-08-03T10:24:25.966Z]  > git init /home/ubuntu/workspace/moby_PR-42594 # timeout=10
10:24:26 [2021-08-03T10:24:26.455Z] Fetching upstream changes from https://github.com/moby/moby.git
10:24:26 [2021-08-03T10:24:26.455Z]  > git --version # timeout=10
10:24:26 [2021-08-03T10:24:26.465Z]  > git --version # 'git version 2.25.1'
10:24:26 [2021-08-03T10:24:26.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:26 [2021-08-03T10:24:26.585Z]  > 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:24:46 [2021-08-03T10:24:46.658Z] Fetching without tags
10:24:47 [2021-08-03T10:24:47.144Z] Merging remotes/origin/master commit 656a5e2bdf8cc2be64fee1459821b7045b755b0d into PR head commit 3af2217dc458524d8fde78006b48e63adc9bebb1
10:24:46 [2021-08-03T10:24:46.507Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:24:46 [2021-08-03T10:24:46.537Z]  > git config --add remote.origin.fetch +refs/pull/42594/head:refs/remotes/origin/PR-42594 # timeout=10
10:24:46 [2021-08-03T10:24:46.574Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:24:46 [2021-08-03T10:24:46.601Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:24:46 [2021-08-03T10:24:46.649Z] Fetching upstream changes from https://github.com/moby/moby.git
10:24:46 [2021-08-03T10:24:46.650Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:46 [2021-08-03T10:24:46.651Z]  > 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:24:47 [2021-08-03T10:24:47.148Z]  > git config core.sparsecheckout # timeout=10
10:24:47 [2021-08-03T10:24:47.176Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:24:48 [2021-08-03T10:24:48.814Z] Merge succeeded, producing 3af2217dc458524d8fde78006b48e63adc9bebb1
10:24:48 [2021-08-03T10:24:48.815Z] Checking out Revision 3af2217dc458524d8fde78006b48e63adc9bebb1 (PR-42594)
10:24:48 [2021-08-03T10:24:48.706Z]  > git remote # timeout=10
10:24:48 [2021-08-03T10:24:48.719Z]  > git config --get remote.origin.url # timeout=10
10:24:48 [2021-08-03T10:24:48.743Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:24:48 [2021-08-03T10:24:48.744Z]  > git merge 656a5e2bdf8cc2be64fee1459821b7045b755b0d # timeout=10
10:24:48 [2021-08-03T10:24:48.784Z]  > git rev-parse HEAD^{commit} # timeout=10
10:24:48 [2021-08-03T10:24:48.807Z]  > git config core.sparsecheckout # timeout=10
10:24:48 [2021-08-03T10:24:48.824Z]  > git checkout -f 3af2217dc458524d8fde78006b48e63adc9bebb1 # timeout=10
10:24:53 [2021-08-03T10:24:53.049Z] Commit message: "hack/test/unit: run libnetwork tests sequentially"