Skip to content

Console Output

09:35:25 [2020-05-08T09:35:25.963Z] using credential docker-jenkins-github-credentials
09:35:26 [2020-05-08T09:35:26.015Z] Cloning the remote Git repository
09:35:26 [2020-05-08T09:35:26.015Z] Cloning with configured refspecs honoured and without tags
09:35:26 [2020-05-08T09:35:26.060Z] Cloning repository https://github.com/moby/moby.git
09:35:26 [2020-05-08T09:35:26.060Z]  > git init /home/ubuntu/workspace/moby_PR-40929 # timeout=10
09:35:26 [2020-05-08T09:35:26.075Z] Fetching upstream changes from https://github.com/moby/moby.git
09:35:26 [2020-05-08T09:35:26.075Z]  > git --version # timeout=10
09:35:26 [2020-05-08T09:35:26.082Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:35:26 [2020-05-08T09:35:26.083Z]  > git fetch --no-tags --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:35:39 [2020-05-08T09:35:39.005Z] Fetching without tags
09:35:39 [2020-05-08T09:35:39.279Z] Merging remotes/origin/master commit cdf49f37eece6a927b4692468cda322d22f4a79a into PR head commit 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d
09:35:39 [2020-05-08T09:35:39.833Z] Merge succeeded, producing 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d
09:35:39 [2020-05-08T09:35:39.834Z] Checking out Revision 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d (PR-40929)
09:35:38 [2020-05-08T09:35:38.976Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:35:38 [2020-05-08T09:35:38.986Z]  > git config --add remote.origin.fetch +refs/pull/40929/head:refs/remotes/origin/PR-40929 # timeout=10
09:35:38 [2020-05-08T09:35:38.994Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
09:35:39 [2020-05-08T09:35:39.001Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:35:39 [2020-05-08T09:35:39.008Z] Fetching upstream changes from https://github.com/moby/moby.git
09:35:39 [2020-05-08T09:35:39.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:35:39 [2020-05-08T09:35:39.009Z]  > git fetch --no-tags --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:35:39 [2020-05-08T09:35:39.281Z]  > git config core.sparsecheckout # timeout=10
09:35:39 [2020-05-08T09:35:39.284Z]  > git checkout -f 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d # timeout=10
09:35:39 [2020-05-08T09:35:39.822Z]  > git merge cdf49f37eece6a927b4692468cda322d22f4a79a # timeout=10
09:35:39 [2020-05-08T09:35:39.829Z]  > git rev-parse HEAD^{commit} # timeout=10
09:35:39 [2020-05-08T09:35:39.836Z]  > git config core.sparsecheckout # timeout=10
09:35:39 [2020-05-08T09:35:39.840Z]  > git checkout -f 5d3a9e43198d467ac8bd02d8b16fb1ec52106c1d # timeout=10
09:35:40 [2020-05-08T09:35:40.329Z] Commit message: "seccomp: Whitelist `clock_adjtime`"