Skip to content

Console Output

07:58:00 [2023-07-17T07:58:00.988Z] The recommended git tool is: git
07:58:00 [2023-07-17T07:58:00.996Z] using credential docker-jenkins-github-credentials
07:58:01 [2023-07-17T07:58:01.011Z] Cloning the remote Git repository
07:58:01 [2023-07-17T07:58:01.011Z] Cloning with configured refspecs honoured and without tags
07:58:01 [2023-07-17T07:58:01.022Z] Cloning repository https://github.com/moby/moby.git
07:58:01 [2023-07-17T07:58:01.022Z]  > git init /home/ubuntu/workspace/moby_PR-45986 # timeout=10
07:58:01 [2023-07-17T07:58:01.027Z] Fetching upstream changes from https://github.com/moby/moby.git
07:58:01 [2023-07-17T07:58:01.027Z]  > git --version # timeout=10
07:58:01 [2023-07-17T07:58:01.029Z]  > git --version # 'git version 2.25.1'
07:58:01 [2023-07-17T07:58:01.029Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:58:01 [2023-07-17T07:58:01.030Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45986/head:refs/remotes/origin/PR-45986 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:58:12 [2023-07-17T07:58:12.437Z] Fetching without tags
07:58:12 [2023-07-17T07:58:12.645Z] Merging remotes/origin/master commit ee794231240b4f4087cffb434dcc67b06f402a47 into PR head commit 738b16d873854a03fe2e691c388901343616cc8c
07:58:13 [2023-07-17T07:58:13.257Z] Merge succeeded, producing 738b16d873854a03fe2e691c388901343616cc8c
07:58:13 [2023-07-17T07:58:13.257Z] Checking out Revision 738b16d873854a03fe2e691c388901343616cc8c (PR-45986)
07:58:12 [2023-07-17T07:58:12.432Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:58:12 [2023-07-17T07:58:12.435Z]  > git config --add remote.origin.fetch +refs/pull/45986/head:refs/remotes/origin/PR-45986 # timeout=10
07:58:12 [2023-07-17T07:58:12.438Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
07:58:12 [2023-07-17T07:58:12.443Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:58:12 [2023-07-17T07:58:12.448Z] Fetching upstream changes from https://github.com/moby/moby.git
07:58:12 [2023-07-17T07:58:12.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:58:12 [2023-07-17T07:58:12.449Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45986/head:refs/remotes/origin/PR-45986 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:58:12 [2023-07-17T07:58:12.656Z]  > git config core.sparsecheckout # timeout=10
07:58:12 [2023-07-17T07:58:12.658Z]  > git checkout -f 738b16d873854a03fe2e691c388901343616cc8c # timeout=10
07:58:13 [2023-07-17T07:58:13.249Z]  > git remote # timeout=10
07:58:13 [2023-07-17T07:58:13.252Z]  > git config --get remote.origin.url # timeout=10
07:58:13 [2023-07-17T07:58:13.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:58:13 [2023-07-17T07:58:13.255Z]  > git merge ee794231240b4f4087cffb434dcc67b06f402a47 # timeout=10
07:58:13 [2023-07-17T07:58:13.262Z]  > git rev-parse HEAD^{commit} # timeout=10
07:58:13 [2023-07-17T07:58:13.268Z]  > git config core.sparsecheckout # timeout=10
07:58:13 [2023-07-17T07:58:13.270Z]  > git checkout -f 738b16d873854a03fe2e691c388901343616cc8c # timeout=10
07:58:13 [2023-07-17T07:58:13.609Z] Commit message: "libnetwork/config: add Config.DriverConfig() and un-export DriverCfg"