Skip to content

Console Output

22:24:18 [2023-07-05T22:24:18.935Z] The recommended git tool is: git
22:24:18 [2023-07-05T22:24:18.943Z] using credential docker-jenkins-github-credentials
22:24:18 [2023-07-05T22:24:18.956Z] Cloning the remote Git repository
22:24:18 [2023-07-05T22:24:18.956Z] Cloning with configured refspecs honoured and without tags
22:24:18 [2023-07-05T22:24:18.960Z] Cloning repository https://github.com/moby/moby.git
22:24:18 [2023-07-05T22:24:18.961Z]  > git init /home/ubuntu/workspace/moby_PR-42138 # timeout=10
22:24:18 [2023-07-05T22:24:18.965Z] Fetching upstream changes from https://github.com/moby/moby.git
22:24:18 [2023-07-05T22:24:18.966Z]  > git --version # timeout=10
22:24:18 [2023-07-05T22:24:18.968Z]  > git --version # 'git version 2.25.1'
22:24:18 [2023-07-05T22:24:18.968Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:24:18 [2023-07-05T22:24:18.969Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42138/head:refs/remotes/origin/PR-42138 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:24:30 [2023-07-05T22:24:30.083Z] Fetching without tags
22:24:30 [2023-07-05T22:24:30.289Z] Merging remotes/origin/master commit e77f9d2327b91871e4affc16361305d3d71c9390 into PR head commit 914888cf8bfb7a25f8e8018f753d923d3495a0b3
22:24:30 [2023-07-05T22:24:30.899Z] Merge succeeded, producing 914888cf8bfb7a25f8e8018f753d923d3495a0b3
22:24:30 [2023-07-05T22:24:30.899Z] Checking out Revision 914888cf8bfb7a25f8e8018f753d923d3495a0b3 (PR-42138)
22:24:30 [2023-07-05T22:24:30.071Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:24:30 [2023-07-05T22:24:30.074Z]  > git config --add remote.origin.fetch +refs/pull/42138/head:refs/remotes/origin/PR-42138 # timeout=10
22:24:30 [2023-07-05T22:24:30.077Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:24:30 [2023-07-05T22:24:30.082Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:24:30 [2023-07-05T22:24:30.088Z] Fetching upstream changes from https://github.com/moby/moby.git
22:24:30 [2023-07-05T22:24:30.088Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:24:30 [2023-07-05T22:24:30.088Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42138/head:refs/remotes/origin/PR-42138 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:24:30 [2023-07-05T22:24:30.293Z]  > git config core.sparsecheckout # timeout=10
22:24:30 [2023-07-05T22:24:30.295Z]  > git checkout -f 914888cf8bfb7a25f8e8018f753d923d3495a0b3 # timeout=10
22:24:30 [2023-07-05T22:24:30.884Z]  > git remote # timeout=10
22:24:30 [2023-07-05T22:24:30.887Z]  > git config --get remote.origin.url # timeout=10
22:24:30 [2023-07-05T22:24:30.890Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:24:30 [2023-07-05T22:24:30.890Z]  > git merge e77f9d2327b91871e4affc16361305d3d71c9390 # timeout=10
22:24:30 [2023-07-05T22:24:30.898Z]  > git rev-parse HEAD^{commit} # timeout=10
22:24:30 [2023-07-05T22:24:30.903Z]  > git config core.sparsecheckout # timeout=10
22:24:30 [2023-07-05T22:24:30.906Z]  > git checkout -f 914888cf8bfb7a25f8e8018f753d923d3495a0b3 # timeout=10
22:24:31 [2023-07-05T22:24:31.698Z] Commit message: "Improve test daemon logging"