Skip to content
Success

Console Output

Started by upstream project "marco/master" build number 10
originally caused by:
 Push event to branch master
[Pipeline] Start of Pipeline
[Pipeline] node
Running on x86_64-ubuntu-22.04 in /home/jenkins-agent/workdir/workspace/marco-docs
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . ghcr.io/marco-compiler/marco-debian-12-dev:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
x86_64-ubuntu-22.04 does not seem to be running inside a container
$ docker run -t -d -u 1006:1006 -w /home/jenkins-agent/workdir/workspace/marco-docs -v /home/jenkins-agent/workdir/workspace/marco-docs:/home/jenkins-agent/workdir/workspace/marco-docs:rw,z -v /home/jenkins-agent/workdir/workspace/marco-docs@tmp:/home/jenkins-agent/workdir/workspace/marco-docs@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ghcr.io/marco-compiler/marco-debian-12-dev:latest cat
$ docker top 57e8ac446ad8e5fbd84e20c086ccea3909e826f510f7b3425ba7cc375beca5b6 -eo pid,comm
[Pipeline] {
[Pipeline] stage
[Pipeline] { (OS information)
[Pipeline] sh
+ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
[Pipeline] sh
+ which mlir-opt
/usr/local/bin/mlir-opt
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] git
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2159d815; decorates RemoteLauncher[hudson.remoting.Channel@57f239b5: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
Checking out Revision 697ed4e1e7ff43bfa28248b80977615dce90aa02 (refs/remotes/origin/master)
 > 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
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 697ed4e1e7ff43bfa28248b80977615dce90aa02 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 697ed4e1e7ff43bfa28248b80977615dce90aa02 # timeout=10
Commit message: "Add stage for image building"
 > git rev-list --no-walk 837ca8561d2d636c694bee0fa512a5fb4e61f993 # timeout=10
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 57e8ac446ad8e5fbd84e20c086ccea3909e826f510f7b3425ba7cc375beca5b6
$ docker rm -f --volumes 57e8ac446ad8e5fbd84e20c086ccea3909e826f510f7b3425ba7cc375beca5b6
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Checks API] No suitable checks publisher found.
Finished: SUCCESS