[INFO] cloning repository https://github.com/lelloman/rns-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lelloman/rns-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelloman%2Frns-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelloman%2Frns-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 38e960b62a1f3cea67cc94b87f524efb927f20ff [INFO] checking lelloman/rns-rs against try#54bb9bb1bbe87f59b5a2e9afea4c8cedcf5e0b47 for pr-153041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelloman%2Frns-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lelloman/rns-rs [INFO] finished tweaking git repo https://github.com/lelloman/rns-rs [INFO] tweaked toml for git repo https://github.com/lelloman/rns-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lelloman/rns-rs on toolchain 54bb9bb1bbe87f59b5a2e9afea4c8cedcf5e0b47 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54bb9bb1bbe87f59b5a2e9afea4c8cedcf5e0b47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lelloman/rns-rs 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" "+54bb9bb1bbe87f59b5a2e9afea4c8cedcf5e0b47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54bb9bb1bbe87f59b5a2e9afea4c8cedcf5e0b47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c91c99c487f7dd32f7d74208653d95082b0c106a382464df61055f333b591bdc [INFO] running `Command { std: "docker" "start" "-a" "c91c99c487f7dd32f7d74208653d95082b0c106a382464df61055f333b591bdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c91c99c487f7dd32f7d74208653d95082b0c106a382464df61055f333b591bdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c91c99c487f7dd32f7d74208653d95082b0c106a382464df61055f333b591bdc", kill_on_drop: false }` [INFO] [stdout] c91c99c487f7dd32f7d74208653d95082b0c106a382464df61055f333b591bdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54bb9bb1bbe87f59b5a2e9afea4c8cedcf5e0b47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d30ade0cf9abbe6d452bd78a771c41d96503cf283cad6455e1a789519306f646 [INFO] running `Command { std: "docker" "start" "-a" "d30ade0cf9abbe6d452bd78a771c41d96503cf283cad6455e1a789519306f646", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Compiling zmij v1.0.19 [INFO] [stderr] Compiling rns-crypto v0.1.2 (/opt/rustwide/workdir/rns-crypto) [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking regex-syntax v0.8.9 [INFO] [stderr] Compiling rns-core v0.1.2 (/opt/rustwide/workdir/rns-core) [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking itoa v1.0.17 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rns-net v0.2.5 (/opt/rustwide/workdir/rns-net) [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking jiff v0.2.19 [INFO] [stderr] Compiling cranelift-isle v0.116.1 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling rns-cli v0.1.3 (/opt/rustwide/workdir/rns-cli) [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling target-lexicon v0.13.4 [INFO] [stderr] Checking bumpalo v3.19.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling cranelift-codegen-shared v0.116.1 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling cranelift-codegen-meta v0.116.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling cc v1.2.55 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking arbitrary v1.4.2 [INFO] [stderr] Compiling wasmparser v0.221.3 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking cbc v0.1.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking cranelift-control v0.116.1 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling cpp_demangle v0.4.5 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling aws-lc-rs v1.15.4 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling aws-lc-sys v0.37.0 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Compiling id-arena v2.3.0 [INFO] [stderr] Checking ctrlc v3.5.1 [INFO] [stderr] Checking leb128fmt v0.1.0 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking wasm-encoder v0.221.3 [INFO] [stderr] Checking wasm-encoder v0.245.1 [INFO] [stderr] Compiling cranelift-codegen v0.116.1 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking bzip2 v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking rustls-pki-types v1.14.0 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Compiling wasmtime-cache v29.0.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Checking uuid v1.21.0 [INFO] [stderr] Checking env_filter v0.1.4 [INFO] [stderr] Checking env_logger v0.10.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking env_logger v0.11.8 [INFO] [stderr] Checking wasmtime-component-util v29.0.1 [INFO] [stderr] Compiling wasmtime-component-macro v29.0.1 [INFO] [stderr] Checking deranged v0.5.6 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking debugid v0.8.0 [INFO] [stderr] Checking wast v245.0.1 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking wasmtime-asm-macros v29.0.1 [INFO] [stderr] Checking time-core v0.1.8 [INFO] [stderr] Checking num-conv v0.2.0 [INFO] [stderr] Compiling rns-ctl v0.1.4 (/opt/rustwide/workdir/rns-ctl) [INFO] [stderr] Checking clap_lex v1.0.0 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking clap_builder v4.5.58 [INFO] [stderr] Checking ittapi v0.4.0 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking wasmtime-jit-icache-coherence v29.0.1 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking memfd v0.6.5 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking wasmtime-slab v29.0.1 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking sptr v0.3.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling rns-hooks v0.1.1 (/opt/rustwide/workdir/rns-hooks) [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking rns-hooks-abi v0.1.0 (/opt/rustwide/workdir/rns-hooks/sdk/rns-hooks-abi) [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking wasmtime-math v29.0.1 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.39 [INFO] [stderr] Compiling wasmtime-versioned-export-macros v29.0.1 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling trait-variant v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking clap v4.5.58 [INFO] [stderr] Compiling wasmtime-fiber v29.0.1 [INFO] [stderr] Compiling wasmtime v29.0.1 [INFO] [stderr] Checking wasmtime-jit-debug v29.0.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking cobs v0.3.0 [INFO] [stderr] Checking x25519-dalek v2.0.1 [INFO] [stderr] Checking ed25519-dalek v2.2.0 [INFO] [stdout] warning: unused import: `Ordering` [INFO] [stdout] --> rns-net/src/shared_client.rs:180:40 [INFO] [stdout] | [INFO] [stdout] 180 | use std::sync::atomic::{AtomicU64, Ordering}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wat v1.245.1 [INFO] [stderr] Compiling wit-parser v0.221.3 [INFO] [stderr] Checking cranelift-bitset v0.116.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking postcard v1.1.3 [INFO] [stderr] Checking regalloc2 v0.11.2 [INFO] [stderr] Checking cranelift-entity v0.116.1 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stdout] warning: unused variable: `actions` [INFO] [stdout] --> rns-core/src/holepunch/engine.rs:936:13 [INFO] [stdout] | [INFO] [stdout] 936 | let actions = engine.tick(200.0 + PUNCH_TIMEOUT + 1.0); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actions` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stdout] warning: methods `path_table`, `announce_table`, `reverse_table`, and `link_table_ref` are never used [INFO] [stdout] --> rns-core/src/transport/mod.rs:1580:19 [INFO] [stdout] | [INFO] [stdout] 70 | impl TransportEngine { [INFO] [stdout] | -------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 1580 | pub(crate) fn path_table(&self) -> &BTreeMap<[u8; 16], PathSet> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1585 | pub(crate) fn announce_table(&self) -> &BTreeMap<[u8; 16], AnnounceEntry> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1590 | pub(crate) fn reverse_table(&self) -> &BTreeMap<[u8; 16], tables::ReverseEntry> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1595 | pub(crate) fn link_table_ref(&self) -> &BTreeMap<[u8; 16], LinkEntry> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking fxprof-processed-profile v0.6.0 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking cranelift-bforest v0.116.1 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> rns-net/src/common/link_manager.rs:2751:14 [INFO] [stdout] | [INFO] [stdout] 2751 | let (mut init_mgr, mut resp_mgr, link_id) = setup_active_link(); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `announces` [INFO] [stdout] --> rns-net/src/driver.rs:3616:19 [INFO] [stdout] | [INFO] [stdout] 3616 | let (cbs, announces, _, _, _, _) = MockCallbacks::new(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_announces` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking toml v0.8.23 [INFO] [stdout] warning: unused variable: `addr` [INFO] [stdout] --> rns-net/src/rpc.rs:920:13 [INFO] [stdout] | [INFO] [stdout] 920 | let addr = RpcAddr::Tcp("127.0.0.1".into(), 0); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `saw_frame` is assigned to, but never used [INFO] [stdout] --> rns-net/src/shared_client.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | let mut saw_frame = false; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_saw_frame` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `saw_frame` is never read [INFO] [stdout] --> rns-net/src/shared_client.rs:304:21 [INFO] [stdout] | [INFO] [stdout] 304 | saw_frame = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling wasmtime-wit-bindgen v29.0.1 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking criterion v0.5.1 [INFO] [stderr] Checking wasmprinter v0.221.3 [INFO] [stderr] Checking wasmtime-environ v29.0.1 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Checking rcgen v0.13.2 [INFO] [stderr] Checking cranelift-frontend v0.116.1 [INFO] [stderr] Checking cranelift-native v0.116.1 [INFO] [stderr] Checking wasmtime-cranelift v29.0.1 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s [INFO] running `Command { std: "docker" "inspect" "d30ade0cf9abbe6d452bd78a771c41d96503cf283cad6455e1a789519306f646", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d30ade0cf9abbe6d452bd78a771c41d96503cf283cad6455e1a789519306f646", kill_on_drop: false }` [INFO] [stdout] d30ade0cf9abbe6d452bd78a771c41d96503cf283cad6455e1a789519306f646