Skip to content

Console Output

12:19:24 [2022-07-28T12:19:24.485Z] The recommended git tool is: git
12:19:26 [2022-07-28T12:19:26.208Z] using credential docker-jenkins-github-credentials
12:19:26 [2022-07-28T12:19:26.217Z] Cloning the remote Git repository
12:19:26 [2022-07-28T12:19:26.217Z] Cloning with configured refspecs honoured and without tags
12:19:26 [2022-07-28T12:19:26.234Z] Cloning repository https://github.com/moby/moby.git
12:19:26 [2022-07-28T12:19:26.287Z]  > git init /home/ubuntu/workspace/moby_PR-43876 # timeout=10
12:19:26 [2022-07-28T12:19:26.644Z] Fetching upstream changes from https://github.com/moby/moby.git
12:19:26 [2022-07-28T12:19:26.644Z]  > git --version # timeout=10
12:19:26 [2022-07-28T12:19:26.647Z]  > git --version # 'git version 2.17.1'
12:19:26 [2022-07-28T12:19:26.647Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:19:26 [2022-07-28T12:19:26.678Z]  > 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:36 [2022-07-28T12:19:36.568Z] Fetching without tags
12:19:36 [2022-07-28T12:19:36.772Z] Merging remotes/origin/20.10 commit 21b91d3fd558d7e619fec1682000dfe23a95330f into PR head commit cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:19:36 [2022-07-28T12:19:36.553Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:19:36 [2022-07-28T12:19:36.556Z]  > git config --add remote.origin.fetch +refs/pull/43876/head:refs/remotes/origin/PR-43876 # timeout=10
12:19:36 [2022-07-28T12:19:36.559Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:19:36 [2022-07-28T12:19:36.565Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:19:36 [2022-07-28T12:19:36.572Z] Fetching upstream changes from https://github.com/moby/moby.git
12:19:36 [2022-07-28T12:19:36.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:19:36 [2022-07-28T12:19:36.573Z]  > 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:36 [2022-07-28T12:19:36.780Z]  > git config core.sparsecheckout # timeout=10
12:19:36 [2022-07-28T12:19:36.783Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:19:37 [2022-07-28T12:19:37.277Z] Merge succeeded, producing cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f
12:19:37 [2022-07-28T12:19:37.277Z] Checking out Revision cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f (PR-43876)
12:19:37 [2022-07-28T12:19:37.259Z]  > git remote # timeout=10
12:19:37 [2022-07-28T12:19:37.262Z]  > git config --get remote.origin.url # timeout=10
12:19:37 [2022-07-28T12:19:37.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:19:37 [2022-07-28T12:19:37.267Z]  > git merge 21b91d3fd558d7e619fec1682000dfe23a95330f # timeout=10
12:19:37 [2022-07-28T12:19:37.275Z]  > git rev-parse HEAD^{commit} # timeout=10
12:19:37 [2022-07-28T12:19:37.281Z]  > git config core.sparsecheckout # timeout=10
12:19:37 [2022-07-28T12:19:37.283Z]  > git checkout -f cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f # timeout=10
12:19:41 [2022-07-28T12:19:41.032Z] Commit message: "Fix file capabilities droping in Dockerfile"