Skip to content

Console Output

15:55:23 [2022-12-20T15:55:23.035Z] The recommended git tool is: git
15:55:23 [2022-12-20T15:55:23.052Z] using credential docker-jenkins-github-credentials
15:55:23 [2022-12-20T15:55:23.172Z] Cloning the remote Git repository
15:55:23 [2022-12-20T15:55:23.172Z] Cloning with configured refspecs honoured and without tags
15:55:23 [2022-12-20T15:55:23.175Z] Cloning repository https://github.com/moby/moby.git
15:55:23 [2022-12-20T15:55:23.175Z]  > git init /home/ubuntu/workspace/moby_PR-44621 # timeout=10
15:55:23 [2022-12-20T15:55:23.188Z] Fetching upstream changes from https://github.com/moby/moby.git
15:55:23 [2022-12-20T15:55:23.188Z]  > git --version # timeout=10
15:55:23 [2022-12-20T15:55:23.196Z]  > git --version # 'git version 2.25.1'
15:55:23 [2022-12-20T15:55:23.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:55:23 [2022-12-20T15:55:23.197Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44621/head:refs/remotes/origin/PR-44621 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:55:35 [2022-12-20T15:55:35.783Z] Fetching without tags
15:55:36 [2022-12-20T15:55:36.003Z] Merging remotes/origin/master commit 3e39ec60dab859f70577ea8561fe5bda5236749e into PR head commit b64280933e67330001c5c6c41e310e896cb11b8d
15:55:36 [2022-12-20T15:55:36.593Z] Merge succeeded, producing b64280933e67330001c5c6c41e310e896cb11b8d
15:55:36 [2022-12-20T15:55:36.594Z] Checking out Revision b64280933e67330001c5c6c41e310e896cb11b8d (PR-44621)
15:55:35 [2022-12-20T15:55:35.758Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:55:35 [2022-12-20T15:55:35.761Z]  > git config --add remote.origin.fetch +refs/pull/44621/head:refs/remotes/origin/PR-44621 # timeout=10
15:55:35 [2022-12-20T15:55:35.768Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:55:35 [2022-12-20T15:55:35.776Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:55:35 [2022-12-20T15:55:35.784Z] Fetching upstream changes from https://github.com/moby/moby.git
15:55:35 [2022-12-20T15:55:35.784Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:55:35 [2022-12-20T15:55:35.785Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44621/head:refs/remotes/origin/PR-44621 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:55:36 [2022-12-20T15:55:36.004Z]  > git config core.sparsecheckout # timeout=10
15:55:36 [2022-12-20T15:55:36.009Z]  > git checkout -f b64280933e67330001c5c6c41e310e896cb11b8d # timeout=10
15:55:36 [2022-12-20T15:55:36.563Z]  > git remote # timeout=10
15:55:36 [2022-12-20T15:55:36.566Z]  > git config --get remote.origin.url # timeout=10
15:55:36 [2022-12-20T15:55:36.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:55:36 [2022-12-20T15:55:36.572Z]  > git merge 3e39ec60dab859f70577ea8561fe5bda5236749e # timeout=10
15:55:36 [2022-12-20T15:55:36.582Z]  > git rev-parse HEAD^{commit} # timeout=10
15:55:36 [2022-12-20T15:55:36.594Z]  > git config core.sparsecheckout # timeout=10
15:55:36 [2022-12-20T15:55:36.597Z]  > git checkout -f b64280933e67330001c5c6c41e310e896cb11b8d # timeout=10
15:55:37 [2022-12-20T15:55:37.351Z] Commit message: "daemon/containerd: minor cleanup (to be squashed)"