Skip to content

Console Output

22:30:17 [2022-01-03T22:30:17.343Z] The recommended git tool is: git
22:30:17 [2022-01-03T22:30:17.390Z] using credential docker-jenkins-github-credentials
22:30:17 [2022-01-03T22:30:17.398Z] Cloning the remote Git repository
22:30:17 [2022-01-03T22:30:17.398Z] Cloning with configured refspecs honoured and without tags
22:30:17 [2022-01-03T22:30:17.402Z] Cloning repository https://github.com/moby/moby.git
22:30:17 [2022-01-03T22:30:17.402Z]  > git init /home/ubuntu/workspace/moby_PR-43109 # timeout=10
22:30:17 [2022-01-03T22:30:17.416Z] Fetching upstream changes from https://github.com/moby/moby.git
22:30:17 [2022-01-03T22:30:17.417Z]  > git --version # timeout=10
22:30:17 [2022-01-03T22:30:17.421Z]  > git --version # 'git version 2.17.1'
22:30:17 [2022-01-03T22:30:17.422Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:30:17 [2022-01-03T22:30:17.422Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43109/head:refs/remotes/origin/PR-43109 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:30:32 [2022-01-03T22:30:32.197Z] Fetching without tags
22:30:32 [2022-01-03T22:30:32.469Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 4bdc20844935c5995637b40bdb8152640d2e0c1f
22:30:32 [2022-01-03T22:30:32.971Z] Merge succeeded, producing 4bdc20844935c5995637b40bdb8152640d2e0c1f
22:30:32 [2022-01-03T22:30:32.971Z] Checking out Revision 4bdc20844935c5995637b40bdb8152640d2e0c1f (PR-43109)
22:30:32 [2022-01-03T22:30:32.175Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:30:32 [2022-01-03T22:30:32.179Z]  > git config --add remote.origin.fetch +refs/pull/43109/head:refs/remotes/origin/PR-43109 # timeout=10
22:30:32 [2022-01-03T22:30:32.185Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:30:32 [2022-01-03T22:30:32.191Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:30:32 [2022-01-03T22:30:32.202Z] Fetching upstream changes from https://github.com/moby/moby.git
22:30:32 [2022-01-03T22:30:32.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:30:32 [2022-01-03T22:30:32.202Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43109/head:refs/remotes/origin/PR-43109 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:30:32 [2022-01-03T22:30:32.472Z]  > git config core.sparsecheckout # timeout=10
22:30:32 [2022-01-03T22:30:32.478Z]  > git checkout -f 4bdc20844935c5995637b40bdb8152640d2e0c1f # timeout=10
22:30:32 [2022-01-03T22:30:32.940Z]  > git remote # timeout=10
22:30:32 [2022-01-03T22:30:32.943Z]  > git config --get remote.origin.url # timeout=10
22:30:32 [2022-01-03T22:30:32.945Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:30:32 [2022-01-03T22:30:32.946Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
22:30:32 [2022-01-03T22:30:32.952Z]  > git rev-parse HEAD^{commit} # timeout=10
22:30:32 [2022-01-03T22:30:32.974Z]  > git config core.sparsecheckout # timeout=10
22:30:32 [2022-01-03T22:30:32.990Z]  > git checkout -f 4bdc20844935c5995637b40bdb8152640d2e0c1f # timeout=10
22:30:33 [2022-01-03T22:30:33.533Z] Commit message: "hack: remove a workaround for go-tools"