Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@61653c61; decorates RemoteLauncher[hudson.remoting.Channel@381fd618:x86_64-ubuntu-22.04] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins-agent/workdir/workspace/marco-docs/.git # timeout=10
 > git config remote.origin.url https://github.com/marco-compiler/marco.git # timeout=10
Fetching upstream changes from https://github.com/marco-compiler/marco.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/marco-compiler/marco.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 8c0b617811c0df1a8449cab0a5f41b2d402f20c5 (refs/remotes/origin/master)
Commit message: "Use .clang-formats from LLVM and MLIR"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c0b617811c0df1a8449cab0a5f41b2d402f20c5 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 8c0b617811c0df1a8449cab0a5f41b2d402f20c5 # timeout=10
 > git rev-list --no-walk 5e959cfe969f851b240f14f3433e7cff85182db4 # timeout=10
[Checks API] No suitable checks publisher found.