[INFO] fetching crate polonius-the-crab 0.4.1... [INFO] checking polonius-the-crab-0.4.1 against master#38352b01ae4af9300be03b805d6db68c45e51068 for pr-129864 [INFO] extracting crate polonius-the-crab 0.4.1 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate polonius-the-crab 0.4.1 on toolchain 38352b01ae4af9300be03b805d6db68c45e51068 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config [INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate polonius-the-crab 0.4.1 [INFO] finished tweaking crates.io crate polonius-the-crab 0.4.1 [INFO] tweaked toml for crates.io crate polonius-the-crab 0.4.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded higher-kinded-types v0.1.1 [INFO] [stderr] Downloaded never-say-never v6.6.666 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95d97f9eb022197094be8884c001bae8f6aeacfe839336f0d98e80e582f60422 [INFO] running `Command { std: "docker" "start" "-a" "95d97f9eb022197094be8884c001bae8f6aeacfe839336f0d98e80e582f60422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95d97f9eb022197094be8884c001bae8f6aeacfe839336f0d98e80e582f60422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95d97f9eb022197094be8884c001bae8f6aeacfe839336f0d98e80e582f60422", kill_on_drop: false }` [INFO] [stdout] 95d97f9eb022197094be8884c001bae8f6aeacfe839336f0d98e80e582f60422 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 565b80ffeb3875bd6a67aee2f5a1b93302e2b3d7ca573f754d989025ea4ca210 [INFO] running `Command { std: "docker" "start" "-a" "565b80ffeb3875bd6a67aee2f5a1b93302e2b3d7ca573f754d989025ea4ca210", kill_on_drop: false }` [INFO] [stderr] Checking never-say-never v6.6.666 [INFO] [stderr] Checking higher-kinded-types v0.1.1 [INFO] [stderr] Checking polonius-the-crab v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/lending_iterator.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 73 | / fn new ( [INFO] [stdout] 74 | | slice: &'slice mut [T], [INFO] [stdout] 75 | | ) -> WindowsMut<&'slice mut [T], WIDTH> [INFO] [stdout] 76 | | where [INFO] [stdout] 77 | | WindowsMut<&'slice mut [T], WIDTH> [INFO] [stdout] 78 | | : for<'n> LendingIteratorItem<'n, T = &'n mut [T; WIDTH]> [INFO] [stdout] 79 | | , [INFO] [stdout] | |_________- move the `impl` block outside of this associated function `new` [INFO] [stdout] ... [INFO] [stdout] 83 | / impl<'next, 'slice, T, const WIDTH: usize> [INFO] [stdout] 84 | | LendingIteratorItem<'next> [INFO] [stdout] | | ------------------- `LendingIteratorItem` is not local [INFO] [stdout] 85 | | for [INFO] [stdout] 86 | | WindowsMut<&'slice mut [T], WIDTH> [INFO] [stdout] | |_____________----------__________________-----^ [INFO] [stdout] | | | [INFO] [stdout] | | `WIDTH` is not local [INFO] [stdout] | `WindowsMut` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/lending_iterator.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 73 | / fn new ( [INFO] [stdout] 74 | | slice: &'slice mut [T], [INFO] [stdout] 75 | | ) -> WindowsMut<&'slice mut [T], WIDTH> [INFO] [stdout] 76 | | where [INFO] [stdout] 77 | | WindowsMut<&'slice mut [T], WIDTH> [INFO] [stdout] 78 | | : for<'n> LendingIteratorItem<'n, T = &'n mut [T; WIDTH]> [INFO] [stdout] 79 | | , [INFO] [stdout] | |_________- move the `impl` block outside of this associated function `new` [INFO] [stdout] ... [INFO] [stdout] 91 | / impl<'slice, T, const WIDTH: usize> [INFO] [stdout] 92 | | LendingIterator [INFO] [stdout] | | --------------- `LendingIterator` is not local [INFO] [stdout] 93 | | for [INFO] [stdout] 94 | | WindowsMut<&'slice mut [T], WIDTH> [INFO] [stdout] | |_____________----------__________________-----^ [INFO] [stdout] | | | [INFO] [stdout] | | `WIDTH` is not local [INFO] [stdout] | `WindowsMut` is not local [INFO] [stdout] | [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "565b80ffeb3875bd6a67aee2f5a1b93302e2b3d7ca573f754d989025ea4ca210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "565b80ffeb3875bd6a67aee2f5a1b93302e2b3d7ca573f754d989025ea4ca210", kill_on_drop: false }` [INFO] [stdout] 565b80ffeb3875bd6a67aee2f5a1b93302e2b3d7ca573f754d989025ea4ca210