Skip to content

Console Output

12:52:59 [2020-09-14T12:52:59.861Z] using credential docker-jenkins-github-credentials
12:52:59 [2020-09-14T12:52:59.868Z] Cloning the remote Git repository
12:52:59 [2020-09-14T12:52:59.868Z] Cloning with configured refspecs honoured and without tags
12:52:59 [2020-09-14T12:52:59.777Z] Cloning repository https://github.com/moby/moby.git
12:52:59 [2020-09-14T12:52:59.834Z]  > git init /home/ubuntu/workspace/moby_PR-41447 # timeout=10
12:53:00 [2020-09-14T12:53:00.118Z] Fetching upstream changes from https://github.com/moby/moby.git
12:53:00 [2020-09-14T12:53:00.118Z]  > git --version # timeout=10
12:53:00 [2020-09-14T12:53:00.133Z]  > git --version # 'git version 2.17.1'
12:53:00 [2020-09-14T12:53:00.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:00 [2020-09-14T12:53:00.135Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:19 [2020-09-14T12:53:19.862Z] Fetching without tags
12:53:20 [2020-09-14T12:53:20.144Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b
12:53:20 [2020-09-14T12:53:20.798Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b
12:53:20 [2020-09-14T12:53:20.798Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447)
12:53:19 [2020-09-14T12:53:19.778Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:53:19 [2020-09-14T12:53:19.795Z]  > git config --add remote.origin.fetch +refs/pull/41447/head:refs/remotes/origin/PR-41447 # timeout=10
12:53:19 [2020-09-14T12:53:19.819Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:19 [2020-09-14T12:53:19.830Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:53:19 [2020-09-14T12:53:19.852Z] Fetching upstream changes from https://github.com/moby/moby.git
12:53:19 [2020-09-14T12:53:19.853Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:19 [2020-09-14T12:53:19.854Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:20 [2020-09-14T12:53:20.136Z]  > git config core.sparsecheckout # timeout=10
12:53:20 [2020-09-14T12:53:20.157Z]  > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10
12:53:20 [2020-09-14T12:53:20.711Z]  > git remote # timeout=10
12:53:20 [2020-09-14T12:53:20.722Z]  > git config --get remote.origin.url # timeout=10
12:53:20 [2020-09-14T12:53:20.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:20 [2020-09-14T12:53:20.740Z]  > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10
12:53:20 [2020-09-14T12:53:20.765Z]  > git rev-parse HEAD^{commit} # timeout=10
12:53:20 [2020-09-14T12:53:20.788Z]  > git config core.sparsecheckout # timeout=10
12:53:20 [2020-09-14T12:53:20.802Z]  > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10
12:53:24 [2020-09-14T12:53:24.914Z] Commit message: "daemon/listeners: use pkg/errors"