Skip to content

Console Output

13:37:45 [2022-08-23T13:37:45.369Z] The recommended git tool is: git
13:37:48 [2022-08-23T13:37:48.624Z] using credential docker-jenkins-github-credentials
13:37:48 [2022-08-23T13:37:48.637Z] Cloning the remote Git repository
13:37:48 [2022-08-23T13:37:48.637Z] Cloning with configured refspecs honoured and without tags
13:37:48 [2022-08-23T13:37:48.663Z] Cloning repository https://github.com/moby/moby.git
13:37:48 [2022-08-23T13:37:48.722Z]  > git init /home/ubuntu/workspace/moby_PR-43739 # timeout=10
13:37:49 [2022-08-23T13:37:49.071Z] Fetching upstream changes from https://github.com/moby/moby.git
13:37:49 [2022-08-23T13:37:49.071Z]  > git --version # timeout=10
13:37:49 [2022-08-23T13:37:49.084Z]  > git --version # 'git version 2.17.1'
13:37:49 [2022-08-23T13:37:49.084Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:37:49 [2022-08-23T13:37:49.086Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:10 [2022-08-23T13:38:10.180Z] Fetching without tags
13:38:10 [2022-08-23T13:38:10.416Z] Merging remotes/origin/master commit 464882e39844809b4f0a4ab11392646ec317f407 into PR head commit 4b84a3321723a849295d5cbf7342ec36077f9179
13:38:11 [2022-08-23T13:38:11.273Z] Merge succeeded, producing 4b84a3321723a849295d5cbf7342ec36077f9179
13:38:11 [2022-08-23T13:38:11.273Z] Checking out Revision 4b84a3321723a849295d5cbf7342ec36077f9179 (PR-43739)
13:38:10 [2022-08-23T13:38:10.074Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:38:10 [2022-08-23T13:38:10.107Z]  > git config --add remote.origin.fetch +refs/pull/43739/head:refs/remotes/origin/PR-43739 # timeout=10
13:38:10 [2022-08-23T13:38:10.141Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:10 [2022-08-23T13:38:10.158Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:38:10 [2022-08-23T13:38:10.185Z] Fetching upstream changes from https://github.com/moby/moby.git
13:38:10 [2022-08-23T13:38:10.186Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:10 [2022-08-23T13:38:10.207Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43739/head:refs/remotes/origin/PR-43739 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:10 [2022-08-23T13:38:10.426Z]  > git config core.sparsecheckout # timeout=10
13:38:10 [2022-08-23T13:38:10.442Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:38:11 [2022-08-23T13:38:11.170Z]  > git remote # timeout=10
13:38:11 [2022-08-23T13:38:11.195Z]  > git config --get remote.origin.url # timeout=10
13:38:11 [2022-08-23T13:38:11.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:11 [2022-08-23T13:38:11.220Z]  > git merge 464882e39844809b4f0a4ab11392646ec317f407 # timeout=10
13:38:11 [2022-08-23T13:38:11.248Z]  > git rev-parse HEAD^{commit} # timeout=10
13:38:11 [2022-08-23T13:38:11.279Z]  > git config core.sparsecheckout # timeout=10
13:38:11 [2022-08-23T13:38:11.298Z]  > git checkout -f 4b84a3321723a849295d5cbf7342ec36077f9179 # timeout=10
13:38:15 [2022-08-23T13:38:15.599Z] Commit message: "daemon: kill exec process on ctx cancel"