Skip to content

Console Output

10:34:02 [2022-09-21T10:34:02.645Z] The recommended git tool is: git
10:34:04 [2022-09-21T10:34:04.985Z] using credential docker-jenkins-github-credentials
10:34:04 [2022-09-21T10:34:04.994Z] Cloning the remote Git repository
10:34:04 [2022-09-21T10:34:04.994Z] Cloning with configured refspecs honoured and without tags
10:34:04 [2022-09-21T10:34:04.111Z] Cloning repository https://github.com/moby/moby.git
10:34:04 [2022-09-21T10:34:04.177Z]  > git init /home/ubuntu/workspace/moby_PR-44123 # timeout=10
10:34:04 [2022-09-21T10:34:04.455Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:04 [2022-09-21T10:34:04.456Z]  > git --version # timeout=10
10:34:04 [2022-09-21T10:34:04.471Z]  > git --version # 'git version 2.17.1'
10:34:04 [2022-09-21T10:34:04.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:04 [2022-09-21T10:34:04.473Z]  > 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:27 [2022-09-21T10:34:27.031Z] Fetching without tags
10:34:27 [2022-09-21T10:34:27.293Z] Merging remotes/origin/20.10 commit e42327a6d3c55ceda3bd5475be7aae6036d02db3 into PR head commit 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:28 [2022-09-21T10:34:28.146Z] Merge succeeded, producing 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:28 [2022-09-21T10:34:28.146Z] Checking out Revision 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 (PR-44123)
10:34:26 [2022-09-21T10:34:26.969Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:26 [2022-09-21T10:34:26.980Z]  > git config --add remote.origin.fetch +refs/pull/44123/head:refs/remotes/origin/PR-44123 # timeout=10
10:34:27 [2022-09-21T10:34:27.000Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:27 [2022-09-21T10:34:27.020Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:27 [2022-09-21T10:34:27.036Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:27 [2022-09-21T10:34:27.037Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:27 [2022-09-21T10:34:27.038Z]  > 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:27 [2022-09-21T10:34:27.307Z]  > git config core.sparsecheckout # timeout=10
10:34:27 [2022-09-21T10:34:27.329Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:28 [2022-09-21T10:34:28.082Z]  > git remote # timeout=10
10:34:28 [2022-09-21T10:34:28.106Z]  > git config --get remote.origin.url # timeout=10
10:34:28 [2022-09-21T10:34:28.118Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:28 [2022-09-21T10:34:28.119Z]  > git merge e42327a6d3c55ceda3bd5475be7aae6036d02db3 # timeout=10
10:34:28 [2022-09-21T10:34:28.137Z]  > git rev-parse HEAD^{commit} # timeout=10
10:34:28 [2022-09-21T10:34:28.150Z]  > git config core.sparsecheckout # timeout=10
10:34:28 [2022-09-21T10:34:28.175Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:32 [2022-09-21T10:34:32.045Z] Commit message: "Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack"