[INFO] fetching crate whatlang 0.16.4... [INFO] building whatlang-0.16.4 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate whatlang 0.16.4 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate whatlang 0.16.4 [INFO] finished tweaking crates.io crate whatlang 0.16.4 [INFO] tweaked toml for crates.io crate whatlang 0.16.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate whatlang 0.16.4 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate whatlang 0.16.4 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e65aa92532341c2a09e09e53a442a94e4aca1f473b50773c46d5bf7b01c59a7 [INFO] running `Command { std: "docker" "start" "-a" "4e65aa92532341c2a09e09e53a442a94e4aca1f473b50773c46d5bf7b01c59a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e65aa92532341c2a09e09e53a442a94e4aca1f473b50773c46d5bf7b01c59a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e65aa92532341c2a09e09e53a442a94e4aca1f473b50773c46d5bf7b01c59a7", kill_on_drop: false }` [INFO] [stdout] 4e65aa92532341c2a09e09e53a442a94e4aca1f473b50773c46d5bf7b01c59a7 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19485ae5208508476639c12796942cd14315bbcb8e6bde7d24f053e004d07d55 [INFO] running `Command { std: "docker" "start" "-a" "19485ae5208508476639c12796942cd14315bbcb8e6bde7d24f053e004d07d55", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling whatlang v0.16.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `raw_scores` is never read [INFO] [stdout] --> src/alphabets/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 43 | pub count: usize, [INFO] [stdout] 44 | pub raw_scores: Vec<(Lang, usize)>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `alphabet_raw_outcome` is never read [INFO] [stdout] --> src/combined/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stdout] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw_distances` is never read [INFO] [stdout] --> src/trigrams/detection.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 13 | pub trigrams_count: usize, [INFO] [stdout] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "19485ae5208508476639c12796942cd14315bbcb8e6bde7d24f053e004d07d55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19485ae5208508476639c12796942cd14315bbcb8e6bde7d24f053e004d07d55", kill_on_drop: false }` [INFO] [stdout] 19485ae5208508476639c12796942cd14315bbcb8e6bde7d24f053e004d07d55 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af635998ed7d96fe5c1eed1a0433b49d06b4f9961da2af684f82086a85b8ab0d [INFO] running `Command { std: "docker" "start" "-a" "af635998ed7d96fe5c1eed1a0433b49d06b4f9961da2af684f82086a85b8ab0d", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling arbitrary v1.2.0 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stdout] warning: field `raw_scores` is never read [INFO] [stdout] --> src/alphabets/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 43 | pub count: usize, [INFO] [stdout] 44 | pub raw_scores: Vec<(Lang, usize)>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `alphabet_raw_outcome` is never read [INFO] [stdout] --> src/combined/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stdout] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw_distances` is never read [INFO] [stdout] --> src/trigrams/detection.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 13 | pub trigrams_count: usize, [INFO] [stdout] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling arbtest v0.2.0 [INFO] [stderr] Compiling whatlang v0.16.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `alphabet_raw_outcome` is never read [INFO] [stdout] --> src/combined/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stdout] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw_distances` is never read [INFO] [stdout] --> src/trigrams/detection.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 13 | pub trigrams_count: usize, [INFO] [stdout] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "af635998ed7d96fe5c1eed1a0433b49d06b4f9961da2af684f82086a85b8ab0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af635998ed7d96fe5c1eed1a0433b49d06b4f9961da2af684f82086a85b8ab0d", kill_on_drop: false }` [INFO] [stdout] af635998ed7d96fe5c1eed1a0433b49d06b4f9961da2af684f82086a85b8ab0d