Skip to content

Console Output

15:08:07 [2020-05-10T15:08:07.522Z] using credential docker-jenkins-github-credentials
15:08:07 [2020-05-10T15:08:07.604Z] Cloning the remote Git repository
15:08:07 [2020-05-10T15:08:07.604Z] Cloning with configured refspecs honoured and without tags
15:08:07 [2020-05-10T15:08:07.636Z] Cloning repository https://github.com/moby/moby.git
15:08:07 [2020-05-10T15:08:07.637Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:08:07 [2020-05-10T15:08:07.705Z] Fetching upstream changes from https://github.com/moby/moby.git
15:08:07 [2020-05-10T15:08:07.705Z]  > git --version # timeout=10
15:08:07 [2020-05-10T15:08:07.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:08:07 [2020-05-10T15:08:07.756Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40945/head:refs/remotes/origin/PR-40945 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:08:22 [2020-05-10T15:08:22.787Z] Fetching without tags
15:08:22 [2020-05-10T15:08:22.457Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:08:22 [2020-05-10T15:08:22.508Z]  > git config --add remote.origin.fetch +refs/pull/40945/head:refs/remotes/origin/PR-40945 # timeout=10
15:08:22 [2020-05-10T15:08:22.567Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:08:22 [2020-05-10T15:08:22.692Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:08:22 [2020-05-10T15:08:22.818Z] Fetching upstream changes from https://github.com/moby/moby.git
15:08:22 [2020-05-10T15:08:22.818Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:08:22 [2020-05-10T15:08:22.821Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40945/head:refs/remotes/origin/PR-40945 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:08:23 [2020-05-10T15:08:23.510Z] Merging remotes/origin/master commit 298ba5b13150bfffe8414922a951a7a793276d31 into PR head commit 49f8a4224cc22f94169cfb70d30d8afffa2e319a
15:08:23 [2020-05-10T15:08:23.542Z]  > git config core.sparsecheckout # timeout=10
15:08:23 [2020-05-10T15:08:23.601Z]  > git checkout -f 49f8a4224cc22f94169cfb70d30d8afffa2e319a # timeout=10
15:08:26 [2020-05-10T15:08:26.780Z] Merge succeeded, producing 49f8a4224cc22f94169cfb70d30d8afffa2e319a
15:08:26 [2020-05-10T15:08:26.781Z] Checking out Revision 49f8a4224cc22f94169cfb70d30d8afffa2e319a (PR-40945)
15:08:26 [2020-05-10T15:08:26.464Z]  > git merge 298ba5b13150bfffe8414922a951a7a793276d31 # timeout=10
15:08:26 [2020-05-10T15:08:26.685Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:08:26 [2020-05-10T15:08:26.812Z]  > git config core.sparsecheckout # timeout=10
15:08:26 [2020-05-10T15:08:26.862Z]  > git checkout -f 49f8a4224cc22f94169cfb70d30d8afffa2e319a # timeout=10
15:08:27 [2020-05-10T15:08:27.255Z] Commit message: "SELinux: fix ENOTSUP errors not being detected when relabeling"