Skip to content

Console Output

17:31:12 [2021-07-11T17:31:12.843Z] The recommended git tool is: git
17:31:16 [2021-07-11T17:31:16.378Z] using credential docker-jenkins-github-credentials
17:31:16 [2021-07-11T17:31:16.385Z] Cloning the remote Git repository
17:31:16 [2021-07-11T17:31:16.385Z] Cloning with configured refspecs honoured and without tags
17:31:16 [2021-07-11T17:31:16.472Z] Cloning repository https://github.com/moby/moby.git
17:31:16 [2021-07-11T17:31:16.526Z]  > git init /home/ubuntu/workspace/moby_PR-42620 # timeout=10
17:31:16 [2021-07-11T17:31:16.840Z] Fetching upstream changes from https://github.com/moby/moby.git
17:31:16 [2021-07-11T17:31:16.840Z]  > git --version # timeout=10
17:31:16 [2021-07-11T17:31:16.861Z]  > git --version # 'git version 2.17.1'
17:31:16 [2021-07-11T17:31:16.861Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:16 [2021-07-11T17:31:16.863Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42620/head:refs/remotes/origin/PR-42620 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:38 [2021-07-11T17:31:38.677Z] Fetching without tags
17:31:38 [2021-07-11T17:31:38.956Z] Merging remotes/origin/master commit c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 into PR head commit 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:31:38 [2021-07-11T17:31:38.563Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:31:38 [2021-07-11T17:31:38.577Z]  > git config --add remote.origin.fetch +refs/pull/42620/head:refs/remotes/origin/PR-42620 # timeout=10
17:31:38 [2021-07-11T17:31:38.614Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:38 [2021-07-11T17:31:38.649Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:31:38 [2021-07-11T17:31:38.683Z] Fetching upstream changes from https://github.com/moby/moby.git
17:31:38 [2021-07-11T17:31:38.683Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:38 [2021-07-11T17:31:38.684Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42620/head:refs/remotes/origin/PR-42620 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:31:38 [2021-07-11T17:31:38.966Z]  > git config core.sparsecheckout # timeout=10
17:31:38 [2021-07-11T17:31:38.995Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:31:39 [2021-07-11T17:31:39.844Z] Merge succeeded, producing 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:31:39 [2021-07-11T17:31:39.844Z] Checking out Revision 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 (PR-42620)
17:31:39 [2021-07-11T17:31:39.756Z]  > git remote # timeout=10
17:31:39 [2021-07-11T17:31:39.779Z]  > git config --get remote.origin.url # timeout=10
17:31:39 [2021-07-11T17:31:39.801Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:31:39 [2021-07-11T17:31:39.802Z]  > git merge c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 # timeout=10
17:31:39 [2021-07-11T17:31:39.829Z]  > git rev-parse HEAD^{commit} # timeout=10
17:31:39 [2021-07-11T17:31:39.848Z]  > git config core.sparsecheckout # timeout=10
17:31:39 [2021-07-11T17:31:39.866Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:31:44 [2021-07-11T17:31:44.471Z] Commit message: "daemon: use object literal for stats"