Skip to content

Console Output

12:22:52 [2022-07-28T12:22:52.001Z] The recommended git tool is: git
12:23:19 [2022-07-28T12:23:19.233Z] using credential docker-jenkins-github-credentials
12:23:19 [2022-07-28T12:23:19.319Z] Cloning the remote Git repository
12:23:19 [2022-07-28T12:23:19.319Z] Cloning with configured refspecs honoured and without tags
12:23:19 [2022-07-28T12:23:19.538Z] Cloning repository https://github.com/moby/moby.git
12:23:19 [2022-07-28T12:23:19.975Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
12:23:21 [2022-07-28T12:23:21.194Z] Fetching upstream changes from https://github.com/moby/moby.git
12:23:21 [2022-07-28T12:23:21.194Z]  > git --version # timeout=10
12:23:21 [2022-07-28T12:23:21.253Z]  > git --version # 'git version 2.24.1.windows.2'
12:23:21 [2022-07-28T12:23:21.254Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:23:21 [2022-07-28T12:23:21.258Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43876/head:refs/remotes/origin/PR-43876 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:23:37 [2022-07-28T12:23:37.955Z] Fetching without tags
12:23:37 [2022-07-28T12:23:37.572Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:23:37 [2022-07-28T12:23:37.647Z]  > git config --add remote.origin.fetch +refs/pull/43876/head:refs/remotes/origin/PR-43876 # timeout=10
12:23:37 [2022-07-28T12:23:37.715Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:23:37 [2022-07-28T12:23:37.854Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:23:38 [2022-07-28T12:23:38.001Z] Fetching upstream changes from https://github.com/moby/moby.git
12:23:38 [2022-07-28T12:23:38.002Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:23:38 [2022-07-28T12:23:38.004Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43876/head:refs/remotes/origin/PR-43876 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:23:39 [2022-07-28T12:23:39.309Z] Merging remotes/origin/20.10 commit 21b91d3fd558d7e619fec1682000dfe23a95330f into PR head commit cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:23:39 [2022-07-28T12:23:39.437Z]  > git config core.sparsecheckout # timeout=10
12:23:39 [2022-07-28T12:23:39.501Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:23:43 [2022-07-28T12:23:43.116Z] Merge succeeded, producing cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:23:43 [2022-07-28T12:23:43.117Z] Checking out Revision cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f (PR-43876)
12:23:42 [2022-07-28T12:23:42.694Z]  > git remote # timeout=10
12:23:42 [2022-07-28T12:23:42.798Z]  > git config --get remote.origin.url # timeout=10
12:23:42 [2022-07-28T12:23:42.859Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:23:42 [2022-07-28T12:23:42.863Z]  > git merge 21b91d3fd558d7e619fec1682000dfe23a95330f # timeout=10
12:23:43 [2022-07-28T12:23:43.018Z]  > git rev-parse "HEAD^{commit}" # timeout=10
12:23:43 [2022-07-28T12:23:43.162Z]  > git config core.sparsecheckout # timeout=10
12:23:43 [2022-07-28T12:23:43.233Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:23:54 [2022-07-28T12:23:54.970Z] Commit message: "Fix file capabilities droping in Dockerfile"