Skip to content

Console Output

09:55:15 [2023-06-20T09:55:15.422Z] The recommended git tool is: git
09:55:16 [2023-06-20T09:55:16.828Z] using credential docker-jenkins-github-credentials
09:55:16 [2023-06-20T09:55:16.841Z] Cloning the remote Git repository
09:55:16 [2023-06-20T09:55:16.841Z] Cloning with configured refspecs honoured and without tags
09:55:16 [2023-06-20T09:55:16.923Z] Cloning repository https://github.com/moby/moby.git
09:55:16 [2023-06-20T09:55:16.967Z]  > git init /home/ubuntu/workspace/moby_PR-45738 # timeout=10
09:55:17 [2023-06-20T09:55:17.223Z] Fetching upstream changes from https://github.com/moby/moby.git
09:55:17 [2023-06-20T09:55:17.223Z]  > git --version # timeout=10
09:55:17 [2023-06-20T09:55:17.226Z]  > git --version # 'git version 2.25.1'
09:55:17 [2023-06-20T09:55:17.227Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:17 [2023-06-20T09:55:17.228Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45738/head:refs/remotes/origin/PR-45738 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:29 [2023-06-20T09:55:29.910Z] Fetching without tags
09:55:30 [2023-06-20T09:55:30.132Z] Merging remotes/origin/master commit 3fae7ea16f9b80e58119d59394b8b5da0887d533 into PR head commit fc94ed0a86dbac35f9e4cbdd778ead7bc2d53bf9
09:55:30 [2023-06-20T09:55:30.728Z] Merge succeeded, producing fc94ed0a86dbac35f9e4cbdd778ead7bc2d53bf9
09:55:30 [2023-06-20T09:55:30.729Z] Checking out Revision fc94ed0a86dbac35f9e4cbdd778ead7bc2d53bf9 (PR-45738)
09:55:29 [2023-06-20T09:55:29.895Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:55:29 [2023-06-20T09:55:29.898Z]  > git config --add remote.origin.fetch +refs/pull/45738/head:refs/remotes/origin/PR-45738 # timeout=10
09:55:29 [2023-06-20T09:55:29.901Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:29 [2023-06-20T09:55:29.906Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:55:29 [2023-06-20T09:55:29.912Z] Fetching upstream changes from https://github.com/moby/moby.git
09:55:29 [2023-06-20T09:55:29.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:29 [2023-06-20T09:55:29.913Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45738/head:refs/remotes/origin/PR-45738 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:55:30 [2023-06-20T09:55:30.137Z]  > git config core.sparsecheckout # timeout=10
09:55:30 [2023-06-20T09:55:30.140Z]  > git checkout -f fc94ed0a86dbac35f9e4cbdd778ead7bc2d53bf9 # timeout=10
09:55:30 [2023-06-20T09:55:30.710Z]  > git remote # timeout=10
09:55:30 [2023-06-20T09:55:30.713Z]  > git config --get remote.origin.url # timeout=10
09:55:30 [2023-06-20T09:55:30.716Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:55:30 [2023-06-20T09:55:30.717Z]  > git merge 3fae7ea16f9b80e58119d59394b8b5da0887d533 # timeout=10
09:55:30 [2023-06-20T09:55:30.724Z]  > git rev-parse HEAD^{commit} # timeout=10
09:55:30 [2023-06-20T09:55:30.730Z]  > git config core.sparsecheckout # timeout=10
09:55:30 [2023-06-20T09:55:30.732Z]  > git checkout -f fc94ed0a86dbac35f9e4cbdd778ead7bc2d53bf9 # timeout=10
09:55:34 [2023-06-20T09:55:34.885Z] Commit message: "don't cancel container stop when cancelling context"