Skip to content

Console Output

08:57:41 [2022-09-05T08:57:41.207Z] The recommended git tool is: git
08:57:44 [2022-09-05T08:57:44.538Z] using credential docker-jenkins-github-credentials
08:57:44 [2022-09-05T08:57:44.548Z] Cloning the remote Git repository
08:57:44 [2022-09-05T08:57:44.548Z] Cloning with configured refspecs honoured and without tags
08:57:44 [2022-09-05T08:57:44.580Z] Cloning repository https://github.com/moby/moby.git
08:57:44 [2022-09-05T08:57:44.802Z]  > git init /home/ubuntu/workspace/moby_PR-44083 # timeout=10
08:57:45 [2022-09-05T08:57:45.271Z] Fetching upstream changes from https://github.com/moby/moby.git
08:57:45 [2022-09-05T08:57:45.271Z]  > git --version # timeout=10
08:57:45 [2022-09-05T08:57:45.283Z]  > git --version # 'git version 2.25.1'
08:57:45 [2022-09-05T08:57:45.284Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:57:45 [2022-09-05T08:57:45.285Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44083/head:refs/remotes/origin/PR-44083 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:58:07 [2022-09-05T08:58:07.745Z] Fetching without tags
08:58:08 [2022-09-05T08:58:08.106Z] Merging remotes/origin/master commit 067062129171dba592638e8e3a0efbfa8a71376b into PR head commit 609d87003a0e9d431ef04a18743cb011cabda6ef
08:58:08 [2022-09-05T08:58:08.804Z] Merge succeeded, producing 609d87003a0e9d431ef04a18743cb011cabda6ef
08:58:08 [2022-09-05T08:58:08.805Z] Checking out Revision 609d87003a0e9d431ef04a18743cb011cabda6ef (PR-44083)
08:58:07 [2022-09-05T08:58:07.625Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:58:07 [2022-09-05T08:58:07.660Z]  > git config --add remote.origin.fetch +refs/pull/44083/head:refs/remotes/origin/PR-44083 # timeout=10
08:58:07 [2022-09-05T08:58:07.677Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:58:07 [2022-09-05T08:58:07.713Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:58:07 [2022-09-05T08:58:07.751Z] Fetching upstream changes from https://github.com/moby/moby.git
08:58:07 [2022-09-05T08:58:07.752Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:58:07 [2022-09-05T08:58:07.753Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44083/head:refs/remotes/origin/PR-44083 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:58:08 [2022-09-05T08:58:08.113Z]  > git config core.sparsecheckout # timeout=10
08:58:08 [2022-09-05T08:58:08.126Z]  > git checkout -f 609d87003a0e9d431ef04a18743cb011cabda6ef # timeout=10
08:58:08 [2022-09-05T08:58:08.758Z]  > git remote # timeout=10
08:58:08 [2022-09-05T08:58:08.774Z]  > git config --get remote.origin.url # timeout=10
08:58:08 [2022-09-05T08:58:08.782Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:58:08 [2022-09-05T08:58:08.783Z]  > git merge 067062129171dba592638e8e3a0efbfa8a71376b # timeout=10
08:58:08 [2022-09-05T08:58:08.797Z]  > git rev-parse HEAD^{commit} # timeout=10
08:58:08 [2022-09-05T08:58:08.807Z]  > git config core.sparsecheckout # timeout=10
08:58:08 [2022-09-05T08:58:08.818Z]  > git checkout -f 609d87003a0e9d431ef04a18743cb011cabda6ef # timeout=10
08:58:13 [2022-09-05T08:58:13.845Z] Commit message: "pkg/archive: strip "write" bits again on Windows"