Skip to content

Console Output

The recommended git tool is: NONE
using credential token-github
Cloning the remote Git repository
Cloning repository https://github.com/swiftwasm/WasmKit.git
 > git init /Users/ec2-user/jenkins/workspace/oss-swift_tools-R_stdlib-RD_test-simulator/wasmkit # timeout=10
Fetching upstream changes from https://github.com/swiftwasm/WasmKit.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5 (Apple Git-154)'
using GIT_ASKPASS to set credentials Github token
Setting http proxy: proxy.config.pcp.local:3128
 > git fetch --tags --force --progress -- https://github.com/swiftwasm/WasmKit.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/swiftwasm/WasmKit.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6dfc20ab07e9c8c8e1a7f76462516c20413f2526 (0.0.3)
Commit message: "Use local dependencies in Swift CI"
 > git rev-parse origin/0.0.3^{commit} # timeout=10
 > git rev-parse 0.0.3^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6dfc20ab07e9c8c8e1a7f76462516c20413f2526 # timeout=30
 > git rev-list --no-walk 6dfc20ab07e9c8c8e1a7f76462516c20413f2526 # timeout=10