[INFO] cloning repository https://github.com/sammwyy/NRelay [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sammwyy/NRelay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsammwyy%2FNRelay", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsammwyy%2FNRelay'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a761b237f8144becdc6ac117527b575407719470 [INFO] checking sammwyy/NRelay against try#70daa2c0d8eed7066b07966f3c0b0b8622bff4e4 for pr-151539 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsammwyy%2FNRelay" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/sammwyy/NRelay [INFO] finished tweaking git repo https://github.com/sammwyy/NRelay [INFO] tweaked toml for git repo https://github.com/sammwyy/NRelay written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sammwyy/NRelay on toolchain 70daa2c0d8eed7066b07966f3c0b0b8622bff4e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sammwyy/NRelay 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" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 58f62e454f8fb714c9e78dc28496f17d803542bf348dc761ddc5357c85d80006 [INFO] running `Command { std: "docker" "start" "-a" "58f62e454f8fb714c9e78dc28496f17d803542bf348dc761ddc5357c85d80006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58f62e454f8fb714c9e78dc28496f17d803542bf348dc761ddc5357c85d80006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58f62e454f8fb714c9e78dc28496f17d803542bf348dc761ddc5357c85d80006", kill_on_drop: false }` [INFO] [stdout] 58f62e454f8fb714c9e78dc28496f17d803542bf348dc761ddc5357c85d80006 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+70daa2c0d8eed7066b07966f3c0b0b8622bff4e4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abc085d8df35fde2c70a53ad6f504f94dd0b22a1f3b68ab424c97c486099c37a [INFO] running `Command { std: "docker" "start" "-a" "abc085d8df35fde2c70a53ad6f504f94dd0b22a1f3b68ab424c97c486099c37a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling cc v1.2.50 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Checking ryu v1.0.21 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking iri-string v0.7.9 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking bytecount v0.6.9 [INFO] [stderr] Checking papergrid v0.11.0 [INFO] [stderr] Checking rustls-pki-types v1.13.2 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking colored v2.2.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling tabled_derive v0.7.0 [INFO] [stderr] Checking nrelay_proto_http v0.1.0 (/opt/rustwide/workdir/nrelay_proto_http) [INFO] [stderr] Checking nrelay_proto_mc v0.1.0 (/opt/rustwide/workdir/nrelay_proto_mc) [INFO] [stdout] warning: unused variable: `protocol_version` [INFO] [stdout] --> nrelay_proto_mc/src/lib.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | let (protocol_version, new_pos) = read_varint(&self.buffer, pos)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_protocol_version` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking nrelay_proto_sni v0.1.0 (/opt/rustwide/workdir/nrelay_proto_sni) [INFO] [stdout] warning: unused variable: `list_len` [INFO] [stdout] --> nrelay_proto_sni/src/lib.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | let list_len = [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_len` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking which v6.0.3 [INFO] [stdout] warning: unused variable: `list_len` [INFO] [stdout] --> nrelay_proto_sni/src/lib.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | let list_len = [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_len` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `protocol_version` [INFO] [stdout] --> nrelay_proto_mc/src/lib.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | let (protocol_version, new_pos) = read_varint(&self.buffer, pos)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_protocol_version` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-derive-0.13.5/src/field/scalar.rs:726:51 [INFO] [stdout] | [INFO] [stdout] 726 | ... let value: i64 = -lit.base10_parse()?; [INFO] [stdout] | ^^^^^^^^^^^^ cannot infer type of the type parameter `N` declared on the method `base10_parse` [INFO] [stdout] | [INFO] [stdout] help: consider specifying the generic argument [INFO] [stdout] | [INFO] [stdout] 726 | let value: i64 = -lit.base10_parse::()?; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-derive` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "abc085d8df35fde2c70a53ad6f504f94dd0b22a1f3b68ab424c97c486099c37a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abc085d8df35fde2c70a53ad6f504f94dd0b22a1f3b68ab424c97c486099c37a", kill_on_drop: false }` [INFO] [stdout] abc085d8df35fde2c70a53ad6f504f94dd0b22a1f3b68ab424c97c486099c37a