Skip to content

Console Output

22:21:13 [2021-08-18T22:21:13.878Z] The recommended git tool is: git
22:21:17 [2021-08-18T22:21:17.752Z] using credential docker-jenkins-github-credentials
22:21:17 [2021-08-18T22:21:17.759Z] Cloning the remote Git repository
22:21:17 [2021-08-18T22:21:17.759Z] Cloning with configured refspecs honoured and without tags
22:21:17 [2021-08-18T22:21:17.791Z] Cloning repository https://github.com/moby/moby.git
22:21:17 [2021-08-18T22:21:17.852Z]  > git init /home/ubuntu/workspace/moby_PR-42757 # timeout=10
22:21:18 [2021-08-18T22:21:18.238Z] Fetching upstream changes from https://github.com/moby/moby.git
22:21:18 [2021-08-18T22:21:18.238Z]  > git --version # timeout=10
22:21:18 [2021-08-18T22:21:18.267Z]  > git --version # 'git version 2.25.1'
22:21:18 [2021-08-18T22:21:18.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:21:18 [2021-08-18T22:21:18.285Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42757/head:refs/remotes/origin/PR-42757 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:21:39 [2021-08-18T22:21:39.240Z] Fetching without tags
22:21:39 [2021-08-18T22:21:39.649Z] Merging remotes/origin/master commit ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 into PR head commit b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:21:39 [2021-08-18T22:21:39.136Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:21:39 [2021-08-18T22:21:39.144Z]  > git config --add remote.origin.fetch +refs/pull/42757/head:refs/remotes/origin/PR-42757 # timeout=10
22:21:39 [2021-08-18T22:21:39.170Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:21:39 [2021-08-18T22:21:39.209Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:21:39 [2021-08-18T22:21:39.250Z] Fetching upstream changes from https://github.com/moby/moby.git
22:21:39 [2021-08-18T22:21:39.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:21:39 [2021-08-18T22:21:39.251Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42757/head:refs/remotes/origin/PR-42757 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:21:39 [2021-08-18T22:21:39.658Z]  > git config core.sparsecheckout # timeout=10
22:21:39 [2021-08-18T22:21:39.677Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:21:40 [2021-08-18T22:21:40.715Z] Merge succeeded, producing b90dd66bdd6d110604a79d3a561849a3ed6a253e
22:21:40 [2021-08-18T22:21:40.716Z] Checking out Revision b90dd66bdd6d110604a79d3a561849a3ed6a253e (PR-42757)
22:21:40 [2021-08-18T22:21:40.607Z]  > git remote # timeout=10
22:21:40 [2021-08-18T22:21:40.632Z]  > git config --get remote.origin.url # timeout=10
22:21:40 [2021-08-18T22:21:40.665Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:21:40 [2021-08-18T22:21:40.666Z]  > git merge ba2adeebdb8d4ec442f1d3107405ae55d0c1a0c2 # timeout=10
22:21:40 [2021-08-18T22:21:40.697Z]  > git rev-parse HEAD^{commit} # timeout=10
22:21:40 [2021-08-18T22:21:40.719Z]  > git config core.sparsecheckout # timeout=10
22:21:40 [2021-08-18T22:21:40.732Z]  > git checkout -f b90dd66bdd6d110604a79d3a561849a3ed6a253e # timeout=10
22:21:44 [2021-08-18T22:21:44.690Z] Commit message: "testutil: don't import "opts" package"