Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/barsac/ci/builds/workspace/precheck-sanitizers/.git # timeout=10
 > git config remote.origin.url https://github.com/Johan511/ocaml # timeout=10
Fetching upstream changes from https://github.com/Johan511/ocaml
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/Johan511/ocaml +refs/heads/*:refs/remotes/origin/* # timeout=30
Checking out Revision e2bbdf4d62be9da076e501dbb8f70ae1fa98891e (refs/remotes/origin/tsan_func_exit-signature-mismatch)
Commit message: "Minor fixes to comments and remove unnecessary instr"
 > git rev-parse refs/remotes/origin/tsan_func_exit-signature-mismatch^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e2bbdf4d62be9da076e501dbb8f70ae1fa98891e # timeout=10