Skip to content

Console Output

17:20:02 [2022-04-07T17:20:02.224Z] The recommended git tool is: git
17:20:05 [2022-04-07T17:20:05.247Z] using credential docker-jenkins-github-credentials
17:20:05 [2022-04-07T17:20:05.256Z] Cloning the remote Git repository
17:20:05 [2022-04-07T17:20:05.256Z] Cloning with configured refspecs honoured and without tags
17:20:04 [2022-04-07T17:20:04.837Z] Cloning repository https://github.com/moby/moby.git
17:20:04 [2022-04-07T17:20:04.893Z]  > git init /home/ubuntu/workspace/moby_PR-43472 # timeout=10
17:20:05 [2022-04-07T17:20:05.224Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:05 [2022-04-07T17:20:05.224Z]  > git --version # timeout=10
17:20:05 [2022-04-07T17:20:05.236Z]  > git --version # 'git version 2.17.1'
17:20:05 [2022-04-07T17:20:05.237Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:05 [2022-04-07T17:20:05.239Z]  > 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:30 [2022-04-07T17:20:30.723Z] Fetching without tags
17:20:30 [2022-04-07T17:20:30.645Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:30 [2022-04-07T17:20:30.668Z]  > 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.693Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:30 [2022-04-07T17:20:30.714Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:30 [2022-04-07T17:20:30.727Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:30 [2022-04-07T17:20:30.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:30 [2022-04-07T17:20:30.731Z]  > 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:30 [2022-04-07T17:20:30.969Z] Merging remotes/origin/master commit a461373146d11606cecb5e9ec142a71182fc9813 into PR head commit 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:31 [2022-04-07T17:20:31.602Z] Merge succeeded, producing 2bc07370ec2f6e3ed80d53484e300cee1e24d13c
17:20:31 [2022-04-07T17:20:31.602Z] Checking out Revision 2bc07370ec2f6e3ed80d53484e300cee1e24d13c (PR-43472)
17:20:30 [2022-04-07T17:20:30.976Z]  > git config core.sparsecheckout # timeout=10
17:20:30 [2022-04-07T17:20:30.989Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:31 [2022-04-07T17:20:31.541Z]  > git remote # timeout=10
17:20:31 [2022-04-07T17:20:31.548Z]  > git config --get remote.origin.url # timeout=10
17:20:31 [2022-04-07T17:20:31.564Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:31 [2022-04-07T17:20:31.565Z]  > git merge a461373146d11606cecb5e9ec142a71182fc9813 # timeout=10
17:20:31 [2022-04-07T17:20:31.579Z]  > git rev-parse HEAD^{commit} # timeout=10
17:20:31 [2022-04-07T17:20:31.606Z]  > git config core.sparsecheckout # timeout=10
17:20:31 [2022-04-07T17:20:31.620Z]  > git checkout -f 2bc07370ec2f6e3ed80d53484e300cee1e24d13c # timeout=10
17:20:35 [2022-04-07T17:20:35.981Z] Commit message: "daemon/graphdriver: remove unused graphdriver.IsInitialized()"