Skip to content

Console Output

14:22:59 [2022-03-25T14:22:59.407Z] The recommended git tool is: git
14:22:59 [2022-03-25T14:22:59.416Z] using credential docker-jenkins-github-credentials
14:22:59 [2022-03-25T14:22:59.424Z] Cloning the remote Git repository
14:22:59 [2022-03-25T14:22:59.424Z] Cloning with configured refspecs honoured and without tags
14:22:59 [2022-03-25T14:22:59.432Z] Cloning repository https://github.com/moby/moby.git
14:22:59 [2022-03-25T14:22:59.433Z]  > git init /home/ubuntu/workspace/moby_PR-43378 # timeout=10
14:22:59 [2022-03-25T14:22:59.460Z] Fetching upstream changes from https://github.com/moby/moby.git
14:22:59 [2022-03-25T14:22:59.460Z]  > git --version # timeout=10
14:22:59 [2022-03-25T14:22:59.466Z]  > git --version # 'git version 2.25.1'
14:22:59 [2022-03-25T14:22:59.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:22:59 [2022-03-25T14:22:59.467Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:15 [2022-03-25T14:23:15.969Z] Fetching without tags
14:23:16 [2022-03-25T14:23:16.189Z] Merging remotes/origin/master commit 0a3336fd7d19f7114fce2ff849a8989ed33e2059 into PR head commit 3853eb59d16431793a1ac64b3736931b2a078abd
14:23:16 [2022-03-25T14:23:16.732Z] Merge succeeded, producing 3853eb59d16431793a1ac64b3736931b2a078abd
14:23:16 [2022-03-25T14:23:16.733Z] Checking out Revision 3853eb59d16431793a1ac64b3736931b2a078abd (PR-43378)
14:23:15 [2022-03-25T14:23:15.948Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:15 [2022-03-25T14:23:15.952Z]  > git config --add remote.origin.fetch +refs/pull/43378/head:refs/remotes/origin/PR-43378 # timeout=10
14:23:15 [2022-03-25T14:23:15.959Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:15 [2022-03-25T14:23:15.968Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:23:15 [2022-03-25T14:23:15.976Z] Fetching upstream changes from https://github.com/moby/moby.git
14:23:15 [2022-03-25T14:23:15.977Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:15 [2022-03-25T14:23:15.977Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43378/head:refs/remotes/origin/PR-43378 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:23:16 [2022-03-25T14:23:16.196Z]  > git config core.sparsecheckout # timeout=10
14:23:16 [2022-03-25T14:23:16.203Z]  > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10
14:23:16 [2022-03-25T14:23:16.709Z]  > git remote # timeout=10
14:23:16 [2022-03-25T14:23:16.719Z]  > git config --get remote.origin.url # timeout=10
14:23:16 [2022-03-25T14:23:16.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:23:16 [2022-03-25T14:23:16.723Z]  > git merge 0a3336fd7d19f7114fce2ff849a8989ed33e2059 # timeout=10
14:23:16 [2022-03-25T14:23:16.734Z]  > git rev-parse HEAD^{commit} # timeout=10
14:23:16 [2022-03-25T14:23:16.740Z]  > git config core.sparsecheckout # timeout=10
14:23:16 [2022-03-25T14:23:16.747Z]  > git checkout -f 3853eb59d16431793a1ac64b3736931b2a078abd # timeout=10
14:23:17 [2022-03-25T14:23:17.332Z] Commit message: "daemon: require storage-driver to be set if the driver is deprecated"