Skip to content

Console Output

17:07:27 [2021-02-28T17:07:27.777Z] The recommended git tool is: git
17:07:31 [2021-02-28T17:07:31.682Z] using credential docker-jenkins-github-credentials
17:07:31 [2021-02-28T17:07:31.688Z] Cloning the remote Git repository
17:07:31 [2021-02-28T17:07:31.688Z] Cloning with configured refspecs honoured and without tags
17:07:31 [2021-02-28T17:07:31.671Z] Cloning repository https://github.com/moby/moby.git
17:07:31 [2021-02-28T17:07:31.765Z]  > git init /home/ubuntu/workspace/moby_PR-42077 # timeout=10
17:07:32 [2021-02-28T17:07:32.061Z] Fetching upstream changes from https://github.com/moby/moby.git
17:07:32 [2021-02-28T17:07:32.061Z]  > git --version # timeout=10
17:07:32 [2021-02-28T17:07:32.108Z]  > git --version # 'git version 2.17.1'
17:07:32 [2021-02-28T17:07:32.109Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:07:32 [2021-02-28T17:07:32.111Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42077/head:refs/remotes/origin/PR-42077 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:07:56 [2021-02-28T17:07:56.384Z] Fetching without tags
17:07:56 [2021-02-28T17:07:56.803Z] Merging remotes/origin/master commit 3c9b4a63b5298b23b156610c02d192c22d46f0cc into PR head commit 5f6db3a07764239d18cc4730d958ff20c147c28a
17:07:57 [2021-02-28T17:07:57.832Z] Merge succeeded, producing 5f6db3a07764239d18cc4730d958ff20c147c28a
17:07:57 [2021-02-28T17:07:57.832Z] Checking out Revision 5f6db3a07764239d18cc4730d958ff20c147c28a (PR-42077)
17:07:56 [2021-02-28T17:07:56.285Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:07:56 [2021-02-28T17:07:56.315Z]  > git config --add remote.origin.fetch +refs/pull/42077/head:refs/remotes/origin/PR-42077 # timeout=10
17:07:56 [2021-02-28T17:07:56.329Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:07:56 [2021-02-28T17:07:56.350Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:07:56 [2021-02-28T17:07:56.383Z] Fetching upstream changes from https://github.com/moby/moby.git
17:07:56 [2021-02-28T17:07:56.383Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:07:56 [2021-02-28T17:07:56.384Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42077/head:refs/remotes/origin/PR-42077 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:07:56 [2021-02-28T17:07:56.812Z]  > git config core.sparsecheckout # timeout=10
17:07:56 [2021-02-28T17:07:56.847Z]  > git checkout -f 5f6db3a07764239d18cc4730d958ff20c147c28a # timeout=10
17:07:57 [2021-02-28T17:07:57.736Z]  > git remote # timeout=10
17:07:57 [2021-02-28T17:07:57.771Z]  > git config --get remote.origin.url # timeout=10
17:07:57 [2021-02-28T17:07:57.799Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:07:57 [2021-02-28T17:07:57.800Z]  > git merge 3c9b4a63b5298b23b156610c02d192c22d46f0cc # timeout=10
17:07:57 [2021-02-28T17:07:57.817Z]  > git rev-parse HEAD^{commit} # timeout=10
17:07:57 [2021-02-28T17:07:57.830Z]  > git config core.sparsecheckout # timeout=10
17:07:57 [2021-02-28T17:07:57.846Z]  > git checkout -f 5f6db3a07764239d18cc4730d958ff20c147c28a # timeout=10
17:08:02 [2021-02-28T17:08:02.458Z] Commit message: "rootless: Set service type to `notify`"