Skip to content

Console Output

11:37:23 [2023-08-25T11:37:23.102Z] The recommended git tool is: git
11:37:24 [2023-08-25T11:37:24.556Z] using credential docker-jenkins-github-credentials
11:37:24 [2023-08-25T11:37:24.569Z] Cloning the remote Git repository
11:37:24 [2023-08-25T11:37:24.569Z] Cloning with configured refspecs honoured and without tags
11:37:24 [2023-08-25T11:37:24.583Z] Cloning repository https://github.com/moby/moby.git
11:37:24 [2023-08-25T11:37:24.625Z]  > git init /home/ubuntu/workspace/moby_PR-42430 # timeout=10
11:37:24 [2023-08-25T11:37:24.857Z] Fetching upstream changes from https://github.com/moby/moby.git
11:37:24 [2023-08-25T11:37:24.858Z]  > git --version # timeout=10
11:37:24 [2023-08-25T11:37:24.861Z]  > git --version # 'git version 2.25.1'
11:37:24 [2023-08-25T11:37:24.861Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:24 [2023-08-25T11:37:24.863Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42430/head:refs/remotes/origin/PR-42430 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:39 [2023-08-25T11:37:39.563Z] Fetching without tags
11:37:39 [2023-08-25T11:37:39.798Z] Merging remotes/origin/master commit b249376bb09dca58184722b5e49dcbe827666d27 into PR head commit 2cf0b256528ddb8dfe04f94156d75cfbae607771
11:37:40 [2023-08-25T11:37:40.648Z] Merge succeeded, producing 2cf0b256528ddb8dfe04f94156d75cfbae607771
11:37:40 [2023-08-25T11:37:40.648Z] Checking out Revision 2cf0b256528ddb8dfe04f94156d75cfbae607771 (PR-42430)
11:37:39 [2023-08-25T11:37:39.546Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:37:39 [2023-08-25T11:37:39.550Z]  > git config --add remote.origin.fetch +refs/pull/42430/head:refs/remotes/origin/PR-42430 # timeout=10
11:37:39 [2023-08-25T11:37:39.553Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:39 [2023-08-25T11:37:39.559Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:37:39 [2023-08-25T11:37:39.565Z] Fetching upstream changes from https://github.com/moby/moby.git
11:37:39 [2023-08-25T11:37:39.566Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:39 [2023-08-25T11:37:39.567Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42430/head:refs/remotes/origin/PR-42430 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:37:39 [2023-08-25T11:37:39.802Z]  > git config core.sparsecheckout # timeout=10
11:37:39 [2023-08-25T11:37:39.805Z]  > git checkout -f 2cf0b256528ddb8dfe04f94156d75cfbae607771 # timeout=10
11:37:40 [2023-08-25T11:37:40.629Z]  > git remote # timeout=10
11:37:40 [2023-08-25T11:37:40.633Z]  > git config --get remote.origin.url # timeout=10
11:37:40 [2023-08-25T11:37:40.636Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:37:40 [2023-08-25T11:37:40.637Z]  > git merge b249376bb09dca58184722b5e49dcbe827666d27 # timeout=10
11:37:40 [2023-08-25T11:37:40.644Z]  > git rev-parse HEAD^{commit} # timeout=10
11:37:40 [2023-08-25T11:37:40.650Z]  > git config core.sparsecheckout # timeout=10
11:37:40 [2023-08-25T11:37:40.652Z]  > git checkout -f 2cf0b256528ddb8dfe04f94156d75cfbae607771 # timeout=10
11:37:44 [2023-08-25T11:37:44.617Z] Commit message: "daemon: listeners: make systemd listener optional"