Skip to content

Console Output

12:20:23 [2022-07-28T12:20:23.807Z] The recommended git tool is: git
12:20:26 [2022-07-28T12:20:26.788Z] using credential docker-jenkins-github-credentials
12:20:26 [2022-07-28T12:20:26.798Z] Cloning the remote Git repository
12:20:26 [2022-07-28T12:20:26.798Z] Cloning with configured refspecs honoured and without tags
12:20:26 [2022-07-28T12:20:26.821Z] Cloning repository https://github.com/moby/moby.git
12:20:26 [2022-07-28T12:20:26.874Z]  > git init /home/ubuntu/workspace/moby_PR-43876 # timeout=10
12:20:27 [2022-07-28T12:20:27.421Z] Fetching upstream changes from https://github.com/moby/moby.git
12:20:27 [2022-07-28T12:20:27.421Z]  > git --version # timeout=10
12:20:27 [2022-07-28T12:20:27.439Z]  > git --version # 'git version 2.25.1'
12:20:27 [2022-07-28T12:20:27.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:20:27 [2022-07-28T12:20:27.441Z]  > 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:45 [2022-07-28T12:20:45.251Z] Fetching without tags
12:20:45 [2022-07-28T12:20:45.486Z] Merging remotes/origin/20.10 commit 21b91d3fd558d7e619fec1682000dfe23a95330f into PR head commit cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:20:45 [2022-07-28T12:20:45.156Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:20:45 [2022-07-28T12:20:45.165Z]  > git config --add remote.origin.fetch +refs/pull/43876/head:refs/remotes/origin/PR-43876 # timeout=10
12:20:45 [2022-07-28T12:20:45.178Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:20:45 [2022-07-28T12:20:45.195Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:20:45 [2022-07-28T12:20:45.256Z] Fetching upstream changes from https://github.com/moby/moby.git
12:20:45 [2022-07-28T12:20:45.256Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:20:45 [2022-07-28T12:20:45.257Z]  > 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:45 [2022-07-28T12:20:45.498Z]  > git config core.sparsecheckout # timeout=10
12:20:45 [2022-07-28T12:20:45.519Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:20:46 [2022-07-28T12:20:46.896Z] Merge succeeded, producing cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:20:46 [2022-07-28T12:20:46.897Z] Checking out Revision cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f (PR-43876)
12:20:46 [2022-07-28T12:20:46.858Z]  > git remote # timeout=10
12:20:46 [2022-07-28T12:20:46.869Z]  > git config --get remote.origin.url # timeout=10
12:20:46 [2022-07-28T12:20:46.876Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:20:46 [2022-07-28T12:20:46.877Z]  > git merge 21b91d3fd558d7e619fec1682000dfe23a95330f # timeout=10
12:20:46 [2022-07-28T12:20:46.888Z]  > git rev-parse HEAD^{commit} # timeout=10
12:20:46 [2022-07-28T12:20:46.900Z]  > git config core.sparsecheckout # timeout=10
12:20:46 [2022-07-28T12:20:46.905Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:20:51 [2022-07-28T12:20:51.040Z] Commit message: "Fix file capabilities droping in Dockerfile"