Skip to content

Console Output

00:32:01 [2024-04-25T00:32:01.283Z] The recommended git tool is: git
00:32:03 [2024-04-25T00:32:03.989Z] using credential docker-jenkins-github-credentials
00:32:03 [2024-04-25T00:32:03.995Z] Cloning the remote Git repository
00:32:03 [2024-04-25T00:32:03.995Z] Cloning with configured refspecs honoured and without tags
00:32:04 [2024-04-25T00:32:04.022Z] Cloning repository https://github.com/moby/moby.git
00:32:04 [2024-04-25T00:32:04.061Z]  > git init /home/ubuntu/workspace/moby_PR-47500 # timeout=10
00:32:04 [2024-04-25T00:32:04.762Z] Fetching upstream changes from https://github.com/moby/moby.git
00:32:04 [2024-04-25T00:32:04.763Z]  > git --version # timeout=10
00:32:04 [2024-04-25T00:32:04.766Z]  > git --version # 'git version 2.25.1'
00:32:04 [2024-04-25T00:32:04.766Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:32:04 [2024-04-25T00:32:04.773Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47500/head:refs/remotes/origin/PR-47500 +refs/heads/master:refs/remotes/origin/master # timeout=10
00:32:17 [2024-04-25T00:32:17.751Z] Fetching without tags
00:32:17 [2024-04-25T00:32:17.949Z] Merging remotes/origin/master commit faf84d7f0a1f2e6badff6f720a3e1e559c356fff into PR head commit 33c79526a5f0168b0b232115da3a7376e765fff2
00:32:18 [2024-04-25T00:32:18.764Z] Merge succeeded, producing 33c79526a5f0168b0b232115da3a7376e765fff2
00:32:18 [2024-04-25T00:32:18.765Z] Checking out Revision 33c79526a5f0168b0b232115da3a7376e765fff2 (PR-47500)
00:32:17 [2024-04-25T00:32:17.436Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:32:17 [2024-04-25T00:32:17.440Z]  > git config --add remote.origin.fetch +refs/pull/47500/head:refs/remotes/origin/PR-47500 # timeout=10
00:32:17 [2024-04-25T00:32:17.443Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
00:32:17 [2024-04-25T00:32:17.745Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
00:32:17 [2024-04-25T00:32:17.752Z] Fetching upstream changes from https://github.com/moby/moby.git
00:32:17 [2024-04-25T00:32:17.752Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:32:17 [2024-04-25T00:32:17.755Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47500/head:refs/remotes/origin/PR-47500 +refs/heads/master:refs/remotes/origin/master # timeout=10
00:32:17 [2024-04-25T00:32:17.953Z]  > git config core.sparsecheckout # timeout=10
00:32:17 [2024-04-25T00:32:17.964Z]  > git checkout -f 33c79526a5f0168b0b232115da3a7376e765fff2 # timeout=10
00:32:18 [2024-04-25T00:32:18.699Z]  > git remote # timeout=10
00:32:18 [2024-04-25T00:32:18.704Z]  > git config --get remote.origin.url # timeout=10
00:32:18 [2024-04-25T00:32:18.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
00:32:18 [2024-04-25T00:32:18.751Z]  > git merge faf84d7f0a1f2e6badff6f720a3e1e559c356fff # timeout=10
00:32:18 [2024-04-25T00:32:18.759Z]  > git rev-parse HEAD^{commit} # timeout=10
00:32:18 [2024-04-25T00:32:18.765Z]  > git config core.sparsecheckout # timeout=10
00:32:18 [2024-04-25T00:32:18.768Z]  > git checkout -f 33c79526a5f0168b0b232115da3a7376e765fff2 # timeout=10
00:32:20 [2024-04-25T00:32:20.139Z] Commit message: "seccomp: allow specifying a custom profile with `--privileged`"