[INFO] cloning repository https://github.com/ArxiaLayer1/Arxia [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArxiaLayer1/Arxia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArxiaLayer1%2FArxia", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArxiaLayer1%2FArxia'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] daaf10208bf1d86541175875c26e70f4bbfca92d [INFO] checking ArxiaLayer1/Arxia against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArxiaLayer1%2FArxia" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/ArxiaLayer1/Arxia [INFO] finished tweaking git repo https://github.com/ArxiaLayer1/Arxia [INFO] tweaked toml for git repo https://github.com/ArxiaLayer1/Arxia written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ArxiaLayer1/Arxia on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ArxiaLayer1/Arxia already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3 [INFO] running `Command { std: "docker" "start" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Checking typenum v1.20.1 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Compiling thiserror v2.0.19 [INFO] [stderr] Checking zeroize v1.9.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking signature v3.0.0 [INFO] [stderr] Checking cmov v0.5.4 [INFO] [stderr] Checking arrayvec v0.7.8 [INFO] [stderr] Compiling curve25519-dalek v5.0.0 [INFO] [stderr] Compiling cc v1.4.0 [INFO] [stderr] Checking constant_time_eq v0.4.2 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Checking memchr v2.8.3 [INFO] [stderr] Checking ed25519 v3.0.0 [INFO] [stderr] Compiling anyhow v1.0.104 [INFO] [stderr] Compiling either v1.17.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Compiling zerocopy v0.8.55 [INFO] [stderr] Compiling crossbeam-epoch v0.9.20 [INFO] [stderr] Compiling bytes v1.12.1 [INFO] [stderr] Compiling redb v4.1.0 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Checking ctutils v0.4.2 [INFO] [stderr] Compiling bitflags v2.13.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.7 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking bs58 v0.5.1 [INFO] [stderr] Compiling fastrand v2.5.0 [INFO] [stderr] Checking hybrid-array v0.4.14 [INFO] [stderr] Compiling log v0.4.33 [INFO] [stderr] Checking clap_builder v4.6.5 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling petgraph v0.8.3 [INFO] [stderr] Checking rayon-core v1.13.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling regex-automata v0.4.16 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking crypto-common v0.2.2 [INFO] [stderr] Checking block-buffer v0.12.1 [INFO] [stderr] Checking inout v0.2.2 [INFO] [stderr] Compiling blake3 v1.8.5 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking thread_local v1.1.10 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking criterion-plot v0.6.0 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking digest v0.11.3 [INFO] [stderr] Checking cipher v0.5.2 [INFO] [stderr] Checking sha2 v0.11.0 [INFO] [stderr] Checking universal-hash v0.6.1 [INFO] [stderr] Checking aead v0.6.1 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling serde_derive v1.0.229 [INFO] [stderr] Compiling thiserror-impl v2.0.19 [INFO] [stderr] Checking chacha20 v0.10.1 [INFO] [stderr] Checking poly1305 v0.9.1 [INFO] [stderr] Checking serde_json v1.0.151 [INFO] [stderr] Checking clap v4.6.5 [INFO] [stderr] Checking arxia-esp32 v0.1.0 (/opt/rustwide/workdir/targets/esp32) [INFO] [stderr] Checking rand v0.10.2 [INFO] [stderr] Checking chacha20poly1305 v0.11.0 [INFO] [stderr] Compiling regex v1.13.1 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling prost-derive v0.14.4 [INFO] [stderr] Compiling zerocopy-derive v0.8.55 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking ed25519-dalek v3.0.0 [INFO] [stderr] Compiling prost v0.14.4 [INFO] [stderr] Checking arxia-core v0.1.0 (/opt/rustwide/workdir/crates/arxia-core) [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Compiling prost-types v0.14.4 [INFO] [stderr] Checking arxia-crypto v0.1.0 (/opt/rustwide/workdir/crates/arxia-crypto) [INFO] [stderr] Checking escrow v0.1.0 (/opt/rustwide/workdir/contracts/escrow) [INFO] [stderr] Checking token-lock v0.1.0 (/opt/rustwide/workdir/contracts/token-lock) [INFO] [stderr] Checking arxia-wasm v0.1.0 (/opt/rustwide/workdir/crates/arxia-wasm) [INFO] [stderr] Checking arxia-lattice v0.1.0 (/opt/rustwide/workdir/crates/arxia-lattice) [INFO] [stderr] Checking arxia-storage v0.1.0 (/opt/rustwide/workdir/crates/arxia-storage) [INFO] [stderr] Checking arxia-transport v0.1.0 (/opt/rustwide/workdir/crates/arxia-transport) [INFO] [stderr] Checking arxia-did v0.1.0 (/opt/rustwide/workdir/crates/arxia-did) [INFO] [stderr] Checking arxia-relay v0.1.0 (/opt/rustwide/workdir/crates/arxia-relay) [INFO] [stderr] Checking arxia-storage-redb v0.1.0 (/opt/rustwide/workdir/crates/arxia-storage-redb) [INFO] [stderr] Checking arxia-cli v0.1.0 (/opt/rustwide/workdir/tools/arxia-cli) [INFO] [stderr] Checking did_issuance v0.1.0 (/opt/rustwide/workdir/examples/did_issuance) [INFO] [stderr] Checking arxia-crdt v0.1.0 (/opt/rustwide/workdir/crates/arxia-crdt) [INFO] [stderr] Checking arxia-consensus v0.1.0 (/opt/rustwide/workdir/crates/arxia-consensus) [INFO] [stderr] Checking arxia-bench v0.1.0 (/opt/rustwide/workdir/crates/arxia-bench) [INFO] [stderr] Checking arxia-inspector v0.1.0 (/opt/rustwide/workdir/tools/arxia-inspector) [INFO] [stderr] Checking mesh_relay v0.1.0 (/opt/rustwide/workdir/examples/mesh_relay) [INFO] [stderr] Checking arxia-gossip v0.1.0 (/opt/rustwide/workdir/crates/arxia-gossip) [INFO] [stderr] Checking partition_reconciliation v0.1.0 (/opt/rustwide/workdir/examples/partition_reconciliation) [INFO] [stderr] Checking arxia-finality v0.1.0 (/opt/rustwide/workdir/crates/arxia-finality) [INFO] [stderr] Checking offline_payment v0.1.0 (/opt/rustwide/workdir/examples/offline_payment) [INFO] [stderr] Checking arxia-node v0.1.0 (/opt/rustwide/workdir/bin/arxia-node) [INFO] [stderr] Compiling prost-build v0.14.4 [INFO] [stderr] Compiling arxia-proto v0.1.0 (/opt/rustwide/workdir/crates/arxia-proto) [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking criterion v0.7.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.40s [INFO] running `Command { std: "docker" "inspect" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3", kill_on_drop: false }` [INFO] [stdout] fda467328a1f510d74f294efaf1092fa1c0265d0561f6be52061f57725e04bb3