Skip to content

Console Output

22:31:34 [2022-01-03T22:31:34.040Z] The recommended git tool is: git
22:31:38 [2022-01-03T22:31:38.426Z] using credential docker-jenkins-github-credentials
22:31:38 [2022-01-03T22:31:38.436Z] Cloning the remote Git repository
22:31:38 [2022-01-03T22:31:38.436Z] Cloning with configured refspecs honoured and without tags
22:31:38 [2022-01-03T22:31:38.481Z] Cloning repository https://github.com/moby/moby.git
22:31:38 [2022-01-03T22:31:38.576Z]  > git init /home/ubuntu/workspace/moby_PR-43109 # timeout=10
22:31:38 [2022-01-03T22:31:38.906Z] Fetching upstream changes from https://github.com/moby/moby.git
22:31:38 [2022-01-03T22:31:38.907Z]  > git --version # timeout=10
22:31:38 [2022-01-03T22:31:38.943Z]  > git --version # 'git version 2.25.1'
22:31:38 [2022-01-03T22:31:38.943Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:31:38 [2022-01-03T22:31:38.945Z]  > git fetch --no-tags --force --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:32:01 [2022-01-03T22:32:01.115Z] Fetching without tags
22:32:01 [2022-01-03T22:32:01.534Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 4bdc20844935c5995637b40bdb8152640d2e0c1f
22:32:01 [2022-01-03T22:32:01.020Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:32:01 [2022-01-03T22:32:01.031Z]  > git config --add remote.origin.fetch +refs/pull/43109/head:refs/remotes/origin/PR-43109 # timeout=10
22:32:01 [2022-01-03T22:32:01.054Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:32:01 [2022-01-03T22:32:01.088Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:32:01 [2022-01-03T22:32:01.120Z] Fetching upstream changes from https://github.com/moby/moby.git
22:32:01 [2022-01-03T22:32:01.120Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:32:01 [2022-01-03T22:32:01.121Z]  > git fetch --no-tags --force --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:32:01 [2022-01-03T22:32:01.542Z]  > git config core.sparsecheckout # timeout=10
22:32:01 [2022-01-03T22:32:01.551Z]  > git checkout -f 4bdc20844935c5995637b40bdb8152640d2e0c1f # timeout=10
22:32:03 [2022-01-03T22:32:03.131Z] Merge succeeded, producing 4bdc20844935c5995637b40bdb8152640d2e0c1f
22:32:03 [2022-01-03T22:32:03.132Z] Checking out Revision 4bdc20844935c5995637b40bdb8152640d2e0c1f (PR-43109)
22:32:03 [2022-01-03T22:32:03.035Z]  > git remote # timeout=10
22:32:03 [2022-01-03T22:32:03.054Z]  > git config --get remote.origin.url # timeout=10
22:32:03 [2022-01-03T22:32:03.070Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:32:03 [2022-01-03T22:32:03.071Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
22:32:03 [2022-01-03T22:32:03.098Z]  > git rev-parse HEAD^{commit} # timeout=10
22:32:03 [2022-01-03T22:32:03.136Z]  > git config core.sparsecheckout # timeout=10
22:32:03 [2022-01-03T22:32:03.153Z]  > git checkout -f 4bdc20844935c5995637b40bdb8152640d2e0c1f # timeout=10
22:32:07 [2022-01-03T22:32:07.906Z] Commit message: "hack: remove a workaround for go-tools"