Skip to content

Console Output

12:20:33 [2022-07-28T12:20:33.559Z] The recommended git tool is: git
12:20:36 [2022-07-28T12:20:36.690Z] using credential docker-jenkins-github-credentials
12:20:36 [2022-07-28T12:20:36.701Z] Cloning the remote Git repository
12:20:36 [2022-07-28T12:20:36.701Z] Cloning with configured refspecs honoured and without tags
12:20:36 [2022-07-28T12:20:36.732Z] Cloning repository https://github.com/moby/moby.git
12:20:36 [2022-07-28T12:20:36.788Z]  > git init /home/ubuntu/workspace/moby_PR-43876 # timeout=10
12:20:37 [2022-07-28T12:20:37.188Z] Fetching upstream changes from https://github.com/moby/moby.git
12:20:37 [2022-07-28T12:20:37.189Z]  > git --version # timeout=10
12:20:37 [2022-07-28T12:20:37.202Z]  > git --version # 'git version 2.25.1'
12:20:37 [2022-07-28T12:20:37.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:20:37 [2022-07-28T12:20:37.260Z]  > 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:20:56 [2022-07-28T12:20:56.122Z] Fetching without tags
12:20:56 [2022-07-28T12:20:56.572Z] Merging remotes/origin/20.10 commit 21b91d3fd558d7e619fec1682000dfe23a95330f into PR head commit cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:20:56 [2022-07-28T12:20:56.016Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:20:56 [2022-07-28T12:20:56.033Z]  > git config --add remote.origin.fetch +refs/pull/43876/head:refs/remotes/origin/PR-43876 # timeout=10
12:20:56 [2022-07-28T12:20:56.061Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:20:56 [2022-07-28T12:20:56.105Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:20:56 [2022-07-28T12:20:56.128Z] Fetching upstream changes from https://github.com/moby/moby.git
12:20:56 [2022-07-28T12:20:56.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:20:56 [2022-07-28T12:20:56.223Z]  > 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:20:56 [2022-07-28T12:20:56.582Z]  > git config core.sparsecheckout # timeout=10
12:20:56 [2022-07-28T12:20:56.616Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:20:57 [2022-07-28T12:20:57.587Z] Merge succeeded, producing cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:20:57 [2022-07-28T12:20:57.587Z] Checking out Revision cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f (PR-43876)
12:20:57 [2022-07-28T12:20:57.532Z]  > git remote # timeout=10
12:20:57 [2022-07-28T12:20:57.548Z]  > git config --get remote.origin.url # timeout=10
12:20:57 [2022-07-28T12:20:57.564Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:20:57 [2022-07-28T12:20:57.565Z]  > git merge 21b91d3fd558d7e619fec1682000dfe23a95330f # timeout=10
12:20:57 [2022-07-28T12:20:57.583Z]  > git rev-parse HEAD^{commit} # timeout=10
12:20:57 [2022-07-28T12:20:57.591Z]  > git config core.sparsecheckout # timeout=10
12:20:57 [2022-07-28T12:20:57.595Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:21:01 [2022-07-28T12:21:01.746Z] Commit message: "Fix file capabilities droping in Dockerfile"