Skip to content

Console Output

15:11:41 [2023-08-14T15:11:41.541Z] The recommended git tool is: git
15:11:43 [2023-08-14T15:11:43.257Z] using credential docker-jenkins-github-credentials
15:11:43 [2023-08-14T15:11:43.270Z] Cloning the remote Git repository
15:11:43 [2023-08-14T15:11:43.270Z] Cloning with configured refspecs honoured and without tags
15:11:43 [2023-08-14T15:11:43.229Z] Cloning repository https://github.com/moby/moby.git
15:11:43 [2023-08-14T15:11:43.289Z]  > git init /home/ubuntu/workspace/moby_PR-45936 # timeout=10
15:11:43 [2023-08-14T15:11:43.632Z] Fetching upstream changes from https://github.com/moby/moby.git
15:11:43 [2023-08-14T15:11:43.633Z]  > git --version # timeout=10
15:11:43 [2023-08-14T15:11:43.636Z]  > git --version # 'git version 2.25.1'
15:11:43 [2023-08-14T15:11:43.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:11:43 [2023-08-14T15:11:43.638Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45936/head:refs/remotes/origin/PR-45936 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:11:57 [2023-08-14T15:11:57.455Z] Fetching without tags
15:11:57 [2023-08-14T15:11:57.417Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:11:57 [2023-08-14T15:11:57.420Z]  > git config --add remote.origin.fetch +refs/pull/45936/head:refs/remotes/origin/PR-45936 # timeout=10
15:11:57 [2023-08-14T15:11:57.424Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:11:57 [2023-08-14T15:11:57.429Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:11:57 [2023-08-14T15:11:57.436Z] Fetching upstream changes from https://github.com/moby/moby.git
15:11:57 [2023-08-14T15:11:57.436Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:11:57 [2023-08-14T15:11:57.437Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45936/head:refs/remotes/origin/PR-45936 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:11:57 [2023-08-14T15:11:57.684Z] Merging remotes/origin/master commit 7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 into PR head commit 3aa25ece4595f5c5849cc2739acce9870f3046dd
15:11:58 [2023-08-14T15:11:58.836Z] Merge succeeded, producing 3aa25ece4595f5c5849cc2739acce9870f3046dd
15:11:58 [2023-08-14T15:11:58.837Z] Checking out Revision 3aa25ece4595f5c5849cc2739acce9870f3046dd (PR-45936)
15:11:57 [2023-08-14T15:11:57.669Z]  > git config core.sparsecheckout # timeout=10
15:11:57 [2023-08-14T15:11:57.672Z]  > git checkout -f 3aa25ece4595f5c5849cc2739acce9870f3046dd # timeout=10
15:11:58 [2023-08-14T15:11:58.740Z]  > git remote # timeout=10
15:11:58 [2023-08-14T15:11:58.744Z]  > git config --get remote.origin.url # timeout=10
15:11:58 [2023-08-14T15:11:58.747Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:11:58 [2023-08-14T15:11:58.804Z]  > git merge 7b28bc51e658970a5aa6696c419c7ab77f0e6dc1 # timeout=10
15:11:58 [2023-08-14T15:11:58.812Z]  > git rev-parse HEAD^{commit} # timeout=10
15:11:58 [2023-08-14T15:11:58.818Z]  > git config core.sparsecheckout # timeout=10
15:11:58 [2023-08-14T15:11:58.821Z]  > git checkout -f 3aa25ece4595f5c5849cc2739acce9870f3046dd # timeout=10
15:12:03 [2023-08-14T15:12:03.149Z] Commit message: "ci: run dockerd tests in parallel"