Skip to content

Console Output

14:58:22 [2022-07-20T14:58:22.374Z] The recommended git tool is: git
14:58:24 [2022-07-20T14:58:24.919Z] using credential docker-jenkins-github-credentials
14:58:24 [2022-07-20T14:58:24.928Z] Cloning the remote Git repository
14:58:24 [2022-07-20T14:58:24.928Z] Cloning with configured refspecs honoured and without tags
14:58:24 [2022-07-20T14:58:24.054Z] Cloning repository https://github.com/moby/moby.git
14:58:24 [2022-07-20T14:58:24.115Z]  > git init /home/ubuntu/workspace/moby_PR-43839 # timeout=10
14:58:24 [2022-07-20T14:58:24.491Z] Fetching upstream changes from https://github.com/moby/moby.git
14:58:24 [2022-07-20T14:58:24.492Z]  > git --version # timeout=10
14:58:24 [2022-07-20T14:58:24.520Z]  > git --version # 'git version 2.17.1'
14:58:24 [2022-07-20T14:58:24.520Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:58:24 [2022-07-20T14:58:24.522Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43839/head:refs/remotes/origin/PR-43839 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:58:48 [2022-07-20T14:58:48.933Z] Fetching without tags
14:58:49 [2022-07-20T14:58:49.193Z] Merging remotes/origin/master commit 2fbc30739b437d91f7a444f49143305e5f0a303e into PR head commit 75577fe7a8d9f21442b00df90c8ac33ebea2ac67
14:58:49 [2022-07-20T14:58:49.975Z] Merge succeeded, producing 75577fe7a8d9f21442b00df90c8ac33ebea2ac67
14:58:49 [2022-07-20T14:58:49.975Z] Checking out Revision 75577fe7a8d9f21442b00df90c8ac33ebea2ac67 (PR-43839)
14:58:48 [2022-07-20T14:58:48.868Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:58:48 [2022-07-20T14:58:48.883Z]  > git config --add remote.origin.fetch +refs/pull/43839/head:refs/remotes/origin/PR-43839 # timeout=10
14:58:48 [2022-07-20T14:58:48.900Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:58:48 [2022-07-20T14:58:48.917Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:58:48 [2022-07-20T14:58:48.937Z] Fetching upstream changes from https://github.com/moby/moby.git
14:58:48 [2022-07-20T14:58:48.937Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:58:48 [2022-07-20T14:58:48.938Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43839/head:refs/remotes/origin/PR-43839 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:58:49 [2022-07-20T14:58:49.206Z]  > git config core.sparsecheckout # timeout=10
14:58:49 [2022-07-20T14:58:49.230Z]  > git checkout -f 75577fe7a8d9f21442b00df90c8ac33ebea2ac67 # timeout=10
14:58:49 [2022-07-20T14:58:49.906Z]  > git remote # timeout=10
14:58:49 [2022-07-20T14:58:49.918Z]  > git config --get remote.origin.url # timeout=10
14:58:49 [2022-07-20T14:58:49.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:58:49 [2022-07-20T14:58:49.945Z]  > git merge 2fbc30739b437d91f7a444f49143305e5f0a303e # timeout=10
14:58:49 [2022-07-20T14:58:49.960Z]  > git rev-parse HEAD^{commit} # timeout=10
14:58:49 [2022-07-20T14:58:49.978Z]  > git config core.sparsecheckout # timeout=10
14:58:49 [2022-07-20T14:58:49.985Z]  > git checkout -f 75577fe7a8d9f21442b00df90c8ac33ebea2ac67 # timeout=10
14:58:54 [2022-07-20T14:58:54.560Z] Commit message: "logger/journald: fix SA4011: ineffective break statement"