Skip to content

Console Output

09:35:47 [2020-05-08T09:35:47.868Z] using credential docker-jenkins-github-credentials
09:35:47 [2020-05-08T09:35:47.949Z] Cloning the remote Git repository
09:35:47 [2020-05-08T09:35:47.949Z] Cloning with configured refspecs honoured and without tags
09:35:47 [2020-05-08T09:35:47.973Z] Cloning repository https://github.com/moby/moby.git
09:35:47 [2020-05-08T09:35:47.974Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:35:48 [2020-05-08T09:35:48.035Z] Fetching upstream changes from https://github.com/moby/moby.git
09:35:48 [2020-05-08T09:35:48.036Z]  > git --version # timeout=10
09:35:48 [2020-05-08T09:35:48.092Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:35:48 [2020-05-08T09:35:48.094Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40929/head:refs/remotes/origin/PR-40929 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:36:02 [2020-05-08T09:36:02.749Z] Fetching without tags
09:36:02 [2020-05-08T09:36:02.416Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:36:02 [2020-05-08T09:36:02.465Z]  > git config --add remote.origin.fetch +refs/pull/40929/head:refs/remotes/origin/PR-40929 # timeout=10
09:36:02 [2020-05-08T09:36:02.524Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:36:02 [2020-05-08T09:36:02.649Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:36:02 [2020-05-08T09:36:02.774Z] Fetching upstream changes from https://github.com/moby/moby.git
09:36:02 [2020-05-08T09:36:02.775Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:36:02 [2020-05-08T09:36:02.776Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40929/head:refs/remotes/origin/PR-40929 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:36:03 [2020-05-08T09:36:03.771Z] Merging remotes/origin/master commit cdf49f37eece6a927b4692468cda322d22f4a79a into PR head commit 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d
09:36:03 [2020-05-08T09:36:03.796Z]  > git config core.sparsecheckout # timeout=10
09:36:03 [2020-05-08T09:36:03.849Z]  > git checkout -f 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d # timeout=10
09:36:07 [2020-05-08T09:36:07.102Z] Merge succeeded, producing 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d
09:36:07 [2020-05-08T09:36:07.102Z] Checking out Revision 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d (PR-40929)
09:36:06 [2020-05-08T09:36:06.869Z]  > git merge cdf49f37eece6a927b4692468cda322d22f4a79a # timeout=10
09:36:07 [2020-05-08T09:36:07.000Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:36:07 [2020-05-08T09:36:07.129Z]  > git config core.sparsecheckout # timeout=10
09:36:07 [2020-05-08T09:36:07.179Z]  > git checkout -f 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d # timeout=10
09:36:07 [2020-05-08T09:36:07.716Z] Commit message: "seccomp: Whitelist `clock_adjtime`"