Skip to content

Console Output

10:33:58 [2022-09-21T10:33:58.863Z] The recommended git tool is: git
10:34:01 [2022-09-21T10:34:01.762Z] using credential docker-jenkins-github-credentials
10:34:01 [2022-09-21T10:34:01.772Z] Cloning the remote Git repository
10:34:01 [2022-09-21T10:34:01.773Z] Cloning with configured refspecs honoured and without tags
10:34:01 [2022-09-21T10:34:01.052Z] Cloning repository https://github.com/moby/moby.git
10:34:01 [2022-09-21T10:34:01.118Z]  > git init /home/ubuntu/workspace/moby_PR-44123 # timeout=10
10:34:01 [2022-09-21T10:34:01.467Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:01 [2022-09-21T10:34:01.467Z]  > git --version # timeout=10
10:34:01 [2022-09-21T10:34:01.487Z]  > git --version # 'git version 2.17.1'
10:34:01 [2022-09-21T10:34:01.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:01 [2022-09-21T10:34:01.489Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44123/head:refs/remotes/origin/PR-44123 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:25 [2022-09-21T10:34:25.194Z] Fetching without tags
10:34:25 [2022-09-21T10:34:25.647Z] Merging remotes/origin/20.10 commit e42327a6d3c55ceda3bd5475be7aae6036d02db3 into PR head commit 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:27 [2022-09-21T10:34:27.036Z] Merge succeeded, producing 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:27 [2022-09-21T10:34:27.036Z] Checking out Revision 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 (PR-44123)
10:34:24 [2022-09-21T10:34:24.979Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:25 [2022-09-21T10:34:25.029Z]  > git config --add remote.origin.fetch +refs/pull/44123/head:refs/remotes/origin/PR-44123 # timeout=10
10:34:25 [2022-09-21T10:34:25.080Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:25 [2022-09-21T10:34:25.148Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:25 [2022-09-21T10:34:25.203Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:25 [2022-09-21T10:34:25.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:25 [2022-09-21T10:34:25.210Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44123/head:refs/remotes/origin/PR-44123 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:25 [2022-09-21T10:34:25.666Z]  > git config core.sparsecheckout # timeout=10
10:34:25 [2022-09-21T10:34:25.696Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:26 [2022-09-21T10:34:26.966Z]  > git remote # timeout=10
10:34:26 [2022-09-21T10:34:26.981Z]  > git config --get remote.origin.url # timeout=10
10:34:26 [2022-09-21T10:34:26.997Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:26 [2022-09-21T10:34:26.998Z]  > git merge e42327a6d3c55ceda3bd5475be7aae6036d02db3 # timeout=10
10:34:27 [2022-09-21T10:34:27.016Z]  > git rev-parse HEAD^{commit} # timeout=10
10:34:27 [2022-09-21T10:34:27.059Z]  > git config core.sparsecheckout # timeout=10
10:34:27 [2022-09-21T10:34:27.075Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:32 [2022-09-21T10:34:32.014Z] Commit message: "Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack"