Skip to content

Console Output

15:08:03 [2020-05-10T15:08:03.829Z] using credential docker-jenkins-github-credentials
15:08:03 [2020-05-10T15:08:03.855Z] Cloning the remote Git repository
15:08:03 [2020-05-10T15:08:03.855Z] Cloning with configured refspecs honoured and without tags
15:08:03 [2020-05-10T15:08:03.935Z] Cloning repository https://github.com/moby/moby.git
15:08:03 [2020-05-10T15:08:03.936Z]  > git init /home/ubuntu/workspace/moby_PR-40945 # timeout=10
15:08:03 [2020-05-10T15:08:03.949Z] Fetching upstream changes from https://github.com/moby/moby.git
15:08:03 [2020-05-10T15:08:03.949Z]  > git --version # timeout=10
15:08:03 [2020-05-10T15:08:03.951Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:08:03 [2020-05-10T15:08:03.952Z]  > git fetch --no-tags --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:16 [2020-05-10T15:08:16.810Z] Fetching without tags
15:08:17 [2020-05-10T15:08:17.087Z] Merging remotes/origin/master commit 298ba5b13150bfffe8414922a951a7a793276d31 into PR head commit 49f8a4224cc22f94169cfb70d30d8afffa2e319a
15:08:17 [2020-05-10T15:08:17.657Z] Merge succeeded, producing 49f8a4224cc22f94169cfb70d30d8afffa2e319a
15:08:17 [2020-05-10T15:08:17.657Z] Checking out Revision 49f8a4224cc22f94169cfb70d30d8afffa2e319a (PR-40945)
15:08:16 [2020-05-10T15:08:16.862Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:08:16 [2020-05-10T15:08:16.867Z]  > git config --add remote.origin.fetch +refs/pull/40945/head:refs/remotes/origin/PR-40945 # timeout=10
15:08:16 [2020-05-10T15:08:16.874Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:08:16 [2020-05-10T15:08:16.881Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:08:16 [2020-05-10T15:08:16.935Z] Fetching upstream changes from https://github.com/moby/moby.git
15:08:16 [2020-05-10T15:08:16.935Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:08:16 [2020-05-10T15:08:16.936Z]  > git fetch --no-tags --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:17 [2020-05-10T15:08:17.168Z]  > git config core.sparsecheckout # timeout=10
15:08:17 [2020-05-10T15:08:17.178Z]  > git checkout -f 49f8a4224cc22f94169cfb70d30d8afffa2e319a # timeout=10
15:08:17 [2020-05-10T15:08:17.727Z]  > git merge 298ba5b13150bfffe8414922a951a7a793276d31 # timeout=10
15:08:17 [2020-05-10T15:08:17.733Z]  > git rev-parse HEAD^{commit} # timeout=10
15:08:17 [2020-05-10T15:08:17.779Z]  > git config core.sparsecheckout # timeout=10
15:08:17 [2020-05-10T15:08:17.782Z]  > git checkout -f 49f8a4224cc22f94169cfb70d30d8afffa2e319a # timeout=10
15:08:18 [2020-05-10T15:08:18.175Z] Commit message: "SELinux: fix ENOTSUP errors not being detected when relabeling"