[INFO] cloning repository https://github.com/f3lixding/rustle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/f3lixding/rustle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff3lixding%2Frustle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff3lixding%2Frustle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 998621377a6fd5caf97b0aa202acc8cf8ac0bd51 [INFO] testing f3lixding/rustle against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff3lixding%2Frustle" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/f3lixding/rustle on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/f3lixding/rustle [INFO] finished tweaking git repo https://github.com/f3lixding/rustle [INFO] tweaked toml for git repo https://github.com/f3lixding/rustle written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/f3lixding/rustle 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.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio v1.30.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dcf86f5e6b35b06dc6f2bdf07c699f8f4db5dd3e46abe16c35a42c911bec3b0b [INFO] running `Command { std: "docker" "start" "-a" "dcf86f5e6b35b06dc6f2bdf07c699f8f4db5dd3e46abe16c35a42c911bec3b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcf86f5e6b35b06dc6f2bdf07c699f8f4db5dd3e46abe16c35a42c911bec3b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcf86f5e6b35b06dc6f2bdf07c699f8f4db5dd3e46abe16c35a42c911bec3b0b", kill_on_drop: false }` [INFO] [stdout] dcf86f5e6b35b06dc6f2bdf07c699f8f4db5dd3e46abe16c35a42c911bec3b0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6dc1391533ae63becda8b35f5fc88ff006e05538c636883a84c50003b7ae2928 [INFO] running `Command { std: "docker" "start" "-a" "6dc1391533ae63becda8b35f5fc88ff006e05538c636883a84c50003b7ae2928", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-project-lite v0.2.12 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling cc v1.0.82 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling openssl-sys v0.9.93 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling tokio v1.30.0 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling base64 v0.21.4 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling derive_builder v0.12.0 [INFO] [stderr] Compiling futures-executor v0.3.29 [INFO] [stderr] Compiling futures v0.3.29 [INFO] [stderr] Compiling tokio-util v0.7.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.20 [INFO] [stderr] Compiling rustle v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::dns_query_answer::*` [INFO] [stdout] --> src/query_service/query_service.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::dns_query_answer::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `socket_orig_sender` [INFO] [stdout] --> src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | let socket_orig_sender = socket_orig_sender.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket_orig_sender` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/lib.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | let (size, addr) = socket_subrequest.recv_from(&mut buf).await?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/lib.rs:54:35 [INFO] [stdout] | [INFO] [stdout] 54 | Response::Hit(bytes) => {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/query_service/dns_query_answer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct DNSQueryAnswer<'a> { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 3 | message_id: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 4 | op_code: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 5 | is_authoritative: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | is_truncated: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 7 | is_recursion_desired: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | is_recursion_available: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | is_answer_authenticated: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | is_non_auth_answer_acceptable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | r_code: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | num_of_questions: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | num_of_answers: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 14 | num_of_authorities: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | num_of_additional_rrs: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | q_name_array: Vec<&'a str>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | ans_array: Vec<&'a str>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DNSQueryAnswer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.62s [INFO] running `Command { std: "docker" "inspect" "6dc1391533ae63becda8b35f5fc88ff006e05538c636883a84c50003b7ae2928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dc1391533ae63becda8b35f5fc88ff006e05538c636883a84c50003b7ae2928", kill_on_drop: false }` [INFO] [stdout] 6dc1391533ae63becda8b35f5fc88ff006e05538c636883a84c50003b7ae2928 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 743c0426f058c1ae22eac1eb7ded0ab8c5c797b29f9a1b320731a6c94265ecc7 [INFO] running `Command { std: "docker" "start" "-a" "743c0426f058c1ae22eac1eb7ded0ab8c5c797b29f9a1b320731a6c94265ecc7", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `super::dns_query_answer::*` [INFO] [stdout] --> src/query_service/query_service.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::dns_query_answer::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `socket_orig_sender` [INFO] [stdout] --> src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | let socket_orig_sender = socket_orig_sender.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket_orig_sender` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/lib.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | let (size, addr) = socket_subrequest.recv_from(&mut buf).await?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/lib.rs:54:35 [INFO] [stdout] | [INFO] [stdout] 54 | Response::Hit(bytes) => {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/query_service/dns_query_answer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct DNSQueryAnswer<'a> { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 3 | message_id: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 4 | op_code: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 5 | is_authoritative: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | is_truncated: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 7 | is_recursion_desired: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | is_recursion_available: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | is_answer_authenticated: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | is_non_auth_answer_acceptable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | r_code: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | num_of_questions: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | num_of_answers: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 14 | num_of_authorities: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | num_of_additional_rrs: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | q_name_array: Vec<&'a str>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | ans_array: Vec<&'a str>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DNSQueryAnswer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustle v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::dns_query_answer::*` [INFO] [stdout] --> src/query_service/query_service.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::dns_query_answer::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `socket_orig_sender` [INFO] [stdout] --> src/lib.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | let socket_orig_sender = socket_orig_sender.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket_orig_sender` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/lib.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | let (size, addr) = socket_subrequest.recv_from(&mut buf).await?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bytes` [INFO] [stdout] --> src/lib.rs:54:35 [INFO] [stdout] | [INFO] [stdout] 54 | Response::Hit(bytes) => {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/query_service/dns_query_answer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct DNSQueryAnswer<'a> { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 3 | message_id: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 4 | op_code: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 5 | is_authoritative: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | is_truncated: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 7 | is_recursion_desired: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | is_recursion_available: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | is_answer_authenticated: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | is_non_auth_answer_acceptable: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 11 | r_code: u8, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 12 | num_of_questions: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | num_of_answers: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 14 | num_of_authorities: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | num_of_additional_rrs: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | q_name_array: Vec<&'a str>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | ans_array: Vec<&'a str>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DNSQueryAnswer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "743c0426f058c1ae22eac1eb7ded0ab8c5c797b29f9a1b320731a6c94265ecc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "743c0426f058c1ae22eac1eb7ded0ab8c5c797b29f9a1b320731a6c94265ecc7", kill_on_drop: false }` [INFO] [stdout] 743c0426f058c1ae22eac1eb7ded0ab8c5c797b29f9a1b320731a6c94265ecc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3fe8e9a8e24620a9b70f062037edfe29d35f16b147724aba49f08e2cf45d72cc [INFO] running `Command { std: "docker" "start" "-a" "3fe8e9a8e24620a9b70f062037edfe29d35f16b147724aba49f08e2cf45d72cc", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `super::dns_query_answer::*` [INFO] [stderr] --> src/query_service/query_service.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use super::dns_query_answer::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `socket_orig_sender` [INFO] [stderr] --> src/lib.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | let socket_orig_sender = socket_orig_sender.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_socket_orig_sender` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `size` [INFO] [stderr] --> src/lib.rs:76:18 [INFO] [stderr] | [INFO] [stderr] 76 | let (size, addr) = socket_subrequest.recv_from(&mut buf).await?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bytes` [INFO] [stderr] --> src/lib.rs:54:35 [INFO] [stderr] | [INFO] [stderr] 54 | Response::Hit(bytes) => {} [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes` [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/query_service/dns_query_answer.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 2 | pub struct DNSQueryAnswer<'a> { [INFO] [stderr] | -------------- fields in this struct [INFO] [stderr] 3 | message_id: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 4 | op_code: u8, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 5 | is_authoritative: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 6 | is_truncated: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 7 | is_recursion_desired: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | is_recursion_available: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 9 | is_answer_authenticated: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 10 | is_non_auth_answer_acceptable: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 11 | r_code: u8, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 12 | num_of_questions: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 13 | num_of_answers: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 14 | num_of_authorities: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 15 | num_of_additional_rrs: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 16 | q_name_array: Vec<&'a str>, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 17 | ans_array: Vec<&'a str>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `DNSQueryAnswer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rustle` (lib) generated 5 warnings (run `cargo fix --lib -p rustle` to apply 1 suggestion) [INFO] [stderr] warning: `rustle` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustle-eacec0234c15742d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rustle-62965707a6a2b2ba) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rustle [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3fe8e9a8e24620a9b70f062037edfe29d35f16b147724aba49f08e2cf45d72cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fe8e9a8e24620a9b70f062037edfe29d35f16b147724aba49f08e2cf45d72cc", kill_on_drop: false }` [INFO] [stdout] 3fe8e9a8e24620a9b70f062037edfe29d35f16b147724aba49f08e2cf45d72cc