Skip to content

Console Output

17:20:02 [2022-04-07T17:20:02.014Z] The recommended git tool is: git
17:20:04 [2022-04-07T17:20:04.888Z] using credential docker-jenkins-github-credentials
17:20:04 [2022-04-07T17:20:04.898Z] Cloning the remote Git repository
17:20:04 [2022-04-07T17:20:04.898Z] Cloning with configured refspecs honoured and without tags
17:20:04 [2022-04-07T17:20:04.920Z] Cloning repository https://github.com/moby/moby.git
17:20:04 [2022-04-07T17:20:04.979Z]  > git init /home/ubuntu/workspace/moby_PR-43472 # timeout=10
17:20:05 [2022-04-07T17:20:05.252Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:05 [2022-04-07T17:20:05.252Z]  > git --version # timeout=10
17:20:05 [2022-04-07T17:20:05.261Z]  > git --version # 'git version 2.25.1'
17:20:05 [2022-04-07T17:20:05.261Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:05 [2022-04-07T17:20:05.263Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43472/head:refs/remotes/origin/PR-43472 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:22 [2022-04-07T17:20:22.893Z] Fetching without tags
17:20:23 [2022-04-07T17:20:23.144Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:22 [2022-04-07T17:20:22.830Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:22 [2022-04-07T17:20:22.844Z]  > git config --add remote.origin.fetch +refs/pull/43472/head:refs/remotes/origin/PR-43472 # timeout=10
17:20:22 [2022-04-07T17:20:22.856Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:22 [2022-04-07T17:20:22.873Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:22 [2022-04-07T17:20:22.897Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:22 [2022-04-07T17:20:22.897Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:22 [2022-04-07T17:20:22.899Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43472/head:refs/remotes/origin/PR-43472 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:23 [2022-04-07T17:20:23.153Z]  > git config core.sparsecheckout # timeout=10
17:20:23 [2022-04-07T17:20:23.171Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:23 [2022-04-07T17:20:23.757Z]  > git remote # timeout=10
17:20:23 [2022-04-07T17:20:23.767Z]  > git config --get remote.origin.url # timeout=10
17:20:23 [2022-04-07T17:20:23.776Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:23 [2022-04-07T17:20:23.777Z]  > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10
17:20:23 [2022-04-07T17:20:23.799Z] Merge succeeded, producing 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:23 [2022-04-07T17:20:23.799Z] Checking out Revision 2bc07370ec2f6e3ed80d53484e300cee1e24d13c (PR-43472)
17:20:23 [2022-04-07T17:20:23.788Z]  > git rev-parse HEAD^{commit} # timeout=10
17:20:23 [2022-04-07T17:20:23.802Z]  > git config core.sparsecheckout # timeout=10
17:20:23 [2022-04-07T17:20:23.820Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:28 [2022-04-07T17:20:28.226Z] Commit message: "daemon/graphdriver: remove unused graphdriver.IsInitialized()"