[INFO] fetching crate googletest 0.10.0...
[INFO] checking googletest-0.10.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393-1
[INFO] extracting crate googletest 0.10.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate googletest 0.10.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate googletest 0.10.0
[INFO] finished tweaking crates.io crate googletest 0.10.0
[INFO] tweaked toml for crates.io crate googletest 0.10.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test_derive v2.0.0
[INFO] [stderr]   Downloaded rusty-fork v0.3.0
[INFO] [stderr]   Downloaded serial_test v2.0.0
[INFO] [stderr]   Downloaded indoc v2.0.4
[INFO] [stderr]   Downloaded googletest_macro v0.10.0
[INFO] [stderr]   Downloaded unarray v0.1.4
[INFO] [stderr]   Downloaded rand_xorshift v0.3.0
[INFO] [stderr]   Downloaded dashmap v5.5.3
[INFO] [stderr]   Downloaded proptest v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 458d1b48afa5dddc17623ecae51149040e394cca1293f11e9f7b272d3a54f33a
[INFO] running `Command { std: "docker" "start" "-a" "458d1b48afa5dddc17623ecae51149040e394cca1293f11e9f7b272d3a54f33a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "458d1b48afa5dddc17623ecae51149040e394cca1293f11e9f7b272d3a54f33a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "458d1b48afa5dddc17623ecae51149040e394cca1293f11e9f7b272d3a54f33a", kill_on_drop: false }`
[INFO] [stdout] 458d1b48afa5dddc17623ecae51149040e394cca1293f11e9f7b272d3a54f33a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d0e4666d3208b4708e6f193a93d28fd205f06c9df3775caff49556916a4a6c28
[INFO] running `Command { std: "docker" "start" "-a" "d0e4666d3208b4708e6f193a93d28fd205f06c9df3775caff49556916a4a6c28", kill_on_drop: false }`
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]    Compiling googletest_macro v0.10.0
[INFO] [stderr]     Checking googletest v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serial_test v2.0.0
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> tests/field_matcher_test.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, String);
[INFO] [stdout]    |        -----      ^^^^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tuple` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, ());
[INFO] [stdout]    |                   ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/field_matcher_test.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(u32),
[INFO] [stdout]     |         ------------ ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(()),
[INFO] [stdout]     |                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/matches_pattern_test.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(u32),
[INFO] [stdout]     |         - ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(()),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> tests/field_matcher_test.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, String);
[INFO] [stdout]    |        -----      ^^^^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tuple` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, ());
[INFO] [stdout]    |                   ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/field_matcher_test.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(u32),
[INFO] [stdout]     |         ------------ ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(()),
[INFO] [stdout]     |                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/matches_pattern_test.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(u32),
[INFO] [stdout]     |         - ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(()),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.51s
[INFO] running `Command { std: "docker" "inspect" "d0e4666d3208b4708e6f193a93d28fd205f06c9df3775caff49556916a4a6c28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0e4666d3208b4708e6f193a93d28fd205f06c9df3775caff49556916a4a6c28", kill_on_drop: false }`
[INFO] [stdout] d0e4666d3208b4708e6f193a93d28fd205f06c9df3775caff49556916a4a6c28
[INFO] checking googletest-0.10.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393-1
[INFO] extracting crate googletest 0.10.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate googletest 0.10.0 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate googletest 0.10.0
[INFO] finished tweaking crates.io crate googletest 0.10.0
[INFO] tweaked toml for crates.io crate googletest 0.10.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd12f4c2a1a30eb12fa9bcb82c0779b193cdeec80fd97f2ce91625b12fe24f8a
[INFO] running `Command { std: "docker" "start" "-a" "dd12f4c2a1a30eb12fa9bcb82c0779b193cdeec80fd97f2ce91625b12fe24f8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd12f4c2a1a30eb12fa9bcb82c0779b193cdeec80fd97f2ce91625b12fe24f8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd12f4c2a1a30eb12fa9bcb82c0779b193cdeec80fd97f2ce91625b12fe24f8a", kill_on_drop: false }`
[INFO] [stdout] dd12f4c2a1a30eb12fa9bcb82c0779b193cdeec80fd97f2ce91625b12fe24f8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7eff9ea2eb9bad372c29719e194111a3e5687057d1e05e7be5e755de75863441
[INFO] running `Command { std: "docker" "start" "-a" "7eff9ea2eb9bad372c29719e194111a3e5687057d1e05e7be5e755de75863441", kill_on_drop: false }`
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]    Compiling googletest_macro v0.10.0
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking googletest v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serial_test v2.0.0
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> tests/field_matcher_test.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, String);
[INFO] [stdout]    |        -----      ^^^^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tuple` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, ());
[INFO] [stdout]    |                   ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/field_matcher_test.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(u32),
[INFO] [stdout]     |         ------------ ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(()),
[INFO] [stdout]     |                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> tests/property_matcher_test.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 | /     impl SomeStruct {
[INFO] [stdout] 140 | |         fn get_a_collection(&self) -> Vec<u32> {
[INFO] [stdout] 141 | |             vec![]
[INFO] [stdout] 142 | |         }
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `explains_mismatch_referencing_explanation_of_inner_matcher`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> tests/property_matcher_test.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     impl SomeStruct {
[INFO] [stdout] 175 | |         fn get_a_collection_ref(&self) -> &[u32] {
[INFO] [stdout] 176 | |             &EMPTY_COLLECTION
[INFO] [stdout] 177 | |         }
[INFO] [stdout] 178 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `explains_mismatch_referencing_explanation_of_inner_matcher_for_ref`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `googletest` (test "property_matcher_test") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/matches_pattern_test.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(u32),
[INFO] [stdout]     |         - ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(()),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> tests/field_matcher_test.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, String);
[INFO] [stdout]    |        -----      ^^^^^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tuple` 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] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct Tuple(i32, ());
[INFO] [stdout]    |                   ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/field_matcher_test.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(u32),
[INFO] [stdout]     |         ------------ ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 136 |         AnotherValue(()),
[INFO] [stdout]     |                      ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> tests/matches_pattern_test.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(u32),
[INFO] [stdout]     |         - ^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 195 |         A(()),
[INFO] [stdout]     |           ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> tests/property_matcher_test.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 | /     impl SomeStruct {
[INFO] [stdout] 140 | |         fn get_a_collection(&self) -> Vec<u32> {
[INFO] [stdout] 141 | |             vec![]
[INFO] [stdout] 142 | |         }
[INFO] [stdout] 143 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `explains_mismatch_referencing_explanation_of_inner_matcher`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> tests/property_matcher_test.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 | /     impl SomeStruct {
[INFO] [stdout] 175 | |         fn get_a_collection_ref(&self) -> &[u32] {
[INFO] [stdout] 176 | |             &EMPTY_COLLECTION
[INFO] [stdout] 177 | |         }
[INFO] [stdout] 178 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `explains_mismatch_referencing_explanation_of_inner_matcher_for_ref`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `googletest` (test "lib") due to 3 previous errors; 3 warnings emitted
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/ge_matcher.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 | /         impl std::cmp::PartialEq<VeryLowNumber> for u32 {
[INFO] [stdout] 202 | |             fn eq(&self, _other: &VeryLowNumber) -> bool {
[INFO] [stdout] 203 | |                 false
[INFO] [stdout] 204 | |             }
[INFO] [stdout] 205 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `ge_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/ge_matcher.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 | /         impl std::cmp::PartialOrd<VeryLowNumber> for u32 {
[INFO] [stdout] 208 | |             fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> {
[INFO] [stdout] 209 | |                 Some(std::cmp::Ordering::Greater)
[INFO] [stdout] 210 | |             }
[INFO] [stdout] 211 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `ge_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/gt_matcher.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 | /         impl std::cmp::PartialEq<VeryLowNumber> for u32 {
[INFO] [stdout] 238 | |             fn eq(&self, _other: &VeryLowNumber) -> bool {
[INFO] [stdout] 239 | |                 false
[INFO] [stdout] 240 | |             }
[INFO] [stdout] 241 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `gt_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/gt_matcher.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 | /         impl std::cmp::PartialOrd<VeryLowNumber> for u32 {
[INFO] [stdout] 244 | |             fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> {
[INFO] [stdout] 245 | |                 Some(std::cmp::Ordering::Greater)
[INFO] [stdout] 246 | |             }
[INFO] [stdout] 247 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `gt_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/le_matcher.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 | /         impl std::cmp::PartialEq<VeryLowNumber> for u32 {
[INFO] [stdout] 203 | |             fn eq(&self, _other: &VeryLowNumber) -> bool {
[INFO] [stdout] 204 | |                 false
[INFO] [stdout] 205 | |             }
[INFO] [stdout] 206 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `le_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/le_matcher.rs:208:9
[INFO] [stdout]     |
[INFO] [stdout] 208 | /         impl std::cmp::PartialOrd<VeryLowNumber> for u32 {
[INFO] [stdout] 209 | |             fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> {
[INFO] [stdout] 210 | |                 Some(std::cmp::Ordering::Greater)
[INFO] [stdout] 211 | |             }
[INFO] [stdout] 212 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `le_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/lt_matcher.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 | /         impl std::cmp::PartialEq<VeryLowNumber> for u32 {
[INFO] [stdout] 212 | |             fn eq(&self, _other: &VeryLowNumber) -> bool {
[INFO] [stdout] 213 | |                 false
[INFO] [stdout] 214 | |             }
[INFO] [stdout] 215 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `lt_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/matchers/lt_matcher.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 | /         impl std::cmp::PartialOrd<VeryLowNumber> for u32 {
[INFO] [stdout] 218 | |             fn partial_cmp(&self, _other: &VeryLowNumber) -> Option<std::cmp::Ordering> {
[INFO] [stdout] 219 | |                 Some(std::cmp::Ordering::Greater)
[INFO] [stdout] 220 | |             }
[INFO] [stdout] 221 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `lt_matches_with_custom_partial_ord`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `googletest` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "7eff9ea2eb9bad372c29719e194111a3e5687057d1e05e7be5e755de75863441", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eff9ea2eb9bad372c29719e194111a3e5687057d1e05e7be5e755de75863441", kill_on_drop: false }`
[INFO] [stdout] 7eff9ea2eb9bad372c29719e194111a3e5687057d1e05e7be5e755de75863441
