Skip to content

Console Output

12:51:41 [2020-09-14T12:51:41.691Z] using credential docker-jenkins-github-credentials
12:51:41 [2020-09-14T12:51:41.703Z] Fetching changes from the remote Git repository
12:51:41 [2020-09-14T12:51:41.712Z] Fetching without tags
12:51:41 [2020-09-14T12:51:41.683Z]  > git rev-parse --is-inside-work-tree # timeout=10
12:51:41 [2020-09-14T12:51:41.690Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:51:41 [2020-09-14T12:51:41.700Z] Fetching upstream changes from https://github.com/moby/moby.git
12:51:41 [2020-09-14T12:51:41.700Z]  > git --version # timeout=10
12:51:41 [2020-09-14T12:51:41.704Z]  > git --version # 'git version 2.17.1'
12:51:41 [2020-09-14T12:51:41.704Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:51:41 [2020-09-14T12:51:41.705Z]  > 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:51:55 [2020-09-14T12:51:55.027Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b
12:51:55 [2020-09-14T12:51:55.565Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b
12:51:55 [2020-09-14T12:51:55.566Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447)
12:51:55 [2020-09-14T12:51:55.014Z]  > git config core.sparsecheckout # timeout=10
12:51:55 [2020-09-14T12:51:55.019Z]  > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10
12:51:55 [2020-09-14T12:51:55.532Z]  > git remote # timeout=10
12:51:55 [2020-09-14T12:51:55.537Z]  > git config --get remote.origin.url # timeout=10
12:51:55 [2020-09-14T12:51:55.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:51:55 [2020-09-14T12:51:55.539Z]  > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10
12:51:55 [2020-09-14T12:51:55.545Z]  > git rev-parse HEAD^{commit} # timeout=10
12:51:55 [2020-09-14T12:51:55.553Z]  > git config core.sparsecheckout # timeout=10
12:51:55 [2020-09-14T12:51:55.558Z]  > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10
12:51:56 [2020-09-14T12:51:56.048Z] Commit message: "daemon/listeners: use pkg/errors"