CI run for rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8

Radicle repository id rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8

Table of Contents

Run log

[2025-10-02T14:35:24Z INFO  ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   370K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   6.1M  1 disk 
vdc    254:32   0  35.2M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 715.5M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-10-02 14:35 ./
-rw-r--r-- _rad/_rad       920 2025-10-02 14:35 ./plan.yaml
-rwxr-xr-x _rad/_rad   6369536 2025-10-02 14:35 ./run-ci
INFO: Extracted files:
  3538954      4 drwxr-xr-x   2 1000     1000         4096 Oct  2 14:35 .
  3538950      4 -rw-r--r--   1 1000     1000          920 Oct  2 14:35 ./plan.yaml
  3538951   6224 -rwxr-xr-x   1 1000     1000      6369536 Oct  2 14:35 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-10-02T14:35:20Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-02T14:35:20Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-02T14:35:20Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-02T14:35:20Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-02T14:35:20Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 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: |
    echo hello Radicle!
    cd api/rust
    cargo clippy --all-targets --workspace -- --deny warnings
- 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-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-10-02T14:35:20Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-10-02T14:35:20Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-10-02T14:35:20Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-10-02T14:35:22Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-10-02T14:35:22Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-10-02T14:35:22Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
  5242881      4 drwxr-xr-x   6 root     root         4096 Oct  2 14:35 /workspace
  5242882      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/artifacts
  5243556      4 drwxr-xr-x   3 root     root         4096 Oct  2 14:35 /workspace/deps
  5243557      4 drwxr-xr-x   5 root     root         4096 Oct  2 14:35 /workspace/deps/registry
  5278515      0 -rw-r--r--   1 root     root            0 Oct  2 14:35 /workspace/deps/.package-cache-mutate
  5278514    132 -rw-r--r--   1 root     root       135168 Oct  2 14:35 /workspace/deps/.global-cache
  5278516      0 -rw-r--r--   1 root     root            0 Oct  2 14:35 /workspace/deps/.package-cache
  5278517      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/cache
  5278518      4 -rw-r--r--   1 root     root         1038 Oct  2 14:35 /workspace/cache/.rustc_info.json
  5242883      4 drwxr-xr-x  11 root     root         4096 Oct  2 14:35 /workspace/src
  5243214      4 drwxr-xr-x   4 root     root         4096 Oct  2 14:35 /workspace/src/api
  5243196     12 -rw-r--r--   1 root     root         9792 Oct  2 14:35 /workspace/src/compose.yaml
  5243389      4 -rw-r--r--   1 root     root          105 Oct  2 14:35 /workspace/src/.gitignore
  5243398      4 -rw-r--r--   1 root     root         1524 Oct  2 14:35 /workspace/src/.env.example
  5243401      4 drwxr-xr-x   8 root     root         4096 Oct  2 14:35 /workspace/src/.git
  5243197      4 -rw-r--r--   1 root     root         3661 Oct  2 14:35 /workspace/src/compose.production.yaml
  5243399      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/.config
  5243190      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/hooks
  5243198      4 drwxr-xr-x   4 root     root         4096 Oct  2 14:35 /workspace/src/auth
  5243382     32 -rw-r--r--   1 root     root        32475 Oct  2 14:35 /workspace/src/LICENSE
  5242886      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/.radicle
  5243195      4 -rw-r--r--   1 root     root          811 Oct  2 14:35 /workspace/src/config.json
  5242884      0 lrwxrwxrwx   1 root     root           19 Oct  2 14:35 /workspace/src/Cargo.toml -> api/rust/Cargo.toml
  5243381      4 -rw-r--r--   1 root     root         2077 Oct  2 14:35 /workspace/src/Makefile
  5243380      4 -rw-r--r--   1 root     root         1007 Oct  2 14:35 /workspace/src/README.md
  5243390      4 drwxr-xr-x   3 root     root         4096 Oct  2 14:35 /workspace/src/.github
  5243384      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/.woodpecker
  5243383      4 -rw-r--r--   1 root     root         2594 Oct  2 14:35 /workspace/src/CONTRIBUTING.md
  5242885      0 lrwxrwxrwx   1 root     root           19 Oct  2 14:35 /workspace/src/Cargo.lock -> api/rust/Cargo.lock
  5242888      4 drwxr-xr-x   9 root     root         4096 Oct  2 14:35 /workspace/src/ui
[2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action Shell {
        shell: "echo hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n",
    }
[2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
        shell: "echo hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n",
    }
[2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\necho hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n\n"]
       cwd=/workspace/src (exists? true)
+ echo hello 'Radicle!'
hello Radicle!
+ cd api/rust
+ cargo clippy --all-targets --workspace -- --deny warnings
info: syncing channel updates for '1.87.0-x86_64-unknown-linux-gnu'
error: failed to download file error=Reqwest(reqwest::Error { kind: Request, url: "https://static.rust-lang.org/dist/channel-rust-1.87.0.toml.sha256", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-1.87.0.toml.sha256' to '/root/.rustup/tmp/odjvzs1ylpkkzsqk_file': error downloading file: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.87.0.toml.sha256): client error (Connect): dns error: failed to lookup address information: Temporary failure in name resolution: failed to lookup address information: Temporary failure in name resolution
[2025-10-02T14:35:22Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute /bin/bash
[2025-10-02T14:35:22Z ERROR ambient_ci::plan] caused by: command failed: "/bin/bash": exit code 1
ERROR: failed to execute /bin/bash
caused by: command failed: "/bin/bash": exit code 1
EXIT CODE: 1
[2025-10-02T14:35:24Z INFO  ambient] ambient ends successfully

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8",
    "name": "radicle.garden",
    "description": "The radicle.garden monorepo",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
      "did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx",
      "did:key:z6Mkm8kyYUD9Q2zMRtM9yU3Ci1K5PqyD2CGqErFfWrNgcKu8",
      "did:key:z6MkrnXJWPndzPBxpBUaE3L3BnMeWpaQdT1V1FvkoCPFSFS3",
      "did:key:z6MkgKs9cCTbhj8K7n6UmVj8A6xE6CTFMXEjUPr27AzgWRCi"
    ]
  },
  "action": "Updated",
  "patch": {
    "id": "83fc52bcd03c7002cf983f7946261b03717cf8c0",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "ci: add a sample .radicle/ambient.yaml to test Ambient integration",
    "state": {
      "status": "draft",
      "conflicts": []
    },
    "before": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
    "after": "9243e8f0ab17170faa702d65456d21087cdef4ef",
    "commits": [
      "9243e8f0ab17170faa702d65456d21087cdef4ef",
      "83666fb692e8df59192ea40ff31829012d6c73e8",
      "90b19b6b18d1e76fe2796741c13c959159a5edaa"
    ],
    "target": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "83fc52bcd03c7002cf983f7946261b03717cf8c0",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "",
        "base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
        "oid": "90b19b6b18d1e76fe2796741c13c959159a5edaa",
        "timestamp": 1759414491
      },
      {
        "id": "fc72b24707d5a6820e7ecc4f9741dc5a4abfe17b",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "add symlinks for Ambient cargo_fetch",
        "base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
        "oid": "83666fb692e8df59192ea40ff31829012d6c73e8",
        "timestamp": 1759415573
      },
      {
        "id": "2b259d416ace22ae0dbee1c8cedc2b5a818f9417",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "try to run clippy in sub dir",
        "base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
        "oid": "9243e8f0ab17170faa702d65456d21087cdef4ef",
        "timestamp": 1759415701
      }
    ]
  }
}

Ambient stdout

[2025-10-02T14:35:09Z INFO  ambient] ambient starts
[2025-10-02T14:35:09Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-10-02T14:35:09Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-02T14:35:09Z DEBUG ambient] configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-02T14:35:09Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/meta.yaml
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] latest commit: "83666fb692e8df59192ea40ff31829012d6c73e8"
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] is a git repository
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] git repository is clean
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] current (HEAD) commit: 9243e8f0ab17170faa702d65456d21087cdef4ef
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] no dry run requested
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] forced run requested
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] run? true
[2025-10-02T14:35:09Z INFO  ambient_ci::run] project rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8: running CI
[2025-10-02T14:35:09Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-10-02T14:35:09Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
        sourcedir: "/tmp/.tmpl44Yab/src",
    }
