Radicle repository id rad:zjxyd2A1A7FnxtC69qDfoAajfTHo
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:zjxyd2A1A7FnxtC69qDfoAajfTHo",
"name": "subplot",
"description": "Capture and communicate acceptance criteria and their verification",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkkYez6QAFWvmdudjrfMXySu1NTpSrraJotCJFwGgkmgx8",
"alias": "ci0"
},
"before": "e499a915bee77c38545e0bf0bb895fe436504fb9",
"after": "e499a915bee77c38545e0bf0bb895fe436504fb9",
"branch": "main",
"commits": [
"e499a915bee77c38545e0bf0bb895fe436504fb9",
"aafce2777a9ca33ed00896814dede8d3259ab20b",
"a834fbc9c55c8afac8ac7fd465239587bdc644bd"
]
}[2025-05-16T05:21:43Z INFO ambient] ambient starts
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Extracting tar archive from /dev/vdb
./
./plan.yaml
./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
ambient-execute-plan starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- '-maxdepth'
- '2'
- '-ls'
- action: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
export DEBEMAIL=liw@liw.fi
export DEBFULLNAME="Lars Wirzenius"
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
export HOME=/root
export PATH="/root/.cargo/bin:$PATH"
cargo doc --workspace --no-deps
subplot docgen subplot.subplot -o subplot.html
subplot docgen book/user-guide.subplot -o book/user-guide.html
./check --offline
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
T="$(date -u "+%Y%m%dT%H%M%S")"
version="$V.ci$T-1"
dch -v "$version" "CI build under Ambient."
dch -r ''
- action: deb
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
RUN: Action Mkdir {
pathname: "/workspace",
}
RUN: Action finished OK
RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
RUN: Action finished OK
RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
RUN: Action finished OK
RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
RUN: Action finished OK
RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
RUN: Action finished OK
RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
extra_env=[]
131073 4 drwxr-xr-x 6 root root 4096 May 16 05:18 /workspace
131074 4 drwxr-xr-x 2 root root 4096 May 16 05:18 /workspace/artifacts
131352 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/deps
131355 4 drwxr-xr-x 5 root root 4096 Apr 9 04:21 /workspace/deps/registry
131353 88 -rw-r--r-- 1 root root 90112 May 16 05:17 /workspace/deps/.global-cache
131354 0 -rw-r--r-- 1 root root 0 Apr 9 04:21 /workspace/deps/.package-cache
145375 4 drwxr-xr-x 6 root root 4096 Apr 9 04:23 /workspace/cache
145377 4 drwxr-xr-x 7 root root 4096 Apr 28 09:22 /workspace/cache/debug
163136 4 drwxr-xr-x 7 root root 4096 Apr 28 09:22 /workspace/cache/release
145376 4 drwxr-xr-x 2 root root 4096 Apr 9 04:22 /workspace/cache/tmp
165885 4 drwxr-xr-x 11 root root 4096 Apr 28 09:21 /workspace/cache/doc
163135 4 -rw-r--r-- 1 root root 218 Apr 14 11:14 /workspace/cache/.rustdoc_fingerprint.json
165884 4 -rw-r--r-- 1 root root 1033 Apr 28 09:21 /workspace/cache/.rustc_info.json
131075 4 drwxr-xr-x 15 root root 4096 May 16 05:17 /workspace/src
131114 4 -rw-r--r-- 1 root root 56 May 16 05:17 /workspace/src/flake8.ini
131183 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/src/tests
131144 8 -rw-r--r-- 1 root root 5617 May 16 05:17 /workspace/src/build.rs
131349 4 -rw-r--r-- 1 root root 3390 May 16 05:17 /workspace/src/RELEASE.md
131150 4 drwxr-xr-x 5 root root 4096 May 16 05:17 /workspace/src/subplotlib
131302 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/src/bin
131079 4 -rw-r--r-- 1 root root 1366 May 16 05:17 /workspace/src/DCO-1-1.txt
131138 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/src/subplotlib-derive
131076 4 -rw-r--r-- 1 root root 3370 May 16 05:17 /workspace/src/subplot.py
131117 4 -rwxr-xr-x 1 root root 637 May 16 05:17 /workspace/src/stress
131148 8 -rw-r--r-- 1 root root 6501 May 16 05:17 /workspace/src/DECISIONS.md
131132 4 -rw-r--r-- 1 root root 1286 May 16 05:17 /workspace/src/reference.md
131145 4 -rw-r--r-- 1 root root 1292 May 16 05:17 /workspace/src/flake.nix
131197 4 -rw-r--r-- 1 root root 295 May 16 05:17 /workspace/src/deny.toml
131350 8 -rw-r--r-- 1 root root 5183 May 16 05:17 /workspace/src/CONTRIBUTING.md
131196 4 -rw-r--r-- 1 root root 689 May 16 05:17 /workspace/src/reference.py
131109 4 -rw-r--r-- 1 root root 2648 May 16 05:17 /workspace/src/subplot.yaml
131146 4 -rw-r--r-- 1 root root 136 May 16 05:17 /workspace/src/.gitignore
131115 4 -rw-r--r-- 1 root root 10 May 16 05:17 /workspace/src/.envrc
131137 4 -rw-r--r-- 1 root root 3355 May 16 05:17 /workspace/src/README.md
131133 4 drwxr-xr-x 2 root root 4096 May 16 05:17 /workspace/src/book
131077 4 drwxr-xr-x 2 root root 4096 May 16 05:17 /workspace/src/.radicle
131147 4 -rw-r--r-- 1 root root 1568 May 16 05:17 /workspace/src/Cargo.toml
131118 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/src/debian
131081 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/src/.gitlab
131108 4 -rwxr-xr-x 1 root root 489 May 16 05:17 /workspace/src/install-debian.sh
131348 4 -rw-r--r-- 1 root root 1385 May 16 05:17 /workspace/src/flake.lock
131085 16 -rwxr-xr-x 1 root root 14347 May 16 05:17 /workspace/src/check
131149 4 -rw-r--r-- 1 root root 284 May 16 05:17 /workspace/src/subplot.subplot
131301 4 -rwxr-xr-x 1 root root 1173 May 16 05:17 /workspace/src/build-docs
131136 100 -rw-r--r-- 1 root root 101523 May 16 05:17 /workspace/src/subplot.md
131308 4 -rw-r--r-- 1 root root 273 May 16 05:17 /workspace/src/reference.subplot
131116 20 -rw-r--r-- 1 root root 19237 May 16 05:17 /workspace/src/NEWS.md
131225 4 -rw-r--r-- 1 root root 667 May 16 05:17 /workspace/src/.gitlab-ci.yml
131198 4 -rwxr-xr-x 1 root root 1195 May 16 05:17 /workspace/src/stressgen
131110 4 drwxr-xr-x 3 root root 4096 May 16 05:17 /workspace/src/subplot-build
131199 4 drwxr-xr-x 6 root root 4096 May 16 05:17 /workspace/src/examples
131080 4 -rw-r--r-- 1 root root 1325 May 16 05:17 /workspace/src/LICENSE.md
131086 4 drwxr-xr-x 2 root root 4096 May 16 05:17 /workspace/src/src
131131 4 -rw-r--r-- 1 root root 196 May 16 05:17 /workspace/src/reference.yaml
131309 4 drwxr-xr-x 6 root root 4096 May 16 05:17 /workspace/src/share
131226 4 drwxr-xr-x 8 root root 4096 May 16 05:17 /workspace/src/.git
131351 44 -rw-r--r-- 1 root root 44099 May 16 05:17 /workspace/src/Cargo.lock
RUN: Action finished OK
RUN: Action CargoFmt
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
RUN: Action finished OK
RUN: Action CargoClippy
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
Compiling subplot v0.12.0 (/workspace/src)
Compiling subplotlib v0.12.0 (/workspace/src/subplotlib)
Checking subplotlib-derive v0.12.0 (/workspace/src/subplotlib-derive)
Checking subplot-build v0.12.0 (/workspace/src/subplot-build)
Checking subplot-bin v0.12.0 (/workspace/src/bin)
Compiling subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
RUN: Action finished OK
RUN: Action Shell {
shell: "export DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\nsubplot docgen subplot.subplot -o subplot.html\nsubplot docgen book/user-guide.subplot -o book/user-guide.html\n\n./check --offline\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\nsubplot docgen subplot.subplot -o subplot.html\nsubplot docgen book/user-guide.subplot -o book/user-guide.html\n\n./check --offline\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n\n"]
cwd=/workspace/src (exists? true)
extra_env=[]
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cargo doc --workspace --no-deps
warning: output filename collision.
The bin target `subplot` in package `subplot-bin v0.12.0 (/workspace/src/bin)` has the same output filename as the lib target `subplot` in package `subplot v0.12.0 (/workspace/src)`.
Colliding filename is: /workspace/cache/doc/subplot/index.html
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
Compiling subplot v0.12.0 (/workspace/src)
Compiling subplotlib v0.12.0 (/workspace/src/subplotlib)
Documenting subplot v0.12.0 (/workspace/src)
Documenting subplotlib-derive v0.12.0 (/workspace/src/subplotlib-derive)
Documenting subplot-build v0.12.0 (/workspace/src/subplot-build)
Compiling subplotlib-derive v0.12.0 (/workspace/src/subplotlib-derive)
Documenting subplot-bin v0.12.0 (/workspace/src/bin)
error: "/workspace/cache/doc/subplot/html/struct.Element.html": No such file or directory (os error 2)
error: "/workspace/cache/doc/subplot/html/enum.ElementTag.html": No such file or directory (os error 2)
error: "/workspace/cache/doc/subplot/html/struct.Attribute.html": No such file or directory (os error 2)
error: "/workspace/cache/doc/subplot/html/enum.Content.html": No such file or directory (os error 2)
error: "/workspace/cache/doc/subplot/html/enum.Location.html": No such file or directory (os error 2)
error: "/workspace/cache/doc/subplot/html/enum.HtmlError.html": No such file or directory (os error 2)
error: couldn't generate documentation: I/O error
error: could not document `subplot`
warning: build failed, waiting for other jobs to finish...
ERROR: Action failed: command failed: ["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\nsubplot docgen subplot.subplot -o subplot.html\nsubplot docgen book/user-guide.subplot -o book/user-guide.html\n\n./check --offline\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n\n"]
ERROR: command failed: ["/bin/bash", "-c", "set -xeuo pipefail\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\nsubplot docgen subplot.subplot -o subplot.html\nsubplot docgen book/user-guide.subplot -o book/user-guide.html\n\n./check --offline\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n\n"]
EXIT CODE: 1
[2025-05-16T05:21:43Z INFO ambient] ambient ends successfully