CI run for rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk

Radicle repository id rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk

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
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   940K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 245.3M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-20 11:17 ./
-rw-r--r-- _rad/_rad      1096 2026-01-20 11:17 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-20 11:17 ./run-ci
INFO: Extracted files:
   393228      4 drwxr-xr-x   2 1000     1000         4096 Jan 20 11:17 .
   393230   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 20 11:17 ./run-ci
   393229      4 -rw-r--r--   1 1000     1000         1096 Jan 20 11:17 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T11:18:14Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:18:14Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:18:14Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:18:14Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:18:14Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:18:14Z 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: shell
      shell: |
        subplot docgen jt.subplot -o /workspace/artifacts/jt.html
    - 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-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:18:14Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T11:18:15Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:18:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:15Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T11:18:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T11:18:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:18:15Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T11:18:19Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:18:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:19Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:18:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:18:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:18:19Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T11:18:54Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-01-20T11:18:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:55Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-20T11:18:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-20T11:18:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
    Checking jt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
[2026-01-20T11:18:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:58Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-01-20T11:18:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-01-20T11:18:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/ci/src (exists? true)
   Compiling jt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
[2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "subplot docgen jt.subplot -o /workspace/artifacts/jt.html\n",
        },
    )
[2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "subplot docgen jt.subplot -o /workspace/artifacts/jt.html\n",
        },
    )