[2025-10-02T14:35:09Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
        sourcedir: "/tmp/.tmpl44Yab/src",
    }
[2025-10-02T14:35:09Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/dependencies",
        },
        source_dir: "/tmp/.tmpl44Yab/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpl44Yab/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpl44Yab/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpl44Yab/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
       cwd=/tmp/.tmpl44Yab/src (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded ts-rs v11.0.1
  Downloaded proc-macro2 v1.0.86
  Downloaded ts-rs-macros v11.0.1
  Downloaded triomphe v0.1.14
  Downloaded futures-macro v0.3.30
  Downloaded rand v0.8.5
  Downloaded thread_local v1.1.8
  Downloaded io-uring v0.7.10
  Downloaded data-url v0.3.1
  Downloaded regex-syntax v0.6.29
  Downloaded ppv-lite86 v0.2.20
  Downloaded thiserror v2.0.12
  Downloaded pin-utils v0.1.0
  Downloaded unicode-ident v1.0.12
  Downloaded either v1.15.0
  Downloaded tracing-serde v0.1.3
  Downloaded quote v1.0.37
  Downloaded wasm-bindgen v0.2.100
  Downloaded xattr v1.3.1
  Downloaded http-body-util v0.1.2
  Downloaded deno_terminal v0.1.1
  Downloaded syn v2.0.87
  Downloaded futures-sink v0.3.31
  Downloaded rustc-demangle v0.1.24
  Downloaded nu-ansi-term v0.46.0
  Downloaded gimli v0.29.0
  Downloaded futures-channel v0.3.30
  Downloaded mio v1.0.2
  Downloaded windows-targets v0.53.3
  Downloaded hermit-abi v0.3.9
  Downloaded tower-service v0.3.3
  Downloaded sync_wrapper v1.0.1
  Downloaded futures-task v0.3.30
  Downloaded zerofrom v0.1.6
  Downloaded sharded-slab v0.1.7
  Downloaded autocfg v1.3.0
  Downloaded overload v0.1.1
  Downloaded stacker v0.1.21
  Downloaded socket2 v0.6.0
  Downloaded errno v0.3.13
  Downloaded cipher v0.4.4
  Downloaded miniz_oxide v0.7.4
  Downloaded matchers v0.1.0
  Downloaded bitflags v2.6.0
  Downloaded getrandom v0.2.15
  Downloaded unicode-id v0.3.6
  Downloaded tracing-attributes v0.1.27
  Downloaded pkcs8 v0.10.2
  Downloaded fastrand v2.1.1
  Downloaded pkg-config v0.3.30
  Downloaded zerovec-derive v0.11.1
  Downloaded cfg-if v1.0.0
  Downloaded keccak v0.1.5
  Downloaded rustix v0.38.35
  Downloaded ahash v0.8.11
  Downloaded sqlite v0.32.0
  Downloaded tar v0.4.41
  Downloaded ssh-encoding v0.2.0
  Downloaded filetime v0.2.25
  Downloaded libredox v0.1.3
  Downloaded opaque-debug v0.3.1
  Downloaded block-padding v0.3.3
  Downloaded crypto-common v0.1.6
  Downloaded cbc v0.1.2
  Downloaded ghash v0.5.1
  Downloaded icu_normalizer_data v2.0.0
  Downloaded generic-array v0.14.7
  Downloaded p384 v0.13.0
  Downloaded signature v1.6.4
  Downloaded cypheraddr v0.4.0
  Downloaded ff v0.13.0
  Downloaded ct-codecs v1.1.2
  Downloaded ecdsa v0.16.9
  Downloaded ed25519 v1.5.3
  Downloaded ascii v1.1.0
  Downloaded base32 v0.4.0
  Downloaded is_terminal_polyfill v1.70.1
  Downloaded anstyle-parse v0.2.7
  Downloaded strsim v0.11.1
  Downloaded anstyle-query v1.1.1
  Downloaded yansi v0.5.1
  Downloaded try-lock v0.2.5
  Downloaded uuid v1.18.0
  Downloaded num-bigint-dig v0.8.4
  Downloaded iana-time-zone-haiku v0.1.2
  Downloaded serde_path_to_error v0.1.16
  Downloaded p521 v0.13.3
  Downloaded windows-targets v0.48.5
  Downloaded clap_lex v0.7.5
  Downloaded clap_derive v4.5.45
  Downloaded android_system_properties v0.1.5
  Downloaded sync_wrapper v0.1.2
  Downloaded hmac v0.12.1
  Downloaded openssl-sys v0.9.109
  Downloaded pretty_assertions v1.4.0
  Downloaded dotenv v0.15.0
  Downloaded want v0.3.1
  Downloaded rustc-hash v2.1.1
  Downloaded diff v0.1.13
  Downloaded num_cpus v1.17.0
  Downloaded powerfmt v0.2.0
  Downloaded tokio-rustls v0.24.1
  Downloaded cfg_aliases v0.2.1
  Downloaded windows-strings v0.1.0
  Downloaded rustls-pki-types v1.12.0
  Downloaded rustls-pemfile v2.2.0
  Downloaded iana-time-zone v0.1.60
  Downloaded simple_asn1 v0.6.3
  Downloaded windows-registry v0.2.0
  Downloaded pin-project v1.1.5
  Downloaded windows-result v0.2.0
  Downloaded diesel_table_macro_syntax v0.3.0
  Downloaded darling_macro v0.21.3
  Downloaded deadpool-sync v0.1.4
  Downloaded idna v1.0.3
  Downloaded deadpool-diesel v0.6.1
  Downloaded futures-executor v0.3.30
  Downloaded time-macros v0.2.18
  Downloaded scopeguard v1.2.0
  Downloaded derive_builder_macro v0.20.2
  Downloaded hashbrown v0.14.5
  Downloaded headers-core v0.3.0
  Downloaded darling_macro v0.20.11
  Downloaded lru-slab v0.1.2
  Downloaded tokio-rustls v0.26.2
  Downloaded rand_chacha v0.9.0
  Downloaded rand_core v0.9.3
  Downloaded libc v0.2.175
  Downloaded axum-cookie v0.2.3
  Downloaded unicode-normalization v0.1.23
  Downloaded axum-core v0.5.2
  Downloaded parking_lot_core v0.9.11
  Downloaded futures v0.3.30
  Downloaded axum-macros v0.5.0
  Downloaded matchit v0.8.4
  Downloaded headers v0.4.1
  Downloaded rustls-webpki v0.103.4
  Downloaded tower v0.4.13
  Downloaded time v0.3.36
  Downloaded darling_core v0.20.11
  Downloaded chrono v0.4.38
  Downloaded http v0.2.12
  Downloaded rand v0.9.2
  Downloaded rustix v1.0.8
  Downloaded clap_builder v4.5.44
  Downloaded axum v0.8.4
  Downloaded h2 v0.3.27
  Downloaded windows_aarch64_msvc v0.53.0
  Downloaded hyper v1.4.1
  Downloaded windows_aarch64_gnullvm v0.53.0
  Downloaded windows_aarch64_gnullvm v0.48.5
  Downloaded windows_x86_64_gnullvm v0.48.5
  Downloaded reqwest v0.12.9
  Downloaded cookie-rs v0.4.1
  Downloaded rustls v0.23.31
  Downloaded unicode-width v0.1.13
  Downloaded regex-syntax v0.8.4
  Downloaded quinn-proto v0.11.12
  Downloaded diesel v2.3.2
  Downloaded webpki-roots v1.0.2
  Downloaded web-sys v0.3.77
  Downloaded libz-sys v1.1.20
  Downloaded windows_aarch64_gnullvm v0.52.6
  Downloaded windows_aarch64_msvc v0.48.5
  Downloaded sha3 v0.10.8
  Downloaded swc_visit v0.5.14
  Downloaded swc_atoms v0.6.5
  Downloaded swc_eq_ignore_macros v0.1.3
  Downloaded ast_node v0.9.9
  Downloaded windows_i686_gnullvm v0.52.6
  Downloaded windows_i686_gnu v0.48.5
  Downloaded windows_i686_msvc v0.48.5
  Downloaded swc_macros_common v0.3.14
  Downloaded serde v1.0.194
  Downloaded dprint-core v0.66.2
  Downloaded windows_x86_64_msvc v0.48.5
  Downloaded from_variant v0.1.9
  Downloaded hstr v0.2.17
  Downloaded radicle-ssh v0.9.0
  Downloaded windows_x86_64_gnu v0.48.5
  Downloaded git-ref-format-macro v0.3.1
  Downloaded windows_x86_64_gnullvm v0.52.6
  Downloaded rustls v0.21.12
  Downloaded linux-raw-sys v0.4.14
  Downloaded regex-automata v0.4.7
  Downloaded ec25519 v0.1.0
  Downloaded radicle-dag v0.10.0
  Downloaded sqlite3-sys v0.15.2
  Downloaded regex v1.10.6
  Downloaded swc_ecma_ast v0.112.4
  Downloaded rustls-webpki v0.101.7
  Downloaded hyper v0.14.32
  Downloaded radicle-std-ext v0.1.0
  Downloaded localtime v1.3.1
  Downloaded winapi-i686-pc-windows-gnu v0.4.0
  Downloaded aes-gcm v0.10.3
  Downloaded windows_x86_64_gnullvm v0.53.0
  Downloaded encoding_rs v0.8.35
  Downloaded oauth-axum v0.1.4
  Downloaded ring v0.17.14
  Downloaded windows_i686_gnu v0.52.6
  Downloaded windows_x86_64_msvc v0.53.0
  Downloaded radicle-crypto v0.12.0
  Downloaded radicle-job v0.2.0
  Downloaded libgit2-sys v0.17.0+1.8.1
  Downloaded windows_i686_gnullvm v0.53.0
  Downloaded windows_i686_msvc v0.53.0
  Downloaded amplify v4.7.0
  Downloaded windows_i686_gnu v0.53.0
  Downloaded deno_ast v0.37.1
  Downloaded swc_ecma_parser v0.143.5
  Downloaded dprint-plugin-typescript v0.90.3
  Downloaded windows-sys v0.60.2
  Downloaded windows_i686_msvc v0.52.6
  Downloaded windows-sys v0.52.0
  Downloaded pq-src v0.3.9+libpq-17.5
  Downloaded windows_x86_64_gnu v0.53.0
  Downloaded swc_common v0.33.18
  Downloaded dprint-swc-ext v0.15.1
  Downloaded windows_aarch64_msvc v0.52.6
  Downloaded windows_x86_64_msvc v0.52.6
  Downloaded windows_x86_64_gnu v0.52.6
  Downloaded webpki-roots v0.25.4
  Downloaded diesel_derives v2.3.3
  Downloaded tokio-util v0.7.16
  Downloaded wasi v0.14.2+wasi-0.2.4
  Downloaded quinn v0.11.8
  Downloaded radicle-cob v0.14.0
  Downloaded base64 v0.22.1
  Downloaded cookie v0.18.1
  Downloaded sqlite3-src v0.5.1
  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
  Downloaded axum-extra v0.10.1
  Downloaded dashmap v6.1.0
  Downloaded derive_builder v0.20.2
  Downloaded hyper-util v0.1.7
  Downloaded cfb v0.7.3
  Downloaded deadpool v0.12.3
  Downloaded darling_core v0.21.3
  Downloaded base64 v0.13.1
  Downloaded radicle v0.16.1
  Downloaded axum-jwt-auth v0.5.1
  Downloaded lock_api v0.4.13
  Downloaded darling v0.20.11
  Downloaded sha1 v0.10.6
  Downloaded derive_builder_core v0.20.2
  Downloaded windows-sys v0.48.0
  Downloaded hyper-rustls v0.27.7
  Downloaded rsa v0.9.6
  Downloaded aho-corasick v1.1.3
  Downloaded dsl_auto_type v0.2.0
  Downloaded tokio v1.47.1
  Downloaded icu_properties_data v2.0.1
  Downloaded web-time v1.1.0
  Downloaded deadpool-runtime v0.1.4
  Downloaded oauth2 v4.4.2
  Downloaded pin-project-internal v1.1.5
  Downloaded quinn-udp v0.5.13
  Downloaded jsonwebtoken v9.3.1
  Downloaded windows-sys v0.59.0
  Downloaded linux-raw-sys v0.9.4
  Downloaded windows-core v0.52.0
  Downloaded flate2 v1.0.33
  Downloaded hashbrown v0.15.5
  Downloaded infer v0.16.0
  Downloaded pem v3.0.5
  Downloaded downcast-rs v2.0.2
  Downloaded base64 v0.21.7
  Downloaded lexopt v0.3.0
  Downloaded socket2 v0.5.7
  Downloaded reqwest v0.11.27
  Downloaded hyper-rustls v0.24.2
  Downloaded der v0.7.9
  Downloaded hermit-abi v0.5.2
  Downloaded lru v0.12.4
  Downloaded async-trait v0.1.89
  Downloaded serde_json v1.0.143
  Downloaded httpdate v1.0.3
  Downloaded sct v0.7.1
  Downloaded webpki-roots v0.26.11
  Downloaded darling v0.21.3
  Downloaded deranged v0.3.11
  Downloaded http-body v0.4.6
  Downloaded httparse v1.9.4
  Downloaded ident_case v1.0.1
  Downloaded time-core v0.1.2
  Downloaded ipnet v2.11.0
  Downloaded core-foundation v0.9.4
  Downloaded core-foundation-sys v0.8.7
  Downloaded clap v4.5.45
  Downloaded r-efi v5.3.0
  Downloaded android-tzdata v0.1.1
  Downloaded mime v0.3.17
  Downloaded rustls-pemfile v1.0.4
  Downloaded serde_urlencoded v0.7.1
  Downloaded bitflags v1.3.2
  Downloaded zerocopy v0.7.35
  Downloaded system-configuration-sys v0.5.0
  Downloaded untrusted v0.9.0
  Downloaded num-conv v0.1.0
  Downloaded winreg v0.50.0
  Downloaded cyphernet v0.5.2
  Downloaded vcpkg v0.2.15
  Downloaded system-configuration v0.5.1
  Downloaded wasm-bindgen-futures v0.4.50
  Downloaded pq-sys v0.6.3
  Downloaded git2 v0.19.0
  Downloaded winapi v0.3.9
  Downloaded syn v1.0.109
  Downloaded const-oid v0.9.6
  Downloaded crossbeam-channel v0.5.13
  Downloaded getrandom v0.3.3
  Downloaded pkcs1 v0.7.5
  Downloaded base64ct v1.6.0
  Downloaded crc32fast v1.4.2
  Downloaded icu_properties v2.0.1
  Downloaded p256 v0.13.2
  Downloaded url v2.5.4
  Downloaded aes v0.8.4
  Downloaded once_cell_polyfill v1.70.1
  Downloaded anstyle-wincon v3.0.10
  Downloaded anstream v0.6.20
  Downloaded bytesize v2.0.1
  Downloaded crossbeam-utils v0.8.20
  Downloaded amplify_derive v4.0.1
  Downloaded sha2 v0.10.8
  Downloaded wit-bindgen-rt v0.39.0
  Downloaded nonempty v0.11.0
  Downloaded typenum v1.17.0
  Downloaded erased-serde v0.4.6
  Downloaded colorchoice v1.0.4
  Downloaded anstyle v1.0.11
  Downloaded elliptic-curve v0.13.8
  Downloaded indexmap v2.10.0
  Downloaded utf8parse v0.2.2
  Downloaded terminal_size v0.4.3
  Downloaded amplify_num v0.5.3
  Downloaded amplify_syn v2.0.1
  Downloaded base-x v0.2.11
  Downloaded qcheck v1.0.0
  Downloaded crypto-bigint v0.5.5
  Downloaded ssh-key v0.6.6
  Downloaded cyphergraphy v0.3.0
  Downloaded data-encoding v2.6.0
  Downloaded rfc6979 v0.4.0
  Downloaded num-iter v0.1.45
  Downloaded base16ct v0.2.0
  Downloaded spki v0.7.3
  Downloaded data-encoding-macro v0.1.15
  Downloaded nonempty v0.9.0
  Downloaded icu_locale_core v2.0.0
  Downloaded sec1 v0.7.3
  Downloaded signature v2.2.0
  Downloaded universal-hash v0.5.1
  Downloaded block-buffer v0.10.4
  Downloaded digest v0.10.7
  Downloaded log v0.4.22
  Downloaded socks5-client v0.4.1
  Downloaded pbkdf2 v0.12.2
  Downloaded ssh-cipher v0.2.0
  Downloaded typeid v1.0.3
  Downloaded data-encoding-macro-internal v0.1.13
  Downloaded multibase v0.9.1
  Downloaded blowfish v0.9.1
  Downloaded bcrypt-pbkdf v0.10.0
  Downloaded group v0.13.0
  Downloaded primeorder v0.13.6
  Downloaded radicle-surf v0.22.1
  Downloaded aead v0.5.2
  Downloaded polyval v0.6.2
  Downloaded chacha20 v0.9.1
  Downloaded inout v0.1.3
  Downloaded poly1305 v0.8.0
  Downloaded cpufeatures v0.2.13
  Downloaded tinyvec v1.8.0
  Downloaded miniz_oxide v0.8.0
  Downloaded pem-rfc7468 v0.7.0
  Downloaded zeroize v1.8.1
  Downloaded git-ref-format-core v0.3.1
  Downloaded proc-macro-error v1.0.4
  Downloaded ctr v0.9.2
  Downloaded redox_syscall v0.5.3
  Downloaded subtle v2.6.1
  Downloaded serde-untagged v0.1.7
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded radicle-git-ext v0.8.1
  Downloaded tinyvec_macros v0.1.1
  Downloaded git-ref-format v0.3.1
  Downloaded yoke v0.8.0
  Downloaded adler2 v2.0.0
  Downloaded object v0.36.4
  Downloaded displaydoc v0.2.5
  Downloaded itoa v1.0.11
  Downloaded windows-link v0.1.3
  Downloaded futures-util v0.3.30
  Downloaded tower-http v0.5.2
  Downloaded tracing-subscriber v0.3.18
  Downloaded icu_normalizer v2.0.0
  Downloaded synstructure v0.13.2
  Downloaded allocator-api2 v0.2.18
  Downloaded regex-automata v0.1.10
  Downloaded spin v0.9.8
  Downloaded valuable v0.1.0
  Downloaded zerovec v0.11.4
  Downloaded num-traits v0.2.19
  Downloaded num-bigint v0.4.6
  Downloaded wasi v0.11.0+wasi-snapshot-preview1
  Downloaded litemap v0.8.0
  Downloaded shlex v1.3.0
  Downloaded libm v0.2.8
  Downloaded wasm-bindgen-macro-support v0.2.100
  Downloaded wasm-bindgen-macro v0.2.100
  Downloaded phf_shared v0.11.3
  Downloaded phf v0.11.3
  Downloaded tempfile v3.12.0
  Downloaded tower v0.5.2
  Downloaded http v1.1.0
  Downloaded deno_media_type v0.1.4
  Downloaded scoped-tls v1.0.1
  Downloaded writeable v0.6.1
  Downloaded version_check v0.9.5
  Downloaded addr2line v0.22.0
  Downloaded futures-io v0.3.31
  Downloaded fnv v1.0.7
  Downloaded psm v0.1.26
  Downloaded heck v0.5.0
  Downloaded rand_chacha v0.3.1
  Downloaded wasm-bindgen-shared v0.2.100
  Downloaded jobserver v0.1.32
  Downloaded swc_visit_macros v0.5.13
  Downloaded thiserror-impl v2.0.12
  Downloaded string_enum v0.4.4
  Downloaded js-sys v0.3.77
  Downloaded phf_macros v0.11.3
  Downloaded is-macro v0.3.7
  Downloaded num-integer v0.1.46
  Downloaded winapi-util v0.1.9
  Downloaded typed-arena v2.0.2
  Downloaded icu_collections v2.0.0
  Downloaded icu_provider v2.0.0
  Downloaded stable_deref_trait v1.2.0
  Downloaded idna_adapter v1.2.1
  Downloaded dprint-core-macros v0.1.0
  Downloaded phf_generator v0.11.3
  Downloaded siphasher v1.0.1
  Downloaded zerotrie v0.2.2
  Downloaded ryu v1.0.18
  Downloaded adler v1.0.2
  Downloaded tokio-macros v2.5.0
  Downloaded tower-layer v0.3.3
  Downloaded static_assertions v1.1.0
  Downloaded rustversion v1.0.17
  Downloaded wasm-bindgen-backend v0.2.100
  Downloaded thiserror-impl v1.0.63
  Downloaded text_lines v0.6.0
  Downloaded equivalent v1.0.1
  Downloaded futures-core v0.3.30
  Downloaded tracing v0.1.40
  Downloaded utf8_iter v1.0.4
  Downloaded byteorder v1.5.0
  Downloaded windows-targets v0.52.6
  Downloaded bumpalo v3.16.0
  Downloaded percent-encoding v2.3.1
  Downloaded memchr v2.7.4
  Downloaded slab v0.4.11
  Downloaded rand_core v0.6.4
  Downloaded tinystr v0.8.1
  Downloaded yoke-derive v0.8.0
  Downloaded rustc-hash v1.1.0
  Downloaded termcolor v1.4.1
  Downloaded better_scoped_tls v0.1.2
  Downloaded new_debug_unreachable v1.0.6
  Downloaded lazy_static v1.5.0
  Downloaded Inflector v0.11.4
  Downloaded tracing-core v0.1.32
  Downloaded thiserror v1.0.63
  Downloaded potential_utf v0.1.2
  Downloaded zerofrom-derive v0.1.6
  Downloaded anyhow v1.0.86
  Downloaded pin-project-lite v0.2.14
  Downloaded form_urlencoded v1.2.1
  Downloaded zerocopy-derive v0.7.35
  Downloaded smallvec v1.13.2
  Downloaded once_cell v1.21.3
  Downloaded serde_derive v1.0.194
  Downloaded backtrace v0.3.73
  Downloaded smartstring v1.0.1
  Downloaded cc v1.2.31
  Downloaded bytes v1.7.1
  Downloaded http-body v1.0.1
  Downloaded siphasher v0.3.11
  Downloaded openssl-src v300.5.2+3.5.2
[2025-10-02T14:35:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-02T14:35:15Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-02T14:35:15Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpIzM61c/src.tar
[2025-10-02T14:35:16Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpIzM61c/deps.tar
[2025-10-02T14:35:16Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-10-02T14:35:16Z 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: "echo hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n",
            },
            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-10-02T14:35:16Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-10-02T14:35:16Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpIzM61c/ambient-execute-plan/run-ci
[2025-10-02T14:35:16Z DEBUG ambient_ci::run] copy OK: true
[2025-10-02T14:35:16Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpIzM61c/executor.tar
[2025-10-02T14:35:16Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-02T14:35:16Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8, exists? true
[2025-10-02T14:35:16Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-02T14:35:16Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log OK
[2025-10-02T14:35:16Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-10-02T14:35:16Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-10-02T14:35:16Z 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-10-02T14:35:16Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-10-02T14:35:16Z 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-10-02T14:35:16Z DEBUG ambient_ci::qemu] run QEMU
[2025-10-02T14:35:16Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-10-02T14:35:16Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpPQJXdQ/.tmpS37Jju/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-10-02T14:35:16Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-10-02T14:35:16Z 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-10-02T14:35:16Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpeDZkUG/meta-data
[2025-10-02T14:35:16Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpeDZkUG/user-data
[2025-10-02T14:35:17Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpPQJXdQ/.tmpS37Jju/console.log
[2025-10-02T14:35:17Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpPQJXdQ/.tmpS37Jju/console.log
[2025-10-02T14:35:17Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-02T14:35:17Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-02T14:35:17Z 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/.tmpPQJXdQ/.tmpS37Jju/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpPQJXdQ/.tmpS37Jju/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpPQJXdQ/.tmpS37Jju/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpIzM61c/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpPQJXdQ/.tmpS37Jju/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpIzM61c/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpIzM61c/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpIzM61c/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpIzM61c/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-10-02T14:35:24Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-10-02T14:35:24Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-10-02T14:35:20Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-10-02T14:35:20Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-10-02T14:35:20Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-10-02T14:35:20Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-10-02T14:35:20Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 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: |
        echo hello Radicle!
        cd api/rust
        cargo clippy --all-targets --workspace -- --deny warnings
    - 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-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-02T14:35:20Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-10-02T14:35:20Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-02T14:35:20Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-10-02T14:35:20Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-02T14:35:20Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-10-02T14:35:22Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-02T14:35:22Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-10-02T14:35:22Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
      5242881      4 drwxr-xr-x   6 root     root         4096 Oct  2 14:35 /workspace
      5242882      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/artifacts
      5243556      4 drwxr-xr-x   3 root     root         4096 Oct  2 14:35 /workspace/deps
      5243557      4 drwxr-xr-x   5 root     root         4096 Oct  2 14:35 /workspace/deps/registry
      5278515      0 -rw-r--r--   1 root     root            0 Oct  2 14:35 /workspace/deps/.package-cache-mutate
      5278514    132 -rw-r--r--   1 root     root       135168 Oct  2 14:35 /workspace/deps/.global-cache
      5278516      0 -rw-r--r--   1 root     root            0 Oct  2 14:35 /workspace/deps/.package-cache
      5278517      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/cache
      5278518      4 -rw-r--r--   1 root     root         1038 Oct  2 14:35 /workspace/cache/.rustc_info.json
      5242883      4 drwxr-xr-x  11 root     root         4096 Oct  2 14:35 /workspace/src
      5243214      4 drwxr-xr-x   4 root     root         4096 Oct  2 14:35 /workspace/src/api
      5243196     12 -rw-r--r--   1 root     root         9792 Oct  2 14:35 /workspace/src/compose.yaml
      5243389      4 -rw-r--r--   1 root     root          105 Oct  2 14:35 /workspace/src/.gitignore
      5243398      4 -rw-r--r--   1 root     root         1524 Oct  2 14:35 /workspace/src/.env.example
      5243401      4 drwxr-xr-x   8 root     root         4096 Oct  2 14:35 /workspace/src/.git
      5243197      4 -rw-r--r--   1 root     root         3661 Oct  2 14:35 /workspace/src/compose.production.yaml
      5243399      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/.config
      5243190      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/hooks
      5243198      4 drwxr-xr-x   4 root     root         4096 Oct  2 14:35 /workspace/src/auth
      5243382     32 -rw-r--r--   1 root     root        32475 Oct  2 14:35 /workspace/src/LICENSE
      5242886      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/.radicle
      5243195      4 -rw-r--r--   1 root     root          811 Oct  2 14:35 /workspace/src/config.json
      5242884      0 lrwxrwxrwx   1 root     root           19 Oct  2 14:35 /workspace/src/Cargo.toml -> api/rust/Cargo.toml
      5243381      4 -rw-r--r--   1 root     root         2077 Oct  2 14:35 /workspace/src/Makefile
      5243380      4 -rw-r--r--   1 root     root         1007 Oct  2 14:35 /workspace/src/README.md
      5243390      4 drwxr-xr-x   3 root     root         4096 Oct  2 14:35 /workspace/src/.github
      5243384      4 drwxr-xr-x   2 root     root         4096 Oct  2 14:35 /workspace/src/.woodpecker
      5243383      4 -rw-r--r--   1 root     root         2594 Oct  2 14:35 /workspace/src/CONTRIBUTING.md
      5242885      0 lrwxrwxrwx   1 root     root           19 Oct  2 14:35 /workspace/src/Cargo.lock -> api/rust/Cargo.lock
      5242888      4 drwxr-xr-x   9 root     root         4096 Oct  2 14:35 /workspace/src/ui
    [2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-02T14:35:22Z DEBUG ambient_ci::plan] RUN: Action Shell {
            shell: "echo hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n",
        }
    [2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
            shell: "echo hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n",
        }
    [2025-10-02T14:35:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\necho hello Radicle!\ncd api/rust\ncargo clippy --all-targets --workspace -- --deny warnings\n\n"]
           cwd=/workspace/src (exists? true)
    + echo hello 'Radicle!'
    hello Radicle!
    + cd api/rust
    + cargo clippy --all-targets --workspace -- --deny warnings
    info: syncing channel updates for '1.87.0-x86_64-unknown-linux-gnu'
    error: failed to download file error=Reqwest(reqwest::Error { kind: Request, url: "https://static.rust-lang.org/dist/channel-rust-1.87.0.toml.sha256", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
    error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-1.87.0.toml.sha256' to '/root/.rustup/tmp/odjvzs1ylpkkzsqk_file': error downloading file: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.87.0.toml.sha256): client error (Connect): dns error: failed to lookup address information: Temporary failure in name resolution: failed to lookup address information: Temporary failure in name resolution
    [2025-10-02T14:35:22Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute /bin/bash
    [2025-10-02T14:35:22Z ERROR ambient_ci::plan] caused by: command failed: "/bin/bash": exit code 1
    ERROR: failed to execute /bin/bash
    caused by: command failed: "/bin/bash": exit code 1
    EXIT CODE: 1
    
    ====================
[2025-10-02T14:35:24Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2025-10-02T14:35:24Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2025-10-02T14:35:24Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/meta.yaml
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>