Skip to content

Console Output

17:20:09 [2022-04-07T17:20:09.091Z] The recommended git tool is: git
17:20:11 [2022-04-07T17:20:11.688Z] using credential docker-jenkins-github-credentials
17:20:11 [2022-04-07T17:20:11.697Z] Cloning the remote Git repository
17:20:11 [2022-04-07T17:20:11.697Z] Cloning with configured refspecs honoured and without tags
17:20:11 [2022-04-07T17:20:11.687Z] Cloning repository https://github.com/moby/moby.git
17:20:11 [2022-04-07T17:20:11.738Z]  > git init /home/ubuntu/workspace/moby_PR-43472 # timeout=10
17:20:12 [2022-04-07T17:20:12.189Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:12 [2022-04-07T17:20:12.189Z]  > git --version # timeout=10
17:20:12 [2022-04-07T17:20:12.196Z]  > git --version # 'git version 2.25.1'
17:20:12 [2022-04-07T17:20:12.197Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:12 [2022-04-07T17:20:12.198Z]  > 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:30 [2022-04-07T17:20:30.238Z] Fetching without tags
17:20:30 [2022-04-07T17:20:30.482Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:30 [2022-04-07T17:20:30.195Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:30 [2022-04-07T17:20:30.200Z]  > git config --add remote.origin.fetch +refs/pull/43472/head:refs/remotes/origin/PR-43472 # timeout=10
17:20:30 [2022-04-07T17:20:30.204Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:30 [2022-04-07T17:20:30.216Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:30 [2022-04-07T17:20:30.232Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:30 [2022-04-07T17:20:30.232Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:30 [2022-04-07T17:20:30.234Z]  > 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:30 [2022-04-07T17:20:30.487Z]  > git config core.sparsecheckout # timeout=10
17:20:30 [2022-04-07T17:20:30.495Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:31 [2022-04-07T17:20:31.065Z] Merge succeeded, producing 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:31 [2022-04-07T17:20:31.065Z] Checking out Revision 2bc07370ec2f6e3ed80d53484e300cee1e24d13c (PR-43472)
17:20:31 [2022-04-07T17:20:31.015Z]  > git remote # timeout=10
17:20:31 [2022-04-07T17:20:31.021Z]  > git config --get remote.origin.url # timeout=10
17:20:31 [2022-04-07T17:20:31.027Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:31 [2022-04-07T17:20:31.028Z]  > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10
17:20:31 [2022-04-07T17:20:31.044Z]  > git rev-parse HEAD^{commit} # timeout=10
17:20:31 [2022-04-07T17:20:31.060Z]  > git config core.sparsecheckout # timeout=10
17:20:31 [2022-04-07T17:20:31.069Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:35 [2022-04-07T17:20:35.473Z] Commit message: "daemon/graphdriver: remove unused graphdriver.IsInitialized()"