Skip to content

Console Output

14:38:15 [2020-01-17T14:38:15.169Z] using credential docker-jenkins-github-credentials
14:38:15 [2020-01-17T14:38:15.178Z] Cloning the remote Git repository
14:38:15 [2020-01-17T14:38:15.178Z] Cloning with configured refspecs honoured and without tags
14:38:15 [2020-01-17T14:38:15.235Z] Cloning repository https://github.com/docker/engine.git
14:38:15 [2020-01-17T14:38:15.283Z]  > git init /home/ubuntu/workspace/engine_PR-445 # timeout=10
14:38:15 [2020-01-17T14:38:15.663Z] Fetching upstream changes from https://github.com/docker/engine.git
14:38:15 [2020-01-17T14:38:15.664Z]  > git --version # timeout=10
14:38:15 [2020-01-17T14:38:15.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:38:15 [2020-01-17T14:38:15.692Z]  > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/445/head:refs/remotes/origin/PR-445 +refs/heads/19.03:refs/remotes/origin/19.03
14:38:39 [2020-01-17T14:38:39.742Z] Fetching without tags
14:38:40 [2020-01-17T14:38:40.011Z] Merging remotes/origin/19.03 commit 9077436e6e9c4b4a7050d2412b370ff49d6e161b into PR head commit b1798d895a91ecb18d3417e7fc895d97d2a32eea
14:38:41 [2020-01-17T14:38:41.161Z] Merge succeeded, producing b1798d895a91ecb18d3417e7fc895d97d2a32eea
14:38:41 [2020-01-17T14:38:41.163Z] Checking out Revision b1798d895a91ecb18d3417e7fc895d97d2a32eea (PR-445)
14:38:39 [2020-01-17T14:38:39.640Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
14:38:39 [2020-01-17T14:38:39.659Z]  > git config --add remote.origin.fetch +refs/pull/445/head:refs/remotes/origin/PR-445 # timeout=10
14:38:39 [2020-01-17T14:38:39.683Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
14:38:39 [2020-01-17T14:38:39.720Z]  > git config remote.origin.url https://github.com/docker/engine.git # timeout=10
14:38:39 [2020-01-17T14:38:39.752Z] Fetching upstream changes from https://github.com/docker/engine.git
14:38:39 [2020-01-17T14:38:39.752Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:38:39 [2020-01-17T14:38:39.756Z]  > git fetch --no-tags --progress -- https://github.com/docker/engine.git +refs/pull/445/head:refs/remotes/origin/PR-445 +refs/heads/19.03:refs/remotes/origin/19.03
14:38:40 [2020-01-17T14:38:40.028Z]  > git config core.sparsecheckout # timeout=10
14:38:40 [2020-01-17T14:38:40.056Z]  > git checkout -f b1798d895a91ecb18d3417e7fc895d97d2a32eea
14:38:41 [2020-01-17T14:38:41.107Z]  > git merge 9077436e6e9c4b4a7050d2412b370ff49d6e161b # timeout=10
14:38:41 [2020-01-17T14:38:41.138Z]  > git rev-parse HEAD^{commit} # timeout=10
14:38:41 [2020-01-17T14:38:41.170Z]  > git config core.sparsecheckout # timeout=10
14:38:41 [2020-01-17T14:38:41.195Z]  > git checkout -f b1798d895a91ecb18d3417e7fc895d97d2a32eea
14:38:42 [2020-01-17T14:38:42.289Z] Commit message: "daemon: Remove btrfs_noversion build flag"