Skip to content

Console Output

The recommended git tool is: git
using credential 59850673-f35b-4305-bf34-69ab143ab031
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/open-mpi/hwloc.git
 > git init /builds/workspace/basic_v2.9 # timeout=10
Fetching upstream changes from https://github.com/open-mpi/hwloc.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials jenkins bgoglin access token as login+passwd for individual job config
 > git fetch --no-tags --force --progress -- https://github.com/open-mpi/hwloc.git +refs/heads/v2.9:refs/remotes/origin/v2.9 # timeout=10
Avoid second fetch
Checking out Revision c804b6c671a5a445e39d3e7c1f9851e05d2d451e (v2.9)
Commit message: "contrib/ci.inria.fr: keep last 25 builds for max 50 days"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/open-mpi/hwloc.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v2.9:refs/remotes/origin/v2.9 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c804b6c671a5a445e39d3e7c1f9851e05d2d451e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b v2.9 c804b6c671a5a445e39d3e7c1f9851e05d2d451e # timeout=10