Skip to content

Console Output

12:18:01 [2024-01-20T12:18:01.883Z] The recommended git tool is: git
12:18:01 [2024-01-20T12:18:01.890Z] using credential docker-jenkins-github-credentials
12:18:01 [2024-01-20T12:18:01.905Z] Cloning the remote Git repository
12:18:01 [2024-01-20T12:18:01.905Z] Cloning with configured refspecs honoured and without tags
12:18:01 [2024-01-20T12:18:01.915Z] Cloning repository https://github.com/moby/moby.git
12:18:01 [2024-01-20T12:18:01.915Z]  > git init /home/ubuntu/workspace/moby_PR-42238 # timeout=10
12:18:01 [2024-01-20T12:18:01.920Z] Fetching upstream changes from https://github.com/moby/moby.git
12:18:01 [2024-01-20T12:18:01.920Z]  > git --version # timeout=10
12:18:01 [2024-01-20T12:18:01.923Z]  > git --version # 'git version 2.25.1'
12:18:01 [2024-01-20T12:18:01.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:18:01 [2024-01-20T12:18:01.924Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42238/head:refs/remotes/origin/PR-42238 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:18:15 [2024-01-20T12:18:15.159Z] Fetching without tags
12:18:15 [2024-01-20T12:18:15.351Z] Merging remotes/origin/master commit 17c3829528e9936456afda4bbe9e956506e69d1f into PR head commit db53cd64961f5a39dbb5e5776c299e43fe3014b6
12:18:16 [2024-01-20T12:18:16.039Z] Merge succeeded, producing db53cd64961f5a39dbb5e5776c299e43fe3014b6
12:18:16 [2024-01-20T12:18:16.039Z] Checking out Revision db53cd64961f5a39dbb5e5776c299e43fe3014b6 (PR-42238)
12:18:15 [2024-01-20T12:18:15.152Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:18:15 [2024-01-20T12:18:15.155Z]  > git config --add remote.origin.fetch +refs/pull/42238/head:refs/remotes/origin/PR-42238 # timeout=10
12:18:15 [2024-01-20T12:18:15.158Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:18:15 [2024-01-20T12:18:15.164Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:18:15 [2024-01-20T12:18:15.169Z] Fetching upstream changes from https://github.com/moby/moby.git
12:18:15 [2024-01-20T12:18:15.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:18:15 [2024-01-20T12:18:15.170Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42238/head:refs/remotes/origin/PR-42238 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:18:15 [2024-01-20T12:18:15.361Z]  > git config core.sparsecheckout # timeout=10
12:18:15 [2024-01-20T12:18:15.363Z]  > git checkout -f db53cd64961f5a39dbb5e5776c299e43fe3014b6 # timeout=10
12:18:16 [2024-01-20T12:18:16.028Z]  > git remote # timeout=10
12:18:16 [2024-01-20T12:18:16.031Z]  > git config --get remote.origin.url # timeout=10
12:18:16 [2024-01-20T12:18:16.034Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:18:16 [2024-01-20T12:18:16.035Z]  > git merge 17c3829528e9936456afda4bbe9e956506e69d1f # timeout=10
12:18:16 [2024-01-20T12:18:16.043Z]  > git rev-parse HEAD^{commit} # timeout=10
12:18:16 [2024-01-20T12:18:16.049Z]  > git config core.sparsecheckout # timeout=10
12:18:16 [2024-01-20T12:18:16.051Z]  > git checkout -f db53cd64961f5a39dbb5e5776c299e43fe3014b6 # timeout=10
12:18:16 [2024-01-20T12:18:16.081Z] Commit message: "unconvert: remove some redundant StrSlice conversions"