[INFO] fetching crate radsort 0.1.0... [INFO] checking radsort-0.1.0 against try#7306d3110618f84a6a4662b9e2cc4fd0d9b02da8 for pr-97346 [INFO] extracting crate radsort 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate radsort 0.1.0 on toolchain 7306d3110618f84a6a4662b9e2cc4fd0d9b02da8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate radsort 0.1.0 [INFO] finished tweaking crates.io crate radsort 0.1.0 [INFO] tweaked toml for crates.io crate radsort 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 723b942bd78e8a67df1a56b7f79115cfb68f25a0b70ae8e8c78a09a83661c5ba [INFO] running `Command { std: "docker" "start" "-a" "723b942bd78e8a67df1a56b7f79115cfb68f25a0b70ae8e8c78a09a83661c5ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "723b942bd78e8a67df1a56b7f79115cfb68f25a0b70ae8e8c78a09a83661c5ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "723b942bd78e8a67df1a56b7f79115cfb68f25a0b70ae8e8c78a09a83661c5ba", kill_on_drop: false }` [INFO] [stdout] 723b942bd78e8a67df1a56b7f79115cfb68f25a0b70ae8e8c78a09a83661c5ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+7306d3110618f84a6a4662b9e2cc4fd0d9b02da8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cf3dc56d86bbfe961a5b020de57a7480cc4995ad13f795a90f73a83e7a74694 [INFO] running `Command { std: "docker" "start" "-a" "7cf3dc56d86bbfe961a5b020de57a7480cc4995ad13f795a90f73a83e7a74694", kill_on_drop: false }` [INFO] [stderr] Checking radsort v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:330:9 [INFO] [stdout] | [INFO] [stdout] 330 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 340 | / impl_for_scalar! { [INFO] [stdout] 341 | | bool char [INFO] [stdout] 342 | | u8 u16 u32 u64 u128 usize [INFO] [stdout] 343 | | i8 i16 i32 i64 i128 isize [INFO] [stdout] 344 | | f32 f64 [INFO] [stdout] 345 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_for_scalar` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:330:9 [INFO] [stdout] | [INFO] [stdout] 330 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 340 | / impl_for_scalar! { [INFO] [stdout] 341 | | bool char [INFO] [stdout] 342 | | u8 u16 u32 u64 u128 usize [INFO] [stdout] 343 | | i8 i16 i32 i64 i128 isize [INFO] [stdout] 344 | | f32 f64 [INFO] [stdout] 345 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_for_scalar` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 369 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 369 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> src/lib.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.99s [INFO] running `Command { std: "docker" "inspect" "7cf3dc56d86bbfe961a5b020de57a7480cc4995ad13f795a90f73a83e7a74694", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cf3dc56d86bbfe961a5b020de57a7480cc4995ad13f795a90f73a83e7a74694", kill_on_drop: false }` [INFO] [stdout] 7cf3dc56d86bbfe961a5b020de57a7480cc4995ad13f795a90f73a83e7a74694