Radicle repository id rad:zjxyd2A1A7FnxtC69qDfoAajfTHo
[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
sr0 11:0 1 370K 0 rom
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 6.1M 1 disk
vdc 254:32 0 3.4M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 637M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-11-29 12:15 ./
-rw-r--r-- _rad/_rad 1137 2025-11-29 12:15 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-11-29 12:15 ./run-ci
INFO: Extracted files:
1078530 4 drwxr-xr-x 2 1000 1000 4096 Nov 29 12:15 .
1078532 6248 -rwxr-xr-x 1 1000 1000 6394112 Nov 29 12:15 ./run-ci
1078531 4 -rw-r--r-- 1 1000 1000 1137 Nov 29 12:15 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-29T12:15:24Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 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: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
make OFFLINE="--offline"
cp -a doc/* /workspace/artifacts/.
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- action: deb
- action: shell
shell: |
find /workspace/artifacts
- 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
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-29T12:15:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-29T12:15:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-29T12:15:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:26Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:15:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:15:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:26Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-29T12:15:41Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-29T12:15:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:41Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-11-29T12:15:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-11-29T12:15:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-11-29T12:15:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:42Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-11-29T12:15:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-11-29T12:15:42Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Checking subplot-bin v0.13.0 (/workspace/src/bin)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Checking subplot-build v0.13.0 (/workspace/src/subplot-build)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
[2025-11-29T12:15:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:48Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2025-11-29T12:15:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2025-11-29T12:15:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n"]
cwd=/workspace/src (exists? true)
+ make OFFLINE=--offline
which cargo
/root/.cargo/bin/cargo
which dot
/usr/bin/dot
which plantuml
/usr/bin/plantuml
which python3
/usr/bin/python3
which rustc
/root/.cargo/bin/rustc
which rustfmt
/root/.cargo/bin/rustfmt
which tidy
/usr/bin/tidy
if which shellcheck; then shellcheck *.sh; fi
/usr/bin/shellcheck
if cargo clippy --version; then \
cargo clippy --locked --offline --workspace --all-targets -- -Dwarnings && \
cd examples/seq && cargo clippy --workspace --all-targets -- -Dwarnings; \
fi
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Checking subplot-bin v0.13.0 (/workspace/src/bin)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Checking subplot-build v0.13.0 (/workspace/src/subplot-build)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
Checking subplotlib v0.13.0 (/workspace/src/subplotlib)
Checking subplot v0.13.0 (/workspace/src)
Checking subplot-bin v0.13.0 (/workspace/src/bin)
Checking subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Checking subplot-build v0.13.0 (/workspace/src/subplot-build)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
rm -rf "/workspace/src/inst"
cargo install --locked --offline --path=bin --root="/workspace/src/inst" --debug
Installing subplot-bin v0.13.0 (/workspace/src/bin)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplot-bin v0.13.0 (/workspace/src/bin)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
Installing /workspace/src/inst/bin/subplot
Installed package `subplot-bin v0.13.0 (/workspace/src/bin)` (executable `subplot`)
warning: be sure to add `/workspace/src/inst/bin` to your PATH to be able to run the installed binaries
mv "/workspace/src/inst"/bin/* "/workspace/src/inst"
rm -rf "/workspace/src/inst"/.crate* "/workspace/src/inst"/bin
cd share/python/template && python3 context_tests.py
............................
----------------------------------------------------------------------
Ran 28 tests in 0.002s
OK
cd share/python/template && python3 encoding_tests.py
..
----------------------------------------------------------------------
Ran 2 tests in 0.000s
OK
env SUBPLOT_DIR="/workspace/src/inst" cargo test --workspace --
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Compiling subplot-build v0.13.0 (/workspace/src/subplot-build)
Compiling subplot-bin v0.13.0 (/workspace/src/bin)
Compiling subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `test` profile [unoptimized + debuginfo] target(s) in 5.02s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplot-6c903ba894a08d92)
running 108 tests
test bindings::test_binding::creates_new ... ok
test bindings::test_binding::does_not_match_with_wrong_kind ... ok
test bindings::test_binding::does_not_match_with_wrong_text ... ok
test bindings::test_binding::equal ... ok
test bindings::test_binding::match_with_fixed_pattern ... ok
test bindings::test_binding::case_sensitive_mismatch ... ok
test bindings::test_binding::not_equal ... ok
test bindings::test_bindings::add_from_yaml_notices_multiple_keywords ... ok
test bindings::test_bindings::adds_binding ... ok
test bindings::test_binding::match_with_regex ... ok
test bindings::test_bindings::does_not_find_match_for_unmatching_kind ... ok
test bindings::test_bindings::does_not_find_match_for_unmatching_pattern ... ok
test bindings::test_bindings::adds_from_yaml ... ok
test bindings::test_bindings::finds_match_for_fixed_string_pattern ... ok
test bindings::test_bindings::finds_match_for_regexp_pattern ... ok
test bindings::test_bindings::has_no_bindings_initially ... ok
test bindings::test_bindings::typemap_must_match_pattern ... ok
test bindings::test_bindings::two_matching_bindings ... ok
test bindings::test_regex_from_simple_pattern::returns_boring_pattern_as_is ... ok
test bindings::test_regex_from_simple_pattern::returns_empty_string_as_is ... ok
test bindings::test_regex_from_simple_pattern::kindless_simple_pattern ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_closing_brace ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_closing_brace_before_capture ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_opening_brace ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_opening_brace_before_capture ... ok
test bindings::test_regex_from_simple_pattern::returns_pattern_with_regexp_chars_escaped ... ok
test bindings::test_regex_from_simple_pattern::simple_int_pattern ... ok
test bindings::test_regex_from_simple_pattern::simple_text_pattern ... ok
test bindings::test_regex_from_simple_pattern::simple_number_pattern ... ok
test bindings::test_regex_from_simple_pattern::simple_word_pattern ... ok
test bindings::test_regex_from_simple_pattern::typemap_and_pattern_kind_must_match ... ok
test bindings::test_regex_from_simple_pattern::typemap_checked_on_pattern_parse_and_default_agrees ... ok
test bindings::test_regex_from_simple_pattern::typemap_updated_on_pattern_parse_default ... ok
test bindings::test_regex_from_simple_pattern::typemap_updated_on_pattern_parse_explicit ... ok
test bindings::test_regex_from_simple_pattern::typemap_used_when_kind_not_present ... ok
test blockattr::test::empty_braces ... ok
test bindings::test_regex_from_simple_pattern::simple_uint_pattern ... ok
test blockattr::test::empty_string ... ok
test blockattr::test::just_word ... ok
test blockattr::test::open_brace_without_close ... ok
test blockattr::test::parse_one_dotted_word ... ok
test blockattr::test::parse_one_id ... ok
test blockattr::test::parse_one_kv ... ok
test blockattr::test::parse_one_kv_with_double_quotes ... ok
test blockattr::test::parse_one_kv_with_single_quotes ... ok
test blockattr::test::parse_one_word ... ok
test blockattr::test::two_ids ... ok
test blockattr::test::two_words ... ok
test codegen::test::verify_commentsafe_filter ... ok
test codegen::test::verify_name_slugification ... ok
test html::test_tag::can_self_close ... ok
test html::test_tag::cannot_self_close ... ok
test matches::test::returns_text ... ok
test matches::test::returns_uncaptured ... ok
test matches::test_partial_steps::different_captured_texts_dont_match ... ok
test matches::test_partial_steps::different_uncaptured_texts_dont_match ... ok
test matches::test_partial_steps::differently_captured_texts_dont_match ... ok
test matches::test_partial_steps::differently_named_captured_texts_dont_match ... ok
test matches::test_partial_steps::identical_captured_texts_match ... ok
test matches::test_partial_steps::identical_uncaptured_texts_match ... ok
test md::test::finds_block_classes ... ok
test md::test::finds_embedded_files ... ok
test md::test::finds_images ... ok
test md::test::finds_no_blocks_in_empty_doc ... ok
test md::test::finds_no_classes_when_no_blocks_have_them ... ok
test md::test::finds_no_embedded_files_in_empty_doc ... ok
test md::test::finds_no_images_in_empty_doc ... ok
test md::test::finds_no_scenarios_in_empty_doc ... ok
test md::test::finds_scenarios ... ok
test md::test::loads_empty_doc ... ok
test md::test::parses_auto_as_auto ... ok
test md::test::parses_empty_as_error ... ok
test md::test::parses_garbage_as_error ... ok
test md::test::parses_no_as_no ... ok
test md::test::parses_no_auto_newline_as_auto ... ok
test md::test::parses_yes_as_yes ... ok
test md::test_extract::returns_error_if_scenario_has_no_title ... ok
test md::test_extract::returns_nothing_if_there_is_no_scenario ... ok
test md::test_extract::returns_parent_section_with_scenario_snippet ... ok
test md::test_extract::returns_scenario_if_there_is_one ... ok
test md::test_extract::skips_scenarioless_deeper_headings ... ok
test md::test_extract::skips_scenarioless_parent_heading ... ok
test md::test_extract::skips_scenarioless_section_in_favour_of_same_level ... ok
test metadata::test::full_meta ... ok
test scenarios::filtertest::exclude_slow ... ok
test scenarios::filtertest::exclude_unimportant_slow ... ok
test scenarios::filtertest::include_all ... ok
test scenarios::filtertest::include_fast ... ok
test scenarios::filtertest::include_none ... ok
test scenarios::test::adds_step ... ok
test scenarios::test::has_no_steps_initially ... ok
test scenarios::test::has_title ... ok
test steps::test::fails_to_parse_and ... ok
test steps::test::parses_and ... ok
test steps::test::parses_given ... ok
test steps::test::parses_given_with_extra_spaces ... ok
test steps::test::parses_then ... ok
test steps::test::parses_when ... ok
test steps::test_steps_parser::empty_string ... ok
test steps::test_steps_parser::preserve_nonascii_whitespace ... ok
test steps::test_steps_parser::simple ... ok
test steps::test_steps_parser::two_simple ... ok
test templatespec::test::new_from_yaml ... ok
test toc::test_numberer::numbering ... ok
test toc::test_slugs::short_and_simple ... ok
test toc::test_slugs::unique_for_identical_simple_headings ... ok
test toc::test_toc::iterate ... ok
test toc::test_toc::uses_given_slug ... ok
test result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
Running tests/bindings-ubm.rs (/workspace/cache/debug/deps/bindings_ubm-f97f5d27fd0e3048)
running 1 test
test bindings_microbenchmark ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s
Running unittests src/subplot.rs (/workspace/cache/debug/deps/subplot-19950e9ce64e8db2)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplot_build-b00d2a6e79076362)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/seq.rs (/workspace/cache/debug/deps/seq-25363e2ccd0d9a88)
running 4 tests
test no_arguments ... ok
test more_than_one_number ... ok
test not_a_number ... ok
test one_number ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplotlib-270f0f6544b615da)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/files.rs (/workspace/cache/debug/deps/files-0d5c4f5773cfaa88)
running 7 tests
test create_on_disk_files_from_embedded_files ... ok
test file_and_directory_removal ... ok
test directories ... ok
test file_equality ... ok
test file_contents ... ok
test file_modification_time ... ok
test file_metadata ... ok
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
Running tests/runcmd.rs (/workspace/cache/debug/deps/runcmd-c81bcd387f1b92df)
running 21 tests
test check_stderr_doesn_t_match_regular_expressions ... ok
test check_stderr_doesn_t_contain_sub_string ... ok
test check_stderr_is_exactly_as_wanted ... ok
test check_stderr_is_not_exactly_something ... ok
test check_stderr_using_regular_expressions ... ok
test check_stderr_using_sub_string_search ... ok
test check_stdout_doesn_t_contain_sub_string ... ok
test check_stdout_doesn_t_match_regular_expression ... ok
test check_stdout_is_exactly_as_wanted ... ok
test check_stdout_is_not_exactly_something ... ok
test check_stdout_using_regular_expressions ... ok
test check_stdout_using_sub_string_search ... ok
test check_we_can_prepend_to__path ... ok
test execution_in_a_sub_directory_does_not_affect_home ... ok
test failed_execution ... ok
test failed_execution_in_a_sub_directory ... ok
test stdin_comes_from_a_named_file ... ok
test stdin_contains_exactly ... ok
test setting_and_clearing_of_environment_variables ... ok
test successful_execution ... ok
test successful_execution_in_a_sub_directory ... ok
test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
Running tests/subplot-codegen.rs (/workspace/cache/debug/deps/subplot_codegen-a0e10ce86a6a04c9)
running 29 tests
test capture_using_regular_expressions ... ok
test all_the_keywords ... ok
test cleanup_functions_get_called_on_failure__python_ ... ok
test capture_using_simple_patterns ... ok
test code_generator_gives_an_error_if_input_document_lacks_title ... ok
test embedded_file_name_didn_t_match ... ok
test cleanup_functions_gets_called_on_success__python_ ... ok
test examples_are_not_files ... ok
test empty_lines_in_scenarios ... ok
test files_not_in_current_working_directory ... ok
test missing_functions_file ... ok
test misuse_of_continuation_keywords ... ok
test lowest_level_heading_is_name_of_scenario ... ok
test next_heading_at_higher_level_starts_new_scenario ... ok
test no_scenarios_means_codegen_fails ... ok
test no_template_means_you_can_docgen_but_not_codegen ... ok
test next_heading_at_same_level_starts_new_scenario ... ok
test recall_values_for_use_in_later_steps ... ok
test running_only_chosen_scenarios_with_python ... ok
test simple_patterns_with_regex_metacharacters__allowed_case ... ok
test simple_patterns_with_regex_metacharacters__forbidden_case ... ok
test set_environment_variables_in_generated_test_programs ... ok
test steps_which_do_not_case_sensitively_match_sensitive_bindings_do_not_work ... ok
test smoke_test ... ok
test steps_which_do_not_match_bindings_do_not_work ... ok
test steps_which_match_more_than_one_binding_do_not_work ... ok
test subplot_accepts_title_and_headings_with_inline_markup ... ok
test subheadings_don_t_start_new_scenario ... ok
test temporary_files_in_scenarios_in_python ... ok
test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
Running tests/subplot-diagrams.rs (/workspace/cache/debug/deps/subplot_diagrams-59f53c0c24c040a4)
running 4 tests
test pikchr ... ok
test dot ... ok
test roadmap ... ok
test plantuml ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
Running tests/subplot-docgen.rs (/workspace/cache/debug/deps/subplot_docgen-00d342020a171237)
running 30 tests
test attempt_to_use_definition_list ... ok
test bad__add_newline__value ... ok
test bindings_file_strictness___given_when_then ... ok
test bindings_file_strictness___unknown_field ... ok
test class_name_validation ... ok
test date_given_in_metadata ... ok
test css_urls ... ok
test date_given_on_command_line ... ok
test document_generator_gives_an_error_if_input_document_lacks_title ... ok
test embedded_css ... ok
test dot ... ok
test examples_may_be_unused ... ok
test extract_embedded_file ... ok
test fail_if_embedded_file_isn_t_used ... ok
test fail_if_two_filenames_only_differ_in_case ... ok
test files_not_in_current_working_directory ... ok
test empty_lines_in_scenarios ... ok
test missing_bindings_file ... ok
test indented_scenario_steps_are_not_allowed ... ok
test multiple_markdown_files ... ok
test no_date_anywhere ... ok
test no_template_means_you_can_docgen_but_not_codegen ... ok
test named_code_blocks_must_have_an_appropriate_class ... ok
test pikchr ... ok
test roadmap ... ok
test scenario_before_the_first_heading ... ok
test smoke_test ... ok
test subplot_accepts_title_and_headings_with_inline_markup ... ok
test title_markup ... ok
test plantuml ... ok
test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
Running tests/subplot-extract.rs (/workspace/cache/debug/deps/subplot_extract-65e43a8202b22372)
running 1 test
test extract_embedded_files ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/subplot-metadata.rs (/workspace/cache/debug/deps/subplot_metadata-895f79199a0aca0d)
running 5 tests
test duplicate_scenario_titles ... ok
test extracting_metadata_from_a_document ... ok
test list_embedded_files ... ok
test scenario_titles ... ok
test files_not_in_current_working_directory ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
Running tests/subplot-others.rs (/workspace/cache/debug/deps/subplot_others-15dd64ca147db2af)
running 68 tests
test attempt_to_use_definition_list ... ok
test bad__add_newline__value ... ok
test bindings_file_strictness___given_when_then ... ok
test bindings_file_strictness___unknown_field ... ok
test all_the_keywords ... ok
test capture_using_regular_expressions ... ok
test class_name_validation ... ok
test capture_using_simple_patterns ... ok
test cleanup_functions_get_called_on_failure__python_ ... ok
test code_generator_gives_an_error_if_input_document_lacks_title ... ok
test css_urls ... ok
test date_given_in_metadata ... ok
test date_given_on_command_line ... ok
test document_generator_gives_an_error_if_input_document_lacks_title ... ok
test cleanup_functions_gets_called_on_success__python_ ... ok
test dot ... ok
test duplicate_scenario_titles ... ok
test embedded_file_name_didn_t_match ... ok
test embedded_css ... ok
test examples_are_not_files ... ok
test examples_may_be_unused ... ok
test extract_embedded_file ... ok
test extract_embedded_file__automatically_add_missing_newline ... ok
test extract_embedded_file__by_default_add_missing_newline ... ok
test extract_embedded_file__by_default_do_not_add_a_second_newline ... ok
test extract_embedded_file__do_not_add_missing_newline ... ok
test extract_embedded_file__do_not_automatically_add_second_newline ... ok
test extract_embedded_file__explicitly_add_missing_newline ... ok
test extract_embedded_file__explicitly_add_second_newline ... ok
test extract_embedded_files ... ok
test extracting_metadata_from_a_document ... ok
test fail_if_embedded_file_isn_t_used ... ok
test fail_if_the_same_filename_is_used_twice ... ok
test fail_if_two_filenames_only_differ_in_case ... ok
test empty_lines_in_scenarios ... ok
test indented_scenario_steps_are_not_allowed ... ok
test list_embedded_files ... ok
test files_not_in_current_working_directory ... ok
test missing_bindings_file ... ok
test missing_functions_file ... ok
test lowest_level_heading_is_name_of_scenario ... ok
test misuse_of_continuation_keywords ... ok
test multiple_markdown_files ... ok
test named_code_blocks_must_have_an_appropriate_class ... ok
test next_heading_at_higher_level_starts_new_scenario ... ok
test no_date_anywhere ... ok
test no_scenarios_means_codegen_fails ... ok
test no_template_means_you_can_docgen_but_not_codegen ... ok
test next_heading_at_same_level_starts_new_scenario ... ok
test pikchr ... ok
test recall_values_for_use_in_later_steps ... ok
test roadmap ... ok
test running_only_chosen_scenarios_with_python ... ok
test scenario_before_the_first_heading ... ok
test scenario_titles ... ok
test set_environment_variables_in_generated_test_programs ... ok
test simple_patterns_with_regex_metacharacters__allowed_case ... ok
test simple_patterns_with_regex_metacharacters__forbidden_case ... ok
test smoke_test ... ok
test steps_which_do_not_case_sensitively_match_sensitive_bindings_do_not_work ... ok
test steps_which_do_not_match_bindings_do_not_work ... ok
test steps_which_match_more_than_one_binding_do_not_work ... ok
test subheadings_don_t_start_new_scenario ... ok
test subplot_accepts_title_and_headings_with_inline_markup ... ok
test temporary_files_in_scenarios_in_python ... ok
test title_markup ... ok
test use_embedded_file ... ok
test plantuml ... ok
test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s
Running tests/subplotlib.rs (/workspace/cache/debug/deps/subplotlib-4d9bb3e1574654c4)
running 3 tests
test embedded_files ... ok
test data_directory ... ok
test fundamentals ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplotlib_derive-8da11c14d2b9701b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests subplot
running 6 tests
test src/bindings.rs - bindings::BindingImpl::cleanup (line 163) ... ignored
test src/bindings.rs - bindings::BindingImpl::function (line 151) ... ignored
test src/bindings.rs - bindings::BindingImpl::new (line 137) ... ignored
test src/diagrams.rs - diagrams::PikchrMarkup (line 116) ... ok
test src/diagrams.rs - diagrams::DotMarkup (line 149) ... ok
test src/diagrams.rs - diagrams::PlantumlMarkup (line 198) ... ok
test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.18s
Doc-tests subplot_build
running 1 test
test subplot-build/src/lib.rs - codegen (line 27) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
Doc-tests subplotlib
running 73 tests
test subplotlib/src/file.rs - file::SubplotDataFile (line 20) ... ok
test subplotlib/src/file.rs - file::SubplotDataFile::data (line 120) ... ok
test subplotlib/src/file.rs - file::SubplotDataFile::name (line 105) ... ok
test subplotlib/src/file.rs - file::SubplotDataFile::new (line 76) ... ok
test subplotlib/src/prelude.rs - prelude (line 6) ... ok
test subplotlib/src/prelude.rs - prelude::step (line 100) ... ok
test subplotlib/src/prelude.rs - prelude::step (line 73) ... ok
test subplotlib/src/prelude.rs - prelude::throws (line 26) ... ok
test subplotlib/src/prelude.rs - prelude::throws (line 39) ... ok
test subplotlib/src/scenario.rs - scenario::Scenario (line 305) ... ok
test subplotlib/src/step.rs - step::ScenarioStep (line 24) ... ok
test subplotlib/src/steplibrary/datadir.rs - steplibrary::datadir::datadir_has_enough_space::call (line 160) ... ignored
test subplotlib/src/steplibrary/datadir.rs - steplibrary::datadir::datadir_has_enough_space_megabytes::call (line 171) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::_create_from_embedded_with_other_name_executable::call (line 129) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_executable_from_embedded::call (line 93) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_executable_from_embedded_with_other_name::call (line 111) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_from_embedded::call (line 56) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_from_embedded_with_other_name::call (line 70) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_from_text::call (line 220) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_and_embedded_file_do_not_match::call (line 469) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_and_embedded_file_match::call (line 443) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_contains::call (line 341) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_do_not_match::call (line 417) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_does_not_exist::call (line 296) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_doesnt_contain::call (line 357) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_exists::call (line 276) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_match::call (line 390) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_matches_regex::call (line 374) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::has_different_metadata::call (line 544) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::has_remembered_metadata::call (line 505) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::make_directory::call (line 609) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::mtime_is_ancient::call (line 593) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::mtime_is_recent::call (line 577) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::only_these_exist::call (line 322) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_does_not_exist::call (line 659) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_exists::call (line 642) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_is_empty::call (line 678) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_is_not_empty::call (line 696) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remember_metadata::call (line 231) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remove_directory::call (line 619) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remove_empty_directory::call (line 630) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remove_file::call (line 181) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::touch::call (line 255) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::touch_with_timestamp::call (line 193) ... ignored
test subplotlib/src/steplibrary.rs - steplibrary (line 10) ... ok
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is::call (line 403) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is_nonzero::call (line 442) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is_not::call (line 419) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is_zero::call (line 431) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::helper_script::call (line 227) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::helper_srcdir_path::call (line 241) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::run::call (line 254) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::run_in::call (line 271) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::set_environment_variable::call (line 677) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_contains::call (line 594) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_doesnt_contain::call (line 607) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_doesnt_match_regex::call (line 663) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_is::call (line 542) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_isnt::call (line 555) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_matches_regex::call (line 649) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdin_from_file::call (line 480) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdin_is::call (line 502) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_contains::call (line 568) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_doesnt_contain::call (line 581) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_doesnt_match_regex::call (line 635) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_is::call (line 516) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_isnt::call (line 529) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_matches_regex::call (line 621) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::try_to_run::call (line 285) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::try_to_run_in::call (line 298) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::unset_environment_variable::call (line 691) ... ignored
test subplotlib/src/utils.rs - utils::base64_decode (line 9) ... ok
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::Runcmd::join_paths (line 155) ... ok
test result: ok. 14 passed; 0 failed; 59 ignored; 0 measured; 0 filtered out; finished in 1.14s
Doc-tests subplotlib_derive
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
/workspace/src/inst/subplot --resources /workspace/src/share codegen subplot.subplot -o test.py --template python
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
rm -f test.log
python3 test.py --log test.log --env SUBPLOT_DIR=/workspace/src/inst
srcdir /workspace/src
datadir /tmp/tmpdueeofeb
scenario: Extract embedded file, do not automatically add second newline
step 1: given file auto-has-newline.txt
step 2: then auto-has-newline.txt ends in one newline
scenario: Code generator gives an error if input document lacks title
step 1: given file notitle.subplot
step 2: given file notitle.md
step 3: given an installed subplot
step 4: when I try to run subplot codegen --run notitle.subplot -o test.py
step 5: then command fails
cleanup 3: given an installed subplot
scenario: Empty lines in scenarios
step 1: given file emptylines.subplot
step 2: given file emptylines.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot docgen emptylines.subplot -o emptylines.html
step 7: then file emptylines.html exists
step 8: when I run subplot codegen --run emptylines.subplot -o test.py
step 9: then scenario "Simple" was run
step 10: then step "given precondition foo" was run
step 11: then step "when I do bar" was run
step 12: then step "then bar was done" was run
step 13: then command is successful
cleanup 5: given an installed subplot
scenario: Multiple markdown files
step 1: given file multimd.subplot
step 2: given file md1.md
step 3: given file md2.md
step 4: given an installed subplot
step 5: when I run subplot docgen multimd.subplot -o multimd.html
step 6: when I run cat multimd.html
step 7: then file multimd.html exists
step 8: then file multimd.html contains "<title>The Fabulous Title</title>"
step 9: then file multimd.html contains "First markdown file."
step 10: then file multimd.html contains "Second markdown file."
cleanup 4: given an installed subplot
scenario: Bindings file strictness - unknown field
step 1: given file badbindingsuf.subplot
step 2: given file badbindingsuf.md
step 3: given file badbindingsuf.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen --output ignored.html badbindingsuf.subplot
step 6: then command fails
step 7: then stderr contains "Unknown field `function`"
cleanup 4: given an installed subplot
scenario: Steps which match more than one binding do not work
step 1: given file twobindings.subplot
step 2: given file twobindings.md
step 3: given file twobindings.yaml
step 4: given file a_function.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run twobindings.subplot -o test.py
step 7: then command fails
step 8: then stderr contains "xyzzy"
step 9: then stderr contains "plugh"
cleanup 5: given an installed subplot
scenario: Named code blocks must have an appropriate class
step 1: given file named-code-blocks-appropriate.subplot
step 2: given file named-code-blocks-appropriate.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen named-code-blocks-appropriate.subplot -o foo.html
step 6: then command fails
step 7: then stderr contains "#example-1 at named-code-blocks-appropriate.md:7:1"
step 8: then stderr doesn't contain "example-2"
step 9: then stderr doesn't contain "example-3"
cleanup 4: given an installed subplot
scenario: Scenario before the first heading
step 1: given an installed subplot
step 2: given file scenario-before-heading.subplot
step 3: given file scenario-before-heading.md
step 4: when I try to run subplot docgen scenario-before-heading.subplot -o /dev/null
step 5: then command fails
step 6: then stderr contains "ERROR scenario-before-heading.md:1:1: first scenario is before first heading"
cleanup 1: given an installed subplot
scenario: Extract embedded file, explicitly add missing newline
step 1: given file add-without-newline.txt
step 2: then add-without-newline.txt ends in one newline
scenario: No template means you can docgen but not codegen
step 1: given file notemplate.subplot
step 2: given file notemplate.md
step 3: given an installed subplot
step 4: when I run subplot docgen notemplate.subplot -o notemplate.html
step 5: then file notemplate.html exists
step 6: when I try to run subplot codegen notemplate.subplot -o test.py
step 7: then command fails
step 8: then stderr contains "document has no template"
cleanup 3: given an installed subplot
scenario: Title markup
step 1: given file title-markup.subplot
step 2: given file title-markup.md
step 3: given an installed subplot
step 4: when I run subplot docgen title-markup.subplot -o foo.html
step 5: then file foo.html exists
cleanup 3: given an installed subplot
scenario: Fail if the same filename is used twice
step 1: given file onefiletwice.md
step 2: given an installed subplot
step 3: when I try to run subplot docgen onefiletwice.md -o onefiletwice.html
step 4: then command fails
step 5: then file onefiletwice.html does not exist
cleanup 2: given an installed subplot
scenario: Dot
step 1: given file dot.subplot
step 2: given file dot.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen dot.subplot -o dot.html
step 6: then file dot.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 4: given an installed subplot
scenario: Attempt to use definition list
step 1: given an installed subplot
step 2: given file dl.subplot
step 3: given file dl.md
step 4: when I try to run subplot docgen dl.subplot -o /dev/null
step 5: then command fails
step 6: then stderr contains "ERROR dl.md:3:1: attempt to use definition lists in Markdown"
cleanup 1: given an installed subplot
scenario: Missing bindings file
step 1: given file missing-binding.subplot
step 2: given file missing-binding.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen missing-binding.subplot -o foo.html
step 5: then command fails
step 6: then stderr contains "could not be found"
step 7: then stderr contains "missing-binding.yaml"
cleanup 3: given an installed subplot
scenario: Embedded file name didn't match
step 1: given file badfilename.subplot
step 2: given file badfilename.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run badfilename.md -o test.py
step 7: then command fails
cleanup 5: given an installed subplot
scenario: Set environment variables in generated test programs
step 1: given file env.subplot
step 2: given file env.md
step 3: given file env.yaml
step 4: given file env.py
step 5: given an installed subplot
step 6: when I run subplot codegen env.subplot -o test.py
step 7: when I try to run python3 test.py
step 8: then command fails
step 9: when I try to run python3 test.py --env FOO=foo
step 10: then command fails
step 11: when I try to run python3 test.py --env FOO=bar
step 12: then command is successful
cleanup 5: given an installed subplot
scenario: Examples are not files
step 1: given file examplesnotfiles.subplot
step 2: given file examplesnotfiles.md
step 3: given an installed subplot
step 4: when I try to run subplot codegen examplesnotfiles.subplot -t python -o examplesnotfiles.html
step 5: then command fails
step 6: then file examplesnotfiles.html does not exist
step 7: then stderr contains "thisisanexample.txt"
cleanup 3: given an installed subplot
scenario: Capture using simple patterns
step 1: given file simplepattern.subplot
step 2: given file simplepattern.md
step 3: given file simplepattern.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run simplepattern.subplot -o test.py
step 7: then scenario "Simple pattern" was run
step 8: then step "given I am Tomjon" was run
step 9: then stdout contains "function got argument name as Tomjon"
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: Capture using regular expressions
step 1: given file regex.subplot
step 2: given file regex.md
step 3: given file regex.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run regex.subplot -o test.py
step 7: then scenario "Regex" was run
step 8: then step "given I am Tomjon" was run
step 9: then stdout contains "function got argument name as Tomjon"
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: CSS URLs
step 1: given file css-urls.subplot
step 2: given file css-urls.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen css-urls.subplot -o foo.html
step 6: then file foo.html contains "https://example.com/flushing.css"
cleanup 4: given an installed subplot
scenario: Temporary files in scenarios in Python
step 1: given file tmpdir.subplot
step 2: given file tmpdir.md
step 3: given file tmpdir.yaml
step 4: given file tmpdir.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run tmpdir.subplot -o test.py
step 7: then command is successful
step 8: then scenario "TMPDIR" was run
step 9: then step "then TMPDIR is set" was run
cleanup 5: given an installed subplot
scenario: Extract embedded files
step 1: given file embedded-file.subplot
step 2: given file embedded-file.md
step 3: given file expected.txt
step 4: given an installed subplot
step 5: when I run subplot extract --merciful embedded-file.subplot foo.txt -d .
step 6: then files foo.txt and expected.txt match
cleanup 4: given an installed subplot
scenario: List embedded files
step 1: given file two-embedded.subplot
step 2: given file two-embedded.md
step 3: given an installed subplot
step 4: when I run subplot metadata --merciful two-embedded.subplot
step 5: then stdout contains "foo.txt"
step 6: then stdout contains "bar.yaml"
cleanup 3: given an installed subplot
scenario: Missing functions file
step 1: given file missing-functions.subplot
step 2: given file missing-functions.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I try to run subplot codegen --run missing-functions.subplot -o foo.py
step 6: then command fails
step 7: then stderr contains "could not be found"
step 8: then stderr contains "missing-functions.py"
cleanup 4: given an installed subplot
scenario: Duplicate scenario titles
step 1: given file duplicate-scenario-titles.subplot
step 2: given file duplicate-scenario-titles.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot metadata duplicate-scenario-titles.subplot
step 7: then command fails
step 8: then stderr contains "duplicate"
cleanup 5: given an installed subplot
scenario: Extract embedded file, by default add missing newline
step 1: given file default-without-newline.txt
step 2: then default-without-newline.txt ends in one newline
scenario: Indented scenario steps are not allowed
step 1: given file indented-step.subplot
step 2: given file indented-step.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen indented-step.subplot -o foo.html
step 6: then command fails
step 7: then stderr contains "indented"
cleanup 4: given an installed subplot
scenario: No date anywhere
step 1: given file dateless.subplot
step 2: given file dateless.md
step 3: given file dateless.md has modification time 2020-02-26 07:53:17
step 4: given an installed subplot
step 5: when I run subplot docgen dateless.subplot -o mtime.html
step 6: then file mtime.html exists
step 7: then file mtime.html contains "<title>The Fabulous Title</title>"
step 8: then file mtime.html contains "Alfred Pennyworth"
step 9: then file mtime.html contains "Geoffrey Butler"
step 10: then file mtime.html contains "2020-02-26 07:53"
cleanup 4: given an installed subplot
scenario: Bindings file strictness - given when then
step 1: given file badbindingsgwt.subplot
step 2: given file badbindingsgwt.md
step 3: given file badbindingsgwt.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen --output ignored.html badbindingsgwt.subplot
step 6: then command fails
step 7: then stderr contains "binding has more than one keyword"
cleanup 4: given an installed subplot
scenario: PlantUML
step 1: given file plantuml.subplot
step 2: given file plantuml.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen plantuml.subplot -o plantuml.html
step 6: then file plantuml.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 4: given an installed subplot
scenario: Extract embedded file
step 1: given file embedded.subplot
step 2: given file embedded.md
step 3: given an installed subplot
step 4: when I run subplot docgen --merciful embedded.subplot -o foo.html
step 5: then file foo.html exists
step 6: then file foo.html matches regex /embedded\\.txt/
cleanup 3: given an installed subplot
scenario: Scenario titles
step 1: given file scenario-titles.subplot
step 2: given file scenario-titles.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot metadata scenario-titles.subplot
step 7: then stdout contains "My fun scenario title"
cleanup 5: given an installed subplot
scenario: Extract embedded file, do not add missing newline
step 1: given file no-adding-without-newline.txt
step 2: then no-adding-without-newline.txt does not end in a newline
scenario: Fail if two filenames only differ in case
step 1: given file casediff.md
step 2: given an installed subplot
step 3: when I try to run subplot docgen casediff.md -o casediff.html
step 4: then command fails
step 5: then file casediff.html does not exist
cleanup 2: given an installed subplot
scenario: Smoke test
step 1: given file simple.subplot
step 2: given file simple.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot docgen simple.subplot -o simple.html
step 7: then file simple.html exists
step 8: when I run subplot codegen --run simple.subplot -o test.py
step 9: then scenario "Simple" was run
step 10: then step "given precondition foo" was run
step 11: then step "when I do bar" was run
step 12: then step "then bar was done" was run
step 13: then command is successful
cleanup 5: given an installed subplot
scenario: Use embedded file
step 1: given file numbered-lines.txt
step 2: given file not-numbered-lines.txt
scenario: Cleanup functions gets called on success (Python)
step 1: given file cleanup-success-python.subplot
step 2: given file cleanup-success-python.md
step 3: given file cleanup.yaml
step 4: given file cleanup.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run cleanup-success-python.subplot -o test.py
step 7: then scenario "Cleanup" was run
step 8: then step "given foo" was run, and then step "given bar"
step 9: then cleanup for "given bar" was run, and then for "given foo"
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: Document generator gives an error if input document lacks title
step 1: given file notitle.subplot
step 2: given file notitle.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen notitle.subplot -o foo.md
step 5: then command fails
cleanup 3: given an installed subplot
scenario: Examples may be unused
step 1: given file unusedexample.subplot
step 2: given file unusedexample.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen --merciful unusedexample.subplot -o unusedexample.html
step 5: then command is successful
step 6: then file unusedexample.html exists
step 7: then stderr doesn't contain "thisisnotused.txt"
cleanup 3: given an installed subplot
scenario: Extract embedded file, explicitly add second newline
step 1: given file add-has-newline.txt
step 2: then add-has-newline.txt ends in two newlines
scenario: Date given in metadata
step 1: given file metadate.subplot
step 2: given file metadate.md
step 3: given an installed subplot
step 4: when I run subplot docgen metadate.subplot -o metadate.html
step 5: when I run cat metadate.html
step 6: then file metadate.html exists
step 7: then file metadate.html contains "<title>The Fabulous Title</title>"
step 8: then file metadate.html contains "Alfred Pennyworth"
step 9: then file metadate.html contains "Geoffrey Butler"
step 10: then file metadate.html contains "WIP"
cleanup 3: given an installed subplot
scenario: Misuse of continuation keywords
step 1: given file continuationmisuse.subplot
step 2: given file continuationmisuse.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run continuationmisuse.subplot -o test.py
step 7: then command fails
cleanup 5: given an installed subplot
scenario: Simple patterns with regex metacharacters: allowed case
step 1: given file confusedbutok.subplot
step 2: given file confusedbutok.md
step 3: given file confusedbutok.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run confusedbutok.subplot -o test.py
step 7: then command is successful
cleanup 5: given an installed subplot
scenario: Pikchr
step 1: given file pikchr.subplot
step 2: given file pikchr.md
step 3: given an installed subplot
step 4: when I run subplot docgen pikchr.subplot -o pikchr.html
step 5: then file pikchr.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 3: given an installed subplot
scenario: Cleanup functions get called on failure (Python)
step 1: given file cleanup-fail-python.subplot
step 2: given file cleanup-fail-python.md
step 3: given file cleanup.yaml
step 4: given file cleanup.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run cleanup-fail-python.subplot -o test.py
step 7: then scenario "Cleanup" was run
step 8: then step "given foo" was run, and then step "given bar"
step 9: then cleanup for "given bar" was run, and then for "given foo"
step 10: then cleanup for "given failure" was not run
step 11: then command fails
cleanup 5: given an installed subplot
scenario: Steps which do not match bindings do not work
step 1: given file nobinding.subplot
step 2: given file nobinding.md
step 3: given file badbindings.yaml
step 4: given an installed subplot
step 5: when I try to run subplot codegen --run nobinding.subplot -o test.py
step 6: then command fails
cleanup 4: given an installed subplot
scenario: Subplot accepts title and headings with inline markup
step 1: given file fancytitle.subplot
step 2: given file fancytitle.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot docgen fancytitle.subplot -o foo.md
step 7: then command is successful
step 8: when I try to run subplot codegen fancytitle.subplot -o foo.md
step 9: then command is successful
cleanup 5: given an installed subplot
scenario: Subheadings don't start new scenario
step 1: given file subisnotnewscenario.subplot
step 2: given file subisnotnewscenario.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run subisnotnewscenario.subplot -o test.py
step 7: then scenario "heading 1.1a" was run
step 8: then command is successful
cleanup 5: given an installed subplot
scenario: Next heading at same level starts new scenario
step 1: given file samelevelisnewscenario.subplot
step 2: given file samelevelisnewscenario.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run samelevelisnewscenario.subplot -o test.py
step 7: then scenario "heading 1.1.1" was run
step 8: then scenario "heading 1.1.2" was run
step 9: then command is successful
cleanup 5: given an installed subplot
scenario: Fail if embedded file isn't used
step 1: given file unusedfile.subplot
step 2: given file unusedfile.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen --merciful unusedfile.subplot -o unusedfile.html
step 5: then command is successful
step 6: then file unusedfile.html exists
step 7: then stderr contains "thisisnotused.txt"
cleanup 3: given an installed subplot
scenario: Extract embedded file, automatically add missing newline
step 1: given file auto-without-newline.txt
step 2: then auto-without-newline.txt ends in one newline
scenario: Extract embedded file, by default do not add a second newline
step 1: given file default-has-newline.txt
step 2: then default-has-newline.txt ends in one newline
scenario: Next heading at higher level starts new scenario
step 1: given file higherisnewscenario.subplot
step 2: given file higherisnewscenario.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run higherisnewscenario.subplot -o test.py
step 7: then scenario "heading 1.1.1" was run
step 8: then scenario "heading 1.2" was run
step 9: then command is successful
cleanup 5: given an installed subplot
scenario: Roadmap
step 1: given file roadmap.subplot
step 2: given file roadmap.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen roadmap.subplot -o roadmap.html
step 6: then file roadmap.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 4: given an installed subplot
scenario: Running only chosen scenarios with Python
step 1: given file twoscenarios-python.subplot
step 2: given file twoscenarios-python.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen twoscenarios-python.subplot -o test.py
step 7: when I run python3 test.py on
step 8: then scenario "One" was run
step 9: then scenario "Two" was not run
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: Lowest level heading is name of scenario
step 1: given file scenarioislowest.subplot
step 2: given file scenarioislowest.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run scenarioislowest.subplot -o test.py
step 7: then scenario "heading 1.1.1" was run
step 8: then command is successful
cleanup 5: given an installed subplot
scenario: Files not in current working directory
step 1: given file x/simple.subplot from simple.subplot
step 2: given file x/simple.md from simple.md
step 3: given file x/b.yaml from b.yaml
step 4: given file x/f.py from f.py
step 5: given an installed subplot
step 6: when I run subplot metadata x/simple.subplot
step 7: then command is successful
step 8: when I run subplot codegen x/simple.subplot -o test.py
step 9: then file test.py exists
step 10: when I run subplot docgen x/simple.subplot -o simple.html
step 11: then file simple.html exists
cleanup 5: given an installed subplot
scenario: Extracting metadata from a document
step 1: given file images.subplot
step 2: given file images.md
step 3: given file b.yaml
step 4: given file other.yaml
step 5: given file f.py
step 6: given file other.py
step 7: given file expected.json
step 8: given an installed subplot
step 9: when I run subplot metadata images.subplot
step 10: then stdout contains "source: images.md"
step 11: then stdout contains "source: b.yaml"
step 12: then stdout contains "source: other.yaml"
step 13: then stdout contains "source: f.py"
step 14: then stdout contains "source: other.py"
step 15: then stdout contains "source: image.gif"
step 16: then stdout contains "bindings: b.yaml"
step 17: then stdout contains "bindings: other.yaml"
step 18: then stdout contains "functions[python]: f.py"
step 19: when I run subplot metadata images.subplot -o json
step 20: then JSON output matches expected.json
cleanup 8: given an installed subplot
scenario: Date given on command line
step 1: given file dateless.subplot
step 2: given file dateless.md
step 3: given an installed subplot
step 4: when I run subplot docgen dateless.subplot -o dateoption.html --date=FANCYDATE
step 5: then file dateoption.html exists
step 6: then file dateoption.html contains "<title>The Fabulous Title</title>"
step 7: then file dateoption.html contains "Alfred Pennyworth"
step 8: then file dateoption.html contains "Geoffrey Butler"
step 9: then file dateoption.html contains "FANCYDATE"
cleanup 3: given an installed subplot
scenario: Recall values for use in later steps
step 1: given file values.subplot
step 2: given file values.md
step 3: given file values.yaml
step 4: given file values.py
step 5: given an installed subplot
step 6: when I run subplot codegen values.subplot -o test.py
step 7: when I run python3 test.py
step 8: then command is successful
cleanup 5: given an installed subplot
scenario: Bad "add-newline" value
step 1: given an installed subplot
step 2: given file add-newline.subplot
step 3: given file add-newline.md
step 4: when I try to run subplot docgen add-newline.subplot -o /dev/null
step 5: then command fails
step 6: then stderr contains "ERROR add-newline.md:1:1: value of add-newline attribute is not understood: xyzzy"
cleanup 1: given an installed subplot
scenario: Class name validation
step 1: given file unknown-class-name.subplot
step 2: given file unknown-class-name.md
step 3: given file known-class-name.subplot
step 4: given file known-class-name.md
step 5: given file b.yaml
step 6: given an installed subplot
step 7: when I try to run subplot docgen unknown-class-name.subplot -o unknown-class-name.html
step 8: then command fails
step 9: then file unknown-class-name.html does not exist
step 10: then stderr contains "Unknown classes found in the document: foobar"
step 11: when I run subplot docgen known-class-name.subplot -o known-class-name.html
step 12: then file known-class-name.html exists
cleanup 6: given an installed subplot
scenario: Steps which do not case-sensitively match sensitive bindings do not work
step 1: given file casemismatch.subplot
step 2: given file casemismatch.md
step 3: given file badbindings.yaml
step 4: given an installed subplot
step 5: when I try to run subplot codegen --run casemismatch.subplot -o test.py
step 6: then command fails
cleanup 4: given an installed subplot
scenario: Simple patterns with regex metacharacters: forbidden case
step 1: given file confusedpattern.subplot
step 2: given file confusedpattern.md
step 3: given file confusedpattern.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run confusedpattern.subplot -o test.py
step 7: then command fails
step 8: then stderr contains "simple pattern contains regex"
cleanup 5: given an installed subplot
scenario: All the keywords
step 1: given file allkeywords.subplot
step 2: given file allkeywords.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run allkeywords.subplot -o test.py
step 7: then scenario "All keywords" was run
step 8: then step "given precondition foo" was run
step 9: then step "when I do bar" was run
step 10: then step "then bar was done" was run
step 11: then command is successful
cleanup 5: given an installed subplot
scenario: No scenarios means codegen fails
step 1: given file noscenarios.subplot
step 2: given file noscenarios.md
step 3: given an installed subplot
step 4: when I try to run subplot codegen noscenarios.subplot -o test.py
step 5: then command fails
step 6: then stderr contains "no scenarios were found"
cleanup 3: given an installed subplot
scenario: Embedded CSS
step 1: given file embedded-css.subplot
step 2: given file embedded-css.md
step 3: given file embedded-css.css
step 4: given file b.yaml
step 5: given an installed subplot
step 6: when I run subplot docgen embedded-css.subplot -o foo.html
step 7: then file foo.html contains "silly: property;"
cleanup 5: given an installed subplot
OK, all scenarios finished successfully
cd examples/muck && /workspace/src/inst/subplot --resources /workspace/src/share codegen muck.subplot --run --output test.py
[32m INFO[0m Starting Subplot
srcdir /workspace/src/examples/muck
datadir /tmp/tmpqxu8ecta
scenario: Basic object handling
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then response code is 201
step 5: then header Muck-Id is ID
step 6: then header Muck-Revision is REV1
step 7: when I do GET /res with Muck-Id: {ID}
step 8: then response code is 200
step 9: then header Muck-Revision matches {REV1}
step 10: then body matches {"foo": "bar"}
step 11: when I do PUT /res with Muck-Id: {ID}, Muck-Revision: {REV1}, and body {"foo":"yo"}
step 12: then response code is 200
step 13: then header Muck-Revision is {REV2}
step 14: then revisions {REV1} and {REV2} are different
step 15: when I do PUT /res with Muck-Id: {ID}, Muck-Revision: {REV1}, and body {"foo":"yo"}
step 16: then response code is 409
step 17: when I do GET /res with Muck-Id: {ID}
step 18: then response code is 200
step 19: then header Muck-Revision matches {REV2}
step 20: then body matches {"foo": "yo"}
step 21: when I do DELETE /res with Muck-Id: {ID}
step 22: then response code is 200
step 23: when I do GET /res with Muck-Id: {ID}
step 24: then response code is 404
scenario: Deleting someone else's data
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: given I am Verence
step 7: when I do DELETE /res with Muck-Id: {ID}
step 8: then response code is 404
scenario: Accessing someone else's data
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: when I do GET /res with Muck-Id: {ID}
step 7: then response code is 200
step 8: then header Muck-Revision matches {REV1}
step 9: then body matches {"foo": "bar"}
step 10: given I am Verence
step 11: when I do GET /res with Muck-Id: {ID}
step 12: then response code is 404
scenario: Updating someone else's data
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: given I am Verence
step 7: when I do PUT /res with Muck-Id: {ID}, Muck-Revision: {REV1}, and body {"foo":"yo"}
step 8: then response code is 404
scenario: Restarting Muck
step 1: given a fresh Muck server
step 2: given I am Tomjon, with super capability
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: when I restart Muck
step 7: when I do GET /res with Muck-Id: {ID}
step 8: then response code is 200
step 9: then header Muck-Revision matches {REV1}
step 10: then body matches {"foo": "bar"}
OK, all scenarios finished successfully
[32m INFO[0m Subplot finished successfully
if [ "--offline" = "" ] ; then \
cd examples/website && \
/workspace/src/inst/subplot --resources /workspace/src/share codegen website.subplot --run --output test.py; \
fi
cd examples/seq && cargo test --
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.40s
Running tests/seq.rs (/workspace/cache/debug/deps/seq-4598d7435515260d)
running 4 tests
test no_arguments ... ok
test more_than_one_number ... ok
test not_a_number ... ok
test one_number ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
/workspace/src/inst/subplot --resources /workspace/src/share docgen subplot.subplot -o subplot.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
/workspace/src/inst/subplot --resources /workspace/src/share docgen tests/subplots/common/files.subplot -o tests/subplots/common/files.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
/workspace/src/inst/subplot --resources /workspace/src/share docgen tests/subplots/common/runcmd.subplot -o tests/subplots/common/runcmd.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
cd examples/muck && /workspace/src/inst/subplot --resources /workspace/src/share/subplot docgen muck.subplot -o muck.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
cd examples/website && /workspace/src/inst/subplot --resources /workspace/src/share docgen website.subplot -o website.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
cd examples/seq && /workspace/src/inst/subplot --resources /workspace/src/share docgen seq.subplot -o seq.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
/workspace/src/inst/subplot --resources /workspace/src/share libdocgen lib/runcmd.yaml --output /workspace/src/inst/runcmd.md
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
if which pandoc>/dev/null; then pandoc --toc --standalone --self-contained --metadata "title=lib/runcmd" --output /workspace/src/inst/runcmd.html /workspace/src/inst/runcmd.md; fi
/workspace/src/inst/subplot --resources /workspace/src/share libdocgen lib/files.yaml --output /workspace/src/inst/files.md
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
if which pandoc>/dev/null; then pandoc --toc --standalone --self-contained --metadata "title=lib/files" --output /workspace/src/inst/files.html /workspace/src/inst/files.md; fi
/workspace/src/inst/subplot --resources /workspace/src/share libdocgen python/lib/daemon.yaml --output /workspace/src/inst/daemon.md
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
if which pandoc>/dev/null; then pandoc --toc --standalone --self-contained --metadata "title=lib/daemon" --output /workspace/src/inst/daemon.html /workspace/src/inst/daemon.md; fi
/workspace/src/inst/subplot --resources /workspace/src/share docgen book/user-guide.subplot --output book/user-guide.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
mkdir -p doc/libdocs
for x in subplot.html tests/subplots/common/*.html examples/*/*.html book/*.html; do if [ -e "$x" ]; then mv "$x" doc; fi; done
for x in /workspace/src/inst/*.html; do if [ -e "$x" ]; then mv "$x" doc/libdocs/; fi; done
+ cp -a doc/files.html doc/libdocs doc/muck.html doc/runcmd.html doc/seq.html doc/subplot.html doc/user-guide.html doc/website.html /workspace/artifacts/.
+ git reset --hard
HEAD is now at 7af08da Merge branch 'success-step' into 'main'
+ git clean -fdx
Removing doc/
Removing examples/muck/test.py
Removing inst/
Removing share/python/template/__pycache__/
Removing test.log
Removing test.py
+ git status --ignored
HEAD detached at 7af08da
nothing to commit, working tree clean
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 7af08da Merge branch 'success-step' into 'main'
custom action "dch" exit code Some(0)
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ 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=311
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=9ddb1ba9f3dc4e1384459774b82dfebb
SHLVL=2
JOURNAL_STREAM=8:12968
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.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=subplot
++ dpkg-parsechangelog -SVersion
+ version=0.13.0.ci20251129T121616-1
++ echo 0.13.0.ci20251129T121616-1
++ sed 's/-[^-]*$//'
+ uv=0.13.0.ci20251129T121616
++ dpkg --print-architecture
+ arch=amd64
+ orig=../subplot_0.13.0.ci20251129T121616.orig.tar.xz
+ deb=../subplot_0.13.0.ci20251129T121616-1_amd64.deb
+ changes=../subplot_0.13.0.ci20251129T121616-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package subplot
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.13.0.ci20251129T121616-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_auto_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.13.0.ci20251129T121616.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building subplot in subplot_0.13.0.ci20251129T121616-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building subplot in subplot_0.13.0.ci20251129T121616-1.dsc
[1;35m debian/rules build
[0mdh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
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
disabled
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.13.0 (/workspace/src/bin)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplot-bin v0.13.0 (/workspace/src/bin)
Finished `release` profile [optimized] target(s) in 11.58s
Installing debian/subplot/bin/subplot
Installed package `subplot-bin v0.13.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.13.0.ci20251129T121616-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'subplot' in '../subplot_0.13.0.ci20251129T121616-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../subplot_0.13.0.ci20251129T121616-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 2352
drwxr-xr-x 3 root root 4096 Nov 29 12:16 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 06:01 cache
drwxr-xr-x 3 root root 4096 Nov 29 12:15 deps
drwxr-xr-x 16 root root 4096 Nov 29 12:16 src
-rw-r--r-- 1 root root 239928 Nov 29 12:16 subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb
-rw-r--r-- 1 root root 2384 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1.debian.tar.xz
-rw-r--r-- 1 root root 1018 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1.dsc
-rw-r--r-- 1 root root 10186 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo
-rw-r--r-- 1 root root 2392 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1_amd64.changes
-rw-r--r-- 1 root root 1973872 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1_amd64.deb
-rw-r--r-- 1 root root 149788 Nov 29 12:16 subplot_0.13.0.ci20251129T121616.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb
drwxr-xr-x root/root 0 2025-11-29 12:16 ./
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/debug/.build-id/dc/
-rw-r--r-- root/root 1857648 2025-11-29 12:16 ./usr/lib/debug/.build-id/dc/f20c42050e44fd870863d9652e1e08abe83863.debug
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-11-29 12:16 ./usr/share/doc/subplot-dbgsym -> subplot
+ for x in ../*.deb
+ dpkg -c ../subplot_0.13.0.ci20251129T121616-1_amd64.deb
drwxr-xr-x root/root 0 2025-11-29 12:16 ./
drwxr-xr-x root/root 0 2025-11-29 12:16 ./bin/
-rwxr-xr-x root/root 8125176 2025-11-29 12:16 ./bin/subplot
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/doc/subplot/
-rw-r--r-- root/root 3623 2025-11-29 12:15 ./usr/share/doc/subplot/README.md
-rw-r--r-- root/root 651 2025-11-29 12:16 ./usr/share/doc/subplot/changelog.Debian.gz
-rw-r--r-- root/root 1394 2025-11-29 12:15 ./usr/share/doc/subplot/copyright
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 103 2025-11-29 12:15 ./usr/share/lintian/overrides/subplot
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/subplot/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/common/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/common/lib/
-rw-r--r-- root/root 10532 2025-11-29 12:15 ./usr/share/subplot/common/lib/files.yaml
-rw-r--r-- root/root 8784 2025-11-29 12:15 ./usr/share/subplot/common/lib/runcmd.yaml
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/python/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/python/lib/
-rw-r--r-- root/root 10415 2025-11-29 12:15 ./usr/share/subplot/python/lib/daemon.py
-rw-r--r-- root/root 4434 2025-11-29 12:15 ./usr/share/subplot/python/lib/daemon.yaml
-rw-r--r-- root/root 8048 2025-11-29 12:15 ./usr/share/subplot/python/lib/files.py
-rw-r--r-- root/root 8657 2025-11-29 12:15 ./usr/share/subplot/python/lib/runcmd.py
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/subplot/python/template/
-rw-r--r-- root/root 1275 2025-11-29 12:15 ./usr/share/subplot/python/template/asserts.py
-rw-r--r-- root/root 2457 2025-11-29 12:15 ./usr/share/subplot/python/template/context.py
-rw-r--r-- root/root 4611 2025-11-29 12:15 ./usr/share/subplot/python/template/context_tests.py
-rw-r--r-- root/root 201 2025-11-29 12:15 ./usr/share/subplot/python/template/encoding.py
-rw-r--r-- root/root 474 2025-11-29 12:15 ./usr/share/subplot/python/template/encoding_tests.py
-rw-r--r-- root/root 412 2025-11-29 12:15 ./usr/share/subplot/python/template/files.py
-rw-r--r-- root/root 4557 2025-11-29 12:15 ./usr/share/subplot/python/template/main.py
-rw-r--r-- root/root 2785 2025-11-29 12:15 ./usr/share/subplot/python/template/scenarios.py
-rw-r--r-- root/root 2565 2025-11-29 12:15 ./usr/share/subplot/python/template/template.py.tera
-rw-r--r-- root/root 137 2025-11-29 12:15 ./usr/share/subplot/python/template/template.yaml
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/rust/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/rust/lib/
-rw-r--r-- root/root 788 2025-11-29 12:15 ./usr/share/subplot/rust/lib/datadir.yaml
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/rust/template/
-rw-r--r-- root/root 1449 2025-11-29 12:15 ./usr/share/subplot/rust/template/macros.rs.tera
-rw-r--r-- root/root 1213 2025-11-29 12:15 ./usr/share/subplot/rust/template/template.rs.tera
-rw-r--r-- root/root 71 2025-11-29 12:15 ./usr/share/subplot/rust/template/template.yaml
-rw-r--r-- root/root 2103 2025-11-29 12:15 ./usr/share/subplot/subplot.css
+ mv ../subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb ../subplot_0.13.0.ci20251129T121616-1.debian.tar.xz ../subplot_0.13.0.ci20251129T121616-1.dsc ../subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo ../subplot_0.13.0.ci20251129T121616-1_amd64.changes ../subplot_0.13.0.ci20251129T121616-1_amd64.deb ../subplot_0.13.0.ci20251129T121616.orig.tar.xz /workspace/artifacts
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "find /workspace/artifacts\n",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "find /workspace/artifacts\n",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nfind /workspace/artifacts\n\n"]
cwd=/workspace/src (exists? true)
+ find /workspace/artifacts
/workspace/artifacts
/workspace/artifacts/files.html
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1_amd64.changes
/workspace/artifacts/subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1_amd64.deb
/workspace/artifacts/subplot_0.13.0.ci20251129T121616.orig.tar.xz
/workspace/artifacts/seq.html
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1.dsc
/workspace/artifacts/website.html
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1.debian.tar.xz
/workspace/artifacts/subplot.html
/workspace/artifacts/user-guide.html
/workspace/artifacts/runcmd.html
/workspace/artifacts/muck.html
/workspace/artifacts/libdocs
/workspace/artifacts/libdocs/files.html
/workspace/artifacts/libdocs/daemon.html
/workspace/artifacts/libdocs/runcmd.html
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-29T12:16:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-29T12:16:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"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",
"did:key:z6MkkMqyfkMdn8p1LF7LbjjEPJmZGksr3cdpsvFdxKWUVfNZ"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "7af08da1598e3a0ac46e3078dfd7472e828cff5c",
"after": "7af08da1598e3a0ac46e3078dfd7472e828cff5c",
"branch": "main",
"commits": [
"7af08da1598e3a0ac46e3078dfd7472e828cff5c",
"ece26d0bb7e49c938c6f18f40c337690367f52c6",
"7d0c034cbb121a34a37f64b91010445ac820386a",
"f29d6034a6cd69c5c639b40556d53141d6e214cc"
]
}[2025-11-29T12:15:11Z INFO ambient] ambient starts
[2025-11-29T12:15:11Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-11-29T12:15:11Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-11-29T12:15:11Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/meta.yaml
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] latest commit: "f29d6034a6cd69c5c639b40556d53141d6e214cc"
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] is a git repository
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] git repository is clean
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] current (HEAD) commit: 7af08da1598e3a0ac46e3078dfd7472e828cff5c
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] no dry run requested
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] forced run requested
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] run? true
[2025-11-29T12:15:11Z INFO ambient_ci::run] project rad:zjxyd2A1A7FnxtC69qDfoAajfTHo: running CI
[2025-11-29T12:15:11Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-29T12:15:11Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-11-29T12:15:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-11-29T12:15:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/cache",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/dependencies",
},
source_dir: "/tmp/.tmpY3r2oH/src",
deps_dir: "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpY3r2oH/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpY3r2oH/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpY3r2oH/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpY3r2oH/src => /tmp/.tmpy8RVWi
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/python wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/python/daemon.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common/runcmd_test.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common/runcmd_test.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/tests/subplots/common/runcmd_test.rs => /tmp/.tmpy8RVWi/tests/subplots/common/runcmd_test.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common/runcmd.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common/runcmd.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common/files.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/subplots/common/files.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/tests/bindings-ubm.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/tests/bindings-ubm.rs => /tmp/.tmpy8RVWi/tests/bindings-ubm.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplotlib.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplotlib.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplotlib.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-others.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-others.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplot-others.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-metadata.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-metadata.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplot-metadata.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-extract.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-extract.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplot-extract.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-docgen.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-docgen.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplot-docgen.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-diagrams.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-diagrams.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplot-diagrams.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-codegen.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/subplot-codegen.rs => /tmp/.tmpy8RVWi/subplotlib/tests/subplot-codegen.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/runcmd.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/runcmd.rs => /tmp/.tmpy8RVWi/subplotlib/tests/runcmd.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/tests/files.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/tests/files.rs => /tmp/.tmpy8RVWi/subplotlib/tests/files.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/subplotlib.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/subplotlib.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/subplotlib.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/subplot-rust-support.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/subplot-rust-support.rs => /tmp/.tmpy8RVWi/subplotlib/subplot-rust-support.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/utils.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/utils.rs => /tmp/.tmpy8RVWi/subplotlib/src/utils.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/types.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/types.rs => /tmp/.tmpy8RVWi/subplotlib/src/types.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary/runcmd.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary/runcmd.rs => /tmp/.tmpy8RVWi/subplotlib/src/steplibrary/runcmd.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary/files.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary/files.rs => /tmp/.tmpy8RVWi/subplotlib/src/steplibrary/files.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary/datadir.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary/datadir.rs => /tmp/.tmpy8RVWi/subplotlib/src/steplibrary/datadir.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/steplibrary.rs => /tmp/.tmpy8RVWi/subplotlib/src/steplibrary.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/step.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/step.rs => /tmp/.tmpy8RVWi/subplotlib/src/step.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/scenario.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/scenario.rs => /tmp/.tmpy8RVWi/subplotlib/src/scenario.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/prelude.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/prelude.rs => /tmp/.tmpy8RVWi/subplotlib/src/prelude.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/lib.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/lib.rs => /tmp/.tmpy8RVWi/subplotlib/src/lib.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/src/file.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/src/file.rs => /tmp/.tmpy8RVWi/subplotlib/src/file.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/helpers wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/helpers/subplotlib_impl.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/helpers/subplotlib_impl.rs => /tmp/.tmpy8RVWi/subplotlib/helpers/subplotlib_impl.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/helpers/subplotlib_context.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/helpers/subplotlib_context.rs => /tmp/.tmpy8RVWi/subplotlib/helpers/subplotlib_context.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/build.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/build.rs => /tmp/.tmpy8RVWi/subplotlib/build.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib/Cargo.toml wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib/Cargo.toml => /tmp/.tmpy8RVWi/subplotlib/Cargo.toml
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib-derive wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib-derive/src wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib-derive/src/step.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib-derive/src/step.rs => /tmp/.tmpy8RVWi/subplotlib-derive/src/step.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib-derive/src/lib.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib-derive/src/lib.rs => /tmp/.tmpy8RVWi/subplotlib-derive/src/lib.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib-derive/src/codegen.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib-derive/src/codegen.rs => /tmp/.tmpy8RVWi/subplotlib-derive/src/codegen.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplotlib-derive/Cargo.toml wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplotlib-derive/Cargo.toml => /tmp/.tmpy8RVWi/subplotlib-derive/Cargo.toml
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot-build wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot-build/src wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot-build/src/lib.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplot-build/src/lib.rs => /tmp/.tmpy8RVWi/subplot-build/src/lib.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/subplot-build/Cargo.toml wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/subplot-build/Cargo.toml => /tmp/.tmpy8RVWi/subplot-build/Cargo.toml
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/typeset.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/typeset.rs => /tmp/.tmpy8RVWi/src/typeset.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/toc.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/toc.rs => /tmp/.tmpy8RVWi/src/toc.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/templatespec.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/templatespec.rs => /tmp/.tmpy8RVWi/src/templatespec.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/style.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/style.rs => /tmp/.tmpy8RVWi/src/style.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/steps.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/steps.rs => /tmp/.tmpy8RVWi/src/steps.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/scenarios.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/scenarios.rs => /tmp/.tmpy8RVWi/src/scenarios.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/resource.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/resource.rs => /tmp/.tmpy8RVWi/src/resource.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/policy.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/policy.rs => /tmp/.tmpy8RVWi/src/policy.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/metadata.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/metadata.rs => /tmp/.tmpy8RVWi/src/metadata.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/mdparse.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/mdparse.rs => /tmp/.tmpy8RVWi/src/mdparse.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/md.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/md.rs => /tmp/.tmpy8RVWi/src/md.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/matches.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/matches.rs => /tmp/.tmpy8RVWi/src/matches.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/lib.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/lib.rs => /tmp/.tmpy8RVWi/src/lib.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/html.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/html.rs => /tmp/.tmpy8RVWi/src/html.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/error.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/error.rs => /tmp/.tmpy8RVWi/src/error.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/embedded.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/embedded.rs => /tmp/.tmpy8RVWi/src/embedded.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/doc.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/doc.rs => /tmp/.tmpy8RVWi/src/doc.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/diagrams.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/diagrams.rs => /tmp/.tmpy8RVWi/src/diagrams.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/codegen.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/codegen.rs => /tmp/.tmpy8RVWi/src/codegen.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/blockattr.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/blockattr.rs => /tmp/.tmpy8RVWi/src/blockattr.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/src/bindings.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/src/bindings.rs => /tmp/.tmpy8RVWi/src/bindings.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/subplot.css wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust/template wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust/template/template.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust/template/template.rs.tera wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust/template/macros.rs.tera wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust/lib wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/rust/lib/datadir.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/template.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/template.py.tera wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/scenarios.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/main.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/files.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/encoding_tests.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/encoding.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/context_tests.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/context.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/template/asserts.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/lib wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/lib/runcmd.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/lib/files.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/lib/daemon.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/python/lib/daemon.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/common wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/common/lib wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/common/lib/runcmd.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/share/common/lib/files.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/reference.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/reference.subplot.disabled wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/reference.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/reference.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/install-debian.sh wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/flake8.ini wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/flake.nix wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/flake.lock wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/website wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/website/website.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/website/website.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/website/website.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/website/website.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/tests wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/tests/seq.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/examples/seq/tests/seq.rs => /tmp/.tmpy8RVWi/examples/seq/tests/seq.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/seq.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/seq.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/seq-extras.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/seq-extras.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/examples/seq/seq-extras.rs => /tmp/.tmpy8RVWi/examples/seq/seq-extras.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/seq/Cargo.toml wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/examples/seq/Cargo.toml => /tmp/.tmpy8RVWi/examples/seq/Cargo.toml
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/muck wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/muck/muck.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/muck/muck.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/muck/muck.py wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/examples/muck/muck.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/deny.toml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/subplot.lintian-overrides wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/subplot.install wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/subplot.docs wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/source wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/source/lintian-overrides wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/source/format wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/rules wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/copyright wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/control wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/compat wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/changelog wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/debian/cargo-checksum.json wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/build.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/build.rs => /tmp/.tmpy8RVWi/build.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/book wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/book/user-guide.subplot wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/book/user-guide.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/bin wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/bin/src wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/bin/src/subplot.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/bin/src/subplot.rs => /tmp/.tmpy8RVWi/bin/src/subplot.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/bin/src/cli wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/bin/src/cli/mod.rs wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/bin/src/cli/mod.rs => /tmp/.tmpy8RVWi/bin/src/cli/mod.rs
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/bin/Cargo.toml wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/bin/Cargo.toml => /tmp/.tmpy8RVWi/bin/Cargo.toml
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/RELEASE.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/README.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/NEWS.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/Makefile wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/LICENSE.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/DECISIONS.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/DCO-1-1.txt wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/Cargo.toml wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/Cargo.toml => /tmp/.tmpy8RVWi/Cargo.toml
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/Cargo.lock wanted=true
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpY3r2oH/src/Cargo.lock => /tmp/.tmpy8RVWi/Cargo.lock
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/CONTRIBUTING.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.radicle wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.radicle/ambient.yaml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.gitlab wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.gitlab/issue_templates wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.gitlab/issue_templates/Feature Request.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.gitlab/issue_templates/Bug.md wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.gitlab-ci.yml wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.gitignore wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.envrc wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.ambient wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.ambient/dch wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/index wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/HEAD wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/config wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/HEAD wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/refs wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/refs/heads wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/refs/heads/main wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/refs/remotes wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/packed-refs wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs/remotes wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs/remotes/origin wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs/tags wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs/heads wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/refs/heads/main wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/56 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/56/d2fd7b6e7efef7975ad4caaac99efc66bc5d87 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/9f wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/9f/dbcc88316c2450995934d748a2734615cf3469 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/a8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/a8/fab1fe3c8631a942dbefabd0cffc0815928cf1 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/a8/4d39d349cb6660882c1d37d87c02e06d010c18 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1b wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1b/c8b5b7a813d10b778b34d6a2f63a421f18fb3e wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d7 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d7/388fb0e97e99aa802a70d6be946ddf9506d9a4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f4/407ecd88ede3a80642b625f42c2c6da60fbe98 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6e wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6e/067dcdcad50ad2404a2992e81d85c63f2abd3e wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c9 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c9/d99ac1b476d1ecc3489eeb86b9fbccbdc6422c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/5f wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/5f/6cfedd3999ba61e4780bf7c84c44260286b49a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/5f/c6b01f5325875fa77dc9cba55e4446c1e41493 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/30 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/30/b7f5168356144218923c29b399f06b560d0ad0 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/30/b078ef5cdef1f5f4a30dab086cd5dac2db8079 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/e4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/e4/ee974682d7d05e1faf33ab73bf9e8ba21c38f4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/06 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/06/cb3cfc332bf9285b1e123246e6bcb8013e3a1a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f7 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f7/dcfc02b8068184da6e941c3460e63431d3b480 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f7/31d01cc153cabfb9de49b48ecd79f1d1a2b072 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/51 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/51/2256d9fea6d0ad5e6ec024466b48e758570a87 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/51/33097ffc85a3e4dd91a922a3b2e4a78718add8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/e3 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/e3/1eacdb94e2f9d9c9af6c7ea07855ae1aa7a7f7 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/86 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/86/0b3e9147a9561e2da0487369b84cde22033133 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/85 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/85/b11a18621ed58365bd8340d5851c84bb664d66 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/66 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/66/e99e4c1ca9410e39188a3c2a9ba11ea4a005b2 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/ea wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/ea/2fd2ea39757109dd678b2d6e1c8c7b8b39641c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/74 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/74/4584288fb4b7d4c02acb98b43eddb3a62f9d17 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/7c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/7c/695ed7e96985ba8334a2b36b9868cbb97ec5d8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/8c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/8c/4f7ed7593d793d47392467c5fe2dd114c6377f wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/57 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/57/abe86e5c73ad2666e3aa05f8496ab4c225b6f8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/72 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/72/7c6baf37374ffd47d927cf382a8b4779bf6fd3 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/b9 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/b9/08b1b3841e483e3e29299df594f16ec28daab4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/49 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/49/5ce2a47698e7db420bd1c708e1e5fc6f1258ca wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/49/72e1d1f27288b6aaf11ceb5939739bd01b9c10 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f0 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/f0/b0cfdf22f2a011355233ac0c536bebbdbd46c2 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/99 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/99/3b452f84a929eba9d2f99e523764cda1e3a702 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/93 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/93/e128e9eb804bafbbc4a04419b0a825e65294d0 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d0 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d0/afb2e0fa2717c6aa348182385d8af4ac0ac92e wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c3 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c3/c9b9437b5d05e78cd8e89455378253d68b40cf wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c3/6301d50a989b85b6a419c1a0a18226bc00b216 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/cd wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/cd/e2dbfdc2d399fd345906d5a74f7270a61b89f5 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/cd/12d91b90773323c5a0655b94cd55ca9b975d00 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6c/732a602f902f28669c256fe6cb99ffc8c7bee5 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6c/791fa28317848a3ee279564c567dc79339e571 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/27 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/27/6619ee1cb14d8657b6daa64b31ba2e8793228b wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/27/e7f1bd1f353c82b084e61991061c2513aa0670 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/90 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/90/df528b1a371890d8da8385be101c222b0808fb wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/28 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/28/02aa8b1e20107c7c0ca4b2cc150ef8f68edb2c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/41 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/41/f2f782f63165965d6144f16b36b9beee9b0f88 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/88 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/88/3e3c57440688d304dbb3d4fb68c9cc9b17bb95 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/96 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/96/c12e792892c3523f7f2b6230213a7cc7cfac28 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/76 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/76/9e6b7b8d5071bf5f60ba5905ee6dd9df58cb07 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/cc wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/cc/d627984d760308a1e9bab7a12108cddc153579 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/25 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/25/15bd4c2b9e7594762581bb2ebe93ac83219dbd wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d8/0d6fad419b438cafacbcaa8daae0b39faa4d3e wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/ce wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/ce/7652ad17528fa93c746ebe899edb6d39396f2a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/16 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/16/a364d601aef524e2261843efb660bfe2d71d47 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/46 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/46/2090ea77a1ec0ddf8c7f3626e9a27368251b3d wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/82 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/82/dbac8095d557ca925817bf521c2574bdb46122 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c4/46bc1861e2d6dd93b703fb8b66db927335d2bf wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/2a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/2a/71264b5662727d2a598e71bfb20d3089dde341 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/77 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/77/55ef15558d3d93e397d21a46b336179476eb18 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/50 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/50/c9b64661257fe37ac7b3b44feff14ab5bd6a75 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/bc wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/bc/ded7aa683e2f3a09975c3655451a23c7667485 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/0c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/0c/51fae66bad6fdc45ee7f5b8578a8a4538575ef wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/4a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/4a/9777a910b2468254474bd371270170e13447a8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/0b wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/0b/5573ffdd1882cd2f27663a39ae9528c6286d2a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/3c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/3c/17f783149f62e662799f95396e19df7138ecc3 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6b wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/6b/2d354bb9dcaf0608ca58a78bcdb2fc84a06138 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/59 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/59/2d04204e162d5e920cffd2562cc74ca62684c8 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/11 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/11/1471f1542f821e841a5c36804d3e5af0cdeef0 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/58 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/58/0a84bda10c4bb4fb95ba32dfd4bb0eb0b5ad02 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1c wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1c/d20496e5f5d5ec5bddef81e3eac1dc2ddbde46 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1c/baed65a8a693d96d38e581ed8e4247de4b6759 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/03 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/03/1b97f7283cd8627cdc4cb4cafc0b9329728682 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/89 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/89/5392907a9d981a4957193c0c4ab15f31edf52f wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/23 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/23/13995320758d6cc58fe48983a344646d594749 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/61 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/61/80f64a5041ee00d99703a2b3c1c16cbcdde500 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c0 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/c0/87bb4cc2ce1052cefad1ef4308c8550dbd4ee3 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/0a wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/0a/ab060066bb256a1299a117ec64c3329f95fdcd wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/68 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/68/45c8b265cb79d9841910a06631c2fad8f4470b wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d4 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/d4/6cfaacdbc204fc30067235d737ed2a469edadb wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1e wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1e/85da9e82387c32d4646ae6f5648178f81ca41f wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1d wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/1d/0d527811955ae0be9c5dffadaa0f7faf3b4b36 wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/info wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/info/commit-graph wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/info/packs wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-31fe716e7b657995c7d9464e486de0fbd3f8b8a5.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-29aa014a788dd60c04cab843b0ef53d9e67b5727.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-31fe716e7b657995c7d9464e486de0fbd3f8b8a5.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-3b076d6df20155f15a86b9f84153aba1b0a5f982.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e2b10e366737227f3b4c5533eeed0175eef60e0e.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-a53a3a28c981342f849239f817448c52c6d39986.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-bc7030af06a05925be8093bd87eec2c3e862bbfc.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-45ce2f3a7e89c5a756c15c21fcc7e9a92bfe628b.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-517e26a0e78fb3426dd22f634cc15ebe3769956b.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-f1f5f9aec50eb7baf20e3c644b2d640a421a9fe6.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-dc9d338f3d4c2120abb2f7fd9da77fb7488c3c60.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-517e26a0e78fb3426dd22f634cc15ebe3769956b.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-0019aa990e6d5721dfa080ff27e4120a9066752b.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-7dc70c5537103f3498ff232a86ef19fced02faad.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-c8e54704d8c3053c7e75195b33cabfda97c1812b.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e1c61b5975d9406a27e7cd221317d28ebb23059b.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-77bae37775d1d73640fcdbeb3f61d5a16b3396cb.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-82b765fe8aeb457d566907148037d7324c10139d.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e003f9276e9daa6e99fde8929ab3f100e6a36c0f.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-98f5486e208a8b6531ef194a2f29da6e987b0b72.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-612d25099e0a033a94db674ac8e3c276eaa2647d.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-dd17e5c84c9a0dfb3a9e33df046a5ad8fb928487.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-b660fd5962f52e399e3e3ccc3a2824a090af9e1c.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-d07c219e5e1e49192b220a6e9c5e6065064374a0.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-06d3204ecfa382a3db3bbc316794a5a548bc955a.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-c8e54704d8c3053c7e75195b33cabfda97c1812b.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-d29ed730b506d5fd2e139e67a65296e97473f476.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-a53a3a28c981342f849239f817448c52c6d39986.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-d29ed730b506d5fd2e139e67a65296e97473f476.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-f4a2125d153d25a0fc3eb5ba1209f117f96f4e26.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-26ce272b26f53619887e8b4cb74bd2ec87d778a3.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-399f185baf755bcffe4d6693880ed272822f10cd.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-a187523d341a4e5f0803f7f2845fa15b5f4ea28c.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-a26f593c4c2071ae9b4a18053ef2d0ffe017fd1e.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-612d25099e0a033a94db674ac8e3c276eaa2647d.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-7dc70c5537103f3498ff232a86ef19fced02faad.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-fe35bb00967241c7be7c488c9a6adb4f8de707d4.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-45ce2f3a7e89c5a756c15c21fcc7e9a92bfe628b.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-6a852e7b8e7879f33c1523cfc54d65995c5b76d7.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-02759e26bff13c55cfcdbdf8d5c16ebfd8eb5d29.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e003f9276e9daa6e99fde8929ab3f100e6a36c0f.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-bc7030af06a05925be8093bd87eec2c3e862bbfc.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-9079bc4c71996606b353a6e474c9de8758b2de1c.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-77bae37775d1d73640fcdbeb3f61d5a16b3396cb.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-98f5486e208a8b6531ef194a2f29da6e987b0b72.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-dc9d338f3d4c2120abb2f7fd9da77fb7488c3c60.rev wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-4e5578aadaea4e7a3a0dc257218a2d6bc442b5ca.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-a187523d341a4e5f0803f7f2845fa15b5f4ea28c.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-fa5c176e3c6d0374054c6ec62269e69aa8df5a63.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-a26f593c4c2071ae9b4a18053ef2d0ffe017fd1e.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e08d32ff32315e049907c4f88a56ba57b2c21f8f.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-96a62e7215bd399b20ab752d9ae739d91d467fc8.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-013fe6666e88ad62e534c6671e31256964c13b8f.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-f1f5f9aec50eb7baf20e3c644b2d640a421a9fe6.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e265dbfd15d798dd0f41018412bf8de7372ffba9.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-d07c219e5e1e49192b220a6e9c5e6065064374a0.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-b69eb1ac31fe50000760ee8b22338b99e64e8e34.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-15e1013abb2394a1bb5c194d451b39af6dcf6ce7.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-399f185baf755bcffe4d6693880ed272822f10cd.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-3b076d6df20155f15a86b9f84153aba1b0a5f982.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-06d3204ecfa382a3db3bbc316794a5a548bc955a.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-22fc727f1d8eefef79fc648b2bb4f4b9e8d3ce73.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-013fe6666e88ad62e534c6671e31256964c13b8f.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-fe35bb00967241c7be7c488c9a6adb4f8de707d4.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-82b765fe8aeb457d566907148037d7324c10139d.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-6a852e7b8e7879f33c1523cfc54d65995c5b76d7.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-f4a2125d153d25a0fc3eb5ba1209f117f96f4e26.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-7df7029f578977814233da45574bf29026126bf3.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-26ce272b26f53619887e8b4cb74bd2ec87d778a3.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-29aa014a788dd60c04cab843b0ef53d9e67b5727.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-9079bc4c71996606b353a6e474c9de8758b2de1c.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-4e5578aadaea4e7a3a0dc257218a2d6bc442b5ca.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-84cdd85d0b9d178e95a189b183f63e4c5e3b076a.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-84cdd85d0b9d178e95a189b183f63e4c5e3b076a.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-dc9d338f3d4c2120abb2f7fd9da77fb7488c3c60.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e2b10e366737227f3b4c5533eeed0175eef60e0e.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-3321e501e188f2bc43434f1ea43de3189a8e23e2.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-0019aa990e6d5721dfa080ff27e4120a9066752b.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-1f488fa21c045117d4f8c2ff7383bc5016a6d424.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-96a62e7215bd399b20ab752d9ae739d91d467fc8.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-02759e26bff13c55cfcdbdf8d5c16ebfd8eb5d29.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-b69eb1ac31fe50000760ee8b22338b99e64e8e34.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-f0f6d29e2f8ad1368def498baad88d46be19cd19.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-12829bfd93508e54857c4375b1296a2f3403da67.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-7df7029f578977814233da45574bf29026126bf3.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-f0f6d29e2f8ad1368def498baad88d46be19cd19.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-dd17e5c84c9a0dfb3a9e33df046a5ad8fb928487.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-12829bfd93508e54857c4375b1296a2f3403da67.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e1c61b5975d9406a27e7cd221317d28ebb23059b.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-3321e501e188f2bc43434f1ea43de3189a8e23e2.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e08d32ff32315e049907c4f88a56ba57b2c21f8f.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-dc9d338f3d4c2120abb2f7fd9da77fb7488c3c60.bitmap wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-1f488fa21c045117d4f8c2ff7383bc5016a6d424.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-b6da2aa1d27c4efd6cd9250a617e5a4ef29aaee4.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-fa5c176e3c6d0374054c6ec62269e69aa8df5a63.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-22fc727f1d8eefef79fc648b2bb4f4b9e8d3ce73.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-15e1013abb2394a1bb5c194d451b39af6dcf6ce7.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-e265dbfd15d798dd0f41018412bf8de7372ffba9.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-b660fd5962f52e399e3e3ccc3a2824a090af9e1c.idx wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/objects/pack/pack-b6da2aa1d27c4efd6cd9250a617e5a4ef29aaee4.pack wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/branches wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/update.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/post-update.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/pre-push.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/description wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/info wanted=false
[2025-11-29T12:15:12Z DEBUG ambient_ci::util] path=/tmp/.tmpY3r2oH/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpy8RVWi (exists? true)
[2025-11-29T12:15:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:12Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpIKGyNj/src.tar
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpIKGyNj/deps.tar
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
Shell(
Shell {
shell: "make OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
),
Deb(
Deb,
),
Shell(
Shell {
shell: "find /workspace/artifacts\n",
},
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
),
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpIKGyNj/ambient-execute-plan/run-ci
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] copy OK: true
[2025-11-29T12:15:12Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpIKGyNj/executor.tar
[2025-11-29T12:15:21Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2025-11-29T12:15:21Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo, exists? true
[2025-11-29T12:15:21Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2025-11-29T12:15:21Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log OK
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpYwzVaV/meta-data
[2025-11-29T12:15:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpYwzVaV/user-data
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/console.log
[2025-11-29T12:15:21Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/console.log
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2025-11-29T12:15:21Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log
[2025-11-29T12:15:21Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
args: [
"-m",
"11444",
"-smp",
"cpus=2",
"-cpu",
"kvm64",
"-machine",
"type=q35,accel=kvm,usb=off",
"-uuid",
"a85c9de7-edc0-4e54-bead-112e5733582c",
"-boot",
"strict=on",
"-name",
"ambient-ci-vm",
"-rtc",
"base=utc,driftfix=slew",
"-display",
"none",
"-device",
"virtio-rng-pci",
"-serial",
"file:/home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/run.log",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpIKGyNj/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmp3NvEWc/.tmpQRTGju/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpIKGyNj/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpIKGyNj/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpIKGyNj/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpIKGyNj/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-11-29T12:16:51Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-29T12:16:51Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-11-29T12:15:24Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-29T12:15:24Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 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: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
make OFFLINE="--offline"
cp -a doc/* /workspace/artifacts/.
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- action: deb
- action: shell
shell: |
find /workspace/artifacts
- 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
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-29T12:15:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-11-29T12:15:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:24Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-29T12:15:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-29T12:15:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:26Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:15:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:15:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:15:26Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-29T12:15:41Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-29T12:15:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:41Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-11-29T12:15:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-11-29T12:15:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-11-29T12:15:42Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:42Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-11-29T12:15:42Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-11-29T12:15:42Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Checking subplot-bin v0.13.0 (/workspace/src/bin)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Checking subplot-build v0.13.0 (/workspace/src/subplot-build)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
[2025-11-29T12:15:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:15:48Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2025-11-29T12:15:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
)
[2025-11-29T12:15:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake OFFLINE=\"--offline\"\ncp -a doc/* /workspace/artifacts/.\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n"]
cwd=/workspace/src (exists? true)
+ make OFFLINE=--offline
which cargo
/root/.cargo/bin/cargo
which dot
/usr/bin/dot
which plantuml
/usr/bin/plantuml
which python3
/usr/bin/python3
which rustc
/root/.cargo/bin/rustc
which rustfmt
/root/.cargo/bin/rustfmt
which tidy
/usr/bin/tidy
if which shellcheck; then shellcheck *.sh; fi
/usr/bin/shellcheck
if cargo clippy --version; then \
cargo clippy --locked --offline --workspace --all-targets -- -Dwarnings && \
cd examples/seq && cargo clippy --workspace --all-targets -- -Dwarnings; \
fi
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Checking subplot-bin v0.13.0 (/workspace/src/bin)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Checking subplot-build v0.13.0 (/workspace/src/subplot-build)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
Checking subplotlib v0.13.0 (/workspace/src/subplotlib)
Checking subplot v0.13.0 (/workspace/src)
Checking subplot-bin v0.13.0 (/workspace/src/bin)
Checking subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Checking subplot-build v0.13.0 (/workspace/src/subplot-build)
Checking subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
rm -rf "/workspace/src/inst"
cargo install --locked --offline --path=bin --root="/workspace/src/inst" --debug
Installing subplot-bin v0.13.0 (/workspace/src/bin)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplot-bin v0.13.0 (/workspace/src/bin)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
Installing /workspace/src/inst/bin/subplot
Installed package `subplot-bin v0.13.0 (/workspace/src/bin)` (executable `subplot`)
warning: be sure to add `/workspace/src/inst/bin` to your PATH to be able to run the installed binaries
mv "/workspace/src/inst"/bin/* "/workspace/src/inst"
rm -rf "/workspace/src/inst"/.crate* "/workspace/src/inst"/bin
cd share/python/template && python3 context_tests.py
............................
----------------------------------------------------------------------
Ran 28 tests in 0.002s
OK
cd share/python/template && python3 encoding_tests.py
..
----------------------------------------------------------------------
Ran 2 tests in 0.000s
OK
env SUBPLOT_DIR="/workspace/src/inst" cargo test --workspace --
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Compiling subplot-build v0.13.0 (/workspace/src/subplot-build)
Compiling subplot-bin v0.13.0 (/workspace/src/bin)
Compiling subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `test` profile [unoptimized + debuginfo] target(s) in 5.02s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplot-6c903ba894a08d92)
running 108 tests
test bindings::test_binding::creates_new ... ok
test bindings::test_binding::does_not_match_with_wrong_kind ... ok
test bindings::test_binding::does_not_match_with_wrong_text ... ok
test bindings::test_binding::equal ... ok
test bindings::test_binding::match_with_fixed_pattern ... ok
test bindings::test_binding::case_sensitive_mismatch ... ok
test bindings::test_binding::not_equal ... ok
test bindings::test_bindings::add_from_yaml_notices_multiple_keywords ... ok
test bindings::test_bindings::adds_binding ... ok
test bindings::test_binding::match_with_regex ... ok
test bindings::test_bindings::does_not_find_match_for_unmatching_kind ... ok
test bindings::test_bindings::does_not_find_match_for_unmatching_pattern ... ok
test bindings::test_bindings::adds_from_yaml ... ok
test bindings::test_bindings::finds_match_for_fixed_string_pattern ... ok
test bindings::test_bindings::finds_match_for_regexp_pattern ... ok
test bindings::test_bindings::has_no_bindings_initially ... ok
test bindings::test_bindings::typemap_must_match_pattern ... ok
test bindings::test_bindings::two_matching_bindings ... ok
test bindings::test_regex_from_simple_pattern::returns_boring_pattern_as_is ... ok
test bindings::test_regex_from_simple_pattern::returns_empty_string_as_is ... ok
test bindings::test_regex_from_simple_pattern::kindless_simple_pattern ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_closing_brace ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_closing_brace_before_capture ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_opening_brace ... ok
test bindings::test_regex_from_simple_pattern::returns_error_for_stray_opening_brace_before_capture ... ok
test bindings::test_regex_from_simple_pattern::returns_pattern_with_regexp_chars_escaped ... ok
test bindings::test_regex_from_simple_pattern::simple_int_pattern ... ok
test bindings::test_regex_from_simple_pattern::simple_text_pattern ... ok
test bindings::test_regex_from_simple_pattern::simple_number_pattern ... ok
test bindings::test_regex_from_simple_pattern::simple_word_pattern ... ok
test bindings::test_regex_from_simple_pattern::typemap_and_pattern_kind_must_match ... ok
test bindings::test_regex_from_simple_pattern::typemap_checked_on_pattern_parse_and_default_agrees ... ok
test bindings::test_regex_from_simple_pattern::typemap_updated_on_pattern_parse_default ... ok
test bindings::test_regex_from_simple_pattern::typemap_updated_on_pattern_parse_explicit ... ok
test bindings::test_regex_from_simple_pattern::typemap_used_when_kind_not_present ... ok
test blockattr::test::empty_braces ... ok
test bindings::test_regex_from_simple_pattern::simple_uint_pattern ... ok
test blockattr::test::empty_string ... ok
test blockattr::test::just_word ... ok
test blockattr::test::open_brace_without_close ... ok
test blockattr::test::parse_one_dotted_word ... ok
test blockattr::test::parse_one_id ... ok
test blockattr::test::parse_one_kv ... ok
test blockattr::test::parse_one_kv_with_double_quotes ... ok
test blockattr::test::parse_one_kv_with_single_quotes ... ok
test blockattr::test::parse_one_word ... ok
test blockattr::test::two_ids ... ok
test blockattr::test::two_words ... ok
test codegen::test::verify_commentsafe_filter ... ok
test codegen::test::verify_name_slugification ... ok
test html::test_tag::can_self_close ... ok
test html::test_tag::cannot_self_close ... ok
test matches::test::returns_text ... ok
test matches::test::returns_uncaptured ... ok
test matches::test_partial_steps::different_captured_texts_dont_match ... ok
test matches::test_partial_steps::different_uncaptured_texts_dont_match ... ok
test matches::test_partial_steps::differently_captured_texts_dont_match ... ok
test matches::test_partial_steps::differently_named_captured_texts_dont_match ... ok
test matches::test_partial_steps::identical_captured_texts_match ... ok
test matches::test_partial_steps::identical_uncaptured_texts_match ... ok
test md::test::finds_block_classes ... ok
test md::test::finds_embedded_files ... ok
test md::test::finds_images ... ok
test md::test::finds_no_blocks_in_empty_doc ... ok
test md::test::finds_no_classes_when_no_blocks_have_them ... ok
test md::test::finds_no_embedded_files_in_empty_doc ... ok
test md::test::finds_no_images_in_empty_doc ... ok
test md::test::finds_no_scenarios_in_empty_doc ... ok
test md::test::finds_scenarios ... ok
test md::test::loads_empty_doc ... ok
test md::test::parses_auto_as_auto ... ok
test md::test::parses_empty_as_error ... ok
test md::test::parses_garbage_as_error ... ok
test md::test::parses_no_as_no ... ok
test md::test::parses_no_auto_newline_as_auto ... ok
test md::test::parses_yes_as_yes ... ok
test md::test_extract::returns_error_if_scenario_has_no_title ... ok
test md::test_extract::returns_nothing_if_there_is_no_scenario ... ok
test md::test_extract::returns_parent_section_with_scenario_snippet ... ok
test md::test_extract::returns_scenario_if_there_is_one ... ok
test md::test_extract::skips_scenarioless_deeper_headings ... ok
test md::test_extract::skips_scenarioless_parent_heading ... ok
test md::test_extract::skips_scenarioless_section_in_favour_of_same_level ... ok
test metadata::test::full_meta ... ok
test scenarios::filtertest::exclude_slow ... ok
test scenarios::filtertest::exclude_unimportant_slow ... ok
test scenarios::filtertest::include_all ... ok
test scenarios::filtertest::include_fast ... ok
test scenarios::filtertest::include_none ... ok
test scenarios::test::adds_step ... ok
test scenarios::test::has_no_steps_initially ... ok
test scenarios::test::has_title ... ok
test steps::test::fails_to_parse_and ... ok
test steps::test::parses_and ... ok
test steps::test::parses_given ... ok
test steps::test::parses_given_with_extra_spaces ... ok
test steps::test::parses_then ... ok
test steps::test::parses_when ... ok
test steps::test_steps_parser::empty_string ... ok
test steps::test_steps_parser::preserve_nonascii_whitespace ... ok
test steps::test_steps_parser::simple ... ok
test steps::test_steps_parser::two_simple ... ok
test templatespec::test::new_from_yaml ... ok
test toc::test_numberer::numbering ... ok
test toc::test_slugs::short_and_simple ... ok
test toc::test_slugs::unique_for_identical_simple_headings ... ok
test toc::test_toc::iterate ... ok
test toc::test_toc::uses_given_slug ... ok
test result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
Running tests/bindings-ubm.rs (/workspace/cache/debug/deps/bindings_ubm-f97f5d27fd0e3048)
running 1 test
test bindings_microbenchmark ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s
Running unittests src/subplot.rs (/workspace/cache/debug/deps/subplot-19950e9ce64e8db2)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplot_build-b00d2a6e79076362)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/seq.rs (/workspace/cache/debug/deps/seq-25363e2ccd0d9a88)
running 4 tests
test no_arguments ... ok
test more_than_one_number ... ok
test not_a_number ... ok
test one_number ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplotlib-270f0f6544b615da)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/files.rs (/workspace/cache/debug/deps/files-0d5c4f5773cfaa88)
running 7 tests
test create_on_disk_files_from_embedded_files ... ok
test file_and_directory_removal ... ok
test directories ... ok
test file_equality ... ok
test file_contents ... ok
test file_modification_time ... ok
test file_metadata ... ok
test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
Running tests/runcmd.rs (/workspace/cache/debug/deps/runcmd-c81bcd387f1b92df)
running 21 tests
test check_stderr_doesn_t_match_regular_expressions ... ok
test check_stderr_doesn_t_contain_sub_string ... ok
test check_stderr_is_exactly_as_wanted ... ok
test check_stderr_is_not_exactly_something ... ok
test check_stderr_using_regular_expressions ... ok
test check_stderr_using_sub_string_search ... ok
test check_stdout_doesn_t_contain_sub_string ... ok
test check_stdout_doesn_t_match_regular_expression ... ok
test check_stdout_is_exactly_as_wanted ... ok
test check_stdout_is_not_exactly_something ... ok
test check_stdout_using_regular_expressions ... ok
test check_stdout_using_sub_string_search ... ok
test check_we_can_prepend_to__path ... ok
test execution_in_a_sub_directory_does_not_affect_home ... ok
test failed_execution ... ok
test failed_execution_in_a_sub_directory ... ok
test stdin_comes_from_a_named_file ... ok
test stdin_contains_exactly ... ok
test setting_and_clearing_of_environment_variables ... ok
test successful_execution ... ok
test successful_execution_in_a_sub_directory ... ok
test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
Running tests/subplot-codegen.rs (/workspace/cache/debug/deps/subplot_codegen-a0e10ce86a6a04c9)
running 29 tests
test capture_using_regular_expressions ... ok
test all_the_keywords ... ok
test cleanup_functions_get_called_on_failure__python_ ... ok
test capture_using_simple_patterns ... ok
test code_generator_gives_an_error_if_input_document_lacks_title ... ok
test embedded_file_name_didn_t_match ... ok
test cleanup_functions_gets_called_on_success__python_ ... ok
test examples_are_not_files ... ok
test empty_lines_in_scenarios ... ok
test files_not_in_current_working_directory ... ok
test missing_functions_file ... ok
test misuse_of_continuation_keywords ... ok
test lowest_level_heading_is_name_of_scenario ... ok
test next_heading_at_higher_level_starts_new_scenario ... ok
test no_scenarios_means_codegen_fails ... ok
test no_template_means_you_can_docgen_but_not_codegen ... ok
test next_heading_at_same_level_starts_new_scenario ... ok
test recall_values_for_use_in_later_steps ... ok
test running_only_chosen_scenarios_with_python ... ok
test simple_patterns_with_regex_metacharacters__allowed_case ... ok
test simple_patterns_with_regex_metacharacters__forbidden_case ... ok
test set_environment_variables_in_generated_test_programs ... ok
test steps_which_do_not_case_sensitively_match_sensitive_bindings_do_not_work ... ok
test smoke_test ... ok
test steps_which_do_not_match_bindings_do_not_work ... ok
test steps_which_match_more_than_one_binding_do_not_work ... ok
test subplot_accepts_title_and_headings_with_inline_markup ... ok
test subheadings_don_t_start_new_scenario ... ok
test temporary_files_in_scenarios_in_python ... ok
test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
Running tests/subplot-diagrams.rs (/workspace/cache/debug/deps/subplot_diagrams-59f53c0c24c040a4)
running 4 tests
test pikchr ... ok
test dot ... ok
test roadmap ... ok
test plantuml ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
Running tests/subplot-docgen.rs (/workspace/cache/debug/deps/subplot_docgen-00d342020a171237)
running 30 tests
test attempt_to_use_definition_list ... ok
test bad__add_newline__value ... ok
test bindings_file_strictness___given_when_then ... ok
test bindings_file_strictness___unknown_field ... ok
test class_name_validation ... ok
test date_given_in_metadata ... ok
test css_urls ... ok
test date_given_on_command_line ... ok
test document_generator_gives_an_error_if_input_document_lacks_title ... ok
test embedded_css ... ok
test dot ... ok
test examples_may_be_unused ... ok
test extract_embedded_file ... ok
test fail_if_embedded_file_isn_t_used ... ok
test fail_if_two_filenames_only_differ_in_case ... ok
test files_not_in_current_working_directory ... ok
test empty_lines_in_scenarios ... ok
test missing_bindings_file ... ok
test indented_scenario_steps_are_not_allowed ... ok
test multiple_markdown_files ... ok
test no_date_anywhere ... ok
test no_template_means_you_can_docgen_but_not_codegen ... ok
test named_code_blocks_must_have_an_appropriate_class ... ok
test pikchr ... ok
test roadmap ... ok
test scenario_before_the_first_heading ... ok
test smoke_test ... ok
test subplot_accepts_title_and_headings_with_inline_markup ... ok
test title_markup ... ok
test plantuml ... ok
test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
Running tests/subplot-extract.rs (/workspace/cache/debug/deps/subplot_extract-65e43a8202b22372)
running 1 test
test extract_embedded_files ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/subplot-metadata.rs (/workspace/cache/debug/deps/subplot_metadata-895f79199a0aca0d)
running 5 tests
test duplicate_scenario_titles ... ok
test extracting_metadata_from_a_document ... ok
test list_embedded_files ... ok
test scenario_titles ... ok
test files_not_in_current_working_directory ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
Running tests/subplot-others.rs (/workspace/cache/debug/deps/subplot_others-15dd64ca147db2af)
running 68 tests
test attempt_to_use_definition_list ... ok
test bad__add_newline__value ... ok
test bindings_file_strictness___given_when_then ... ok
test bindings_file_strictness___unknown_field ... ok
test all_the_keywords ... ok
test capture_using_regular_expressions ... ok
test class_name_validation ... ok
test capture_using_simple_patterns ... ok
test cleanup_functions_get_called_on_failure__python_ ... ok
test code_generator_gives_an_error_if_input_document_lacks_title ... ok
test css_urls ... ok
test date_given_in_metadata ... ok
test date_given_on_command_line ... ok
test document_generator_gives_an_error_if_input_document_lacks_title ... ok
test cleanup_functions_gets_called_on_success__python_ ... ok
test dot ... ok
test duplicate_scenario_titles ... ok
test embedded_file_name_didn_t_match ... ok
test embedded_css ... ok
test examples_are_not_files ... ok
test examples_may_be_unused ... ok
test extract_embedded_file ... ok
test extract_embedded_file__automatically_add_missing_newline ... ok
test extract_embedded_file__by_default_add_missing_newline ... ok
test extract_embedded_file__by_default_do_not_add_a_second_newline ... ok
test extract_embedded_file__do_not_add_missing_newline ... ok
test extract_embedded_file__do_not_automatically_add_second_newline ... ok
test extract_embedded_file__explicitly_add_missing_newline ... ok
test extract_embedded_file__explicitly_add_second_newline ... ok
test extract_embedded_files ... ok
test extracting_metadata_from_a_document ... ok
test fail_if_embedded_file_isn_t_used ... ok
test fail_if_the_same_filename_is_used_twice ... ok
test fail_if_two_filenames_only_differ_in_case ... ok
test empty_lines_in_scenarios ... ok
test indented_scenario_steps_are_not_allowed ... ok
test list_embedded_files ... ok
test files_not_in_current_working_directory ... ok
test missing_bindings_file ... ok
test missing_functions_file ... ok
test lowest_level_heading_is_name_of_scenario ... ok
test misuse_of_continuation_keywords ... ok
test multiple_markdown_files ... ok
test named_code_blocks_must_have_an_appropriate_class ... ok
test next_heading_at_higher_level_starts_new_scenario ... ok
test no_date_anywhere ... ok
test no_scenarios_means_codegen_fails ... ok
test no_template_means_you_can_docgen_but_not_codegen ... ok
test next_heading_at_same_level_starts_new_scenario ... ok
test pikchr ... ok
test recall_values_for_use_in_later_steps ... ok
test roadmap ... ok
test running_only_chosen_scenarios_with_python ... ok
test scenario_before_the_first_heading ... ok
test scenario_titles ... ok
test set_environment_variables_in_generated_test_programs ... ok
test simple_patterns_with_regex_metacharacters__allowed_case ... ok
test simple_patterns_with_regex_metacharacters__forbidden_case ... ok
test smoke_test ... ok
test steps_which_do_not_case_sensitively_match_sensitive_bindings_do_not_work ... ok
test steps_which_do_not_match_bindings_do_not_work ... ok
test steps_which_match_more_than_one_binding_do_not_work ... ok
test subheadings_don_t_start_new_scenario ... ok
test subplot_accepts_title_and_headings_with_inline_markup ... ok
test temporary_files_in_scenarios_in_python ... ok
test title_markup ... ok
test use_embedded_file ... ok
test plantuml ... ok
test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s
Running tests/subplotlib.rs (/workspace/cache/debug/deps/subplotlib-4d9bb3e1574654c4)
running 3 tests
test embedded_files ... ok
test data_directory ... ok
test fundamentals ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (/workspace/cache/debug/deps/subplotlib_derive-8da11c14d2b9701b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests subplot
running 6 tests
test src/bindings.rs - bindings::BindingImpl::cleanup (line 163) ... ignored
test src/bindings.rs - bindings::BindingImpl::function (line 151) ... ignored
test src/bindings.rs - bindings::BindingImpl::new (line 137) ... ignored
test src/diagrams.rs - diagrams::PikchrMarkup (line 116) ... ok
test src/diagrams.rs - diagrams::DotMarkup (line 149) ... ok
test src/diagrams.rs - diagrams::PlantumlMarkup (line 198) ... ok
test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.18s
Doc-tests subplot_build
running 1 test
test subplot-build/src/lib.rs - codegen (line 27) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
Doc-tests subplotlib
running 73 tests
test subplotlib/src/file.rs - file::SubplotDataFile (line 20) ... ok
test subplotlib/src/file.rs - file::SubplotDataFile::data (line 120) ... ok
test subplotlib/src/file.rs - file::SubplotDataFile::name (line 105) ... ok
test subplotlib/src/file.rs - file::SubplotDataFile::new (line 76) ... ok
test subplotlib/src/prelude.rs - prelude (line 6) ... ok
test subplotlib/src/prelude.rs - prelude::step (line 100) ... ok
test subplotlib/src/prelude.rs - prelude::step (line 73) ... ok
test subplotlib/src/prelude.rs - prelude::throws (line 26) ... ok
test subplotlib/src/prelude.rs - prelude::throws (line 39) ... ok
test subplotlib/src/scenario.rs - scenario::Scenario (line 305) ... ok
test subplotlib/src/step.rs - step::ScenarioStep (line 24) ... ok
test subplotlib/src/steplibrary/datadir.rs - steplibrary::datadir::datadir_has_enough_space::call (line 160) ... ignored
test subplotlib/src/steplibrary/datadir.rs - steplibrary::datadir::datadir_has_enough_space_megabytes::call (line 171) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::_create_from_embedded_with_other_name_executable::call (line 129) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_executable_from_embedded::call (line 93) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_executable_from_embedded_with_other_name::call (line 111) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_from_embedded::call (line 56) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_from_embedded_with_other_name::call (line 70) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::create_from_text::call (line 220) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_and_embedded_file_do_not_match::call (line 469) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_and_embedded_file_match::call (line 443) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_contains::call (line 341) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_do_not_match::call (line 417) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_does_not_exist::call (line 296) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_doesnt_contain::call (line 357) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_exists::call (line 276) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_match::call (line 390) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::file_matches_regex::call (line 374) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::has_different_metadata::call (line 544) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::has_remembered_metadata::call (line 505) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::make_directory::call (line 609) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::mtime_is_ancient::call (line 593) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::mtime_is_recent::call (line 577) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::only_these_exist::call (line 322) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_does_not_exist::call (line 659) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_exists::call (line 642) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_is_empty::call (line 678) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::path_is_not_empty::call (line 696) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remember_metadata::call (line 231) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remove_directory::call (line 619) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remove_empty_directory::call (line 630) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::remove_file::call (line 181) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::touch::call (line 255) ... ignored
test subplotlib/src/steplibrary/files.rs - steplibrary::files::touch_with_timestamp::call (line 193) ... ignored
test subplotlib/src/steplibrary.rs - steplibrary (line 10) ... ok
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is::call (line 403) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is_nonzero::call (line 442) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is_not::call (line 419) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::exit_code_is_zero::call (line 431) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::helper_script::call (line 227) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::helper_srcdir_path::call (line 241) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::run::call (line 254) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::run_in::call (line 271) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::set_environment_variable::call (line 677) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_contains::call (line 594) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_doesnt_contain::call (line 607) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_doesnt_match_regex::call (line 663) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_is::call (line 542) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_isnt::call (line 555) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stderr_matches_regex::call (line 649) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdin_from_file::call (line 480) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdin_is::call (line 502) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_contains::call (line 568) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_doesnt_contain::call (line 581) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_doesnt_match_regex::call (line 635) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_is::call (line 516) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_isnt::call (line 529) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::stdout_matches_regex::call (line 621) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::try_to_run::call (line 285) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::try_to_run_in::call (line 298) ... ignored
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::unset_environment_variable::call (line 691) ... ignored
test subplotlib/src/utils.rs - utils::base64_decode (line 9) ... ok
test subplotlib/src/steplibrary/runcmd.rs - steplibrary::runcmd::Runcmd::join_paths (line 155) ... ok
test result: ok. 14 passed; 0 failed; 59 ignored; 0 measured; 0 filtered out; finished in 1.14s
Doc-tests subplotlib_derive
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
/workspace/src/inst/subplot --resources /workspace/src/share codegen subplot.subplot -o test.py --template python
INFO Starting Subplot
INFO Subplot finished successfully
rm -f test.log
python3 test.py --log test.log --env SUBPLOT_DIR=/workspace/src/inst
srcdir /workspace/src
datadir /tmp/tmpdueeofeb
scenario: Extract embedded file, do not automatically add second newline
step 1: given file auto-has-newline.txt
step 2: then auto-has-newline.txt ends in one newline
scenario: Code generator gives an error if input document lacks title
step 1: given file notitle.subplot
step 2: given file notitle.md
step 3: given an installed subplot
step 4: when I try to run subplot codegen --run notitle.subplot -o test.py
step 5: then command fails
cleanup 3: given an installed subplot
scenario: Empty lines in scenarios
step 1: given file emptylines.subplot
step 2: given file emptylines.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot docgen emptylines.subplot -o emptylines.html
step 7: then file emptylines.html exists
step 8: when I run subplot codegen --run emptylines.subplot -o test.py
step 9: then scenario "Simple" was run
step 10: then step "given precondition foo" was run
step 11: then step "when I do bar" was run
step 12: then step "then bar was done" was run
step 13: then command is successful
cleanup 5: given an installed subplot
scenario: Multiple markdown files
step 1: given file multimd.subplot
step 2: given file md1.md
step 3: given file md2.md
step 4: given an installed subplot
step 5: when I run subplot docgen multimd.subplot -o multimd.html
step 6: when I run cat multimd.html
step 7: then file multimd.html exists
step 8: then file multimd.html contains "<title>The Fabulous Title</title>"
step 9: then file multimd.html contains "First markdown file."
step 10: then file multimd.html contains "Second markdown file."
cleanup 4: given an installed subplot
scenario: Bindings file strictness - unknown field
step 1: given file badbindingsuf.subplot
step 2: given file badbindingsuf.md
step 3: given file badbindingsuf.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen --output ignored.html badbindingsuf.subplot
step 6: then command fails
step 7: then stderr contains "Unknown field `function`"
cleanup 4: given an installed subplot
scenario: Steps which match more than one binding do not work
step 1: given file twobindings.subplot
step 2: given file twobindings.md
step 3: given file twobindings.yaml
step 4: given file a_function.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run twobindings.subplot -o test.py
step 7: then command fails
step 8: then stderr contains "xyzzy"
step 9: then stderr contains "plugh"
cleanup 5: given an installed subplot
scenario: Named code blocks must have an appropriate class
step 1: given file named-code-blocks-appropriate.subplot
step 2: given file named-code-blocks-appropriate.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen named-code-blocks-appropriate.subplot -o foo.html
step 6: then command fails
step 7: then stderr contains "#example-1 at named-code-blocks-appropriate.md:7:1"
step 8: then stderr doesn't contain "example-2"
step 9: then stderr doesn't contain "example-3"
cleanup 4: given an installed subplot
scenario: Scenario before the first heading
step 1: given an installed subplot
step 2: given file scenario-before-heading.subplot
step 3: given file scenario-before-heading.md
step 4: when I try to run subplot docgen scenario-before-heading.subplot -o /dev/null
step 5: then command fails
step 6: then stderr contains "ERROR scenario-before-heading.md:1:1: first scenario is before first heading"
cleanup 1: given an installed subplot
scenario: Extract embedded file, explicitly add missing newline
step 1: given file add-without-newline.txt
step 2: then add-without-newline.txt ends in one newline
scenario: No template means you can docgen but not codegen
step 1: given file notemplate.subplot
step 2: given file notemplate.md
step 3: given an installed subplot
step 4: when I run subplot docgen notemplate.subplot -o notemplate.html
step 5: then file notemplate.html exists
step 6: when I try to run subplot codegen notemplate.subplot -o test.py
step 7: then command fails
step 8: then stderr contains "document has no template"
cleanup 3: given an installed subplot
scenario: Title markup
step 1: given file title-markup.subplot
step 2: given file title-markup.md
step 3: given an installed subplot
step 4: when I run subplot docgen title-markup.subplot -o foo.html
step 5: then file foo.html exists
cleanup 3: given an installed subplot
scenario: Fail if the same filename is used twice
step 1: given file onefiletwice.md
step 2: given an installed subplot
step 3: when I try to run subplot docgen onefiletwice.md -o onefiletwice.html
step 4: then command fails
step 5: then file onefiletwice.html does not exist
cleanup 2: given an installed subplot
scenario: Dot
step 1: given file dot.subplot
step 2: given file dot.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen dot.subplot -o dot.html
step 6: then file dot.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 4: given an installed subplot
scenario: Attempt to use definition list
step 1: given an installed subplot
step 2: given file dl.subplot
step 3: given file dl.md
step 4: when I try to run subplot docgen dl.subplot -o /dev/null
step 5: then command fails
step 6: then stderr contains "ERROR dl.md:3:1: attempt to use definition lists in Markdown"
cleanup 1: given an installed subplot
scenario: Missing bindings file
step 1: given file missing-binding.subplot
step 2: given file missing-binding.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen missing-binding.subplot -o foo.html
step 5: then command fails
step 6: then stderr contains "could not be found"
step 7: then stderr contains "missing-binding.yaml"
cleanup 3: given an installed subplot
scenario: Embedded file name didn't match
step 1: given file badfilename.subplot
step 2: given file badfilename.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run badfilename.md -o test.py
step 7: then command fails
cleanup 5: given an installed subplot
scenario: Set environment variables in generated test programs
step 1: given file env.subplot
step 2: given file env.md
step 3: given file env.yaml
step 4: given file env.py
step 5: given an installed subplot
step 6: when I run subplot codegen env.subplot -o test.py
step 7: when I try to run python3 test.py
step 8: then command fails
step 9: when I try to run python3 test.py --env FOO=foo
step 10: then command fails
step 11: when I try to run python3 test.py --env FOO=bar
step 12: then command is successful
cleanup 5: given an installed subplot
scenario: Examples are not files
step 1: given file examplesnotfiles.subplot
step 2: given file examplesnotfiles.md
step 3: given an installed subplot
step 4: when I try to run subplot codegen examplesnotfiles.subplot -t python -o examplesnotfiles.html
step 5: then command fails
step 6: then file examplesnotfiles.html does not exist
step 7: then stderr contains "thisisanexample.txt"
cleanup 3: given an installed subplot
scenario: Capture using simple patterns
step 1: given file simplepattern.subplot
step 2: given file simplepattern.md
step 3: given file simplepattern.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run simplepattern.subplot -o test.py
step 7: then scenario "Simple pattern" was run
step 8: then step "given I am Tomjon" was run
step 9: then stdout contains "function got argument name as Tomjon"
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: Capture using regular expressions
step 1: given file regex.subplot
step 2: given file regex.md
step 3: given file regex.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run regex.subplot -o test.py
step 7: then scenario "Regex" was run
step 8: then step "given I am Tomjon" was run
step 9: then stdout contains "function got argument name as Tomjon"
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: CSS URLs
step 1: given file css-urls.subplot
step 2: given file css-urls.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen css-urls.subplot -o foo.html
step 6: then file foo.html contains "https://example.com/flushing.css"
cleanup 4: given an installed subplot
scenario: Temporary files in scenarios in Python
step 1: given file tmpdir.subplot
step 2: given file tmpdir.md
step 3: given file tmpdir.yaml
step 4: given file tmpdir.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run tmpdir.subplot -o test.py
step 7: then command is successful
step 8: then scenario "TMPDIR" was run
step 9: then step "then TMPDIR is set" was run
cleanup 5: given an installed subplot
scenario: Extract embedded files
step 1: given file embedded-file.subplot
step 2: given file embedded-file.md
step 3: given file expected.txt
step 4: given an installed subplot
step 5: when I run subplot extract --merciful embedded-file.subplot foo.txt -d .
step 6: then files foo.txt and expected.txt match
cleanup 4: given an installed subplot
scenario: List embedded files
step 1: given file two-embedded.subplot
step 2: given file two-embedded.md
step 3: given an installed subplot
step 4: when I run subplot metadata --merciful two-embedded.subplot
step 5: then stdout contains "foo.txt"
step 6: then stdout contains "bar.yaml"
cleanup 3: given an installed subplot
scenario: Missing functions file
step 1: given file missing-functions.subplot
step 2: given file missing-functions.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I try to run subplot codegen --run missing-functions.subplot -o foo.py
step 6: then command fails
step 7: then stderr contains "could not be found"
step 8: then stderr contains "missing-functions.py"
cleanup 4: given an installed subplot
scenario: Duplicate scenario titles
step 1: given file duplicate-scenario-titles.subplot
step 2: given file duplicate-scenario-titles.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot metadata duplicate-scenario-titles.subplot
step 7: then command fails
step 8: then stderr contains "duplicate"
cleanup 5: given an installed subplot
scenario: Extract embedded file, by default add missing newline
step 1: given file default-without-newline.txt
step 2: then default-without-newline.txt ends in one newline
scenario: Indented scenario steps are not allowed
step 1: given file indented-step.subplot
step 2: given file indented-step.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen indented-step.subplot -o foo.html
step 6: then command fails
step 7: then stderr contains "indented"
cleanup 4: given an installed subplot
scenario: No date anywhere
step 1: given file dateless.subplot
step 2: given file dateless.md
step 3: given file dateless.md has modification time 2020-02-26 07:53:17
step 4: given an installed subplot
step 5: when I run subplot docgen dateless.subplot -o mtime.html
step 6: then file mtime.html exists
step 7: then file mtime.html contains "<title>The Fabulous Title</title>"
step 8: then file mtime.html contains "Alfred Pennyworth"
step 9: then file mtime.html contains "Geoffrey Butler"
step 10: then file mtime.html contains "2020-02-26 07:53"
cleanup 4: given an installed subplot
scenario: Bindings file strictness - given when then
step 1: given file badbindingsgwt.subplot
step 2: given file badbindingsgwt.md
step 3: given file badbindingsgwt.yaml
step 4: given an installed subplot
step 5: when I try to run subplot docgen --output ignored.html badbindingsgwt.subplot
step 6: then command fails
step 7: then stderr contains "binding has more than one keyword"
cleanup 4: given an installed subplot
scenario: PlantUML
step 1: given file plantuml.subplot
step 2: given file plantuml.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen plantuml.subplot -o plantuml.html
step 6: then file plantuml.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 4: given an installed subplot
scenario: Extract embedded file
step 1: given file embedded.subplot
step 2: given file embedded.md
step 3: given an installed subplot
step 4: when I run subplot docgen --merciful embedded.subplot -o foo.html
step 5: then file foo.html exists
step 6: then file foo.html matches regex /embedded\\.txt/
cleanup 3: given an installed subplot
scenario: Scenario titles
step 1: given file scenario-titles.subplot
step 2: given file scenario-titles.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot metadata scenario-titles.subplot
step 7: then stdout contains "My fun scenario title"
cleanup 5: given an installed subplot
scenario: Extract embedded file, do not add missing newline
step 1: given file no-adding-without-newline.txt
step 2: then no-adding-without-newline.txt does not end in a newline
scenario: Fail if two filenames only differ in case
step 1: given file casediff.md
step 2: given an installed subplot
step 3: when I try to run subplot docgen casediff.md -o casediff.html
step 4: then command fails
step 5: then file casediff.html does not exist
cleanup 2: given an installed subplot
scenario: Smoke test
step 1: given file simple.subplot
step 2: given file simple.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot docgen simple.subplot -o simple.html
step 7: then file simple.html exists
step 8: when I run subplot codegen --run simple.subplot -o test.py
step 9: then scenario "Simple" was run
step 10: then step "given precondition foo" was run
step 11: then step "when I do bar" was run
step 12: then step "then bar was done" was run
step 13: then command is successful
cleanup 5: given an installed subplot
scenario: Use embedded file
step 1: given file numbered-lines.txt
step 2: given file not-numbered-lines.txt
scenario: Cleanup functions gets called on success (Python)
step 1: given file cleanup-success-python.subplot
step 2: given file cleanup-success-python.md
step 3: given file cleanup.yaml
step 4: given file cleanup.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run cleanup-success-python.subplot -o test.py
step 7: then scenario "Cleanup" was run
step 8: then step "given foo" was run, and then step "given bar"
step 9: then cleanup for "given bar" was run, and then for "given foo"
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: Document generator gives an error if input document lacks title
step 1: given file notitle.subplot
step 2: given file notitle.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen notitle.subplot -o foo.md
step 5: then command fails
cleanup 3: given an installed subplot
scenario: Examples may be unused
step 1: given file unusedexample.subplot
step 2: given file unusedexample.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen --merciful unusedexample.subplot -o unusedexample.html
step 5: then command is successful
step 6: then file unusedexample.html exists
step 7: then stderr doesn't contain "thisisnotused.txt"
cleanup 3: given an installed subplot
scenario: Extract embedded file, explicitly add second newline
step 1: given file add-has-newline.txt
step 2: then add-has-newline.txt ends in two newlines
scenario: Date given in metadata
step 1: given file metadate.subplot
step 2: given file metadate.md
step 3: given an installed subplot
step 4: when I run subplot docgen metadate.subplot -o metadate.html
step 5: when I run cat metadate.html
step 6: then file metadate.html exists
step 7: then file metadate.html contains "<title>The Fabulous Title</title>"
step 8: then file metadate.html contains "Alfred Pennyworth"
step 9: then file metadate.html contains "Geoffrey Butler"
step 10: then file metadate.html contains "WIP"
cleanup 3: given an installed subplot
scenario: Misuse of continuation keywords
step 1: given file continuationmisuse.subplot
step 2: given file continuationmisuse.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run continuationmisuse.subplot -o test.py
step 7: then command fails
cleanup 5: given an installed subplot
scenario: Simple patterns with regex metacharacters: allowed case
step 1: given file confusedbutok.subplot
step 2: given file confusedbutok.md
step 3: given file confusedbutok.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run confusedbutok.subplot -o test.py
step 7: then command is successful
cleanup 5: given an installed subplot
scenario: Pikchr
step 1: given file pikchr.subplot
step 2: given file pikchr.md
step 3: given an installed subplot
step 4: when I run subplot docgen pikchr.subplot -o pikchr.html
step 5: then file pikchr.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 3: given an installed subplot
scenario: Cleanup functions get called on failure (Python)
step 1: given file cleanup-fail-python.subplot
step 2: given file cleanup-fail-python.md
step 3: given file cleanup.yaml
step 4: given file cleanup.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run cleanup-fail-python.subplot -o test.py
step 7: then scenario "Cleanup" was run
step 8: then step "given foo" was run, and then step "given bar"
step 9: then cleanup for "given bar" was run, and then for "given foo"
step 10: then cleanup for "given failure" was not run
step 11: then command fails
cleanup 5: given an installed subplot
scenario: Steps which do not match bindings do not work
step 1: given file nobinding.subplot
step 2: given file nobinding.md
step 3: given file badbindings.yaml
step 4: given an installed subplot
step 5: when I try to run subplot codegen --run nobinding.subplot -o test.py
step 6: then command fails
cleanup 4: given an installed subplot
scenario: Subplot accepts title and headings with inline markup
step 1: given file fancytitle.subplot
step 2: given file fancytitle.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I try to run subplot docgen fancytitle.subplot -o foo.md
step 7: then command is successful
step 8: when I try to run subplot codegen fancytitle.subplot -o foo.md
step 9: then command is successful
cleanup 5: given an installed subplot
scenario: Subheadings don't start new scenario
step 1: given file subisnotnewscenario.subplot
step 2: given file subisnotnewscenario.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run subisnotnewscenario.subplot -o test.py
step 7: then scenario "heading 1.1a" was run
step 8: then command is successful
cleanup 5: given an installed subplot
scenario: Next heading at same level starts new scenario
step 1: given file samelevelisnewscenario.subplot
step 2: given file samelevelisnewscenario.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run samelevelisnewscenario.subplot -o test.py
step 7: then scenario "heading 1.1.1" was run
step 8: then scenario "heading 1.1.2" was run
step 9: then command is successful
cleanup 5: given an installed subplot
scenario: Fail if embedded file isn't used
step 1: given file unusedfile.subplot
step 2: given file unusedfile.md
step 3: given an installed subplot
step 4: when I try to run subplot docgen --merciful unusedfile.subplot -o unusedfile.html
step 5: then command is successful
step 6: then file unusedfile.html exists
step 7: then stderr contains "thisisnotused.txt"
cleanup 3: given an installed subplot
scenario: Extract embedded file, automatically add missing newline
step 1: given file auto-without-newline.txt
step 2: then auto-without-newline.txt ends in one newline
scenario: Extract embedded file, by default do not add a second newline
step 1: given file default-has-newline.txt
step 2: then default-has-newline.txt ends in one newline
scenario: Next heading at higher level starts new scenario
step 1: given file higherisnewscenario.subplot
step 2: given file higherisnewscenario.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run higherisnewscenario.subplot -o test.py
step 7: then scenario "heading 1.1.1" was run
step 8: then scenario "heading 1.2" was run
step 9: then command is successful
cleanup 5: given an installed subplot
scenario: Roadmap
step 1: given file roadmap.subplot
step 2: given file roadmap.md
step 3: given file b.yaml
step 4: given an installed subplot
step 5: when I run subplot docgen roadmap.subplot -o roadmap.html
step 6: then file roadmap.html matches regex /src="data:image/svg\\+xml;base64,/
cleanup 4: given an installed subplot
scenario: Running only chosen scenarios with Python
step 1: given file twoscenarios-python.subplot
step 2: given file twoscenarios-python.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen twoscenarios-python.subplot -o test.py
step 7: when I run python3 test.py on
step 8: then scenario "One" was run
step 9: then scenario "Two" was not run
step 10: then command is successful
cleanup 5: given an installed subplot
scenario: Lowest level heading is name of scenario
step 1: given file scenarioislowest.subplot
step 2: given file scenarioislowest.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run scenarioislowest.subplot -o test.py
step 7: then scenario "heading 1.1.1" was run
step 8: then command is successful
cleanup 5: given an installed subplot
scenario: Files not in current working directory
step 1: given file x/simple.subplot from simple.subplot
step 2: given file x/simple.md from simple.md
step 3: given file x/b.yaml from b.yaml
step 4: given file x/f.py from f.py
step 5: given an installed subplot
step 6: when I run subplot metadata x/simple.subplot
step 7: then command is successful
step 8: when I run subplot codegen x/simple.subplot -o test.py
step 9: then file test.py exists
step 10: when I run subplot docgen x/simple.subplot -o simple.html
step 11: then file simple.html exists
cleanup 5: given an installed subplot
scenario: Extracting metadata from a document
step 1: given file images.subplot
step 2: given file images.md
step 3: given file b.yaml
step 4: given file other.yaml
step 5: given file f.py
step 6: given file other.py
step 7: given file expected.json
step 8: given an installed subplot
step 9: when I run subplot metadata images.subplot
step 10: then stdout contains "source: images.md"
step 11: then stdout contains "source: b.yaml"
step 12: then stdout contains "source: other.yaml"
step 13: then stdout contains "source: f.py"
step 14: then stdout contains "source: other.py"
step 15: then stdout contains "source: image.gif"
step 16: then stdout contains "bindings: b.yaml"
step 17: then stdout contains "bindings: other.yaml"
step 18: then stdout contains "functions[python]: f.py"
step 19: when I run subplot metadata images.subplot -o json
step 20: then JSON output matches expected.json
cleanup 8: given an installed subplot
scenario: Date given on command line
step 1: given file dateless.subplot
step 2: given file dateless.md
step 3: given an installed subplot
step 4: when I run subplot docgen dateless.subplot -o dateoption.html --date=FANCYDATE
step 5: then file dateoption.html exists
step 6: then file dateoption.html contains "<title>The Fabulous Title</title>"
step 7: then file dateoption.html contains "Alfred Pennyworth"
step 8: then file dateoption.html contains "Geoffrey Butler"
step 9: then file dateoption.html contains "FANCYDATE"
cleanup 3: given an installed subplot
scenario: Recall values for use in later steps
step 1: given file values.subplot
step 2: given file values.md
step 3: given file values.yaml
step 4: given file values.py
step 5: given an installed subplot
step 6: when I run subplot codegen values.subplot -o test.py
step 7: when I run python3 test.py
step 8: then command is successful
cleanup 5: given an installed subplot
scenario: Bad "add-newline" value
step 1: given an installed subplot
step 2: given file add-newline.subplot
step 3: given file add-newline.md
step 4: when I try to run subplot docgen add-newline.subplot -o /dev/null
step 5: then command fails
step 6: then stderr contains "ERROR add-newline.md:1:1: value of add-newline attribute is not understood: xyzzy"
cleanup 1: given an installed subplot
scenario: Class name validation
step 1: given file unknown-class-name.subplot
step 2: given file unknown-class-name.md
step 3: given file known-class-name.subplot
step 4: given file known-class-name.md
step 5: given file b.yaml
step 6: given an installed subplot
step 7: when I try to run subplot docgen unknown-class-name.subplot -o unknown-class-name.html
step 8: then command fails
step 9: then file unknown-class-name.html does not exist
step 10: then stderr contains "Unknown classes found in the document: foobar"
step 11: when I run subplot docgen known-class-name.subplot -o known-class-name.html
step 12: then file known-class-name.html exists
cleanup 6: given an installed subplot
scenario: Steps which do not case-sensitively match sensitive bindings do not work
step 1: given file casemismatch.subplot
step 2: given file casemismatch.md
step 3: given file badbindings.yaml
step 4: given an installed subplot
step 5: when I try to run subplot codegen --run casemismatch.subplot -o test.py
step 6: then command fails
cleanup 4: given an installed subplot
scenario: Simple patterns with regex metacharacters: forbidden case
step 1: given file confusedpattern.subplot
step 2: given file confusedpattern.md
step 3: given file confusedpattern.yaml
step 4: given file capture.py
step 5: given an installed subplot
step 6: when I try to run subplot codegen --run confusedpattern.subplot -o test.py
step 7: then command fails
step 8: then stderr contains "simple pattern contains regex"
cleanup 5: given an installed subplot
scenario: All the keywords
step 1: given file allkeywords.subplot
step 2: given file allkeywords.md
step 3: given file b.yaml
step 4: given file f.py
step 5: given an installed subplot
step 6: when I run subplot codegen --run allkeywords.subplot -o test.py
step 7: then scenario "All keywords" was run
step 8: then step "given precondition foo" was run
step 9: then step "when I do bar" was run
step 10: then step "then bar was done" was run
step 11: then command is successful
cleanup 5: given an installed subplot
scenario: No scenarios means codegen fails
step 1: given file noscenarios.subplot
step 2: given file noscenarios.md
step 3: given an installed subplot
step 4: when I try to run subplot codegen noscenarios.subplot -o test.py
step 5: then command fails
step 6: then stderr contains "no scenarios were found"
cleanup 3: given an installed subplot
scenario: Embedded CSS
step 1: given file embedded-css.subplot
step 2: given file embedded-css.md
step 3: given file embedded-css.css
step 4: given file b.yaml
step 5: given an installed subplot
step 6: when I run subplot docgen embedded-css.subplot -o foo.html
step 7: then file foo.html contains "silly: property;"
cleanup 5: given an installed subplot
OK, all scenarios finished successfully
cd examples/muck && /workspace/src/inst/subplot --resources /workspace/src/share codegen muck.subplot --run --output test.py
INFO Starting Subplot
srcdir /workspace/src/examples/muck
datadir /tmp/tmpqxu8ecta
scenario: Basic object handling
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then response code is 201
step 5: then header Muck-Id is ID
step 6: then header Muck-Revision is REV1
step 7: when I do GET /res with Muck-Id: {ID}
step 8: then response code is 200
step 9: then header Muck-Revision matches {REV1}
step 10: then body matches {"foo": "bar"}
step 11: when I do PUT /res with Muck-Id: {ID}, Muck-Revision: {REV1}, and body {"foo":"yo"}
step 12: then response code is 200
step 13: then header Muck-Revision is {REV2}
step 14: then revisions {REV1} and {REV2} are different
step 15: when I do PUT /res with Muck-Id: {ID}, Muck-Revision: {REV1}, and body {"foo":"yo"}
step 16: then response code is 409
step 17: when I do GET /res with Muck-Id: {ID}
step 18: then response code is 200
step 19: then header Muck-Revision matches {REV2}
step 20: then body matches {"foo": "yo"}
step 21: when I do DELETE /res with Muck-Id: {ID}
step 22: then response code is 200
step 23: when I do GET /res with Muck-Id: {ID}
step 24: then response code is 404
scenario: Deleting someone else's data
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: given I am Verence
step 7: when I do DELETE /res with Muck-Id: {ID}
step 8: then response code is 404
scenario: Accessing someone else's data
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: when I do GET /res with Muck-Id: {ID}
step 7: then response code is 200
step 8: then header Muck-Revision matches {REV1}
step 9: then body matches {"foo": "bar"}
step 10: given I am Verence
step 11: when I do GET /res with Muck-Id: {ID}
step 12: then response code is 404
scenario: Updating someone else's data
step 1: given a fresh Muck server
step 2: given I am Tomjon
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: given I am Verence
step 7: when I do PUT /res with Muck-Id: {ID}, Muck-Revision: {REV1}, and body {"foo":"yo"}
step 8: then response code is 404
scenario: Restarting Muck
step 1: given a fresh Muck server
step 2: given I am Tomjon, with super capability
step 3: when I do POST /res with {"foo": "bar"}
step 4: then header Muck-Id is ID
step 5: then header Muck-Revision is REV1
step 6: when I restart Muck
step 7: when I do GET /res with Muck-Id: {ID}
step 8: then response code is 200
step 9: then header Muck-Revision matches {REV1}
step 10: then body matches {"foo": "bar"}
OK, all scenarios finished successfully
INFO Subplot finished successfully
if [ "--offline" = "" ] ; then \
cd examples/website && \
/workspace/src/inst/subplot --resources /workspace/src/share codegen website.subplot --run --output test.py; \
fi
cd examples/seq && cargo test --
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplotlib-derive v0.13.0 (/workspace/src/subplotlib-derive)
Compiling subplotlib v0.13.0 (/workspace/src/subplotlib)
Compiling subplot-seq-example v0.1.0 (/workspace/src/examples/seq)
Finished `test` profile [unoptimized + debuginfo] target(s) in 1.40s
Running tests/seq.rs (/workspace/cache/debug/deps/seq-4598d7435515260d)
running 4 tests
test no_arguments ... ok
test more_than_one_number ... ok
test not_a_number ... ok
test one_number ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
/workspace/src/inst/subplot --resources /workspace/src/share docgen subplot.subplot -o subplot.html
INFO Starting Subplot
INFO Subplot finished successfully
/workspace/src/inst/subplot --resources /workspace/src/share docgen tests/subplots/common/files.subplot -o tests/subplots/common/files.html
INFO Starting Subplot
INFO Subplot finished successfully
/workspace/src/inst/subplot --resources /workspace/src/share docgen tests/subplots/common/runcmd.subplot -o tests/subplots/common/runcmd.html
INFO Starting Subplot
INFO Subplot finished successfully
cd examples/muck && /workspace/src/inst/subplot --resources /workspace/src/share/subplot docgen muck.subplot -o muck.html
INFO Starting Subplot
INFO Subplot finished successfully
cd examples/website && /workspace/src/inst/subplot --resources /workspace/src/share docgen website.subplot -o website.html
INFO Starting Subplot
INFO Subplot finished successfully
cd examples/seq && /workspace/src/inst/subplot --resources /workspace/src/share docgen seq.subplot -o seq.html
INFO Starting Subplot
INFO Subplot finished successfully
/workspace/src/inst/subplot --resources /workspace/src/share libdocgen lib/runcmd.yaml --output /workspace/src/inst/runcmd.md
INFO Starting Subplot
INFO Subplot finished successfully
if which pandoc>/dev/null; then pandoc --toc --standalone --self-contained --metadata "title=lib/runcmd" --output /workspace/src/inst/runcmd.html /workspace/src/inst/runcmd.md; fi
/workspace/src/inst/subplot --resources /workspace/src/share libdocgen lib/files.yaml --output /workspace/src/inst/files.md
INFO Starting Subplot
INFO Subplot finished successfully
if which pandoc>/dev/null; then pandoc --toc --standalone --self-contained --metadata "title=lib/files" --output /workspace/src/inst/files.html /workspace/src/inst/files.md; fi
/workspace/src/inst/subplot --resources /workspace/src/share libdocgen python/lib/daemon.yaml --output /workspace/src/inst/daemon.md
INFO Starting Subplot
INFO Subplot finished successfully
if which pandoc>/dev/null; then pandoc --toc --standalone --self-contained --metadata "title=lib/daemon" --output /workspace/src/inst/daemon.html /workspace/src/inst/daemon.md; fi
/workspace/src/inst/subplot --resources /workspace/src/share docgen book/user-guide.subplot --output book/user-guide.html
INFO Starting Subplot
INFO Subplot finished successfully
mkdir -p doc/libdocs
for x in subplot.html tests/subplots/common/*.html examples/*/*.html book/*.html; do if [ -e "$x" ]; then mv "$x" doc; fi; done
for x in /workspace/src/inst/*.html; do if [ -e "$x" ]; then mv "$x" doc/libdocs/; fi; done
+ cp -a doc/files.html doc/libdocs doc/muck.html doc/runcmd.html doc/seq.html doc/subplot.html doc/user-guide.html doc/website.html /workspace/artifacts/.
+ git reset --hard
HEAD is now at 7af08da Merge branch 'success-step' into 'main'
+ git clean -fdx
Removing doc/
Removing examples/muck/test.py
Removing inst/
Removing share/python/template/__pycache__/
Removing test.log
Removing test.py
+ git status --ignored
HEAD detached at 7af08da
nothing to commit, working tree clean
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 7af08da Merge branch 'success-step' into 'main'
custom action "dch" exit code Some(0)
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:16Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-11-29T12:16:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ 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=311
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=9ddb1ba9f3dc4e1384459774b82dfebb
SHLVL=2
JOURNAL_STREAM=8:12968
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.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=subplot
++ dpkg-parsechangelog -SVersion
+ version=0.13.0.ci20251129T121616-1
++ echo 0.13.0.ci20251129T121616-1
++ sed 's/-[^-]*$//'
+ uv=0.13.0.ci20251129T121616
++ dpkg --print-architecture
+ arch=amd64
+ orig=../subplot_0.13.0.ci20251129T121616.orig.tar.xz
+ deb=../subplot_0.13.0.ci20251129T121616-1_amd64.deb
+ changes=../subplot_0.13.0.ci20251129T121616-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package subplot
dpkg-buildpackage: info: source version 0.13.0.ci20251129T121616-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean
dh_auto_clean
dh_clean
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building subplot using existing ./subplot_0.13.0.ci20251129T121616.orig.tar.xz
dpkg-source: info: building subplot in subplot_0.13.0.ci20251129T121616-1.debian.tar.xz
dpkg-source: info: building subplot in subplot_0.13.0.ci20251129T121616-1.dsc
debian/rules build
dh build
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
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
disabled
make[1]: Leaving directory '/workspace/src'
create-stamp debian/debhelper-build-stamp
debian/rules binary
dh 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.13.0 (/workspace/src/bin)
Compiling subplot v0.13.0 (/workspace/src)
Compiling subplot-bin v0.13.0 (/workspace/src/bin)
Finished `release` profile [optimized] target(s) in 11.58s
Installing debian/subplot/bin/subplot
Installed package `subplot-bin v0.13.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
dh_installchangelogs: warning: Could not parse timestamp '15 April 2022 15:00:00 +0100'. debian/changelog will not be trimmed.
dh_installchangelogs: warning: 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
dpkg-gencontrol: warning: Built-Using field of package subplot: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package subplot: substitution variable ${cargo:Built-Using} used, but is not defined
dh_md5sums
dh_builddeb
dpkg-deb: building package 'subplot-dbgsym' in '../subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb'.
dpkg-deb: building package 'subplot' in '../subplot_0.13.0.ci20251129T121616-1_amd64.deb'.
dpkg-genbuildinfo -O../subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo
dpkg-genchanges -O../subplot_0.13.0.ci20251129T121616-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
+ ls -l ..
total 2352
drwxr-xr-x 3 root root 4096 Nov 29 12:16 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 06:01 cache
drwxr-xr-x 3 root root 4096 Nov 29 12:15 deps
drwxr-xr-x 16 root root 4096 Nov 29 12:16 src
-rw-r--r-- 1 root root 239928 Nov 29 12:16 subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb
-rw-r--r-- 1 root root 2384 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1.debian.tar.xz
-rw-r--r-- 1 root root 1018 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1.dsc
-rw-r--r-- 1 root root 10186 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo
-rw-r--r-- 1 root root 2392 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1_amd64.changes
-rw-r--r-- 1 root root 1973872 Nov 29 12:16 subplot_0.13.0.ci20251129T121616-1_amd64.deb
-rw-r--r-- 1 root root 149788 Nov 29 12:16 subplot_0.13.0.ci20251129T121616.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb
drwxr-xr-x root/root 0 2025-11-29 12:16 ./
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/lib/debug/.build-id/dc/
-rw-r--r-- root/root 1857648 2025-11-29 12:16 ./usr/lib/debug/.build-id/dc/f20c42050e44fd870863d9652e1e08abe83863.debug
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-11-29 12:16 ./usr/share/doc/subplot-dbgsym -> subplot
+ for x in ../*.deb
+ dpkg -c ../subplot_0.13.0.ci20251129T121616-1_amd64.deb
drwxr-xr-x root/root 0 2025-11-29 12:16 ./
drwxr-xr-x root/root 0 2025-11-29 12:16 ./bin/
-rwxr-xr-x root/root 8125176 2025-11-29 12:16 ./bin/subplot
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/doc/subplot/
-rw-r--r-- root/root 3623 2025-11-29 12:15 ./usr/share/doc/subplot/README.md
-rw-r--r-- root/root 651 2025-11-29 12:16 ./usr/share/doc/subplot/changelog.Debian.gz
-rw-r--r-- root/root 1394 2025-11-29 12:15 ./usr/share/doc/subplot/copyright
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 103 2025-11-29 12:15 ./usr/share/lintian/overrides/subplot
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/subplot/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/common/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/common/lib/
-rw-r--r-- root/root 10532 2025-11-29 12:15 ./usr/share/subplot/common/lib/files.yaml
-rw-r--r-- root/root 8784 2025-11-29 12:15 ./usr/share/subplot/common/lib/runcmd.yaml
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/python/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/python/lib/
-rw-r--r-- root/root 10415 2025-11-29 12:15 ./usr/share/subplot/python/lib/daemon.py
-rw-r--r-- root/root 4434 2025-11-29 12:15 ./usr/share/subplot/python/lib/daemon.yaml
-rw-r--r-- root/root 8048 2025-11-29 12:15 ./usr/share/subplot/python/lib/files.py
-rw-r--r-- root/root 8657 2025-11-29 12:15 ./usr/share/subplot/python/lib/runcmd.py
drwxr-xr-x root/root 0 2025-11-29 12:16 ./usr/share/subplot/python/template/
-rw-r--r-- root/root 1275 2025-11-29 12:15 ./usr/share/subplot/python/template/asserts.py
-rw-r--r-- root/root 2457 2025-11-29 12:15 ./usr/share/subplot/python/template/context.py
-rw-r--r-- root/root 4611 2025-11-29 12:15 ./usr/share/subplot/python/template/context_tests.py
-rw-r--r-- root/root 201 2025-11-29 12:15 ./usr/share/subplot/python/template/encoding.py
-rw-r--r-- root/root 474 2025-11-29 12:15 ./usr/share/subplot/python/template/encoding_tests.py
-rw-r--r-- root/root 412 2025-11-29 12:15 ./usr/share/subplot/python/template/files.py
-rw-r--r-- root/root 4557 2025-11-29 12:15 ./usr/share/subplot/python/template/main.py
-rw-r--r-- root/root 2785 2025-11-29 12:15 ./usr/share/subplot/python/template/scenarios.py
-rw-r--r-- root/root 2565 2025-11-29 12:15 ./usr/share/subplot/python/template/template.py.tera
-rw-r--r-- root/root 137 2025-11-29 12:15 ./usr/share/subplot/python/template/template.yaml
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/rust/
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/rust/lib/
-rw-r--r-- root/root 788 2025-11-29 12:15 ./usr/share/subplot/rust/lib/datadir.yaml
drwxr-xr-x root/root 0 2025-11-29 12:15 ./usr/share/subplot/rust/template/
-rw-r--r-- root/root 1449 2025-11-29 12:15 ./usr/share/subplot/rust/template/macros.rs.tera
-rw-r--r-- root/root 1213 2025-11-29 12:15 ./usr/share/subplot/rust/template/template.rs.tera
-rw-r--r-- root/root 71 2025-11-29 12:15 ./usr/share/subplot/rust/template/template.yaml
-rw-r--r-- root/root 2103 2025-11-29 12:15 ./usr/share/subplot/subplot.css
+ mv ../subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb ../subplot_0.13.0.ci20251129T121616-1.debian.tar.xz ../subplot_0.13.0.ci20251129T121616-1.dsc ../subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo ../subplot_0.13.0.ci20251129T121616-1_amd64.changes ../subplot_0.13.0.ci20251129T121616-1_amd64.deb ../subplot_0.13.0.ci20251129T121616.orig.tar.xz /workspace/artifacts
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "find /workspace/artifacts\n",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "find /workspace/artifacts\n",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nfind /workspace/artifacts\n\n"]
cwd=/workspace/src (exists? true)
+ find /workspace/artifacts
/workspace/artifacts
/workspace/artifacts/files.html
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1_amd64.changes
/workspace/artifacts/subplot-dbgsym_0.13.0.ci20251129T121616-1_amd64.deb
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1_amd64.deb
/workspace/artifacts/subplot_0.13.0.ci20251129T121616.orig.tar.xz
/workspace/artifacts/seq.html
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1.dsc
/workspace/artifacts/website.html
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1_amd64.buildinfo
/workspace/artifacts/subplot_0.13.0.ci20251129T121616-1.debian.tar.xz
/workspace/artifacts/subplot.html
/workspace/artifacts/user-guide.html
/workspace/artifacts/runcmd.html
/workspace/artifacts/muck.html
/workspace/artifacts/libdocs
/workspace/artifacts/libdocs/files.html
/workspace/artifacts/libdocs/daemon.html
/workspace/artifacts/libdocs/runcmd.html
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:33Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-11-29T12:16:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-29T12:16:33Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-29T12:16:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-11-29T12:16:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-29T12:16:47Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-29T12:16:47Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-11-29T12:16:51Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-29T12:16:52Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-29T12:16:52Z DEBUG ambient_ci::run] remove old cache
[2025-11-29T12:16:54Z DEBUG ambient_ci::run] extract cache
[2025-11-29T12:17:00Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-29T12:17:00Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-29T12:17:00Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zjxyd2A1A7FnxtC69qDfoAajfTHo/meta.yaml
[2025-11-29T12:17:01Z INFO ambient] ambient ends successfully
<empty log>