Skip to content

Console Output

03:14:07 [2023-07-08T03:14:07.592Z] The recommended git tool is: git
03:14:09 [2023-07-08T03:14:09.260Z] using credential docker-jenkins-github-credentials
03:14:09 [2023-07-08T03:14:09.272Z] Cloning the remote Git repository
03:14:09 [2023-07-08T03:14:09.272Z] Cloning with configured refspecs honoured and without tags
03:14:09 [2023-07-08T03:14:09.375Z] Cloning repository https://github.com/moby/moby.git
03:14:09 [2023-07-08T03:14:09.416Z]  > git init /home/ubuntu/workspace/moby_PR-45911 # timeout=10
03:14:09 [2023-07-08T03:14:09.725Z] Fetching upstream changes from https://github.com/moby/moby.git
03:14:09 [2023-07-08T03:14:09.725Z]  > git --version # timeout=10
03:14:09 [2023-07-08T03:14:09.728Z]  > git --version # 'git version 2.25.1'
03:14:09 [2023-07-08T03:14:09.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:14:09 [2023-07-08T03:14:09.730Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45911/head:refs/remotes/origin/PR-45911 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
03:14:19 [2023-07-08T03:14:19.127Z] Fetching without tags
03:14:19 [2023-07-08T03:14:19.391Z] Merging remotes/origin/20.10 commit bbae7f4319f5936cfd84b64a888dab9f3902cc97 into PR head commit 492802acec70829e7037fdc3ef8a60bf65818f8a
03:14:19 [2023-07-08T03:14:19.893Z] Merge succeeded, producing 492802acec70829e7037fdc3ef8a60bf65818f8a
03:14:19 [2023-07-08T03:14:19.894Z] Checking out Revision 492802acec70829e7037fdc3ef8a60bf65818f8a (PR-45911)
03:14:19 [2023-07-08T03:14:19.139Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:14:19 [2023-07-08T03:14:19.142Z]  > git config --add remote.origin.fetch +refs/pull/45911/head:refs/remotes/origin/PR-45911 # timeout=10
03:14:19 [2023-07-08T03:14:19.145Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
03:14:19 [2023-07-08T03:14:19.150Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:14:19 [2023-07-08T03:14:19.198Z] Fetching upstream changes from https://github.com/moby/moby.git
03:14:19 [2023-07-08T03:14:19.198Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:14:19 [2023-07-08T03:14:19.199Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45911/head:refs/remotes/origin/PR-45911 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
03:14:19 [2023-07-08T03:14:19.422Z]  > git config core.sparsecheckout # timeout=10
03:14:19 [2023-07-08T03:14:19.424Z]  > git checkout -f 492802acec70829e7037fdc3ef8a60bf65818f8a # timeout=10
03:14:19 [2023-07-08T03:14:19.902Z]  > git remote # timeout=10
03:14:19 [2023-07-08T03:14:19.905Z]  > git config --get remote.origin.url # timeout=10
03:14:19 [2023-07-08T03:14:19.908Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:14:19 [2023-07-08T03:14:19.909Z]  > git merge bbae7f4319f5936cfd84b64a888dab9f3902cc97 # timeout=10
03:14:19 [2023-07-08T03:14:19.915Z]  > git rev-parse HEAD^{commit} # timeout=10
03:14:19 [2023-07-08T03:14:19.920Z]  > git config core.sparsecheckout # timeout=10
03:14:19 [2023-07-08T03:14:19.922Z]  > git checkout -f 492802acec70829e7037fdc3ef8a60bf65818f8a # timeout=10
03:14:23 [2023-07-08T03:14:23.843Z] Commit message: "integration: disable iptables in parallel tests"