Skip to content

Console Output

17:19:49 [2022-04-07T17:19:49.871Z] The recommended git tool is: git
17:19:52 [2022-04-07T17:19:52.124Z] using credential docker-jenkins-github-credentials
17:19:52 [2022-04-07T17:19:52.133Z] Cloning the remote Git repository
17:19:52 [2022-04-07T17:19:52.133Z] Cloning with configured refspecs honoured and without tags
17:19:52 [2022-04-07T17:19:52.103Z] Cloning repository https://github.com/moby/moby.git
17:19:52 [2022-04-07T17:19:52.168Z]  > git init /home/ubuntu/workspace/moby_PR-43472 # timeout=10
17:19:52 [2022-04-07T17:19:52.479Z] Fetching upstream changes from https://github.com/moby/moby.git
17:19:52 [2022-04-07T17:19:52.480Z]  > git --version # timeout=10
17:19:52 [2022-04-07T17:19:52.504Z]  > git --version # 'git version 2.17.1'
17:19:52 [2022-04-07T17:19:52.504Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:19:52 [2022-04-07T17:19:52.506Z]  > git fetch --no-tags --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:15 [2022-04-07T17:20:15.224Z] Fetching without tags
17:20:15 [2022-04-07T17:20:15.523Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:15 [2022-04-07T17:20:15.133Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:15 [2022-04-07T17:20:15.145Z]  > git config --add remote.origin.fetch +refs/pull/43472/head:refs/remotes/origin/PR-43472 # timeout=10
17:20:15 [2022-04-07T17:20:15.163Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:15 [2022-04-07T17:20:15.197Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:15 [2022-04-07T17:20:15.217Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:15 [2022-04-07T17:20:15.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:15 [2022-04-07T17:20:15.218Z]  > git fetch --no-tags --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:15 [2022-04-07T17:20:15.522Z]  > git config core.sparsecheckout # timeout=10
17:20:15 [2022-04-07T17:20:15.549Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:16 [2022-04-07T17:20:16.525Z] Merge succeeded, producing 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:16 [2022-04-07T17:20:16.526Z] Checking out Revision 2bc07370ec2f6e3ed80d53484e300cee1e24d13c (PR-43472)
17:20:16 [2022-04-07T17:20:16.394Z]  > git remote # timeout=10
17:20:16 [2022-04-07T17:20:16.433Z]  > git config --get remote.origin.url # timeout=10
17:20:16 [2022-04-07T17:20:16.460Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:16 [2022-04-07T17:20:16.462Z]  > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10
17:20:16 [2022-04-07T17:20:16.492Z]  > git rev-parse HEAD^{commit} # timeout=10
17:20:16 [2022-04-07T17:20:16.518Z]  > git config core.sparsecheckout # timeout=10
17:20:16 [2022-04-07T17:20:16.537Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:20 [2022-04-07T17:20:20.990Z] Commit message: "daemon/graphdriver: remove unused graphdriver.IsInitialized()"