[2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen jt.subplot -o /workspace/artifacts/jt.html\n\n"]
       cwd=/ci/src (exists? true)
+ subplot docgen jt.subplot -o /workspace/artifacts/jt.html
 INFO Starting Subplot
 INFO Subplot finished successfully
[2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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 3f20a77 chore: update .ambient/dch
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.1.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T111900
+ version=0.1.0.ci20260120T111900-1
+ dch -v 0.1.0.ci20260120T111900-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-20T11:19:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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=278
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4bbf38fc75e64e98aced1971d6530a47
SHLVL=2
JOURNAL_STREAM=8:13562
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.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=jt
++ dpkg-parsechangelog -SVersion
+ version=0.1.0.ci20260120T111900-1
++ echo 0.1.0.ci20260120T111900-1
++ sed 's/-[^-]*$//'
+ uv=0.1.0.ci20260120T111900
++ dpkg --print-architecture
+ arch=amd64
+ orig=../jt_0.1.0.ci20260120T111900.orig.tar.xz
+ deb=../jt_0.1.0.ci20260120T111900-1_amd64.deb
+ changes=../jt_0.1.0.ci20260120T111900-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package jt
dpkg-buildpackage: info: source version 0.1.0.ci20260120T111900-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 jt using existing ./jt_0.1.0.ci20260120T111900.orig.tar.xz
dpkg-source: info: building jt in jt_0.1.0.ci20260120T111900-1.debian.tar.xz
dpkg-source: info: building jt in jt_0.1.0.ci20260120T111900-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'
true
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo disabled tests
disabled tests
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 --path=. --root=debian/jt --offline --locked
  Installing jt v0.1.0 (/ci/src)
warning: package `libc v0.2.154` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
   Compiling jt v0.1.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 5.28s
  Installing debian/jt/bin/jt
   Installed package `jt v0.1.0 (/ci/src)` (executable `jt`)
warning: be sure to add `debian/jt/bin` to your PATH to be able to run the installed binaries
find debian/jt -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: Built-Using field of package jt: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package jt: substitution variable ${cargo:Built-Using} used, but is not defined
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'jt' in '../jt_0.1.0.ci20260120T111900-1_amd64.deb'.
dpkg-deb: building package 'jt-dbgsym' in '../jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb'.
 dpkg-genbuildinfo -O../jt_0.1.0.ci20260120T111900-1_amd64.buildinfo
 dpkg-genchanges -O../jt_0.1.0.ci20260120T111900-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 1488
drwxr-xr-x 2 root root    4096 Jan 20 11:19 artifacts
drwxr-xr-x 5 root root    4096 Jan 15 06:27 cache
drwxr-xr-x 3 root root    4096 Jan 20 11:17 deps
-rw-r--r-- 1 root root  161452 Jan 20 11:19 jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb
-rw-r--r-- 1 root root    1444 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1.debian.tar.xz
-rw-r--r-- 1 root root     901 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1.dsc
-rw-r--r-- 1 root root    6273 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1_amd64.buildinfo
-rw-r--r-- 1 root root    2390 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1_amd64.changes
-rw-r--r-- 1 root root 1287928 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1_amd64.deb
-rw-r--r-- 1 root root   28992 Jan 20 11:19 jt_0.1.0.ci20260120T111900.orig.tar.xz
drwxr-xr-x 8 root root    4096 Jan 20 11:19 src
+ for x in ../*.deb
+ dpkg -c ../jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-20 11:19 ./
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/6b/
-rw-r--r-- root/root   1120648 2026-01-20 11:19 ./usr/lib/debug/.build-id/6b/6b621e0929eea760f4f07db39d5b8706898982.debug
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-20 11:19 ./usr/share/doc/jt-dbgsym -> jt
+ for x in ../*.deb
+ dpkg -c ../jt_0.1.0.ci20260120T111900-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-20 11:19 ./
drwxr-xr-x root/root         0 2026-01-20 11:19 ./bin/
-rwxr-xr-x root/root   4742560 2026-01-20 11:19 ./bin/jt
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/jt/
-rw-r--r-- root/root       238 2026-01-20 11:19 ./usr/share/doc/jt/changelog.Debian.gz
-rw-r--r-- root/root       972 2026-01-20 11:19 ./usr/share/doc/jt/copyright
+ mv ../jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb ../jt_0.1.0.ci20260120T111900-1.debian.tar.xz ../jt_0.1.0.ci20260120T111900-1.dsc ../jt_0.1.0.ci20260120T111900-1_amd64.buildinfo ../jt_0.1.0.ci20260120T111900-1_amd64.changes ../jt_0.1.0.ci20260120T111900-1_amd64.deb ../jt_0.1.0.ci20260120T111900.orig.tar.xz /ci/artifacts/.
[2026-01-20T11:19:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:15Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:19:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:19:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:19:24Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T11:19:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:25Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T11:19:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T11:19:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T11:19:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:25Z 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:z2wZYvawkpUTnfrCL5iHaufpCdXyk",
    "name": "jt",
    "description": "journalling tool for ikiwiki",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "3f20a7728779d9b116fcaf5e44328fb8c518f73e",
  "after": "3f20a7728779d9b116fcaf5e44328fb8c518f73e",
  "branch": "main",
  "commits": [
    "3f20a7728779d9b116fcaf5e44328fb8c518f73e"
  ]
}

Ambient stdout

[2026-01-20T11:17:55Z INFO  ambient] ambient starts
[2026-01-20T11:17:55Z 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-01-20T11:17:55Z 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-01-20T11:17:55Z DEBUG ambient_ci::linter] linting project rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk with rsync_target
[2026-01-20T11:17:55Z DEBUG ambient_ci::linter] linting project rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk with http_get
[2026-01-20T11:17:55Z DEBUG ambient_ci::linter] linting project rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk with shellcheck
[2026-01-20T11:17:55Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/meta.yaml
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] latest commit: "3f20a7728779d9b116fcaf5e44328fb8c518f73e"
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] current (HEAD) commit: 3f20a7728779d9b116fcaf5e44328fb8c518f73e
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] run? true
[2026-01-20T11:17:55Z INFO  ambient_ci::run] project rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk: running CI
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T11:17:55Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T11:17:55Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-20T11:17:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-20T11:17:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/cache/cargo-target",
        },
        source_dir: "/tmp/.tmpRj5uX2/src",
        deps_dir: "/home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpRj5uX2/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpRj5uX2/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpRj5uX2/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpRj5uX2/src => /tmp/.tmpivftOY
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/subplot wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/subplot/jt.yaml wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/subplot/jt.py wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/template.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/template.rs => /tmp/.tmpivftOY/src/template.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/opt.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/opt.rs => /tmp/.tmpivftOY/src/opt.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/lib.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/lib.rs => /tmp/.tmpivftOY/src/lib.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/journal.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/journal.rs => /tmp/.tmpivftOY/src/journal.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/git.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/git.rs => /tmp/.tmpivftOY/src/git.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/error.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/error.rs => /tmp/.tmpivftOY/src/error.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/config.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/config.rs => /tmp/.tmpivftOY/src/config.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/cmd.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/cmd.rs => /tmp/.tmpivftOY/src/cmd.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/bin wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/src/bin/jt.rs wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/src/bin/jt.rs => /tmp/.tmpivftOY/src/bin/jt.rs
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/jt.subplot wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/jt.md wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/source wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/source/format wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/rules wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/copyright wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/control wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/compat wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/changelog wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/debian/cargo-checksum.json wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/Makefile wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/LICENSE wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/Cargo.toml wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/Cargo.toml => /tmp/.tmpivftOY/Cargo.toml
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/Cargo.lock wanted=true
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpRj5uX2/src/Cargo.lock => /tmp/.tmpivftOY/Cargo.lock
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.radicle wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.radicle/ambient.yaml wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.gitignore wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.ambient wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.ambient/dch wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/index wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/HEAD wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/config wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/HEAD wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/refs wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/refs/heads wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/refs/remotes wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/packed-refs wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs/remotes wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs/remotes/origin wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs/tags wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs/heads wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/refs/heads/main wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/9f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/9f/114b915ae585039279c9b88be14326d50b5142 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/3f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/3f/2b1cd877429d8123907c6e1895b8f762b4fee3 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/3f/0d60a1e3e2a619a9e13d5b5ba7f1ce7fc94353 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5a/de66f57521d6eae0bc589b4d7e5f440d3bed3e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5a/fa773c161954a46e99ac1414a7cd376c8f22e6 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5a/26e349b470aff658a065937433444cbf7a012d wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/6f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/6f/6fa8af78c3b6eb750fbf682f46d7875063e031 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d6 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d6/d273cf7ce2571437544d4d5aff67827552cad6 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b2 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b2/e5ed70562c680e0762b9157f5b3869ce0d60c6 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/c7 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/c7/a18ca6c32a5564390de192cb924871fe169945 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b7 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b7/55cc2aa677c8046626b17caf2c0dd8f662d109 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5f/03086f7d1e710c7a70ddea70f25234a298828b wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5f/00d9dd33378fa4aebf75f6d69a6f7417ce6c36 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/5f/b26c40341f5a3c8fb695ad9e95fd56232da67f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b8/420bd90f3da2f7fdacc0fa5d132836837218bc wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/34 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/34/31a19eae56f7b89038d8f9454876a546a881b3 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/f7 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/f7/ca38f9ee49288172f858ac1d75278a336b71fb wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/51 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/51/fc31c4f72d8758187ef0569b221b7288cf0c09 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/51/fe63481a9d786fd6c20be2d0ad697da303f23d wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/51/3fead9a2b5aee462956ba766cbf077c881c403 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/73 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/73/94178d71c1d3e83fd514d0338160c3ea73a2da wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/1f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/1f/85bde5269f6ed0414c3e0166b5525eaa2358b0 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/c2 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/c2/9862ab466808b942a1dca1069d3e0b816d00cb wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/c2/5dceca4eeaf8cd49c9b08cde4ce2872c395c49 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ba wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ba/1f2ab64a9f7ef94439176e69eb29d96a36a505 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/aa wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/aa/5b12b9531f4d922db09f5210a8329386e23521 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/75 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/75/8f58cd5e1f98dabd1a29f96e981bb1e3dd0e2e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/75/7b07c0449748c937fefcf5064c6df916133d72 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/75/4fe7c34be1510d85b0a70bb3c5cacfef305e26 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ae wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ae/f0eedadd480a280f255797137bd40c54633734 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/57 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/57/d6a58f71326bf06ddaa7f555cd91f1b3f27f9b wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/a9 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/a9/74886e57fd4c5ec87fc26552e3bcb65b45434a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/72 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/72/9007563b07fc5d5092f36979e2c2b7153c08d2 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/a3 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/a3/70db9ac20d385cdd2e817ca69f13f1a90ac0a1 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/6d wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/6d/a352e28d1d52c24f507099b2f03891ac5bd619 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/f8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/f8/923a38508964624800a31dfda1088abc06984f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/f8/e4699af17ddfe9ab199ba4e6f855639ad8fdc2 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/f8/ade7253d8e455561f330f0f45e6d417401d9bf wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/e5 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/e5/bddd26af208b59928dceadef9c63bf202d145b wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/99 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/99/f08fb5e3d9205704dbfdcf6bff494dfa065e67 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/99/a8495d913b6d2556bb1a47bfbb7f83f21ad573 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d0 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d0/a65f5298cd2baa182be455a5ea7f5c789a0d14 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/cb wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/cb/0d6117c9754f0980a374c5ade4bde9ac922eb5 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/52 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/52/7203442b7fb47c1b32f33ba99e78ead0d55b59 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/42 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/42/3663225c9bc9ca4743d60cf754903cea6c99f8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/60 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/60/0c045b8027c199214dca27b25a1343a667150e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/60/989a71beb0c36c2b03870bd35269d475ab33da wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/98 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/98/d530bf2b25f9e3e214e3f189fd5537cc180b24 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/41 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/41/f3dbcb29f07dcffeb94380e5e3e16e9989de57 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/12 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/12/c515468bdcc8db839424c061e64c1660e4721c wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ab wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ab/90ea824d8ecdc253dd8b24ecbabfc22a562065 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/15 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/15/231988e08252486591111118d24f5d8a81bcd8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/15/144d19487ce3bdba36b818957ec721318fbd59 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/15/4bdf6605f5802f314a61a24857111a7841dd52 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/fa wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/fa/694ded6e5d24b86dd239c2a1419a51e1a651dc wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bb wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bb/5ed7b2563d4096d390f5a9cfbc098fdec58406 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/de wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/de/39c43dab76bdc11953fb9c15b1d8e67f6ff786 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/47 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/47/89b4edeedc8e05b397299dcd5fc50a78aadba2 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b6 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/b6/321839398273659a9f9fd98c6404c3818c67f9 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/25 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/25/2b6cbf48a713527ec4eab01e7e3c3db1334d14 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/25/4e15bb9e65c21c24f80795c2cb6901ac82da1c wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ce wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ce/ed3183dd10aea8d81f8b06c0e3edd8624f0df4 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/ce/9c74da9a1242b9e4ee14352ed3b06471bde45f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/40 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/40/ab4d1b4d0e83587cedd0ada17d227c825a5a22 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/16 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/16/971697e1d5fd39a238c80dc4e150b173a53fdf wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bf wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bf/eda01d8e72a289b49dd829252092122b8ae84e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bf/12c7a4eaeeb1b7d8e2f9cf2932f02967c2e5ab wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/94 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/94/d70fdcb2a9ab87bd26318ad6e4c0543541f3e8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/2b wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/2b/c80e8860cf6008173237479245727eb4381931 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/8f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/8f/e5974d8618472599239799db0193071e87c805 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/8f/e0c9d426ca693989ea25d6f209a7b7204b2521 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/2a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/2a/9c8afd7737078aba07f521ee585a650bf32ca8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/77 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/77/8811903eaae50da2f2d2d11aca7312191c0340 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/77/9da47843f1bd365853e19aafa1f876a36e8bad wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/50 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/50/e727beb5c62c3bd08f952759f90648ec20f29e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/70 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/70/7224a0f1ff832a90f56bfb3129ff90dec76949 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/70/320139f328b7d917849e686dfbb6f1ab033c67 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bc wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bc/8fc5aa7027722d8fc9c814efb61e3febd75f29 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bc/438c2ad7931b50bfe0317f45e9e725f9097825 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/0f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/0f/7148ba9566c4cf5e01e9fd6e14a7063e732343 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/0f/d4728938e14df4ebc31cba3600b4f9b2521326 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/e8 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/e8/7af8ab3ef867265acbfac6e006f0cc9d8f9697 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/01 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/01/1013c5a41b028beb85fa80bb5f200341524663 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/4a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/4a/d34255ca81dd70610133eebc82cce621bcb3ef wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/92 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/92/12917d0a3a1cf52eccc04f4daae47f9ebf354a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/7f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/7f/083224af9f265b731abe95ba25d599ec84f05f wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/7f/13d6dafc6354fa344d8b70d1e82239f309608c wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/7f/b9182da4df59339a338bf03a26cb4ee5b7820c wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/eb wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/eb/8967fa40920c2673854b36a1dc071092d13b01 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/a2 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/a2/33eff74c1bfeaa97efcd1fd452db3c44e2aa9e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bd wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bd/14b330b6bd7221832e280dd7195a7c8d7a5178 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/bd/020d95fe168af3468231750cfd4436e06de465 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/23 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/23/3c0b87204d603269e6597605038ccca44ab21b wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/19 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/19/f5d556c40ba4be805d04699212f8af12d9ac4a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/71 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/71/1cea49ae5fc2325c0ede1bde453f553404cfbc wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/71/dd11331898fd11eb44a1f6edc9ded76f7e6de0 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/71/4e4dae10ec2b48ee904564cfe8128aa99fd1d7 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/0a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/0a/dbf8edf708823cef1159918b476eee6d491162 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d3 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d3/11ed4ca9d62b108fba3ad0a109a1e17ba33fae wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/6a wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/6a/e5556fa5777e8e3395414b5fa9c0696d37ce54 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/05 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/05/d782c25e422baff4e3d7f297630291cad07b72 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/17 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/17/31dfaac53b4f4e68bfb4f0484a37819aa0b625 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/8b wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/8b/3a280426ce369bef5c481ae2882883cfe8e3e4 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d4 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/d4/5394ae1e59568158e21acc7a9f0f1448105b64 wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/4e wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/4e/742887bc7efddee883008b664890b07ecd2aed wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/info wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/info/packs wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-17de891c0731dd5de1f1148801e8a83f94153ae8.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-9bb5c0eceb1a8682285679890c4eaa6546623fcf.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-cb5ccc4528eea07d24a302517c4eba388867874f.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-191b004b63edae0abbc3bd19216702829a971a57.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-2d8563a7210f6129383e71cd710981a5c02fba54.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-27dd79a28211bcec3f3099220cafbcbc6c815675.bitmap wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-4c038c87c95f7476f8f94e10c3b3bd2bc234af82.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-20d59d63e70379efed4f0c9acd7d9e2a3fc6a9a9.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-d1b80185fe64e533882f9f7295854228fbbfa336.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-50775532c70f08240d0c8a2aff9eac9842911eb5.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-2c2adeb7e3fe7f150d8c830190ac8545ad359ab3.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-a9854ecbd549f09c1dde4f70bb005c3d2244dd5a.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-cb5ccc4528eea07d24a302517c4eba388867874f.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-20d59d63e70379efed4f0c9acd7d9e2a3fc6a9a9.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-93df9eb571d87a6aa062f1ce45adbea30be7bc29.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-60e3f1d7109461954f9fcdad9cc537934d8edc26.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-a432a257e525eb4ff19a7f436a61f6c120652d03.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-780ac18c9af8f516fb4f79daeee5c2b30cf54da5.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-27dd79a28211bcec3f3099220cafbcbc6c815675.rev wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b505d69373d45027965f12b34af8605e3f10806b.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-d9b72cf7474101e8a1091eb390ab70c8f423ed8a.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0405b86ce287f27ffac241a263ad9170ae36ef0e.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-c5071875f21d547cef7fb83c17821fc00f2b6a49.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-bc5567403ad29dcdce153bd1bb8c3499694d9b3c.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-ae2fc8e3a1fa85ad9063cb5ffd1afa1a07d1335d.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-a9854ecbd549f09c1dde4f70bb005c3d2244dd5a.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-283f9b8672f7272835c17baf0b5b53cd534e75a2.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b53694f2a8657e22e3736e79cb52956389a66e2e.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b13fb3541b22e5dd4fb8601941c32553fc5c0669.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-27dd79a28211bcec3f3099220cafbcbc6c815675.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-2c2adeb7e3fe7f150d8c830190ac8545ad359ab3.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0405b86ce287f27ffac241a263ad9170ae36ef0e.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-dc1f27552ed09307653138e8366dca102ec49d86.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-d0fec09162d0ce041e9db1dbccec4831e366b5c9.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-50775532c70f08240d0c8a2aff9eac9842911eb5.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-5c02b401f9c33d8d0e111e92ff0f349aba891cdb.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-2c9d1550c37be05166fa221b8dbb21cf802a0245.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-191b004b63edae0abbc3bd19216702829a971a57.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0bfb3b5d6eb25bff559733704f1843788ac3bf12.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-e0d36487d558fd0471e5d675ead6af31e744a36f.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-2d8563a7210f6129383e71cd710981a5c02fba54.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0b5b16cbc3c1b419de6d9183e5efdae93f25147e.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-a432a257e525eb4ff19a7f436a61f6c120652d03.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-5dbbc308e3fe80d0b671c3d10f51d17ace2e0d79.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-db127d48c063b4621f303c27446cc92b75a0986b.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b272f7b2128ef39d9af5f985b73ccc5fcd028e91.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-4c038c87c95f7476f8f94e10c3b3bd2bc234af82.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-7e4ee9cffa9cafa25d57486887cb427143a1575b.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-93df9eb571d87a6aa062f1ce45adbea30be7bc29.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-ecf617f2b1f27fba6323e5b8321d50111c06a649.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b53694f2a8657e22e3736e79cb52956389a66e2e.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-dc1f27552ed09307653138e8366dca102ec49d86.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-ecf617f2b1f27fba6323e5b8321d50111c06a649.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0a7a3a011a76c22f81ccee2438048fb9bb6ef94d.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-97f0311b1364090ff94bfc4b21534b620f0c187c.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-db127d48c063b4621f303c27446cc92b75a0986b.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b7b755f26cec9d13faa04814cbfde5d7d99a0558.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-d1b80185fe64e533882f9f7295854228fbbfa336.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-5dbbc308e3fe80d0b671c3d10f51d17ace2e0d79.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0a7a3a011a76c22f81ccee2438048fb9bb6ef94d.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-27dd79a28211bcec3f3099220cafbcbc6c815675.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-3e9f42ed2562454cd5707bd12413e78ac3c20519.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-c5071875f21d547cef7fb83c17821fc00f2b6a49.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0bfb3b5d6eb25bff559733704f1843788ac3bf12.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-97f0311b1364090ff94bfc4b21534b620f0c187c.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-ae2fc8e3a1fa85ad9063cb5ffd1afa1a07d1335d.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-283f9b8672f7272835c17baf0b5b53cd534e75a2.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b7b755f26cec9d13faa04814cbfde5d7d99a0558.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-17de891c0731dd5de1f1148801e8a83f94153ae8.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-5c02b401f9c33d8d0e111e92ff0f349aba891cdb.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-9bb5c0eceb1a8682285679890c4eaa6546623fcf.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-780ac18c9af8f516fb4f79daeee5c2b30cf54da5.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-bc5567403ad29dcdce153bd1bb8c3499694d9b3c.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-e0d36487d558fd0471e5d675ead6af31e744a36f.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-7e4ee9cffa9cafa25d57486887cb427143a1575b.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-2c9d1550c37be05166fa221b8dbb21cf802a0245.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-d0fec09162d0ce041e9db1dbccec4831e366b5c9.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-3e9f42ed2562454cd5707bd12413e78ac3c20519.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-0b5b16cbc3c1b419de6d9183e5efdae93f25147e.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b272f7b2128ef39d9af5f985b73ccc5fcd028e91.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b505d69373d45027965f12b34af8605e3f10806b.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-d9b72cf7474101e8a1091eb390ab70c8f423ed8a.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-60e3f1d7109461954f9fcdad9cc537934d8edc26.idx wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/objects/pack/pack-b13fb3541b22e5dd4fb8601941c32553fc5c0669.pack wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/branches wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/update.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/description wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/info wanted=false
[2026-01-20T11:17:55Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpRj5uX2/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpivftOY (exists? true)
[2026-01-20T11:17:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:17:56Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:17:56Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T11:17:56Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpVJGuqu/src.tar
[2026-01-20T11:17:56Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpVJGuqu/deps.tar
[2026-01-20T11:17:58Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T11:17:58Z 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,
            ),
            Shell(
                Shell {
                    shell: "subplot docgen jt.subplot -o /workspace/artifacts/jt.html\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-01-20T11:17:58Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T11:17:58Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpVJGuqu/ambient-execute-plan/run-ci
[2026-01-20T11:17:58Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T11:17:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpVJGuqu/executor.tar
[2026-01-20T11:18:08Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/run.log
[2026-01-20T11:18:08Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk, exists? true
[2026-01-20T11:18:08Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/run.log
[2026-01-20T11:18:08Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/run.log OK
[2026-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T11:18:08Z 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-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T11:18:08Z 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-01-20T11:18:08Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T11:18:08Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T11:18:08Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmponEr0J/.tmpdKwEZ2/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T11:18:08Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T11:18:08Z 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-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] write /tmp/.tmphope6K/meta-data
[2026-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] write /tmp/.tmphope6K/user-data
[2026-01-20T11:18:08Z DEBUG ambient_ci::cloud_init] write /tmp/.tmphope6K/network-config
[2026-01-20T11:18:08Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmponEr0J/.tmpdKwEZ2/console.log
[2026-01-20T11:18:08Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmponEr0J/.tmpdKwEZ2/console.log
[2026-01-20T11:18:08Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/run.log
[2026-01-20T11:18:08Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/run.log
[2026-01-20T11:18:08Z 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/.tmponEr0J/.tmpdKwEZ2/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmponEr0J/.tmpdKwEZ2/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpVJGuqu/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmponEr0J/.tmpdKwEZ2/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/.tmponEr0J/.tmpdKwEZ2/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpVJGuqu/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpVJGuqu/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpVJGuqu/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpVJGuqu/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-20T11:19:28Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T11:19:28Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-20T11:18:14Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:18:14Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:18:14Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:18:14Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:18:14Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:18:14Z 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: shell
          shell: |
            subplot docgen jt.subplot -o /workspace/artifacts/jt.html
        - 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-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:14Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T11:18:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:18:14Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-20T11:18:15Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T11:18:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:15Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T11:18:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T11:18:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:18:15Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-20T11:18:19Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T11:18:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:19Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:18:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:18:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:18:19Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-20T11:18:54Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:54Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-20T11:18:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-01-20T11:18:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:55Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-20T11:18:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-20T11:18:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
        Checking jt v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
    [2026-01-20T11:18:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:18:58Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-01-20T11:18:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-01-20T11:18:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/ci/src (exists? true)
       Compiling jt v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
    [2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "subplot docgen jt.subplot -o /workspace/artifacts/jt.html\n",
            },
        )
    [2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "subplot docgen jt.subplot -o /workspace/artifacts/jt.html\n",
            },
        )
    [2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen jt.subplot -o /workspace/artifacts/jt.html\n\n"]
           cwd=/ci/src (exists? true)
    + subplot docgen jt.subplot -o /workspace/artifacts/jt.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    [2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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 3f20a77 chore: update .ambient/dch
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.1.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260120T111900
    + version=0.1.0.ci20260120T111900-1
    + dch -v 0.1.0.ci20260120T111900-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:00Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-20T11:19:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-20T11:19:01Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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=278
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=4bbf38fc75e64e98aced1971d6530a47
    SHLVL=2
    JOURNAL_STREAM=8:13562
    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.92.0 (344c4567c 2025-10-21)
    + rustc --version
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    ++ dpkg-parsechangelog -SSource
    + name=jt
    ++ dpkg-parsechangelog -SVersion
    + version=0.1.0.ci20260120T111900-1
    ++ echo 0.1.0.ci20260120T111900-1
    ++ sed 's/-[^-]*$//'
    + uv=0.1.0.ci20260120T111900
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../jt_0.1.0.ci20260120T111900.orig.tar.xz
    + deb=../jt_0.1.0.ci20260120T111900-1_amd64.deb
    + changes=../jt_0.1.0.ci20260120T111900-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package jt
    dpkg-buildpackage: info: source version 0.1.0.ci20260120T111900-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 jt using existing ./jt_0.1.0.ci20260120T111900.orig.tar.xz
    dpkg-source: info: building jt in jt_0.1.0.ci20260120T111900-1.debian.tar.xz
    dpkg-source: info: building jt in jt_0.1.0.ci20260120T111900-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'
    true
    make[1]: Leaving directory '/ci/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/ci/src'
    echo disabled tests
    disabled tests
    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 --path=. --root=debian/jt --offline --locked
      Installing jt v0.1.0 (/ci/src)
    warning: package `libc v0.2.154` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
       Compiling jt v0.1.0 (/ci/src)
        Finished `release` profile [optimized] target(s) in 5.28s
      Installing debian/jt/bin/jt
       Installed package `jt v0.1.0 (/ci/src)` (executable `jt`)
    warning: be sure to add `debian/jt/bin` to your PATH to be able to run the installed binaries
    find debian/jt -name '.crates*' -delete
    make[1]: Leaving directory '/ci/src'
       dh_installdocs
       dh_installchangelogs
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
       dh_installdeb
       dh_gencontrol
    dpkg-gencontrol: warning: Built-Using field of package jt: substitution variable ${cargo:Built-Using} used, but is not defined
    dpkg-gencontrol: warning: Built-Using field of package jt: substitution variable ${cargo:Built-Using} used, but is not defined
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'jt' in '../jt_0.1.0.ci20260120T111900-1_amd64.deb'.
    dpkg-deb: building package 'jt-dbgsym' in '../jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb'.
     dpkg-genbuildinfo -O../jt_0.1.0.ci20260120T111900-1_amd64.buildinfo
     dpkg-genchanges -O../jt_0.1.0.ci20260120T111900-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 1488
    drwxr-xr-x 2 root root    4096 Jan 20 11:19 artifacts
    drwxr-xr-x 5 root root    4096 Jan 15 06:27 cache
    drwxr-xr-x 3 root root    4096 Jan 20 11:17 deps
    -rw-r--r-- 1 root root  161452 Jan 20 11:19 jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb
    -rw-r--r-- 1 root root    1444 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1.debian.tar.xz
    -rw-r--r-- 1 root root     901 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1.dsc
    -rw-r--r-- 1 root root    6273 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1_amd64.buildinfo
    -rw-r--r-- 1 root root    2390 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1_amd64.changes
    -rw-r--r-- 1 root root 1287928 Jan 20 11:19 jt_0.1.0.ci20260120T111900-1_amd64.deb
    -rw-r--r-- 1 root root   28992 Jan 20 11:19 jt_0.1.0.ci20260120T111900.orig.tar.xz
    drwxr-xr-x 8 root root    4096 Jan 20 11:19 src
    + for x in ../*.deb
    + dpkg -c ../jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/6b/
    -rw-r--r-- root/root   1120648 2026-01-20 11:19 ./usr/lib/debug/.build-id/6b/6b621e0929eea760f4f07db39d5b8706898982.debug
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-01-20 11:19 ./usr/share/doc/jt-dbgsym -> jt
    + for x in ../*.deb
    + dpkg -c ../jt_0.1.0.ci20260120T111900-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./bin/
    -rwxr-xr-x root/root   4742560 2026-01-20 11:19 ./bin/jt
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/jt/
    -rw-r--r-- root/root       238 2026-01-20 11:19 ./usr/share/doc/jt/changelog.Debian.gz
    -rw-r--r-- root/root       972 2026-01-20 11:19 ./usr/share/doc/jt/copyright
    + mv ../jt-dbgsym_0.1.0.ci20260120T111900-1_amd64.deb ../jt_0.1.0.ci20260120T111900-1.debian.tar.xz ../jt_0.1.0.ci20260120T111900-1.dsc ../jt_0.1.0.ci20260120T111900-1_amd64.buildinfo ../jt_0.1.0.ci20260120T111900-1_amd64.changes ../jt_0.1.0.ci20260120T111900-1_amd64.deb ../jt_0.1.0.ci20260120T111900.orig.tar.xz /ci/artifacts/.
    [2026-01-20T11:19:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:15Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:19:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:19:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-20T11:19:15Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T11:19:24Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-20T11:19:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:25Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T11:19:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T11:19:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T11:19:25Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-20T11:19:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:25Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-20T11:19:28Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T11:19:29Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T11:19:29Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T11:19:29Z DEBUG ambient_ci::run] extract cache
[2026-01-20T11:19:33Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T11:19:33Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:19:33Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z2wZYvawkpUTnfrCL5iHaufpCdXyk/meta.yaml
[2026-01-20T11:19:33Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>