Skip to content

Console Output

09:06:20 [2021-06-04T09:06:20.323Z] The recommended git tool is: git
09:06:20 [2021-06-04T09:06:20.537Z] using credential docker-jenkins-github-credentials
09:06:20 [2021-06-04T09:06:20.619Z] Cloning the remote Git repository
09:06:20 [2021-06-04T09:06:20.619Z] Cloning with configured refspecs honoured and without tags
09:06:20 [2021-06-04T09:06:20.654Z] Cloning repository https://github.com/moby/moby.git
09:06:20 [2021-06-04T09:06:20.655Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:06:20 [2021-06-04T09:06:20.751Z] Fetching upstream changes from https://github.com/moby/moby.git
09:06:20 [2021-06-04T09:06:20.751Z]  > git --version # timeout=10
09:06:20 [2021-06-04T09:06:20.814Z]  > git --version # 'git version 2.24.1.windows.2'
09:06:20 [2021-06-04T09:06:20.815Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:06:20 [2021-06-04T09:06:20.817Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42462/head:refs/remotes/origin/PR-42462 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:06:36 [2021-06-04T09:06:36.668Z] Fetching without tags
09:06:37 [2021-06-04T09:06:37.481Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 60a9a804cad416e5a40e9d8418bc32560b62d07c
09:06:36 [2021-06-04T09:06:36.271Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:06:36 [2021-06-04T09:06:36.341Z]  > git config --add remote.origin.fetch +refs/pull/42462/head:refs/remotes/origin/PR-42462 # timeout=10
09:06:36 [2021-06-04T09:06:36.420Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:06:36 [2021-06-04T09:06:36.557Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:06:36 [2021-06-04T09:06:36.704Z] Fetching upstream changes from https://github.com/moby/moby.git
09:06:36 [2021-06-04T09:06:36.704Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:06:36 [2021-06-04T09:06:36.707Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42462/head:refs/remotes/origin/PR-42462 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:06:37 [2021-06-04T09:06:37.516Z]  > git config core.sparsecheckout # timeout=10
09:06:37 [2021-06-04T09:06:37.594Z]  > git checkout -f 60a9a804cad416e5a40e9d8418bc32560b62d07c # timeout=10
09:06:41 [2021-06-04T09:06:41.688Z] Merge succeeded, producing 60a9a804cad416e5a40e9d8418bc32560b62d07c
09:06:41 [2021-06-04T09:06:41.688Z] Checking out Revision 60a9a804cad416e5a40e9d8418bc32560b62d07c (PR-42462)
09:06:41 [2021-06-04T09:06:41.265Z]  > git remote # timeout=10
09:06:41 [2021-06-04T09:06:41.334Z]  > git config --get remote.origin.url # timeout=10
09:06:41 [2021-06-04T09:06:41.413Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:06:41 [2021-06-04T09:06:41.414Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
09:06:41 [2021-06-04T09:06:41.566Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:06:41 [2021-06-04T09:06:41.723Z]  > git config core.sparsecheckout # timeout=10
09:06:41 [2021-06-04T09:06:41.793Z]  > git checkout -f 60a9a804cad416e5a40e9d8418bc32560b62d07c # timeout=10
09:06:42 [2021-06-04T09:06:42.077Z] Commit message: "rootless: disable overlay2 if running with SELinux"