Skip to content

Console Output

22:33:51 [2022-01-03T22:33:51.801Z] The recommended git tool is: git
22:34:17 [2022-01-03T22:34:17.382Z] using credential docker-jenkins-github-credentials
22:34:17 [2022-01-03T22:34:17.471Z] Cloning the remote Git repository
22:34:17 [2022-01-03T22:34:17.471Z] Cloning with configured refspecs honoured and without tags
22:34:17 [2022-01-03T22:34:17.682Z] Cloning repository https://github.com/moby/moby.git
22:34:18 [2022-01-03T22:34:18.099Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:34:18 [2022-01-03T22:34:18.913Z] Fetching upstream changes from https://github.com/moby/moby.git
22:34:18 [2022-01-03T22:34:18.914Z]  > git --version # timeout=10
22:34:18 [2022-01-03T22:34:18.976Z]  > git --version # 'git version 2.24.1.windows.2'
22:34:18 [2022-01-03T22:34:18.977Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:34:18 [2022-01-03T22:34:18.981Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43109/head:refs/remotes/origin/PR-43109 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:34:36 [2022-01-03T22:34:36.655Z] Fetching without tags
22:34:37 [2022-01-03T22:34:37.418Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 4bdc20844935c5995637b40bdb8152640d2e0c1f
22:34:36 [2022-01-03T22:34:36.302Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:34:36 [2022-01-03T22:34:36.369Z]  > git config --add remote.origin.fetch +refs/pull/43109/head:refs/remotes/origin/PR-43109 # timeout=10
22:34:36 [2022-01-03T22:34:36.427Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:34:36 [2022-01-03T22:34:36.561Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:34:36 [2022-01-03T22:34:36.696Z] Fetching upstream changes from https://github.com/moby/moby.git
22:34:36 [2022-01-03T22:34:36.696Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:34:36 [2022-01-03T22:34:36.698Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43109/head:refs/remotes/origin/PR-43109 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:34:37 [2022-01-03T22:34:37.534Z]  > git config core.sparsecheckout # timeout=10
22:34:37 [2022-01-03T22:34:37.595Z]  > git checkout -f 4bdc20844935c5995637b40bdb8152640d2e0c1f # timeout=10
22:34:41 [2022-01-03T22:34:41.252Z] Merge succeeded, producing 4bdc20844935c5995637b40bdb8152640d2e0c1f
22:34:41 [2022-01-03T22:34:41.252Z] Checking out Revision 4bdc20844935c5995637b40bdb8152640d2e0c1f (PR-43109)
22:34:40 [2022-01-03T22:34:40.829Z]  > git remote # timeout=10
22:34:40 [2022-01-03T22:34:40.914Z]  > git config --get remote.origin.url # timeout=10
22:34:40 [2022-01-03T22:34:40.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:34:40 [2022-01-03T22:34:40.971Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
22:34:41 [2022-01-03T22:34:41.125Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:34:41 [2022-01-03T22:34:41.292Z]  > git config core.sparsecheckout # timeout=10
22:34:41 [2022-01-03T22:34:41.348Z]  > git checkout -f 4bdc20844935c5995637b40bdb8152640d2e0c1f # timeout=10
22:34:53 [2022-01-03T22:34:53.143Z] Commit message: "hack: remove a workaround for go-tools"