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": "2e38d848af2367ce0591bbd1e3ac99136d3fc4b9",
"after": "2e38d848af2367ce0591bbd1e3ac99136d3fc4b9",
"branch": "main",
"commits": [
"2e38d848af2367ce0591bbd1e3ac99136d3fc4b9",
"e1ddc0f31684dcbc071747d4a6d74fa93ba54931"
]
}[2025-07-20T03:57:34Z 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 QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,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: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 2.8M 1 disk
vdc 254:32 0 3.2M 1 disk
vdd 254:48 0 9.3G 0 disk
vde 254:64 0 46.6G 0 disk
vdf 254:80 0 535.4M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-07-20 03:48 ./
-rw-r--r-- _rad/_rad 1462 2025-07-20 03:48 ./plan.yaml
-rwxr-xr-x _rad/_rad 2888312 2025-07-20 03:48 ./run-ci
INFO: Extracted files:
2514271 4 drwxr-xr-x 2 1001 1001 4096 Jul 20 03:48 .
2514273 2824 -rwxr-xr-x 1 1001 1001 2888312 Jul 20 03:48 ./run-ci
2514272 4 -rw-r--r-- 1 1001 1001 1462 Jul 20 03:48 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-07-20T03:50:18Z TRACE ambient_execute_plan] ambient-execute-plan starts
[2025-07-20T03:50:18Z DEBUG ambient_execute_plan] ambient-execute-plan starts
[2025-07-20T03:50:18Z INFO ambient_execute_plan] ambient-execute-plan starts
[2025-07-20T03:50:18Z WARN ambient_execute_plan] ambient-execute-plan starts
[2025-07-20T03:50:18Z ERROR ambient_execute_plan] 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"
./build-docs /workspace/artifacts
./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",
}
[2025-07-20T03:50:18Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
pathname: "/workspace",
}
RUN: Action finished OK
RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-07-20T03:50:18Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
pathname: "/workspace/artifacts",
}
RUN: Action finished OK
RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-07-20T03:50:18Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-07-20T03:50:18Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-07-20T03:50:18Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-07-20T03:50:18Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-07-20T03:50:18Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-07-20T03:50:57Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-07-20T03:50:57Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-07-20T03:50:57Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-07-20T03:54:27Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-07-20T03:54:27Z DEBUG ambient_ci::action] Plan::execute: Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
extra_env=[]
2621441 4 drwxr-xr-x 6 root root 4096 Jul 20 03:50 /workspace
2635915 4 drwxr-xr-x 6 root root 4096 Jun 10 13:51 /workspace/cache
2655548 4 -rw-r--r-- 1 root root 1034 Jul 19 03:31 /workspace/cache/.rustc_info.json
2635917 4 drwxr-xr-x 7 root root 4096 Jul 19 03:31 /workspace/cache/debug
2652799 4 -rw-r--r-- 1 root root 218 Jun 10 13:46 /workspace/cache/.rustdoc_fingerprint.json
2635916 4 drwxr-xr-x 2 root root 4096 Jun 10 13:44 /workspace/cache/tmp
2652800 4 drwxr-xr-x 7 root root 4096 Jul 19 03:31 /workspace/cache/release
2655549 4 drwxr-xr-x 11 root root 4096 Jun 11 09:15 /workspace/cache/doc
2621442 4 drwxr-xr-x 2 root root 4096 Jul 20 03:50 /workspace/artifacts
2621443 4 drwxr-xr-x 15 root root 4096 Jul 20 03:48 /workspace/src
2621482 4 -rw-r--r-- 1 root root 56 Jul 20 03:48 /workspace/src/flake8.ini
2621501 4 drwxr-xr-x 2 root root 4096 Jul 20 03:48 /workspace/src/book
2621513 4 -rw-r--r-- 1 root root 1292 Jul 20 03:48 /workspace/src/flake.nix
2621500 4 -rw-r--r-- 1 root root 1286 Jul 20 03:48 /workspace/src/reference.md
2621514 4 -rw-r--r-- 1 root root 136 Jul 20 03:48 /workspace/src/.gitignore
2621888 4 -rw-r--r-- 1 root root 3390 Jul 20 03:48 /workspace/src/RELEASE.md
2621588 4 drwxr-xr-x 8 root root 4096 Jul 20 03:48 /workspace/src/.git
2621505 4 -rw-r--r-- 1 root root 3761 Jul 20 03:48 /workspace/src/README.md
2621499 4 -rw-r--r-- 1 root root 196 Jul 20 03:48 /workspace/src/reference.yaml
2621889 8 -rw-r--r-- 1 root root 5183 Jul 20 03:48 /workspace/src/CONTRIBUTING.md
2621453 16 -rwxr-xr-x 1 root root 14124 Jul 20 03:48 /workspace/src/check
2621517 4 -rw-r--r-- 1 root root 284 Jul 20 03:48 /workspace/src/subplot.subplot
2621512 8 -rw-r--r-- 1 root root 5617 Jul 20 03:48 /workspace/src/build.rs
2621587 4 -rw-r--r-- 1 root root 667 Jul 20 03:48 /workspace/src/.gitlab-ci.yml
2621568 4 drwxr-xr-x 5 root root 4096 Jul 20 03:48 /workspace/src/examples
2621485 4 -rwxr-xr-x 1 root root 637 Jul 20 03:48 /workspace/src/stress
2621445 4 drwxr-xr-x 2 root root 4096 Jul 20 03:48 /workspace/src/.radicle
2621477 4 -rw-r--r-- 1 root root 2648 Jul 20 03:48 /workspace/src/subplot.yaml
2621850 4 -rwxr-xr-x 1 root root 1173 Jul 20 03:48 /workspace/src/build-docs
2621566 4 -rw-r--r-- 1 root root 295 Jul 20 03:48 /workspace/src/deny.toml
2621515 4 -rw-r--r-- 1 root root 1568 Jul 20 03:48 /workspace/src/Cargo.toml
2621504 96 -rw-r--r-- 1 root root 96047 Jul 20 03:48 /workspace/src/subplot.md
2621449 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/src/.gitlab
2621484 20 -rw-r--r-- 1 root root 19936 Jul 20 03:48 /workspace/src/NEWS.md
2621447 4 -rw-r--r-- 1 root root 1366 Jul 20 03:48 /workspace/src/DCO-1-1.txt
2621486 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/src/debian
2621454 4 drwxr-xr-x 2 root root 4096 Jul 20 03:48 /workspace/src/src
2621516 8 -rw-r--r-- 1 root root 6501 Jul 20 03:48 /workspace/src/DECISIONS.md
2621518 4 drwxr-xr-x 5 root root 4096 Jul 20 03:48 /workspace/src/subplotlib
2621551 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/src/tests
2621565 4 -rw-r--r-- 1 root root 273 Jul 20 03:48 /workspace/src/reference.subplot.disabled
2621483 4 -rw-r--r-- 1 root root 10 Jul 20 03:48 /workspace/src/.envrc
2621448 4 -rw-r--r-- 1 root root 1325 Jul 20 03:48 /workspace/src/LICENSE.md
2621506 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/src/subplotlib-derive
2621444 4 -rw-r--r-- 1 root root 3370 Jul 20 03:48 /workspace/src/subplot.py
2621478 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/src/subplot-build
2621890 44 -rw-r--r-- 1 root root 44081 Jul 20 03:48 /workspace/src/Cargo.lock
2621564 4 -rw-r--r-- 1 root root 689 Jul 20 03:48 /workspace/src/reference.py
2621476 4 -rwxr-xr-x 1 root root 489 Jul 20 03:48 /workspace/src/install-debian.sh
2621851 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/src/bin
2621887 4 -rw-r--r-- 1 root root 1385 Jul 20 03:48 /workspace/src/flake.lock
2621857 4 drwxr-xr-x 5 root root 4096 Jul 20 03:48 /workspace/src/share
2621567 4 -rwxr-xr-x 1 root root 1195 Jul 20 03:48 /workspace/src/stressgen
2621891 4 drwxr-xr-x 3 root root 4096 Jul 20 03:48 /workspace/deps
2621892 0 -rw-r--r-- 1 root root 0 Jun 28 04:11 /workspace/deps/.package-cache-mutate
2621895 4 drwxr-xr-x 5 root root 4096 Jun 7 11:14 /workspace/deps/registry
2621893 88 -rw-r--r-- 1 root root 90112 Jul 20 03:48 /workspace/deps/.global-cache
2621894 0 -rw-r--r-- 1 root root 0 Jun 7 11:14 /workspace/deps/.package-cache
RUN: Action finished OK
RUN: Action CargoFmt
[2025-07-20T03:54:27Z DEBUG ambient_ci::action] Plan::execute: 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
[2025-07-20T03:54:29Z DEBUG ambient_ci::action] Plan::execute: 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-bin v0.12.0 (/workspace/src/bin)
Checking subplot-build v0.12.0 (/workspace/src/subplot-build)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.36s
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\n./build-docs /workspace/artifacts\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",
}
[2025-07-20T03:54:43Z DEBUG ambient_ci::action] Plan::execute: 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\n./build-docs /workspace/artifacts\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\n./build-docs /workspace/artifacts\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
+ ./build-docs /workspace/artifacts
Compiling subplot v0.12.0 (/workspace/src)
Compiling subplot-bin v0.12.0 (/workspace/src/bin)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
subplot is /usr/bin/subplot
subplot is /bin/subplot
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: Subplot user guide
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: Subplot
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: Subplot website tutorial
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: Muck JSON storage server and API
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: **seq**(1) acceptance tests
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[31mERROR[0m binding file could not be found: lib/datadir.yaml
[31mERROR[0m caused by: No such file or directory (os error 2)
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: Acceptance criteria for the files Subplot library
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
title: Acceptance criteria for the lib/runcmd Subplot library
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
+ ./check --offline
Everything seems to be in order.
+ git reset --hard
HEAD is now at 2e38d84 Merge branch 'subplot_dir_error' into 'main'
+ git clean -fdx
Removing share/common/lib/files.md
Removing share/common/lib/runcmd.md
Removing share/python/lib/daemon.md
Removing share/rust/lib/datadir.md
Removing test-outputs/
+ git status --ignored
HEAD detached at 2e38d84
nothing to commit, working tree clean
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.12.0
++ date -u +%Y%m%dT%H%M%S
+ T=20250720T035557
+ version=0.12.0.ci20250720T035557-1
+ dch -v 0.12.0.ci20250720T035557-1 'CI build under Ambient.'
dch warning: Previous package version was Debian native whilst new version is not
+ dch -r ''
RUN: Action finished OK
RUN: Action Deb
[2025-07-20T03:55:58Z DEBUG ambient_ci::action] Plan::execute: Deb
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n "]
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")]
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=275
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=ce8c9e7267c44befa9c22a2147eb0b6f
SHLVL=2
JOURNAL_STREAM=8:1297
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.88.0 (873a06493 2025-05-10)
+ rustc --version
rustc 1.88.0 (6b00bc388 2025-06-23)
++ dpkg-parsechangelog -SSource
+ name=subplot
++ dpkg-parsechangelog -SVersion
+ version=0.12.0.ci20250720T035557-1
++ echo 0.12.0.ci20250720T035557-1
++ sed 's/-[^-]*$//'
+ uv=0.12.0.ci20250720T035557
++ dpkg --print-architecture
+ arch=amd64
+ orig=../subplot_0.12.0.ci20250720T035557.orig.tar.xz
+ deb=../subplot_0.12.0.ci20250720T035557-1_amd64.deb
+ changes=../subplot_0.12.0.ci20250720T035557-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package subplot
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.12.0.ci20250720T035557-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by Lars Wirzenius <liw@liw.fi>
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building subplot using existing ./subplot_0.12.0.ci20250720T035557.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building subplot in subplot_0.12.0.ci20250720T035557-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building subplot in subplot_0.12.0.ci20250720T035557-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo disabled: ./check
disabled: ./check
make[1]: Leaving directory '/workspace/src'
create-stamp debian/debhelper-build-stamp
[1;35m debian/rules binary
[0mdh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --path=bin --root=debian/subplot --offline --locked
Installing subplot-bin v0.12.0 (/workspace/src/bin)
Compiling subplot v0.12.0 (/workspace/src)
Compiling subplot-bin v0.12.0 (/workspace/src/bin)
Finished `release` profile [optimized] target(s) in 10.47s
Installing debian/subplot/bin/subplot
Installed package `subplot-bin v0.12.0 (/workspace/src/bin)` (executable `subplot`)
warning: be sure to add `debian/subplot/bin` to your PATH to be able to run the installed binaries
rm -f debian/subplot/.crates.toml
rm -f debian/subplot/.crates2.json
dh_lintian
make[1]: Leaving directory '/workspace/src'
dh_install
dh_installdocs
dh_installchangelogs
[1mdh_installchangelogs[0m: [1;33mwarning[0m: Could not parse timestamp '15 April 2022 15:00:00 +0100'. debian/changelog will not be trimmed.
[1mdh_installchangelogs[0m: [1;33mwarning[0m: debian/changelog could not be trimmed. The full changelog will be installed.
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_missing
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package subplot: substitution variable ${cargo:Built-Using} used, but is not defined
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Built-Using field of package subplot: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'subplot-dbgsym' in '../subplot-dbgsym_0.12.0.ci20250720T035557-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'subplot' in '../subplot_0.12.0.ci20250720T035557-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../subplot_0.12.0.ci20250720T035557-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../subplot_0.12.0.ci20250720T035557-1_amd64.changes
[0m[1mdpkg-genchanges: [0m[32minfo[0m: including full source code in upload
[1;35m dpkg-source --after-build .
[0m[1mdpkg-buildpackage: [0m[32minfo[0m: full upload (original source is included)
+ ls -l ..
total 2360
drwxr-xr-x 3 root root 4096 Jul 20 03:54 artifacts
drwxr-xr-x 6 root root 4096 Jun 10 13:51 cache
drwxr-xr-x 3 root root 4096 Jul 20 03:54 deps
drwxr-xr-x 15 root root 4096 Jul 20 03:55 src
-rw-r--r-- 1 root root 271104 Jul 20 03:56 subplot-dbgsym_0.12.0.ci20250720T035557-1_amd64.deb
-rw-r--r-- 1 root root 2384 Jul 20 03:55 subplot_0.12.0.ci20250720T035557-1.debian.tar.xz
-rw-r--r-- 1 root root 1018 Jul 20 03:55 subplot_0.12.0.ci20250720T035557-1.dsc
-rw-r--r-- 1 root root 10151 Jul 20 03:56 subplot_0.12.0.ci20250720T035557-1_amd64.buildinfo
-rw-r--r-- 1 root root 2388 Jul 20 03:56 subplot_0.12.0.ci20250720T035557-1_amd64.changes
-rw-r--r-- 1 root root 1948232 Jul 20 03:56 subplot_0.12.0.ci20250720T035557-1_amd64.deb
-rw-r--r-- 1 root root 150548 Jul 20 03:55 subplot_0.12.0.ci20250720T035557.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../subplot-dbgsym_0.12.0.ci20250720T035557-1_amd64.deb
drwxr-xr-x root/root 0 2025-07-20 03:55 ./
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/lib/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/lib/debug/.build-id/2f/
-rw-r--r-- root/root 1785488 2025-07-20 03:55 ./usr/lib/debug/.build-id/2f/76f81de42c44b165691a261c58785d23908c24.debug
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-07-20 03:55 ./usr/share/doc/subplot-dbgsym -> subplot
+ for x in ../*.deb
+ dpkg -c ../subplot_0.12.0.ci20250720T035557-1_amd64.deb
drwxr-xr-x root/root 0 2025-07-20 03:55 ./
drwxr-xr-x root/root 0 2025-07-20 03:55 ./bin/
-rwxr-xr-x root/root 8048048 2025-07-20 03:55 ./bin/subplot
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/doc/subplot/
-rw-r--r-- root/root 3761 2025-07-20 03:48 ./usr/share/doc/subplot/README.md
-rw-r--r-- root/root 631 2025-07-20 03:55 ./usr/share/doc/subplot/changelog.Debian.gz
-rw-r--r-- root/root 1394 2025-07-20 03:48 ./usr/share/doc/subplot/copyright
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 103 2025-07-20 03:48 ./usr/share/lintian/overrides/subplot
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/subplot/
drwxr-xr-x root/root 0 2025-07-20 03:48 ./usr/share/subplot/common/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/subplot/common/lib/
-rw-r--r-- root/root 9355 2025-07-20 03:48 ./usr/share/subplot/common/lib/files.yaml
-rw-r--r-- root/root 8470 2025-07-20 03:48 ./usr/share/subplot/common/lib/runcmd.yaml
drwxr-xr-x root/root 0 2025-07-20 03:48 ./usr/share/subplot/python/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/subplot/python/lib/
-rw-r--r-- root/root 10415 2025-07-20 03:48 ./usr/share/subplot/python/lib/daemon.py
-rw-r--r-- root/root 4434 2025-07-20 03:48 ./usr/share/subplot/python/lib/daemon.yaml
-rw-r--r-- root/root 7272 2025-07-20 03:48 ./usr/share/subplot/python/lib/files.py
-rw-r--r-- root/root 8657 2025-07-20 03:48 ./usr/share/subplot/python/lib/runcmd.py
drwxr-xr-x root/root 0 2025-07-20 03:48 ./usr/share/subplot/python/template/
-rw-r--r-- root/root 1275 2025-07-20 03:48 ./usr/share/subplot/python/template/asserts.py
-rw-r--r-- root/root 2457 2025-07-20 03:48 ./usr/share/subplot/python/template/context.py
-rw-r--r-- root/root 4611 2025-07-20 03:48 ./usr/share/subplot/python/template/context_tests.py
-rw-r--r-- root/root 201 2025-07-20 03:48 ./usr/share/subplot/python/template/encoding.py
-rw-r--r-- root/root 474 2025-07-20 03:48 ./usr/share/subplot/python/template/encoding_tests.py
-rw-r--r-- root/root 412 2025-07-20 03:48 ./usr/share/subplot/python/template/files.py
-rw-r--r-- root/root 4557 2025-07-20 03:48 ./usr/share/subplot/python/template/main.py
-rw-r--r-- root/root 2660 2025-07-20 03:48 ./usr/share/subplot/python/template/scenarios.py
-rw-r--r-- root/root 2529 2025-07-20 03:48 ./usr/share/subplot/python/template/template.py.tera
-rw-r--r-- root/root 137 2025-07-20 03:48 ./usr/share/subplot/python/template/template.yaml
drwxr-xr-x root/root 0 2025-07-20 03:48 ./usr/share/subplot/rust/
drwxr-xr-x root/root 0 2025-07-20 03:55 ./usr/share/subplot/rust/lib/
-rw-r--r-- root/root 788 2025-07-20 03:48 ./usr/share/subplot/rust/lib/datadir.yaml
drwxr-xr-x root/root 0 2025-07-20 03:48 ./usr/share/subplot/rust/template/
-rw-r--r-- root/root 1429 2025-07-20 03:48 ./usr/share/subplot/rust/template/macros.rs.tera
-rw-r--r-- root/root 1175 2025-07-20 03:48 ./usr/share/subplot/rust/template/template.rs.tera
-rw-r--r-- root/root 71 2025-07-20 03:48 ./usr/share/subplot/rust/template/template.yaml
-rw-r--r-- root/root 2103 2025-07-20 03:48 ./usr/share/subplot/subplot.css
+ mv ../subplot-dbgsym_0.12.0.ci20250720T035557-1_amd64.deb ../subplot_0.12.0.ci20250720T035557-1.debian.tar.xz ../subplot_0.12.0.ci20250720T035557-1.dsc ../subplot_0.12.0.ci20250720T035557-1_amd64.buildinfo ../subplot_0.12.0.ci20250720T035557-1_amd64.changes ../subplot_0.12.0.ci20250720T035557-1_amd64.deb ../subplot_0.12.0.ci20250720T035557.orig.tar.xz /workspace/artifacts
RUN: Action finished OK
RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-07-20T03:56:17Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-07-20T03:56:17Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-07-20T03:56:17Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-07-20T03:56:17Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-07-20T03:56:17Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-07-20T03:56:17Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
RUN: Action finished OK
RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-07-20T03:57:06Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-07-20T03:57:06Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
RUN: Action finished OK
ambient-execute-plan ends
EXIT CODE: 0
[2025-07-20T03:57:34Z INFO ambient] ambient ends successfully