[INFO] fetching crate arrcat 0.1.1... [INFO] checking arrcat-0.1.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393 [INFO] extracting crate arrcat 0.1.1 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate arrcat 0.1.1 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 arrcat 0.1.1 [INFO] finished tweaking crates.io crate arrcat 0.1.1 [INFO] tweaked toml for crates.io crate arrcat 0.1.1 written to /workspace/builds/worker-2-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 core_extensions v1.5.3 [INFO] [stderr] Downloaded core_extensions_proc_macros v1.5.3 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b3626203dc7ee327289916bef66a4f1fd9c19d02125a433b74a9e5eb2b1eacb [INFO] running `Command { std: "docker" "start" "-a" "7b3626203dc7ee327289916bef66a4f1fd9c19d02125a433b74a9e5eb2b1eacb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b3626203dc7ee327289916bef66a4f1fd9c19d02125a433b74a9e5eb2b1eacb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b3626203dc7ee327289916bef66a4f1fd9c19d02125a433b74a9e5eb2b1eacb", kill_on_drop: false }` [INFO] [stdout] 7b3626203dc7ee327289916bef66a4f1fd9c19d02125a433b74a9e5eb2b1eacb [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=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] 354c142f7aadeedc3d998e8e6e1c706c5cd0f3c82e264f126b1d3f6bfed17970 [INFO] running `Command { std: "docker" "start" "-a" "354c142f7aadeedc3d998e8e6e1c706c5cd0f3c82e264f126b1d3f6bfed17970", kill_on_drop: false }` [INFO] [stderr] Compiling core_extensions_proc_macros v1.5.3 [INFO] [stderr] Checking arrcat v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking core_extensions v1.5.3 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/tests.rs:59:49 [INFO] [stdout] | [INFO] [stdout] 59 | let arr = concat_arrays!([f(3); 2]: ([T; 2])); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 59 - let arr = concat_arrays!([f(3); 2]: ([T; 2])); [INFO] [stdout] 59 + let arr = concat_arrays!([f(3); 2]: [T; 2]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "354c142f7aadeedc3d998e8e6e1c706c5cd0f3c82e264f126b1d3f6bfed17970", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "354c142f7aadeedc3d998e8e6e1c706c5cd0f3c82e264f126b1d3f6bfed17970", kill_on_drop: false }` [INFO] [stdout] 354c142f7aadeedc3d998e8e6e1c706c5cd0f3c82e264f126b1d3f6bfed17970 [INFO] checking arrcat-0.1.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393 [INFO] extracting crate arrcat 0.1.1 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate arrcat 0.1.1 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 arrcat 0.1.1 [INFO] finished tweaking crates.io crate arrcat 0.1.1 [INFO] tweaked toml for crates.io crate arrcat 0.1.1 written to /workspace/builds/worker-2-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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 788ce7ebae0b8eb72c50b5205d7b4fdd35d42d7e7220e4b31f29b85375bc816e [INFO] running `Command { std: "docker" "start" "-a" "788ce7ebae0b8eb72c50b5205d7b4fdd35d42d7e7220e4b31f29b85375bc816e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "788ce7ebae0b8eb72c50b5205d7b4fdd35d42d7e7220e4b31f29b85375bc816e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "788ce7ebae0b8eb72c50b5205d7b4fdd35d42d7e7220e4b31f29b85375bc816e", kill_on_drop: false }` [INFO] [stdout] 788ce7ebae0b8eb72c50b5205d7b4fdd35d42d7e7220e4b31f29b85375bc816e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f8465cb4c3c41d8918cd8e44c5cf8cc218f654ebb62da23854228cbd202a07bc [INFO] running `Command { std: "docker" "start" "-a" "f8465cb4c3c41d8918cd8e44c5cf8cc218f654ebb62da23854228cbd202a07bc", kill_on_drop: false }` [INFO] [stderr] Compiling core_extensions_proc_macros v1.5.3 [INFO] [stderr] Checking arrcat v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking core_extensions v1.5.3 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/tests.rs:59:49 [INFO] [stdout] | [INFO] [stdout] 59 | let arr = concat_arrays!([f(3); 2]: ([T; 2])); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 59 - let arr = concat_arrays!([f(3); 2]: ([T; 2])); [INFO] [stdout] 59 + let arr = concat_arrays!([f(3); 2]: [T; 2]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/macros/concat_array_macro.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | / impl $length_type { [INFO] [stdout] 393 | | pub const LEN: $crate::__::usize = $length; [INFO] [stdout] 394 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:276:25 [INFO] [stdout] | [INFO] [stdout] 276 | let _: &[u8] = &concat_arrays!(length_type = L;); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current constant expression `` and up 2 bodies [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 [INFO] [stdout] = note: requested on the command line with `-D non-local-definitions` [INFO] [stdout] = note: this error originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/macros/concat_array_macro.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | / impl $length_type { [INFO] [stdout] 393 | | pub const LEN: $crate::__::usize = $length; [INFO] [stdout] 394 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:281:25 [INFO] [stdout] | [INFO] [stdout] 281 | let _: &[u8] = &concat_arrays!(length_type = L; [1]); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current constant expression `` and up 2 bodies [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 [INFO] [stdout] = note: this error originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/macros/concat_array_macro.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | / impl $length_type { [INFO] [stdout] 393 | | pub const LEN: $crate::__::usize = $length; [INFO] [stdout] 394 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests.rs:287:33 [INFO] [stdout] | [INFO] [stdout] 287 | const A: [u8; L::LEN] = concat_arrays!(length_type = L; [1], [2; 3], C); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current constant expression `` and up 3 bodies [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 [INFO] [stdout] = note: this error originates in the macro `$crate::__declare_length_type_and_pass` which comes from the expansion of the macro `concat_arrays` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `arrcat` (lib test) due to 4 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "f8465cb4c3c41d8918cd8e44c5cf8cc218f654ebb62da23854228cbd202a07bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8465cb4c3c41d8918cd8e44c5cf8cc218f654ebb62da23854228cbd202a07bc", kill_on_drop: false }` [INFO] [stdout] f8465cb4c3c41d8918cd8e44c5cf8cc218f654ebb62da23854228cbd202a07bc