Skip to content

Console Output

12:19:24 [2022-07-28T12:19:24.771Z] The recommended git tool is: git
12:19:28 [2022-07-28T12:19:28.002Z] using credential docker-jenkins-github-credentials
12:19:28 [2022-07-28T12:19:28.012Z] Cloning the remote Git repository
12:19:28 [2022-07-28T12:19:28.012Z] Cloning with configured refspecs honoured and without tags
12:19:27 [2022-07-28T12:19:27.704Z] Cloning repository https://github.com/moby/moby.git
12:19:27 [2022-07-28T12:19:27.819Z]  > git init /home/ubuntu/workspace/moby_PR-43876 # timeout=10
12:19:28 [2022-07-28T12:19:28.131Z] Fetching upstream changes from https://github.com/moby/moby.git
12:19:28 [2022-07-28T12:19:28.132Z]  > git --version # timeout=10
12:19:28 [2022-07-28T12:19:28.179Z]  > git --version # 'git version 2.17.1'
12:19:28 [2022-07-28T12:19:28.179Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:19:28 [2022-07-28T12:19:28.181Z]  > git fetch --no-tags --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:19:51 [2022-07-28T12:19:51.740Z] Fetching without tags
12:19:52 [2022-07-28T12:19:52.115Z] Merging remotes/origin/20.10 commit 21b91d3fd558d7e619fec1682000dfe23a95330f into PR head commit cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:19:51 [2022-07-28T12:19:51.629Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:19:51 [2022-07-28T12:19:51.642Z]  > git config --add remote.origin.fetch +refs/pull/43876/head:refs/remotes/origin/PR-43876 # timeout=10
12:19:51 [2022-07-28T12:19:51.668Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:19:51 [2022-07-28T12:19:51.694Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:19:51 [2022-07-28T12:19:51.722Z] Fetching upstream changes from https://github.com/moby/moby.git
12:19:51 [2022-07-28T12:19:51.723Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:19:51 [2022-07-28T12:19:51.724Z]  > git fetch --no-tags --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:19:52 [2022-07-28T12:19:52.102Z]  > git config core.sparsecheckout # timeout=10
12:19:52 [2022-07-28T12:19:52.124Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:19:52 [2022-07-28T12:19:52.912Z] Merge succeeded, producing cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:19:52 [2022-07-28T12:19:52.912Z] Checking out Revision cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f (PR-43876)
12:19:52 [2022-07-28T12:19:52.790Z]  > git remote # timeout=10
12:19:52 [2022-07-28T12:19:52.819Z]  > git config --get remote.origin.url # timeout=10
12:19:52 [2022-07-28T12:19:52.846Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:19:52 [2022-07-28T12:19:52.847Z]  > git merge 21b91d3fd558d7e619fec1682000dfe23a95330f # timeout=10
12:19:52 [2022-07-28T12:19:52.865Z]  > git rev-parse HEAD^{commit} # timeout=10
12:19:52 [2022-07-28T12:19:52.895Z]  > git config core.sparsecheckout # timeout=10
12:19:52 [2022-07-28T12:19:52.915Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:19:57 [2022-07-28T12:19:57.667Z] Commit message: "Fix file capabilities droping in Dockerfile"