CI run for rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Radicle repository id rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Table of Contents

Run log

[=3h[=3hBdsDxe: 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)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   372K  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     6M  1 disk 
vdc    254:32   0   5.2M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 598.7M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-02-04 08:27 ./
-rw-r--r-- _rad/_rad      1156 2026-02-04 08:27 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-02-04 08:27 ./run-ci
INFO: Extracted files:
   524300      4 drwxr-xr-x   2 1000     1000         4096 Feb  4 08:27 .
   524301      4 -rw-r--r--   1 1000     1000         1156 Feb  4 08:27 ./plan.yaml
   524302   6132 -rwxr-xr-x   1 1000     1000      6275392 Feb  4 08:27 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-02-04T08:27:29Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T08:27:29Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T08:27:29Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T08:27:29Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T08:27:29Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T08:27:29Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: shell
      shell: ln -sf /ci /workspace
    - action: shell
      shell: git config --global user.name 'Ambient CI'
    - action: shell
      shell: git config --global user.email ambient@example.com
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: shell
      shell: |
        make doc
        cp ./*.html doc/*.html /workspace/artifacts
        git reset --hard
        git clean -fdx
    - action: custom
      name: dch
      args:
        debfullname: Lars Wirzenius
        debemail: liw@liw.fi
    - action: deb
      packages: .
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    
    
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:27:29Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-02-04T08:27:29Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:27:29Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-02-04T08:27:33Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T08:27:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:27:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-04T08:27:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-04T08:27:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:27:33Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-02-04T08:28:09Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
       cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
   Compiling proc-macro2 v1.0.106
   Compiling quote v1.0.44
    Checking bytes v1.11.1
    Checking socket2 v0.6.2
   Compiling find-msvc-tools v0.1.9
   Compiling syn v2.0.114
   Compiling cc v1.2.55
    Checking tokio v1.49.0
   Compiling synstructure v0.13.2
   Compiling zerovec-derive v0.11.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.1
    Checking zerofrom v0.1.6
   Compiling displaydoc v0.2.5
   Compiling ring v0.17.14
    Checking yoke v0.8.1
    Checking zerovec v0.11.5
    Checking http v1.4.0
    Checking tinystr v0.8.2
    Checking slab v0.4.12
    Checking icu_locale_core v2.1.1
    Checking potential_utf v0.1.4
    Checking zerotrie v0.2.3
    Checking rustls-pki-types v1.14.0
    Checking icu_provider v2.1.1
    Checking icu_collections v2.1.1
    Checking http-body v1.0.1
   Compiling serde_derive v1.0.228
    Checking futures-util v0.3.31
    Checking serde v1.0.228
    Checking tokio-util v0.7.18
    Checking h2 v0.4.13
    Checking rustls-webpki v0.103.9
   Compiling rustls v0.23.36
    Checking icu_normalizer v2.1.1
    Checking icu_properties v2.1.2
   Compiling zmij v1.0.19
    Checking idna_adapter v1.2.1
    Checking hyper v1.8.1
   Compiling portable-atomic v1.13.1
   Compiling thiserror v2.0.18
    Checking tower v0.5.3
    Checking hyper-util v0.1.20
    Checking tokio-rustls v0.26.4
    Checking idna v1.1.0
    Checking webpki-roots v1.0.6
   Compiling thiserror-impl v2.0.18
   Compiling num-conv v0.2.0
   Compiling time-core v0.1.8
    Checking clap_builder v4.5.57
    Checking tower-http v0.6.8
   Compiling clap_derive v4.5.55
    Checking serde_norway v0.9.42
   Compiling time-macros v0.2.26
    Checking hyper-rustls v0.27.7
    Checking serde_json v1.0.149
    Checking url v2.5.8
    Checking html-escape v0.2.13
    Checking serde_urlencoded v0.7.1
    Checking http-body-util v0.1.3
    Checking log v0.4.29
   Compiling ambient-ci v0.11.1 (/ci/src)
    Checking indicatif v0.18.3
    Checking time v0.3.46
    Checking reqwest v0.12.28
    Checking html-page v0.4.1
    Checking clingwrap v0.5.0
    Checking byte-unit v5.2.0
    Checking clap v4.5.57
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s
[2026-02-04T08:28:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:28Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-02-04T08:28:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-02-04T08:28:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/ci/src (exists? true)
   Compiling zerofrom v0.1.6
   Compiling bytes v1.11.1
   Compiling yoke v0.8.1
   Compiling zerovec v0.11.5
   Compiling socket2 v0.6.2
   Compiling tinystr v0.8.2
   Compiling http v1.4.0
   Compiling tokio v1.49.0
   Compiling slab v0.4.12
   Compiling icu_locale_core v2.1.1
   Compiling potential_utf v0.1.4
   Compiling zerotrie v0.2.3
   Compiling rustls-pki-types v1.14.0
   Compiling icu_provider v2.1.1
   Compiling icu_collections v2.1.1
   Compiling http-body v1.0.1
   Compiling ring v0.17.14
   Compiling futures-util v0.3.31
   Compiling serde v1.0.228
   Compiling tokio-util v0.7.18
   Compiling h2 v0.4.13
   Compiling icu_properties v2.1.2
   Compiling icu_normalizer v2.1.1
   Compiling rustls-webpki v0.103.9
   Compiling rustls v0.23.36
   Compiling hyper v1.8.1
   Compiling idna_adapter v1.2.1
   Compiling hyper-util v0.1.20
   Compiling tokio-rustls v0.26.4
   Compiling tower v0.5.3
   Compiling idna v1.1.0
   Compiling zmij v1.0.19
   Compiling webpki-roots v1.0.6
   Compiling num-conv v0.2.0
   Compiling time-core v0.1.8
   Compiling serde_norway v0.9.42
   Compiling time-macros v0.2.26
   Compiling tower-http v0.6.8
   Compiling clap_builder v4.5.57
   Compiling thiserror v2.0.18
   Compiling hyper-rustls v0.27.7
   Compiling serde_json v1.0.149
   Compiling url v2.5.8
   Compiling portable-atomic v1.13.1
   Compiling html-escape v0.2.13
   Compiling serde_urlencoded v0.7.1
   Compiling http-body-util v0.1.3
   Compiling ambient-ci v0.11.1 (/ci/src)
   Compiling log v0.4.29
   Compiling indicatif v0.18.3
   Compiling reqwest v0.12.28
   Compiling html-page v0.4.1
   Compiling clap v4.5.57
   Compiling clingwrap v0.5.0
   Compiling time v0.3.46
   Compiling byte-unit v5.2.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.01s
[2026-02-04T08:28:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:52Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-02-04T08:28:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-02-04T08:28:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/ambient_ci-5f713d048ecc4707)

running 24 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test config::test::rsync_target_for_project_with_base_and_map_only ... ok
test config::test::rsync_target_for_project_with_rsync_target_set ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok

test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s

     Running unittests src/bin/ambient.rs (/ci/cache/cargo-target/debug/deps/ambient-dc78176a1d110007)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/ambient-execute-plan.rs (/ci/cache/cargo-target/debug/deps/ambient_execute_plan-4df1bbcb5c1b4e14)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests ambient_ci

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

[2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
        },
    )
[2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
        },
    )
[2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nmake doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
       cwd=/ci/src (exists? true)
+ make doc
subplot docgen ambient.subplot -o ambient.html
 INFO Starting Subplot
 INFO Subplot finished successfully
make -C doc
make[1]: Entering directory '/ci/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
make[1]: Leaving directory '/ci/src/doc'
+ cp ./ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at 98e3c144 feat: add structured run logs and HTML generation
+ git clean -fdx
Removing ambient.html
Removing doc/userguide.html
[2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/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
+ git reset --hard
HEAD is now at 98e3c144 feat: add structured run logs and HTML generation
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.11.1
++ date -u +%Y%m%dT%H%M%S
+ T=20260204T082853
+ version=0.11.1.ci20260204T082853-1
+ dch -v 0.11.1.ci20260204T082853-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n        "]
       cwd=/ci/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=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=281
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=0d56ee656c8a49e8b2e90b8cd2995c41
SHLVL=2
JOURNAL_STREAM=8:13550
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.93.0 (083ac5135 2025-12-15)
+ rustc --version
rustc 1.93.0 (254b59607 2026-01-19)
++ dpkg-parsechangelog -SSource
+ name=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.11.1.ci20260204T082853-1
++ echo 0.11.1.ci20260204T082853-1
++ sed 's/-[^-]*$//'
+ uv=0.11.1.ci20260204T082853
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz
+ deb=../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb
+ changes=../ambient-ci_0.11.1.ci20260204T082853-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.11.1.ci20260204T082853-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 ambient-ci using existing ./ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.11.1.ci20260204T082853-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.11.1.ci20260204T082853-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 '/ci/src'
make -C doc
make[2]: Entering directory '/ci/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
make[2]: Leaving directory '/ci/src/doc'
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/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 '/ci/src'
cargo install --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
  Installing ambient-ci v0.11.1 (/ci/src)
   Compiling proc-macro2 v1.0.106
   Compiling quote v1.0.44
   Compiling bytes v1.11.1
   Compiling syn v2.0.114
   Compiling socket2 v0.6.2
   Compiling find-msvc-tools v0.1.9
   Compiling cc v1.2.55
   Compiling tokio v1.49.0
   Compiling synstructure v0.13.2
   Compiling zerofrom-derive v0.1.6
   Compiling zerofrom v0.1.6
   Compiling yoke-derive v0.8.1
   Compiling yoke v0.8.1
   Compiling zerovec-derive v0.11.2
   Compiling zerovec v0.11.5
   Compiling displaydoc v0.2.5
   Compiling tinystr v0.8.2
   Compiling ring v0.17.14
   Compiling http v1.4.0
   Compiling slab v0.4.12
   Compiling icu_locale_core v2.1.1
   Compiling zerotrie v0.2.3
   Compiling potential_utf v0.1.4
   Compiling rustls-pki-types v1.14.0
   Compiling icu_collections v2.1.1
   Compiling icu_provider v2.1.1
   Compiling http-body v1.0.1
   Compiling serde_derive v1.0.228
   Compiling futures-util v0.3.31
   Compiling serde v1.0.228
   Compiling tokio-util v0.7.18
   Compiling rustls v0.23.36
   Compiling h2 v0.4.13
   Compiling rustls-webpki v0.103.9
   Compiling icu_normalizer v2.1.1
   Compiling icu_properties v2.1.2
   Compiling zmij v1.0.19
   Compiling idna_adapter v1.2.1
   Compiling hyper v1.8.1
   Compiling thiserror v2.0.18
   Compiling portable-atomic v1.13.1
   Compiling idna v1.1.0
   Compiling hyper-util v0.1.20
   Compiling tower v0.5.3
   Compiling tokio-rustls v0.26.4
   Compiling webpki-roots v1.0.6
   Compiling thiserror-impl v2.0.18
   Compiling num-conv v0.2.0
   Compiling time-core v0.1.8
   Compiling clap_builder v4.5.57
   Compiling clap_derive v4.5.55
   Compiling time-macros v0.2.26
   Compiling tower-http v0.6.8
   Compiling serde_norway v0.9.42
   Compiling hyper-rustls v0.27.7
   Compiling serde_json v1.0.149
   Compiling url v2.5.8
   Compiling html-escape v0.2.13
   Compiling serde_urlencoded v0.7.1
   Compiling http-body-util v0.1.3
   Compiling ambient-ci v0.11.1 (/ci/src)
   Compiling log v0.4.29
   Compiling reqwest v0.12.28
   Compiling time v0.3.46
   Compiling indicatif v0.18.3
   Compiling html-page v0.4.1
   Compiling clingwrap v0.5.0
   Compiling byte-unit v5.2.0
   Compiling clap v4.5.57
    Finished `release` profile [optimized] target(s) in 1m 04s
  Installing /ci/src/debian/ambient-ci/usr/bin/ambient
  Installing /ci/src/debian/ambient-ci/usr/bin/ambient-execute-plan
   Installed package `ambient-ci v0.11.1 (/ci/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `/ci/src/debian/ambient-ci/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb'.
 dpkg-genbuildinfo -O../ambient-ci_0.11.1.ci20260204T082853-1_amd64.buildinfo
 dpkg-genchanges -O../ambient-ci_0.11.1.ci20260204T082853-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 3232
-rw-r--r--  1 root root  467400 Feb  4 08:30 ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb
-rw-r--r--  1 root root    2092 Feb  4 08:28 ambient-ci_0.11.1.ci20260204T082853-1.debian.tar.xz
-rw-r--r--  1 root root     966 Feb  4 08:28 ambient-ci_0.11.1.ci20260204T082853-1.dsc
-rw-r--r--  1 root root    5898 Feb  4 08:30 ambient-ci_0.11.1.ci20260204T082853-1_amd64.buildinfo
-rw-r--r--  1 root root    2447 Feb  4 08:30 ambient-ci_0.11.1.ci20260204T082853-1_amd64.changes
-rw-r--r--  1 root root 2712016 Feb  4 08:30 ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb
-rw-r--r--  1 root root   86016 Feb  4 08:28 ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz
drwxr-xr-x  2 root root    4096 Feb  4 08:28 artifacts
drwxr-xr-x  6 root root    4096 Jan 15 06:16 cache
drwxr-xr-x  3 root root    4096 Feb  4 08:26 deps
drwxr-xr-x 10 root root    4096 Feb  4 08:28 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb
drwxr-xr-x root/root         0 2026-02-04 08:28 ./
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/.build-id/4b/
-rw-r--r-- root/root   1395440 2026-02-04 08:28 ./usr/lib/debug/.build-id/4b/32d5eda9db3fd8d40022085317f83067297623.debug
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/.build-id/a6/
-rw-r--r-- root/root   1919832 2026-02-04 08:28 ./usr/lib/debug/.build-id/a6/d7ec77394738c6b9327be5d304f8bf4ee29e50.debug
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-04 08:28 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb
drwxr-xr-x root/root         0 2026-02-04 08:28 ./
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/bin/
-rwxr-xr-x root/root   7676288 2026-02-04 08:28 ./usr/bin/ambient
-rwxr-xr-x root/root   5157152 2026-02-04 08:28 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root       449 2026-02-04 08:28 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root       340 2026-02-04 08:28 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root     33364 2026-02-04 08:28 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       266 2026-02-04 08:28 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/man/
drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/man/man1/
-rw-r--r-- root/root       261 2026-02-04 08:28 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root       205 2026-02-04 08:28 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb ../ambient-ci_0.11.1.ci20260204T082853-1.debian.tar.xz ../ambient-ci_0.11.1.ci20260204T082853-1.dsc ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.buildinfo ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.changes ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb ../ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz /ci/artifacts/.
[2026-02-04T08:30:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:30:04Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-04T08:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-04T08:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-02-04T08:30:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:30:29Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-02-04T08:30:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-02-04T08:30:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-02-04T08:30:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:30:29Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
    "name": "ambient-ci",
    "description": "Ambient command line tool to run CI projects locally",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "98e3c1447503d70b1005855121eb35feb51ce80e",
  "after": "98e3c1447503d70b1005855121eb35feb51ce80e",
  "branch": "main",
  "commits": [
    "98e3c1447503d70b1005855121eb35feb51ce80e"
  ]
}

Ambient stdout

[2026-02-04T08:26:54Z INFO  ambient] ambient starts
[2026-02-04T08:26:54Z 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`
[2026-02-04T08:26:54Z 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",
        },
        uefi: false,
        lint: true,
    }
[2026-02-04T08:26:54Z DEBUG ambient_ci::linter] linting project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh with rsync_target
[2026-02-04T08:26:54Z DEBUG ambient_ci::linter] linting project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh with http_get
[2026-02-04T08:26:54Z DEBUG ambient_ci::linter] linting project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh with shellcheck
[2026-02-04T08:26:54Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] latest commit: "e3c133ee63764f0188dec90d8891ffb2afa20016"
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] is a git repository
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] git repository is clean
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] current (HEAD) commit: 98e3c1447503d70b1005855121eb35feb51ce80e
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] no dry run requested
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] forced run requested
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] run? true
[2026-02-04T08:26:54Z INFO  ambient_ci::run] project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh: running CI
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-02-04T08:26:54Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-02-04T08:26:54Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-02-04T08:26:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-02-04T08:26:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/cache/cargo-target",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
        },
        source_dir: "/tmp/.tmpvRRJYO/src",
        deps_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpvRRJYO/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpvRRJYO/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpvRRJYO/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpvRRJYO/src => /tmp/.tmpcC7xNL
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/test.sh wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/vdrive.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/vdrive.rs => /tmp/.tmpcC7xNL/src/vdrive.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/util.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/util.rs => /tmp/.tmpcC7xNL/src/util.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/style.css wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/runlog.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/runlog.rs => /tmp/.tmpcC7xNL/src/runlog.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/run.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/run.rs => /tmp/.tmpcC7xNL/src/run.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/qemu_utils.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/qemu_utils.rs => /tmp/.tmpcC7xNL/src/qemu_utils.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/qemu.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/qemu.rs => /tmp/.tmpcC7xNL/src/qemu.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/project.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/project.rs => /tmp/.tmpcC7xNL/src/project.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/plan.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/plan.rs => /tmp/.tmpcC7xNL/src/plan.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/linter.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/linter.rs => /tmp/.tmpcC7xNL/src/linter.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/lib.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/lib.rs => /tmp/.tmpcC7xNL/src/lib.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/image_store.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/image_store.rs => /tmp/.tmpcC7xNL/src/image_store.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/git.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/git.rs => /tmp/.tmpcC7xNL/src/git.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/config.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/config.rs => /tmp/.tmpcC7xNL/src/config.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/cloud_init.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/cloud_init.rs => /tmp/.tmpcC7xNL/src/cloud_init.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/checksummer.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/checksummer.rs => /tmp/.tmpcC7xNL/src/checksummer.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/state.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/state.rs => /tmp/.tmpcC7xNL/src/bin/cmd/state.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/run.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/run.rs => /tmp/.tmpcC7xNL/src/bin/cmd/run.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/qemu.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/qemu.rs => /tmp/.tmpcC7xNL/src/bin/cmd/qemu.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/projects.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/projects.rs => /tmp/.tmpcC7xNL/src/bin/cmd/projects.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/plan.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/plan.rs => /tmp/.tmpcC7xNL/src/bin/cmd/plan.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/mod.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/mod.rs => /tmp/.tmpcC7xNL/src/bin/cmd/mod.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/log.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/log.rs => /tmp/.tmpcC7xNL/src/bin/cmd/log.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/image.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/image.rs => /tmp/.tmpcC7xNL/src/bin/cmd/image.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/config.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/config.rs => /tmp/.tmpcC7xNL/src/bin/cmd/config.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/cmd/actions.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/cmd/actions.rs => /tmp/.tmpcC7xNL/src/bin/cmd/actions.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/ambient.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/ambient.rs => /tmp/.tmpcC7xNL/src/bin/ambient.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/bin/ambient-execute-plan.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/bin/ambient-execute-plan.rs => /tmp/.tmpcC7xNL/src/bin/ambient-execute-plan.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/tar.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/tar.rs => /tmp/.tmpcC7xNL/src/action_impl/tar.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/shell.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/shell.rs => /tmp/.tmpcC7xNL/src/action_impl/shell.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/setenv.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/setenv.rs => /tmp/.tmpcC7xNL/src/action_impl/setenv.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/rsync.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/rsync.rs => /tmp/.tmpcC7xNL/src/action_impl/rsync.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/pwd.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/pwd.rs => /tmp/.tmpcC7xNL/src/action_impl/pwd.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/mod.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/mod.rs => /tmp/.tmpcC7xNL/src/action_impl/mod.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/mkdir.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/mkdir.rs => /tmp/.tmpcC7xNL/src/action_impl/mkdir.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/http_get.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/http_get.rs => /tmp/.tmpcC7xNL/src/action_impl/http_get.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/dummy.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/dummy.rs => /tmp/.tmpcC7xNL/src/action_impl/dummy.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/dput.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/dput.rs => /tmp/.tmpcC7xNL/src/action_impl/dput.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/deb.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/deb.rs => /tmp/.tmpcC7xNL/src/action_impl/deb.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/custom.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/custom.rs => /tmp/.tmpcC7xNL/src/action_impl/custom.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action_impl/cargo.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action_impl/cargo.rs => /tmp/.tmpcC7xNL/src/action_impl/cargo.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/src/action.rs wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/src/action.rs => /tmp/.tmpcC7xNL/src/action.rs
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/projects.yaml wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/doc wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/doc/userguide.subplot wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/doc/userguide.md wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/doc/Makefile wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/source wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/source/format wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/rules wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/lintian-overrides wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/copyright wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/control wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/compat wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/changelog wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/cargo-checksum.json wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/build-deb wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/ambient-ci.manpages wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/debian/ambient-ci.docs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/build.rs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/ambient.yaml wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/ambient.subplot wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/ambient.py wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/ambient.md wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/ambient.1 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/ambient-execute-plan.1 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/README.md wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/NEWS.md wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/Makefile wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/INSTALL.md wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/Cargo.toml wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/Cargo.toml => /tmp/.tmpcC7xNL/Cargo.toml
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/Cargo.lock wanted=true
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpvRRJYO/src/Cargo.lock => /tmp/.tmpcC7xNL/Cargo.lock
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/COPYING.md wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.woodpecker wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.woodpecker/build.yaml wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.woodpecker/Makefile wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.radicle wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.radicle/ambient.yaml wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.gitignore wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.cargo wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.cargo/deny.toml wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.ambient wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.ambient/dch wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/index wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/HEAD wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/config wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/HEAD wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/refs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/refs/heads wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/refs/heads/main wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/refs/remotes wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/refs/remotes/origin wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/packed-refs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs/remotes wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs/remotes/origin wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs/tags wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs/heads wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/refs/heads/main wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/39 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/39/9af92df77feef7dc6f1620b535eba5dd6e9528 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/b3 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/b3/e589260fa47a3cd3dc130cfbd422fc5449f3b6 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/37 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/37/173a015e20028b6fb49dfe12001d60225c2670 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/37/a9ca2537f2b1952fc02269ebfe67c0a42e0f1a wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/fd wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/fd/6214555a86be257658a1b8927cf36149b0a71a wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/d3 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/d3/077681270749f754c2a0a78ce23acbd84c693c wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/83 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/83/a782d8a285ceff95ba437283f2b6cbc172ead9 wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/info wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/info/commit-graph wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/info/packs wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cb4a2ab94cb66575b4d264669552068d525fdb60.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-6c22edc565edd73d9c0672e5da78274dfb828158.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-459efc43e68ce2e40d03e47a500b80ddfaea0c91.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-571db123ef9e23fea61639acebbd6a32cddd8cac.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-6222e20f18229a5e3b5dd0a9dec53dbe11ee764e.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-a183e9e725466667f6afbbb17057c9b65e901480.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-a183e9e725466667f6afbbb17057c9b65e901480.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-6bcd21225f676f2f4073551ec30578770b086806.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-34de34520a8aafec8c0c4cc5c7942f336ded8573.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-dca5d3e4018c8d2ce9e6de0705552d745455784a.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-1d188c0eb9b68b37536ba8246fa51cd92e47a099.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-05ccf22394abafdcbeab545c1a824a007475ea08.rev wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b8291dd3eeaf5e7351fe239356d15ce92281fbe7.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cae7b95b1275c78a9520491d088b33ae92688133.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-2522e866b7332120d41e83f3ffb92427c0fb030f.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-5df0b843e72b91829d52b54208206501a38fce54.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cb455a69e408129a5dcedfae0008a1e34af8b313.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-aea5e3a4abbf81793be17e3327a9741ed14f7d72.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-c21d96f9e7cf1812fb3b0c8c57375d01e493c9d2.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-6c22edc565edd73d9c0672e5da78274dfb828158.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-411db74f17f7b41fb3823c463a83fc5495d71383.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-1d188c0eb9b68b37536ba8246fa51cd92e47a099.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-8e2812eab82622ab7c7dc4365e136147fdf4c2b1.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-3450506c6f182018b2351b40fa224619a7c90bb7.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b6ffa57314211a3564d4d137431f7b802ee3f1ce.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-7a146aa6069015a4d49d90c6e61fe3a26fe11314.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-5df0b843e72b91829d52b54208206501a38fce54.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-3494a56343d1cc093349ad5f3adf4e92456996cb.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-6bcd21225f676f2f4073551ec30578770b086806.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-94981291fb2e43366bade4c090a4cfeef9666954.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cae7b95b1275c78a9520491d088b33ae92688133.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b50b734739c9e71951e606f53045940faeafa349.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b601a8e02f1f743855407fc0dc3d804349952336.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-05ccf22394abafdcbeab545c1a824a007475ea08.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-05ccf22394abafdcbeab545c1a824a007475ea08.bitmap wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-d096358dfeb22fa7a5cf7ed6f69ad4b5a1fb1dfe.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-6222e20f18229a5e3b5dd0a9dec53dbe11ee764e.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b601a8e02f1f743855407fc0dc3d804349952336.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-a5f2365e5f9bb02a8bc92395b2334c59171e30b1.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b8291dd3eeaf5e7351fe239356d15ce92281fbe7.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-055ff77085c9fd7d10f68fa9846259520e12992e.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-399c3ff5aae5469e9831800a317ae2422ae2c852.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-5585230db3b0bfbd8082bc117d89f5d0dff7755c.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-459efc43e68ce2e40d03e47a500b80ddfaea0c91.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cb797cb2d902b60ded6994ad0f90c60f022c45f3.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-e98e6d2e9f5223b751adf4e2dbb4e995f149f108.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-42fa25f6485b56f0986bb18c46147d2c4b2a9060.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-d096358dfeb22fa7a5cf7ed6f69ad4b5a1fb1dfe.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-411db74f17f7b41fb3823c463a83fc5495d71383.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-571db123ef9e23fea61639acebbd6a32cddd8cac.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-42fa25f6485b56f0986bb18c46147d2c4b2a9060.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b6ffa57314211a3564d4d137431f7b802ee3f1ce.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-3450506c6f182018b2351b40fa224619a7c90bb7.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cb797cb2d902b60ded6994ad0f90c60f022c45f3.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-8a2de290003301eeef328f2c7c575d18c2feec42.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-8a2de290003301eeef328f2c7c575d18c2feec42.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-2522e866b7332120d41e83f3ffb92427c0fb030f.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-e98e6d2e9f5223b751adf4e2dbb4e995f149f108.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-aea5e3a4abbf81793be17e3327a9741ed14f7d72.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-8e2812eab82622ab7c7dc4365e136147fdf4c2b1.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-94923c759640c336d4da4647ae81159c9d9dfded.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cb4a2ab94cb66575b4d264669552068d525fdb60.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-399c3ff5aae5469e9831800a317ae2422ae2c852.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-94981291fb2e43366bade4c090a4cfeef9666954.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-692965e911856208e91184841b624b3c25004765.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-dca5d3e4018c8d2ce9e6de0705552d745455784a.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-692965e911856208e91184841b624b3c25004765.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-cb455a69e408129a5dcedfae0008a1e34af8b313.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-05ccf22394abafdcbeab545c1a824a007475ea08.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-c21d96f9e7cf1812fb3b0c8c57375d01e493c9d2.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-d646db2d32a03360a5e7e5df2a44f3c9020dd965.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-5585230db3b0bfbd8082bc117d89f5d0dff7755c.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-94923c759640c336d4da4647ae81159c9d9dfded.pack wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-b50b734739c9e71951e606f53045940faeafa349.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-3494a56343d1cc093349ad5f3adf4e92456996cb.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-a5f2365e5f9bb02a8bc92395b2334c59171e30b1.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-34de34520a8aafec8c0c4cc5c7942f336ded8573.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-7a146aa6069015a4d49d90c6e61fe3a26fe11314.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-055ff77085c9fd7d10f68fa9846259520e12992e.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/objects/pack/pack-d646db2d32a03360a5e7e5df2a44f3c9020dd965.idx wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/branches wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/update.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/commit-msg.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/post-update.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/pre-push.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/pre-rebase.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/pre-commit.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/pre-receive.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/description wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/info wanted=false
[2026-02-04T08:26:54Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpvRRJYO/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpcC7xNL (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded time-core v0.1.8
  Downloaded time-macros v0.2.26
  Downloaded wasm-bindgen-shared v0.2.108
  Downloaded thiserror-impl v2.0.18
  Downloaded proc-macro2 v1.0.106
  Downloaded html-page v0.4.1
  Downloaded wasm-bindgen v0.2.108
  Downloaded quote v1.0.44
  Downloaded wasm-bindgen-futures v0.4.58
  Downloaded thiserror v2.0.18
  Downloaded wasm-bindgen-macro v0.2.108
  Downloaded num-conv v0.2.0
  Downloaded zmij v1.0.19
  Downloaded html-escape v0.2.13
  Downloaded slab v0.4.12
  Downloaded find-msvc-tools v0.1.9
  Downloaded clap_derive v4.5.55
  Downloaded rustls-pki-types v1.14.0
  Downloaded socket2 v0.6.2
  Downloaded uuid v1.20.0
  Downloaded wasm-bindgen-macro-support v0.2.108
  Downloaded clap v4.5.57
  Downloaded bytes v1.11.1
  Downloaded js-sys v0.3.85
  Downloaded wit-bindgen v0.51.0
  Downloaded cc v1.2.55
  Downloaded rustls-webpki v0.103.9
  Downloaded schemars v1.2.1
  Downloaded hyper-util v0.1.20
  Downloaded zerocopy-derive v0.8.38
  Downloaded wasip2 v1.0.2+wasi-0.2.9
  Downloaded time v0.3.46
  Downloaded clap_builder v4.5.57
  Downloaded portable-atomic v1.13.1
  Downloaded zerocopy v0.8.38
  Downloaded webpki-roots v1.0.6
  Downloaded web-sys v0.3.85
[2026-02-04T08:26:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T08:26:58Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-02-04T08:26:58Z DEBUG ambient_ci::run] Executing plan steps
[2026-02-04T08:26:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpWENMda/src.tar
[2026-02-04T08:26:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpWENMda/deps.tar
[2026-02-04T08:27:02Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-02-04T08:27:02Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/ci",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/ci/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/ci/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/ci/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            Shell(
                Shell {
                    shell: "ln -sf /ci /workspace",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.name 'Ambient CI'",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.email ambient@example.com",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            Shell(
                Shell {
                    shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
                },
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debfullname": String("Lars Wirzenius"),
                        "debemail": String("liw@liw.fi"),
                    },
                },
            ),
            Deb(
                Deb {
                    packages: Some(
                        ".",
                    ),
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/ci/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(
            "/ci",
        ),
        source_dir: Some(
            "/ci/src",
        ),
        deps_dir: Some(
            "/ci/deps",
        ),
        cache_dir: Some(
            "/ci/cache",
        ),
        artifacts_dir: Some(
            "/ci/artifacts",
        ),
    }
[2026-02-04T08:27:02Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-02-04T08:27:02Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpWENMda/ambient-execute-plan/run-ci
[2026-02-04T08:27:02Z DEBUG ambient_ci::run] copy OK: true
[2026-02-04T08:27:02Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpWENMda/executor.tar
[2026-02-04T08:27:25Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-04T08:27:25Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh, exists? true
[2026-02-04T08:27:25Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-04T08:27:25Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log OK
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-02-04T08:27:25Z 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"
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-02-04T08:27:25Z 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",
        ],
    }
[2026-02-04T08:27:25Z DEBUG ambient_ci::qemu] run QEMU
[2026-02-04T08:27:25Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-02-04T08:27:25Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmppTj70s/.tmp4frcoC/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-02-04T08:27:25Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-02-04T08:27:25Z 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",
        ],
    }
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpDz4dHA/meta-data
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpDz4dHA/user-data
[2026-02-04T08:27:25Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpDz4dHA/network-config
[2026-02-04T08:27:25Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmppTj70s/.tmp4frcoC/console.log
[2026-02-04T08:27:25Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmppTj70s/.tmp4frcoC/console.log
[2026-02-04T08:27:25Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-04T08:27:25Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-04T08:27:25Z 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/.tmppTj70s/.tmp4frcoC/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmppTj70s/.tmp4frcoC/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWENMda/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmppTj70s/.tmp4frcoC/cloud_init.iso",
            "-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/.tmppTj70s/.tmp4frcoC/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWENMda/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWENMda/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWENMda/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpWENMda/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-02-04T08:30:33Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-02-04T08:30:33Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-02-04T08:27:29Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-04T08:27:29Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-04T08:27:29Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-04T08:27:29Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-04T08:27:29Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-04T08:27:29Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
        steps:
        - action: mkdir
          pathname: /ci
        - action: mkdir
          pathname: /ci/artifacts
        - action: tar_extract
          archive: /dev/vdc
          directory: /ci/src
        - action: tar_extract
          archive: /dev/vdf
          directory: /ci/deps
        - action: tar_extract
          archive: /dev/vde
          directory: /ci/cache
        - action: shell
          shell: ln -sf /ci /workspace
        - action: shell
          shell: git config --global user.name 'Ambient CI'
        - action: shell
          shell: git config --global user.email ambient@example.com
        - action: cargo_fmt
        - action: cargo_clippy
        - action: cargo_build
        - action: cargo_test
        - action: shell
          shell: |
            make doc
            cp ./*.html doc/*.html /workspace/artifacts
            git reset --hard
            git clean -fdx
        - action: custom
          name: dch
          args:
            debfullname: Lars Wirzenius
            debemail: liw@liw.fi
        - action: deb
          packages: .
        - action: tar_create
          archive: /dev/vde
          directory: /ci/cache
        - action: tar_create
          archive: /dev/vdd
          directory: /ci/artifacts
        executor_drive: /dev/vdb
        source_drive: /dev/vdc
        artifact_drive: /dev/vdd
        cache_drive: /dev/vde
        deps_drive: /dev/vdf
        workspace_dir: /ci
        source_dir: /ci/src
        deps_dir: /ci/deps
        cache_dir: /ci/cache
        artifacts_dir: /ci/artifacts
        
        
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:27:29Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-02-04T08:27:29Z TRACE ambient_ci::vdrive] extraction OK
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:27:29Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-02-04T08:27:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:27:29Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-02-04T08:27:33Z TRACE ambient_ci::vdrive] extraction OK
    [2026-02-04T08:27:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:27:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-04T08:27:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-04T08:27:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:27:33Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-02-04T08:28:09Z TRACE ambient_ci::vdrive] extraction OK
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
           cwd=/ci/src (exists? true)
    + ln -sf /ci /workspace
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.name 'Ambient CI'
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.email ambient@example.com
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:09Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-02-04T08:28:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
       Compiling proc-macro2 v1.0.106
       Compiling quote v1.0.44
        Checking bytes v1.11.1
        Checking socket2 v0.6.2
       Compiling find-msvc-tools v0.1.9
       Compiling syn v2.0.114
       Compiling cc v1.2.55
        Checking tokio v1.49.0
       Compiling synstructure v0.13.2
       Compiling zerovec-derive v0.11.2
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.1
        Checking zerofrom v0.1.6
       Compiling displaydoc v0.2.5
       Compiling ring v0.17.14
        Checking yoke v0.8.1
        Checking zerovec v0.11.5
        Checking http v1.4.0
        Checking tinystr v0.8.2
        Checking slab v0.4.12
        Checking icu_locale_core v2.1.1
        Checking potential_utf v0.1.4
        Checking zerotrie v0.2.3
        Checking rustls-pki-types v1.14.0
        Checking icu_provider v2.1.1
        Checking icu_collections v2.1.1
        Checking http-body v1.0.1
       Compiling serde_derive v1.0.228
        Checking futures-util v0.3.31
        Checking serde v1.0.228
        Checking tokio-util v0.7.18
        Checking h2 v0.4.13
        Checking rustls-webpki v0.103.9
       Compiling rustls v0.23.36
        Checking icu_normalizer v2.1.1
        Checking icu_properties v2.1.2
       Compiling zmij v1.0.19
        Checking idna_adapter v1.2.1
        Checking hyper v1.8.1
       Compiling portable-atomic v1.13.1
       Compiling thiserror v2.0.18
        Checking tower v0.5.3
        Checking hyper-util v0.1.20
        Checking tokio-rustls v0.26.4
        Checking idna v1.1.0
        Checking webpki-roots v1.0.6
       Compiling thiserror-impl v2.0.18
       Compiling num-conv v0.2.0
       Compiling time-core v0.1.8
        Checking clap_builder v4.5.57
        Checking tower-http v0.6.8
       Compiling clap_derive v4.5.55
        Checking serde_norway v0.9.42
       Compiling time-macros v0.2.26
        Checking hyper-rustls v0.27.7
        Checking serde_json v1.0.149
        Checking url v2.5.8
        Checking html-escape v0.2.13
        Checking serde_urlencoded v0.7.1
        Checking http-body-util v0.1.3
        Checking log v0.4.29
       Compiling ambient-ci v0.11.1 (/ci/src)
        Checking indicatif v0.18.3
        Checking time v0.3.46
        Checking reqwest v0.12.28
        Checking html-page v0.4.1
        Checking clingwrap v0.5.0
        Checking byte-unit v5.2.0
        Checking clap v4.5.57
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.04s
    [2026-02-04T08:28:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:28Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-02-04T08:28:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-02-04T08:28:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/ci/src (exists? true)
       Compiling zerofrom v0.1.6
       Compiling bytes v1.11.1
       Compiling yoke v0.8.1
       Compiling zerovec v0.11.5
       Compiling socket2 v0.6.2
       Compiling tinystr v0.8.2
       Compiling http v1.4.0
       Compiling tokio v1.49.0
       Compiling slab v0.4.12
       Compiling icu_locale_core v2.1.1
       Compiling potential_utf v0.1.4
       Compiling zerotrie v0.2.3
       Compiling rustls-pki-types v1.14.0
       Compiling icu_provider v2.1.1
       Compiling icu_collections v2.1.1
       Compiling http-body v1.0.1
       Compiling ring v0.17.14
       Compiling futures-util v0.3.31
       Compiling serde v1.0.228
       Compiling tokio-util v0.7.18
       Compiling h2 v0.4.13
       Compiling icu_properties v2.1.2
       Compiling icu_normalizer v2.1.1
       Compiling rustls-webpki v0.103.9
       Compiling rustls v0.23.36
       Compiling hyper v1.8.1
       Compiling idna_adapter v1.2.1
       Compiling hyper-util v0.1.20
       Compiling tokio-rustls v0.26.4
       Compiling tower v0.5.3
       Compiling idna v1.1.0
       Compiling zmij v1.0.19
       Compiling webpki-roots v1.0.6
       Compiling num-conv v0.2.0
       Compiling time-core v0.1.8
       Compiling serde_norway v0.9.42
       Compiling time-macros v0.2.26
       Compiling tower-http v0.6.8
       Compiling clap_builder v4.5.57
       Compiling thiserror v2.0.18
       Compiling hyper-rustls v0.27.7
       Compiling serde_json v1.0.149
       Compiling url v2.5.8
       Compiling portable-atomic v1.13.1
       Compiling html-escape v0.2.13
       Compiling serde_urlencoded v0.7.1
       Compiling http-body-util v0.1.3
       Compiling ambient-ci v0.11.1 (/ci/src)
       Compiling log v0.4.29
       Compiling indicatif v0.18.3
       Compiling reqwest v0.12.28
       Compiling html-page v0.4.1
       Compiling clap v4.5.57
       Compiling clingwrap v0.5.0
       Compiling time v0.3.46
       Compiling byte-unit v5.2.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.01s
    [2026-02-04T08:28:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:52Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-02-04T08:28:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-02-04T08:28:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/ambient_ci-5f713d048ecc4707)
    
    running 24 tests
    test action::test::mkdir_action ... ok
    test action_impl::tar::test::tar_create_action ... ok
    test action_impl::tar::test::tar_extract_action ... ok
    test cloud_init::test::metadata ... ok
    test cloud_init::test::userdata ... ok
    test cloud_init::test::userdata_fails_without_runcmd ... ok
    test config::test::does_not_merge_unset ... ok
    test config::test::merges_legacy_value_into_qemu ... ok
    test config::test::merges_set_value ... ok
    test config::test::rsync_target_for_project_with_base_and_map_only ... ok
    test config::test::rsync_target_for_project_with_rsync_target_set ... ok
    test plan::test::round_trip ... ok
    test run::test_run_decision::commit_changed ... ok
    test run::test_run_decision::dry_run_for_commit_changed ... ok
    test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
    test run::test_run_decision::dry_run_for_unchanged ... ok
    test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
    test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
    test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
    test run::test_run_decision::is_not_git ... ok
    test run::test_run_decision::unchanged ... ok
    test run::test_run_decision::unchanged_commit_but_dirty ... ok
    test run::test_run_decision::unchanged_with_force ... ok
    test cloud_init::test::iso ... ok
    
    test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
    
         Running unittests src/bin/ambient.rs (/ci/cache/cargo-target/debug/deps/ambient-dc78176a1d110007)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/ambient-execute-plan.rs (/ci/cache/cargo-target/debug/deps/ambient_execute_plan-4df1bbcb5c1b4e14)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
       Doc-tests ambient_ci
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
            },
        )
    [2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
            },
        )
    [2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nmake doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
           cwd=/ci/src (exists? true)
    + make doc
    subplot docgen ambient.subplot -o ambient.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    make -C doc
    make[1]: Entering directory '/ci/src/doc'
    subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    make[1]: Leaving directory '/ci/src/doc'
    + cp ./ambient.html doc/userguide.html /workspace/artifacts
    + git reset --hard
    HEAD is now at 98e3c144 feat: add structured run logs and HTML generation
    + git clean -fdx
    Removing ambient.html
    Removing doc/userguide.html
    [2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    custom: source=/ci/src
    custom: exe=".ambient/dch" exists=false
    + export 'DEBEMAIL="liw@liw.fi"'
    + DEBEMAIL='"liw@liw.fi"'
    + export 'DEBFULLNAME="Lars Wirzenius"'
    + DEBFULLNAME='"Lars Wirzenius"'
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/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
    + git reset --hard
    HEAD is now at 98e3c144 feat: add structured run logs and HTML generation
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.11.1
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260204T082853
    + version=0.11.1.ci20260204T082853-1
    + dch -v 0.11.1.ci20260204T082853-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:28:53Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-02-04T08:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n        "]
           cwd=/ci/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=/ci/cache/cargo-target
    PWD=/ci/src
    SYSTEMD_EXEC_PID=281
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=0d56ee656c8a49e8b2e90b8cd2995c41
    SHLVL=2
    JOURNAL_STREAM=8:13550
    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.93.0 (083ac5135 2025-12-15)
    + rustc --version
    rustc 1.93.0 (254b59607 2026-01-19)
    ++ dpkg-parsechangelog -SSource
    + name=ambient-ci
    ++ dpkg-parsechangelog -SVersion
    + version=0.11.1.ci20260204T082853-1
    ++ echo 0.11.1.ci20260204T082853-1
    ++ sed 's/-[^-]*$//'
    + uv=0.11.1.ci20260204T082853
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz
    + deb=../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb
    + changes=../ambient-ci_0.11.1.ci20260204T082853-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package ambient-ci
    dpkg-buildpackage: info: source version 0.11.1.ci20260204T082853-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 ambient-ci using existing ./ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz
    dpkg-source: info: building ambient-ci in ambient-ci_0.11.1.ci20260204T082853-1.debian.tar.xz
    dpkg-source: info: building ambient-ci in ambient-ci_0.11.1.ci20260204T082853-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 '/ci/src'
    make -C doc
    make[2]: Entering directory '/ci/src/doc'
    subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    make[2]: Leaving directory '/ci/src/doc'
    make[1]: Leaving directory '/ci/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/ci/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/ci/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 '/ci/src'
    cargo install --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
      Installing ambient-ci v0.11.1 (/ci/src)
       Compiling proc-macro2 v1.0.106
       Compiling quote v1.0.44
       Compiling bytes v1.11.1
       Compiling syn v2.0.114
       Compiling socket2 v0.6.2
       Compiling find-msvc-tools v0.1.9
       Compiling cc v1.2.55
       Compiling tokio v1.49.0
       Compiling synstructure v0.13.2
       Compiling zerofrom-derive v0.1.6
       Compiling zerofrom v0.1.6
       Compiling yoke-derive v0.8.1
       Compiling yoke v0.8.1
       Compiling zerovec-derive v0.11.2
       Compiling zerovec v0.11.5
       Compiling displaydoc v0.2.5
       Compiling tinystr v0.8.2
       Compiling ring v0.17.14
       Compiling http v1.4.0
       Compiling slab v0.4.12
       Compiling icu_locale_core v2.1.1
       Compiling zerotrie v0.2.3
       Compiling potential_utf v0.1.4
       Compiling rustls-pki-types v1.14.0
       Compiling icu_collections v2.1.1
       Compiling icu_provider v2.1.1
       Compiling http-body v1.0.1
       Compiling serde_derive v1.0.228
       Compiling futures-util v0.3.31
       Compiling serde v1.0.228
       Compiling tokio-util v0.7.18
       Compiling rustls v0.23.36
       Compiling h2 v0.4.13
       Compiling rustls-webpki v0.103.9
       Compiling icu_normalizer v2.1.1
       Compiling icu_properties v2.1.2
       Compiling zmij v1.0.19
       Compiling idna_adapter v1.2.1
       Compiling hyper v1.8.1
       Compiling thiserror v2.0.18
       Compiling portable-atomic v1.13.1
       Compiling idna v1.1.0
       Compiling hyper-util v0.1.20
       Compiling tower v0.5.3
       Compiling tokio-rustls v0.26.4
       Compiling webpki-roots v1.0.6
       Compiling thiserror-impl v2.0.18
       Compiling num-conv v0.2.0
       Compiling time-core v0.1.8
       Compiling clap_builder v4.5.57
       Compiling clap_derive v4.5.55
       Compiling time-macros v0.2.26
       Compiling tower-http v0.6.8
       Compiling serde_norway v0.9.42
       Compiling hyper-rustls v0.27.7
       Compiling serde_json v1.0.149
       Compiling url v2.5.8
       Compiling html-escape v0.2.13
       Compiling serde_urlencoded v0.7.1
       Compiling http-body-util v0.1.3
       Compiling ambient-ci v0.11.1 (/ci/src)
       Compiling log v0.4.29
       Compiling reqwest v0.12.28
       Compiling time v0.3.46
       Compiling indicatif v0.18.3
       Compiling html-page v0.4.1
       Compiling clingwrap v0.5.0
       Compiling byte-unit v5.2.0
       Compiling clap v4.5.57
        Finished `release` profile [optimized] target(s) in 1m 04s
      Installing /ci/src/debian/ambient-ci/usr/bin/ambient
      Installing /ci/src/debian/ambient-ci/usr/bin/ambient-execute-plan
       Installed package `ambient-ci v0.11.1 (/ci/src)` (executables `ambient`, `ambient-execute-plan`)
    warning: be sure to add `/ci/src/debian/ambient-ci/usr/bin` to your PATH to be able to run the installed binaries
    find debian -name '.crates*' -delete
    make[1]: Leaving directory '/ci/src'
       dh_installdocs
       dh_installchangelogs
       dh_installman
       dh_lintian
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb'.
    dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb'.
     dpkg-genbuildinfo -O../ambient-ci_0.11.1.ci20260204T082853-1_amd64.buildinfo
     dpkg-genchanges -O../ambient-ci_0.11.1.ci20260204T082853-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 3232
    -rw-r--r--  1 root root  467400 Feb  4 08:30 ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb
    -rw-r--r--  1 root root    2092 Feb  4 08:28 ambient-ci_0.11.1.ci20260204T082853-1.debian.tar.xz
    -rw-r--r--  1 root root     966 Feb  4 08:28 ambient-ci_0.11.1.ci20260204T082853-1.dsc
    -rw-r--r--  1 root root    5898 Feb  4 08:30 ambient-ci_0.11.1.ci20260204T082853-1_amd64.buildinfo
    -rw-r--r--  1 root root    2447 Feb  4 08:30 ambient-ci_0.11.1.ci20260204T082853-1_amd64.changes
    -rw-r--r--  1 root root 2712016 Feb  4 08:30 ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb
    -rw-r--r--  1 root root   86016 Feb  4 08:28 ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz
    drwxr-xr-x  2 root root    4096 Feb  4 08:28 artifacts
    drwxr-xr-x  6 root root    4096 Jan 15 06:16 cache
    drwxr-xr-x  3 root root    4096 Feb  4 08:26 deps
    drwxr-xr-x 10 root root    4096 Feb  4 08:28 src
    + for x in ../*.deb
    + dpkg -c ../ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/.build-id/4b/
    -rw-r--r-- root/root   1395440 2026-02-04 08:28 ./usr/lib/debug/.build-id/4b/32d5eda9db3fd8d40022085317f83067297623.debug
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/lib/debug/.build-id/a6/
    -rw-r--r-- root/root   1919832 2026-02-04 08:28 ./usr/lib/debug/.build-id/a6/d7ec77394738c6b9327be5d304f8bf4ee29e50.debug
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-02-04 08:28 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
    + for x in ../*.deb
    + dpkg -c ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/bin/
    -rwxr-xr-x root/root   7676288 2026-02-04 08:28 ./usr/bin/ambient
    -rwxr-xr-x root/root   5157152 2026-02-04 08:28 ./usr/bin/ambient-execute-plan
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/doc/ambient-ci/
    -rw-r--r-- root/root       449 2026-02-04 08:28 ./usr/share/doc/ambient-ci/changelog.Debian.gz
    -rw-r--r-- root/root       340 2026-02-04 08:28 ./usr/share/doc/ambient-ci/copyright
    -rw-r--r-- root/root     33364 2026-02-04 08:28 ./usr/share/doc/ambient-ci/userguide.html
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       266 2026-02-04 08:28 ./usr/share/lintian/overrides/ambient-ci
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/man/
    drwxr-xr-x root/root         0 2026-02-04 08:28 ./usr/share/man/man1/
    -rw-r--r-- root/root       261 2026-02-04 08:28 ./usr/share/man/man1/ambient-execute-plan.1.gz
    -rw-r--r-- root/root       205 2026-02-04 08:28 ./usr/share/man/man1/ambient.1.gz
    + mv ../ambient-ci-dbgsym_0.11.1.ci20260204T082853-1_amd64.deb ../ambient-ci_0.11.1.ci20260204T082853-1.debian.tar.xz ../ambient-ci_0.11.1.ci20260204T082853-1.dsc ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.buildinfo ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.changes ../ambient-ci_0.11.1.ci20260204T082853-1_amd64.deb ../ambient-ci_0.11.1.ci20260204T082853.orig.tar.xz /ci/artifacts/.
    [2026-02-04T08:30:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:30:04Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-04T08:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-04T08:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-02-04T08:30:04Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-02-04T08:30:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:30:29Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-02-04T08:30:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-02-04T08:30:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-02-04T08:30:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-02-04T08:30:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-04T08:30:29Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-02-04T08:30:33Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-02-04T08:30:35Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-02-04T08:30:35Z DEBUG ambient_ci::run] remove old cache
[2026-02-04T08:30:37Z DEBUG ambient_ci::run] extract cache
[2026-02-04T08:30:47Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-02-04T08:30:47Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-02-04T08:30:47Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2026-02-04T08:30:49Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>