[INFO] fetching crate rosu-pattern-detector 0.2.1... [INFO] testing rosu-pattern-detector-0.2.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate rosu-pattern-detector 0.2.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate rosu-pattern-detector 0.2.1 [INFO] finished tweaking crates.io crate rosu-pattern-detector 0.2.1 [INFO] tweaked toml for crates.io crate rosu-pattern-detector 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rosu-pattern-detector 0.2.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rosu-pattern-detector 0.2.1 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb9d7b7f8c484dd3b128a9c5e5fe3e562a876e6b6e897aaa76adb71c2477dc60 [INFO] running `Command { std: "docker" "start" "-a" "cb9d7b7f8c484dd3b128a9c5e5fe3e562a876e6b6e897aaa76adb71c2477dc60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb9d7b7f8c484dd3b128a9c5e5fe3e562a876e6b6e897aaa76adb71c2477dc60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb9d7b7f8c484dd3b128a9c5e5fe3e562a876e6b6e897aaa76adb71c2477dc60", kill_on_drop: false }` [INFO] [stdout] cb9d7b7f8c484dd3b128a9c5e5fe3e562a876e6b6e897aaa76adb71c2477dc60 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0f13dc70db6d0b53b57c33e870b00ddd4b5de4bf7bcd9f8ed98283fafd58d76 [INFO] running `Command { std: "docker" "start" "-a" "d0f13dc70db6d0b53b57c33e870b00ddd4b5de4bf7bcd9f8ed98283fafd58d76", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling rosu-map v0.2.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling serde_json v1.0.137 [INFO] [stderr] Compiling rosu-pattern-detector v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `start_time` is never read [INFO] [stdout] --> src/structs.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct CommonMeasure { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 3 | pub(crate) start_time: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommonMeasure` 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s [INFO] running `Command { std: "docker" "inspect" "d0f13dc70db6d0b53b57c33e870b00ddd4b5de4bf7bcd9f8ed98283fafd58d76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0f13dc70db6d0b53b57c33e870b00ddd4b5de4bf7bcd9f8ed98283fafd58d76", kill_on_drop: false }` [INFO] [stdout] d0f13dc70db6d0b53b57c33e870b00ddd4b5de4bf7bcd9f8ed98283fafd58d76 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d79c339f73bedd0214e405c6a13716b74fa46ffea094db3abb040a622450721 [INFO] running `Command { std: "docker" "start" "-a" "3d79c339f73bedd0214e405c6a13716b74fa46ffea094db3abb040a622450721", kill_on_drop: false }` [INFO] [stderr] Compiling rosu-pattern-detector v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `start_time` is never read [INFO] [stdout] --> src/structs.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct CommonMeasure { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 3 | pub(crate) start_time: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommonMeasure` 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 `start_time` is never read [INFO] [stdout] --> src/structs.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct CommonMeasure { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 3 | pub(crate) start_time: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CommonMeasure` 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `Command { std: "docker" "inspect" "3d79c339f73bedd0214e405c6a13716b74fa46ffea094db3abb040a622450721", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d79c339f73bedd0214e405c6a13716b74fa46ffea094db3abb040a622450721", kill_on_drop: false }` [INFO] [stdout] 3d79c339f73bedd0214e405c6a13716b74fa46ffea094db3abb040a622450721 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aab759b3786e0207c96fef40ed2569ea85978de7864640221b32ebbe978e8c55 [INFO] running `Command { std: "docker" "start" "-a" "aab759b3786e0207c96fef40ed2569ea85978de7864640221b32ebbe978e8c55", kill_on_drop: false }` [INFO] [stderr] warning: field `start_time` is never read [INFO] [stderr] --> src/structs.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 2 | pub struct CommonMeasure { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 3 | pub(crate) start_time: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CommonMeasure` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `rosu-pattern-detector` (lib) generated 1 warning [INFO] [stderr] warning: `rosu-pattern-detector` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rosu_pattern_detector-8ec335d46b65f12e) [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/rosu_pattern_detector-f44831aa69181efc) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests rosu_pattern_detector [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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" "aab759b3786e0207c96fef40ed2569ea85978de7864640221b32ebbe978e8c55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aab759b3786e0207c96fef40ed2569ea85978de7864640221b32ebbe978e8c55", kill_on_drop: false }` [INFO] [stdout] aab759b3786e0207c96fef40ed2569ea85978de7864640221b32ebbe978e8c55