Skip to content

Console Output

The recommended git tool is: git
using credential 59850673-f35b-4305-bf34-69ab143ab031
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/open-mpi/hwloc
 > git init /builds/workspace/extended-customPR # timeout=10
Fetching upstream changes from https://github.com/open-mpi/hwloc
 > 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 --tags --force --progress -- https://github.com/open-mpi/hwloc +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/open-mpi/hwloc # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/open-mpi/hwloc # timeout=10
Fetching upstream changes from https://github.com/open-mpi/hwloc
using GIT_ASKPASS to set credentials jenkins bgoglin access token as login+passwd for individual job config
 > git fetch --tags --force --progress -- https://github.com/open-mpi/hwloc +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
Checking out Revision 97374668e4630cce159d900e085a01b4d29c6e45 (refs/remotes/origin/pr/738/head)
Commit message: "Support building shared library for Windows."
 > git rev-parse refs/remotes/origin/pr/738/head^{commit} # timeout=10
 > git rev-parse pr/738/head^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97374668e4630cce159d900e085a01b4d29c6e45 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b pr/738/head 97374668e4630cce159d900e085a01b4d29c6e45 # timeout=10