CI run for rad:zbwass2cGxNYVqU5zR5bUMYATdwW

Radicle repository id rad:zbwass2cGxNYVqU5zR5bUMYATdwW

Table of Contents

Run log

[2025-09-30T10:03:03Z INFO  ambient] ambient starts
[=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   6.1M  1 disk 
vdc    254:32   0   600K  1 disk 
vdd    254:48   0   9.3G  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0 405.5M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-09-30 10:02 ./
-rw-r--r-- _rad/_rad      1098 2025-09-30 10:02 ./plan.yaml
-rwxr-xr-x _rad/_rad   6410400 2025-09-30 10:02 ./run-ci
INFO: Extracted files:
  4587526      4 drwxr-xr-x   2 1001     1001         4096 Sep 30 10:02 .
  4587527      4 -rw-r--r--   1 1001     1001         1098 Sep 30 10:02 ./plan.yaml
  4587530   6264 -rwxr-xr-x   1 1001     1001      6410400 Sep 30 10:02 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-09-30T10:02:56Z TRACE ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
[2025-09-30T10:02:56Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
[2025-09-30T10:02:56Z INFO  ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
[2025-09-30T10:02:56Z WARN  ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
[2025-09-30T10:02:56Z ERROR ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - -maxdepth
  - '2'
  - -ls
- action: shell
  shell: |
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: cargo_doc
- action: custom
  name: dch
  args:
    debemail: liw@liw.fi
    debfullname: Lars Wirzenius
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-09-30T10:02:56Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-09-30T10:02:57Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-30T10:02:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:57Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-09-30T10:02:57Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-09-30T10:02:57Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-09-30T10:02:57Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-09-30T10:02:58Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-09-30T10:02:58Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-09-30T10:02:58Z TRACE ambient_ci::vdrive] extraction OK
[2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
  2621441      4 drwxr-xr-x   6 root     root         4096 Sep 30 10:02 /workspace
  2621646      4 drwxr-xr-x   3 root     root         4096 Sep 30 10:02 /workspace/deps
  2621647      0 -rw-r--r--   1 root     root            0 Sep 30 10:02 /workspace/deps/.package-cache-mutate
  2621650      4 drwxr-xr-x   5 root     root         4096 Sep 30 10:02 /workspace/deps/registry
  2621648     96 -rw-r--r--   1 root     root        98304 Sep 30 10:02 /workspace/deps/.global-cache
  2621649      0 -rw-r--r--   1 root     root            0 Sep 30 10:02 /workspace/deps/.package-cache
  2621443      4 drwxr-xr-x   8 root     root         4096 Sep 30 10:02 /workspace/src
  2621467      4 -rw-r--r--   1 root     root          226 Sep 30 10:02 /workspace/src/Cargo.toml
  2621468      4 drwxr-xr-x   8 root     root         4096 Sep 30 10:02 /workspace/src/.git
  2621448      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/src
  2621465      4 -rw-r--r--   1 root     root          129 Sep 30 10:02 /workspace/src/README.md
  2621446      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/.ambient
  2621444      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/.radicle
  2621452      4 drwxr-xr-x   3 root     root         4096 Sep 30 10:02 /workspace/src/debian
  2621645     60 -rw-r--r--   1 root     root        60103 Sep 30 10:02 /workspace/src/Cargo.lock
  2621466      4 -rw-r--r--   1 root     root            8 Sep 30 10:02 /workspace/src/.gitignore
  2621464      4 -rw-r--r--   1 root     root          360 Sep 30 10:02 /workspace/src/rad-util.1
  2621644      4 -rw-r--r--   1 root     root          161 Sep 30 10:02 /workspace/src/Makefile
  2621450      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/.cargo
  2621442      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/artifacts
  2637794      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/cache
  2637795      4 -rw-r--r--   1 root     root         1038 Sep 30 10:02 /workspace/cache/.rustc_info.json
[2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action Shell {
        shell: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n",
    }
[2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
        shell: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n",
    }
[2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n\n"]
       cwd=/workspace/src (exists? true)
+ s
/bin/bash: line 2: s: command not found
+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
curl: (6) Could not resolve host: sh.rustup.rs
[2025-09-30T10:02:58Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute /bin/bash
[2025-09-30T10:02:58Z ERROR ambient_ci::plan] caused by: command failed: "/bin/bash": exit code 127
ERROR: failed to execute /bin/bash
caused by: command failed: "/bin/bash": exit code 127
EXIT CODE: 1
[2025-09-30T10:03:03Z INFO  ambient] ambient ends successfully

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:zbwass2cGxNYVqU5zR5bUMYATdwW",
    "name": "rad-util",
    "description": "Utility sub-commands for the Radicle rad comman line tool",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "26ab0e5c1282671889354d5979667823208e37dc",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "test curlbash in AMbient",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "b9b43452e59d82cc8f6712c7fec68090122126cd",
    "after": "dd4ac5c0958b228105a4869f9f6e1e49f99ea180",
    "commits": [
      "dd4ac5c0958b228105a4869f9f6e1e49f99ea180"
    ],
    "target": "b9b43452e59d82cc8f6712c7fec68090122126cd",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "26ab0e5c1282671889354d5979667823208e37dc",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "",
        "base": "b9b43452e59d82cc8f6712c7fec68090122126cd",
        "oid": "dd4ac5c0958b228105a4869f9f6e1e49f99ea180",
        "timestamp": 1759226561
      }
    ]
  }
}

Ambient stdout

[2025-09-30T10:02:43Z INFO  ambient] ambient starts
[2025-09-30T10:02:43Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
[2025-09-30T10:02:43Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/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(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-09-30T10:02:43Z DEBUG ambient] configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/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(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-09-30T10:02:43Z DEBUG ambient_ci::project] load project state from /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/meta.yaml
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] no latest commit stored
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] is a git repository
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] git repository is clean
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] current (HEAD) commit: dd4ac5c0958b228105a4869f9f6e1e49f99ea180
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] no dry run requested
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] forced run requested
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] run? true
[2025-09-30T10:02:43Z INFO  ambient_ci::run] project rad:zbwass2cGxNYVqU5zR5bUMYATdwW: running CI
[2025-09-30T10:02:43Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-09-30T10:02:43Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
        sourcedir: "/tmp/.tmpqSILE3/src",
    }
