Skip to content

Console Output

03:14:02 [2023-07-08T03:14:02.196Z] The recommended git tool is: git
03:14:04 [2023-07-08T03:14:04.263Z] using credential docker-jenkins-github-credentials
03:14:04 [2023-07-08T03:14:04.280Z] Cloning the remote Git repository
03:14:04 [2023-07-08T03:14:04.281Z] Cloning with configured refspecs honoured and without tags
03:14:04 [2023-07-08T03:14:04.264Z] Cloning repository https://github.com/moby/moby.git
03:14:04 [2023-07-08T03:14:04.327Z]  > git init /home/ubuntu/workspace/moby_PR-45911 # timeout=10
03:14:04 [2023-07-08T03:14:04.550Z] Fetching upstream changes from https://github.com/moby/moby.git
03:14:04 [2023-07-08T03:14:04.550Z]  > git --version # timeout=10
03:14:04 [2023-07-08T03:14:04.554Z]  > git --version # 'git version 2.25.1'
03:14:04 [2023-07-08T03:14:04.554Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:14:04 [2023-07-08T03:14:04.555Z]  > 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:13 [2023-07-08T03:14:13.454Z] Fetching without tags
03:14:13 [2023-07-08T03:14:13.617Z] Merging remotes/origin/20.10 commit bbae7f4319f5936cfd84b64a888dab9f3902cc97 into PR head commit 492802acec70829e7037fdc3ef8a60bf65818f8a
03:14:14 [2023-07-08T03:14:14.083Z] Merge succeeded, producing 492802acec70829e7037fdc3ef8a60bf65818f8a
03:14:14 [2023-07-08T03:14:14.083Z] Checking out Revision 492802acec70829e7037fdc3ef8a60bf65818f8a (PR-45911)
03:14:13 [2023-07-08T03:14:13.422Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:14:13 [2023-07-08T03:14:13.425Z]  > git config --add remote.origin.fetch +refs/pull/45911/head:refs/remotes/origin/PR-45911 # timeout=10
03:14:13 [2023-07-08T03:14:13.429Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
03:14:13 [2023-07-08T03:14:13.434Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
03:14:13 [2023-07-08T03:14:13.443Z] Fetching upstream changes from https://github.com/moby/moby.git
03:14:13 [2023-07-08T03:14:13.443Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:14:13 [2023-07-08T03:14:13.444Z]  > 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:13 [2023-07-08T03:14:13.608Z]  > git config core.sparsecheckout # timeout=10
03:14:13 [2023-07-08T03:14:13.611Z]  > git checkout -f 492802acec70829e7037fdc3ef8a60bf65818f8a # timeout=10
03:14:14 [2023-07-08T03:14:14.053Z]  > git remote # timeout=10
03:14:14 [2023-07-08T03:14:14.057Z]  > git config --get remote.origin.url # timeout=10
03:14:14 [2023-07-08T03:14:14.059Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
03:14:14 [2023-07-08T03:14:14.060Z]  > git merge bbae7f4319f5936cfd84b64a888dab9f3902cc97 # timeout=10
03:14:14 [2023-07-08T03:14:14.066Z]  > git rev-parse HEAD^{commit} # timeout=10
03:14:14 [2023-07-08T03:14:14.072Z]  > git config core.sparsecheckout # timeout=10
03:14:14 [2023-07-08T03:14:14.074Z]  > git checkout -f 492802acec70829e7037fdc3ef8a60bf65818f8a # timeout=10
03:14:17 [2023-07-08T03:14:17.696Z] Commit message: "integration: disable iptables in parallel tests"