[INFO] cloning repository https://github.com/VeiluxLabs/Veilux-Binary
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VeiluxLabs/Veilux-Binary" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVeiluxLabs%2FVeilux-Binary", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVeiluxLabs%2FVeilux-Binary'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1dcfff3a8e4fae33ad81831c1806aa1c40369b43
[INFO] testing VeiluxLabs/Veilux-Binary against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVeiluxLabs%2FVeilux-Binary" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/VeiluxLabs/Veilux-Binary
[INFO] finished tweaking git repo https://github.com/VeiluxLabs/Veilux-Binary
[INFO] tweaked toml for git repo https://github.com/VeiluxLabs/Veilux-Binary written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VeiluxLabs/Veilux-Binary on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VeiluxLabs/Veilux-Binary 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13
[INFO] running `Command { std: "docker" "start" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13", 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" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.43.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling veilux-evm v0.9.2 (/opt/rustwide/workdir/evm)
[INFO] [stderr]    Compiling veilux-kernel v0.9.2 (/opt/rustwide/workdir/kernel)
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling veilux-veil v0.9.2 (/opt/rustwide/workdir/veil)
[INFO] [stderr]    Compiling prism-token v0.9.2 (/opt/rustwide/workdir/prisms/token)
[INFO] [stderr]    Compiling prism-contract v0.9.2 (/opt/rustwide/workdir/prisms/contract)
[INFO] [stderr]    Compiling prism-storage v0.9.2 (/opt/rustwide/workdir/prisms/storage)
[INFO] [stderr]    Compiling prism-ai v0.9.2 (/opt/rustwide/workdir/prisms/ai)
[INFO] [stderr]    Compiling veilux-rpc v0.9.2 (/opt/rustwide/workdir/rpc)
[INFO] [stderr]    Compiling prism-nft v0.9.2 (/opt/rustwide/workdir/prisms/nft)
[INFO] [stderr]    Compiling prism-name v0.9.2 (/opt/rustwide/workdir/prisms/name)
[INFO] [stderr]    Compiling prism-multisig v0.9.2 (/opt/rustwide/workdir/prisms/multisig)
[INFO] [stderr]    Compiling prism-confidential v0.9.2 (/opt/rustwide/workdir/prisms/confidential)
[INFO] [stderr]    Compiling veilux-store v0.9.2 (/opt/rustwide/workdir/store)
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling veilux-consensus v0.9.2 (/opt/rustwide/workdir/consensus)
[INFO] [stderr]    Compiling prism-bridge v0.9.2 (/opt/rustwide/workdir/prisms/bridge)
[INFO] [stderr]    Compiling veilux-network v0.9.2 (/opt/rustwide/workdir/network)
[INFO] [stderr]    Compiling prism-staking v0.9.2 (/opt/rustwide/workdir/prisms/staking)
[INFO] [stderr]    Compiling prism-oracle v0.9.2 (/opt/rustwide/workdir/prisms/oracle)
[INFO] [stderr]    Compiling prism-dex v0.9.2 (/opt/rustwide/workdir/prisms/dex)
[INFO] [stderr]    Compiling prism-vesting v0.9.2 (/opt/rustwide/workdir/prisms/vesting)
[INFO] [stderr]    Compiling veilux-lightclient v0.9.2 (/opt/rustwide/workdir/lightclient)
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling veilux-sdk v0.9.2 (/opt/rustwide/workdir/sdk)
[INFO] [stderr]    Compiling veilux-node v0.9.2 (/opt/rustwide/workdir/node)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 25s
[INFO] running `Command { std: "docker" "inspect" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling tokio v1.43.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling veilux-kernel v0.9.2 (/opt/rustwide/workdir/kernel)
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling veilux-evm v0.9.2 (/opt/rustwide/workdir/evm)
[INFO] [stderr]    Compiling prism-token v0.9.2 (/opt/rustwide/workdir/prisms/token)
[INFO] [stderr]    Compiling prism-storage v0.9.2 (/opt/rustwide/workdir/prisms/storage)
[INFO] [stderr]    Compiling prism-nft v0.9.2 (/opt/rustwide/workdir/prisms/nft)
[INFO] [stderr]    Compiling prism-ai v0.9.2 (/opt/rustwide/workdir/prisms/ai)
[INFO] [stderr]    Compiling prism-contract v0.9.2 (/opt/rustwide/workdir/prisms/contract)
[INFO] [stderr]    Compiling prism-name v0.9.2 (/opt/rustwide/workdir/prisms/name)
[INFO] [stderr]    Compiling prism-confidential v0.9.2 (/opt/rustwide/workdir/prisms/confidential)
[INFO] [stderr]    Compiling prism-multisig v0.9.2 (/opt/rustwide/workdir/prisms/multisig)
[INFO] [stderr]    Compiling veilux-store v0.9.2 (/opt/rustwide/workdir/store)
[INFO] [stderr]    Compiling prism-dex v0.9.2 (/opt/rustwide/workdir/prisms/dex)
[INFO] [stderr]    Compiling prism-vesting v0.9.2 (/opt/rustwide/workdir/prisms/vesting)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling veilux-lightclient v0.9.2 (/opt/rustwide/workdir/lightclient)
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling veilux-veil v0.9.2 (/opt/rustwide/workdir/veil)
[INFO] [stderr]    Compiling veilux-rpc v0.9.2 (/opt/rustwide/workdir/rpc)
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling prism-bridge v0.9.2 (/opt/rustwide/workdir/prisms/bridge)
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling veilux-consensus v0.9.2 (/opt/rustwide/workdir/consensus)
[INFO] [stderr]    Compiling prism-staking v0.9.2 (/opt/rustwide/workdir/prisms/staking)
[INFO] [stderr]    Compiling veilux-network v0.9.2 (/opt/rustwide/workdir/network)
[INFO] [stderr]    Compiling veilux-sdk v0.9.2 (/opt/rustwide/workdir/sdk)
[INFO] [stderr]    Compiling prism-oracle v0.9.2 (/opt/rustwide/workdir/prisms/oracle)
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=befcc46eb451ea91 -C extra-filename=-f598700fcc38835a --out-dir /opt/rustwide/target/release/deps -C strip=symbols -L dependency=/opt/rustwide/target/release/deps --extern bytes=/opt/rustwide/target/release/deps/libbytes-8cc8048392df07b9.rmeta --extern libc=/opt/rustwide/target/release/deps/liblibc-05b08e9be9983885.rmeta --extern mio=/opt/rustwide/target/release/deps/libmio-8f6b9f903506477c.rmeta --extern pin_project_lite=/opt/rustwide/target/release/deps/libpin_project_lite-007010eb2f271a61.rmeta --extern signal_hook_registry=/opt/rustwide/target/release/deps/libsignal_hook_registry-92c9192d7a320df7.rmeta --extern socket2=/opt/rustwide/target/release/deps/libsocket2-fd46b2fb33c0226b.rmeta --extern tokio_macros=/opt/rustwide/target/release/deps/libtokio_macros-df7b16b8b466edba.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `veilux-network` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name veilux_network --edition=2021 network/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd60a41df38c4993 -C extra-filename=-d6158eb72216e32a --out-dir /opt/rustwide/target/release/deps -C strip=symbols -L dependency=/opt/rustwide/target/release/deps --extern blake3=/opt/rustwide/target/release/deps/libblake3-9fa2599ffa1e0c58.rmeta --extern chacha20poly1305=/opt/rustwide/target/release/deps/libchacha20poly1305-6d560ff1fa2b2491.rmeta --extern hex=/opt/rustwide/target/release/deps/libhex-ec6c19553203da33.rmeta --extern rand=/opt/rustwide/target/release/deps/librand-2914e789b2686bda.rmeta --extern serde=/opt/rustwide/target/release/deps/libserde-720ee78403671a93.rmeta --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-81c9c2d384dde8bc.rmeta --extern thiserror=/opt/rustwide/target/release/deps/libthiserror-769cd8fead253e13.rmeta --extern tokio=/opt/rustwide/target/release/deps/libtokio-f598700fcc38835a.rmeta --extern tracing=/opt/rustwide/target/release/deps/libtracing-7dd08645454a8494.rmeta --extern veilux_consensus=/opt/rustwide/target/release/deps/libveilux_consensus-e1a8e2ffa8f6ec9f.rmeta --extern veilux_kernel=/opt/rustwide/target/release/deps/libveilux_kernel-e258f0ab20f320ad.rmeta --extern veilux_veil=/opt/rustwide/target/release/deps/libveilux_veil-0c79543adbe9518c.rmeta --extern x25519_dalek=/opt/rustwide/target/release/deps/libx25519_dalek-4efe8dd98c82c410.rmeta --cap-lints=warn -L native=/opt/rustwide/target/release/build/blake3-feb324ef89a6ca41/out -L native=/opt/rustwide/target/release/build/blake3-feb324ef89a6ca41/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13", kill_on_drop: false }`
[INFO] [stdout] 7da3a42e46050c8a81b3901f7d00d342eeb33f2b0d2015460c3c59b63b572e13