[2025-09-30T10:02:43Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
        sourcedir: "/tmp/.tmpqSILE3/src",
    }
[2025-09-30T10:02:43Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/cache",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_HOME": "/srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/dependencies",
        },
        source_dir: "/tmp/.tmpqSILE3/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpqSILE3/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpqSILE3/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpqSILE3/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
       cwd=/tmp/.tmpqSILE3/src (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded tinyvec v1.9.0
  Downloaded thiserror v2.0.12
  Downloaded windows-targets v0.53.2
  Downloaded thiserror-impl v2.0.12
  Downloaded quote v1.0.40
  Downloaded proc-macro2 v1.0.95
  Downloaded unicode-ident v1.0.18
  Downloaded unicode-normalization v0.1.24
  Downloaded radicle v0.16.1
  Downloaded tinystr v0.8.1
  Downloaded form_urlencoded v1.2.1
  Downloaded bitflags v2.9.1
  Downloaded erased-serde v0.4.6
  Downloaded litemap v0.8.0
  Downloaded cbc v0.1.2
  Downloaded radicle-git-ext v0.8.1
  Downloaded wasm-bindgen-macro-support v0.2.100
  Downloaded idna_adapter v1.2.1
  Downloaded synstructure v0.13.2
  Downloaded icu_normalizer v2.0.0
  Downloaded cyphergraphy v0.3.0
  Downloaded displaydoc v0.2.5
  Downloaded amplify_syn v2.0.1
  Downloaded icu_provider v2.0.0
  Downloaded base32 v0.4.0
  Downloaded ryu v1.0.20
  Downloaded ascii v1.1.0
  Downloaded amplify v4.9.0
  Downloaded nonempty v0.9.0
  Downloaded wasi v0.14.2+wasi-0.2.4
  Downloaded zerotrie v0.2.2
  Downloaded bytesize v2.0.1
  Downloaded serde_json v1.0.141
  Downloaded clap_lex v0.7.5
  Downloaded libredox v0.1.10
  Downloaded heck v0.5.0
  Downloaded toml v0.9.5
  Downloaded once_cell_polyfill v1.70.1
  Downloaded strsim v0.11.1
  Downloaded anstyle-query v1.1.3
  Downloaded anstyle-wincon v3.0.9
  Downloaded anstyle-parse v0.2.7
  Downloaded clap_derive v4.5.41
  Downloaded clap v4.5.41
  Downloaded crossbeam-channel v0.5.15
  Downloaded git2 v0.19.0
  Downloaded anstream v0.6.19
  Downloaded anstyle v1.0.11
  Downloaded data-encoding-macro-internal v0.1.16
  Downloaded colorchoice v1.0.4
  Downloaded is_terminal_polyfill v1.70.1
  Downloaded utf8parse v0.2.2
  Downloaded toml_parser v1.0.2
  Downloaded base64 v0.21.7
  Downloaded hashbrown v0.15.4
  Downloaded localtime v1.3.1
  Downloaded unsafe-libyaml-norway v0.2.15
  Downloaded serde_norway v0.9.42
  Downloaded winnow v0.7.13
  Downloaded ssh-encoding v0.2.0
  Downloaded spki v0.7.3
  Downloaded clap_builder v4.5.41
  Downloaded rand_chacha v0.3.1
  Downloaded windows_x86_64_msvc v0.53.0
  Downloaded num-integer v0.1.46
  Downloaded primeorder v0.13.6
  Downloaded windows_i686_msvc v0.53.0
  Downloaded data-encoding v2.9.0
  Downloaded group v0.13.0
  Downloaded sec1 v0.7.3
  Downloaded blowfish v0.9.1
  Downloaded windows_aarch64_gnullvm v0.53.0
  Downloaded cypheraddr v0.4.0
  Downloaded libc v0.2.174
  Downloaded ct-codecs v1.1.6
  Downloaded proc-macro-error v1.0.4
  Downloaded windows_i686_gnu v0.53.0
  Downloaded redox_users v0.4.6
  Downloaded windows_x86_64_gnu v0.52.6
  Downloaded ec25519 v0.1.0
  Downloaded base16ct v0.2.0
  Downloaded pkcs8 v0.10.2
  Downloaded windows_x86_64_msvc v0.52.6
  Downloaded spin v0.9.8
  Downloaded ecdsa v0.16.9
  Downloaded poly1305 v0.8.0
  Downloaded getrandom v0.2.16
  Downloaded autocfg v1.5.0
  Downloaded chacha20 v0.9.1
  Downloaded pkcs1 v0.7.5
  Downloaded rand_core v0.6.4
  Downloaded toml_datetime v0.7.0
  Downloaded wasi v0.11.1+wasi-snapshot-preview1
  Downloaded const-oid v0.9.6
  Downloaded base64ct v1.8.0
  Downloaded pem-rfc7468 v0.7.0
  Downloaded signature v1.6.4
  Downloaded winapi v0.3.9
  Downloaded hmac v0.12.1
  Downloaded num-traits v0.2.19
  Downloaded ed25519 v1.5.3
  Downloaded multibase v0.9.1
  Downloaded bcrypt-pbkdf v0.10.0
  Downloaded ff v0.13.1
  Downloaded num-iter v0.1.45
  Downloaded ppv-lite86 v0.2.21
  Downloaded aead v0.5.2
  Downloaded block-padding v0.3.3
  Downloaded windows_aarch64_msvc v0.53.0
  Downloaded base-x v0.2.11
  Downloaded pbkdf2 v0.12.2
  Downloaded windows_i686_gnullvm v0.53.0
  Downloaded rfc6979 v0.4.0
  Downloaded lazy_static v1.5.0
  Downloaded ghash v0.5.1
  Downloaded p256 v0.13.2
  Downloaded typenum v1.18.0
  Downloaded cpufeatures v0.2.17
  Downloaded rand v0.8.5
  Downloaded windows_x86_64_gnullvm v0.52.6
  Downloaded elliptic-curve v0.13.8
  Downloaded zerocopy-derive v0.8.26
  Downloaded windows-sys v0.60.2
  Downloaded crypto-bigint v0.5.5
  Downloaded rsa v0.9.8
  Downloaded der v0.7.10
  Downloaded vcpkg v0.2.15
  Downloaded aes v0.8.4
  Downloaded linux-raw-sys v0.9.4
  Downloaded ssh-key v0.6.7
  Downloaded windows-sys v0.59.0
  Downloaded cyphernet v0.5.2
  Downloaded libm v0.2.15
  Downloaded sqlite3-src v0.5.1
  Downloaded aes-gcm v0.10.3
  Downloaded p521 v0.13.3
  Downloaded num-bigint-dig v0.8.4
  Downloaded inout v0.1.4
  Downloaded git-ref-format-core v0.3.1
  Downloaded sha2 v0.10.9
  Downloaded openssl-probe v0.1.6
  Downloaded winapi-i686-pc-windows-gnu v0.4.0
  Downloaded p384 v0.13.1
  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
  Downloaded clingwrap v0.4.0
  Downloaded zerocopy v0.8.26
  Downloaded syn v1.0.109
  Downloaded radicle-cob v0.14.0
  Downloaded radicle-ssh v0.9.0
  Downloaded radicle-std-ext v0.1.1
  Downloaded icu_properties_data v2.0.1
  Downloaded windows_x86_64_gnu v0.53.0
  Downloaded windows_i686_gnu v0.52.6
  Downloaded windows_i686_msvc v0.52.6
  Downloaded icu_collections v2.0.0
  Downloaded universal-hash v0.5.1
  Downloaded block-buffer v0.10.4
  Downloaded version_check v0.9.5
  Downloaded windows_aarch64_msvc v0.52.6
  Downloaded libssh2-sys v0.3.1
  Downloaded signature v2.2.0
  Downloaded generic-array v0.14.7
  Downloaded digest v0.10.7
  Downloaded windows_x86_64_gnullvm v0.53.0
  Downloaded radicle-dag v0.10.0
  Downloaded socks5-client v0.4.1
  Downloaded data-encoding-macro v0.1.18
  Downloaded polyval v0.6.2
  Downloaded cipher v0.4.4
  Downloaded ctr v0.9.2
  Downloaded crypto-common v0.1.6
  Downloaded subtle v2.6.1
  Downloaded radicle-crypto v0.12.0
  Downloaded dirs-sys-next v0.1.2
  Downloaded directories-next v2.0.0
  Downloaded windows_i686_gnullvm v0.52.6
  Downloaded serde_spanned v1.0.0
  Downloaded toml_writer v1.0.2
  Downloaded crossbeam-utils v0.8.21
  Downloaded ssh-cipher v0.2.0
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded idna v1.0.3
  Downloaded openssl-sys v0.9.109
  Downloaded icu_locale_core v2.0.0
  Downloaded zerovec v0.11.2
  Downloaded indexmap v2.10.0
  Downloaded cc v1.2.30
  Downloaded bumpalo v3.19.0
  Downloaded url v2.5.4
  Downloaded serde v1.0.219
  Downloaded sha3 v0.10.8
  Downloaded libz-sys v1.1.22
  Downloaded memchr v2.7.5
  Downloaded git-ref-format-macro v0.3.1
  Downloaded git-ref-format v0.3.1
  Downloaded opaque-debug v0.3.1
  Downloaded serde_derive v1.0.219
  Downloaded tempfile v3.20.0
  Downloaded amplify_derive v4.0.1
  Downloaded amplify_num v0.5.3
  Downloaded icu_properties v2.0.1
  Downloaded keccak v0.1.5
  Downloaded writeable v0.6.1
  Downloaded yoke v0.8.0
  Downloaded smallvec v1.15.1
  Downloaded js-sys v0.3.77
  Downloaded jobserver v0.1.33
  Downloaded windows_aarch64_gnullvm v0.52.6
  Downloaded icu_normalizer_data v2.0.0
  Downloaded stable_deref_trait v1.2.0
  Downloaded yoke-derive v0.8.0
  Downloaded zerofrom-derive v0.1.6
  Downloaded byteorder v1.5.0
  Downloaded itoa v1.0.15
  Downloaded sqlite v0.32.0
  Downloaded thiserror-impl v1.0.69
  Downloaded thiserror v1.0.69
  Downloaded potential_utf v0.1.2
  Downloaded utf8_iter v1.0.4
  Downloaded percent-encoding v2.3.1
  Downloaded serde-untagged v0.1.7
  Downloaded r-efi v5.3.0
  Downloaded zerovec-derive v0.11.1
  Downloaded shlex v1.3.0
  Downloaded tinyvec_macros v0.1.1
  Downloaded windows-targets v0.52.6
  Downloaded zeroize v1.8.1
  Downloaded typeid v1.0.3
  Downloaded once_cell v1.21.3
  Downloaded rustix v1.0.8
  Downloaded zerofrom v0.1.6
  Downloaded siphasher v1.0.1
  Downloaded pkg-config v0.3.32
  Downloaded sqlite3-sys v0.15.2
  Downloaded wit-bindgen-rt v0.39.0
  Downloaded rustversion v1.0.21
  Downloaded wasm-bindgen-backend v0.2.100
  Downloaded wasm-bindgen v0.2.100
  Downloaded equivalent v1.0.2
  Downloaded cfg-if v1.0.1
  Downloaded log v0.4.27
  Downloaded wasm-bindgen-macro v0.2.100
  Downloaded errno v0.3.13
  Downloaded fastrand v2.3.0
  Downloaded wasm-bindgen-shared v0.2.100
  Downloaded getrandom v0.3.3
  Downloaded libgit2-sys v0.17.0+1.8.1
  Downloaded syn v2.0.104
[2025-09-30T10:02:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-09-30T10:02:48Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-09-30T10:02:48Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmptncwOg/src.tar
[2025-09-30T10:02:48Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmptncwOg/deps.tar
[2025-09-30T10:02:49Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-09-30T10:02:49Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir {
                pathname: "/workspace",
            },
            Mkdir {
                pathname: "/workspace/artifacts",
            },
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            Spawn {
                argv: [
                    "find",
                    "/workspace",
                    "-maxdepth",
                    "2",
                    "-ls",
                ],
            },
            Shell {
                shell: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n",
            },
            CargoFmt,
            CargoClippy,
            CargoBuild,
            CargoTest,
            CargoDoc,
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb,
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-09-30T10:02:49Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-09-30T10:02:49Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /srv/tmp/.tmptncwOg/ambient-execute-plan/run-ci
[2025-09-30T10:02:49Z DEBUG ambient_ci::run] copy OK: true
[2025-09-30T10:02:49Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmptncwOg/executor.tar
[2025-09-30T10:02:49Z DEBUG ambient_ci::project] removing run log file /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/run.log
[2025-09-30T10:02:49Z DEBUG ambient_ci::project] statedir is /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW, exists? true
[2025-09-30T10:02:49Z DEBUG ambient_ci::project] creating run log file /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/run.log
[2025-09-30T10:02:49Z DEBUG ambient_ci::project] created run log file /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/run.log OK
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu] run QEMU
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu_utils] qemu-img create /srv/tmp/.tmp2iMrpA/.tmpaxqNk7/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp5YpBjg/meta-data
[2025-09-30T10:02:49Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp5YpBjg/user-data
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu] set console log file to /srv/tmp/.tmp2iMrpA/.tmpaxqNk7/console.log
[2025-09-30T10:02:49Z DEBUG ambient_ci::util] create file /srv/tmp/.tmp2iMrpA/.tmpaxqNk7/console.log
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu] set run file to /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/run.log
[2025-09-30T10:02:49Z DEBUG ambient_ci::util] create file /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/run.log
[2025-09-30T10:02:49Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "7629",
            "-smp",
            "cpus=4",
            "-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:/srv/tmp/.tmp2iMrpA/.tmpaxqNk7/console.log",
            "-serial",
            "file:/srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/srv/tmp/.tmp2iMrpA/.tmpaxqNk7/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/srv/tmp/.tmp2iMrpA/.tmpaxqNk7/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmptncwOg/executor.tar,readonly=on",
            "-cdrom",
            "/srv/tmp/.tmp2iMrpA/.tmpaxqNk7/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmptncwOg/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmptncwOg/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmptncwOg/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmptncwOg/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-09-30T10:03:03Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-09-30T10:03:03Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-09-30T10:02:56Z TRACE ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
    [2025-09-30T10:02:56Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
    [2025-09-30T10:02:56Z INFO  ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
    [2025-09-30T10:02:56Z WARN  ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
    [2025-09-30T10:02:56Z ERROR ambient_execute_plan] ambient-execute-plan version 0.7.0@14cdd4c starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: spawn
      argv:
      - find
      - /workspace
      - -maxdepth
      - '2'
      - -ls
    - action: shell
      shell: |
        curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: cargo_doc
    - action: custom
      name: dch
      args:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - action: deb
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-09-30T10:02:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-09-30T10:02:56Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-09-30T10:02:56Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-09-30T10:02:57Z TRACE ambient_ci::vdrive] extraction OK
    [2025-09-30T10:02:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-09-30T10:02:57Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-09-30T10:02:57Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-09-30T10:02:57Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-09-30T10:02:57Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-09-30T10:02:58Z TRACE ambient_ci::vdrive] extraction OK
    [2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-09-30T10:02:58Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-09-30T10:02:58Z TRACE ambient_ci::vdrive] extraction OK
    [2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
      2621441      4 drwxr-xr-x   6 root     root         4096 Sep 30 10:02 /workspace
      2621646      4 drwxr-xr-x   3 root     root         4096 Sep 30 10:02 /workspace/deps
      2621647      0 -rw-r--r--   1 root     root            0 Sep 30 10:02 /workspace/deps/.package-cache-mutate
      2621650      4 drwxr-xr-x   5 root     root         4096 Sep 30 10:02 /workspace/deps/registry
      2621648     96 -rw-r--r--   1 root     root        98304 Sep 30 10:02 /workspace/deps/.global-cache
      2621649      0 -rw-r--r--   1 root     root            0 Sep 30 10:02 /workspace/deps/.package-cache
      2621443      4 drwxr-xr-x   8 root     root         4096 Sep 30 10:02 /workspace/src
      2621467      4 -rw-r--r--   1 root     root          226 Sep 30 10:02 /workspace/src/Cargo.toml
      2621468      4 drwxr-xr-x   8 root     root         4096 Sep 30 10:02 /workspace/src/.git
      2621448      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/src
      2621465      4 -rw-r--r--   1 root     root          129 Sep 30 10:02 /workspace/src/README.md
      2621446      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/.ambient
      2621444      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/.radicle
      2621452      4 drwxr-xr-x   3 root     root         4096 Sep 30 10:02 /workspace/src/debian
      2621645     60 -rw-r--r--   1 root     root        60103 Sep 30 10:02 /workspace/src/Cargo.lock
      2621466      4 -rw-r--r--   1 root     root            8 Sep 30 10:02 /workspace/src/.gitignore
      2621464      4 -rw-r--r--   1 root     root          360 Sep 30 10:02 /workspace/src/rad-util.1
      2621644      4 -rw-r--r--   1 root     root          161 Sep 30 10:02 /workspace/src/Makefile
      2621450      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/src/.cargo
      2621442      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/artifacts
      2637794      4 drwxr-xr-x   2 root     root         4096 Sep 30 10:02 /workspace/cache
      2637795      4 -rw-r--r--   1 root     root         1038 Sep 30 10:02 /workspace/cache/.rustc_info.json
    [2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-09-30T10:02:58Z DEBUG ambient_ci::plan] RUN: Action Shell {
            shell: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n",
        }
    [2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
            shell: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n",
        }
    [2025-09-30T10:02:58Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s\n\n"]
           cwd=/workspace/src (exists? true)
    + s
    /bin/bash: line 2: s: command not found
    + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
    curl: (6) Could not resolve host: sh.rustup.rs
    [2025-09-30T10:02:58Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute /bin/bash
    [2025-09-30T10:02:58Z ERROR ambient_ci::plan] caused by: command failed: "/bin/bash": exit code 127
    ERROR: failed to execute /bin/bash
    caused by: command failed: "/bin/bash": exit code 127
    EXIT CODE: 1
    
    ====================
[2025-09-30T10:03:03Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2025-09-30T10:03:03Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2025-09-30T10:03:03Z DEBUG ambient_ci::project] write project state to /srv/ambient-state/rad:zbwass2cGxNYVqU5zR5bUMYATdwW/meta.yaml
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>