[INFO] fetching crate maligned 0.2.1...
[INFO] testing maligned-0.2.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate maligned 0.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate maligned 0.2.1
[INFO] finished tweaking crates.io crate maligned 0.2.1
[INFO] tweaked toml for crates.io crate maligned 0.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate maligned 0.2.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f6cbb46bac1c1f59e6ba77532ee07b8a9e66c0448d788180787d9ade0d93ed16
[INFO] running `Command { std: "docker" "start" "-a" "f6cbb46bac1c1f59e6ba77532ee07b8a9e66c0448d788180787d9ade0d93ed16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6cbb46bac1c1f59e6ba77532ee07b8a9e66c0448d788180787d9ade0d93ed16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6cbb46bac1c1f59e6ba77532ee07b8a9e66c0448d788180787d9ade0d93ed16", kill_on_drop: false }`
[INFO] [stdout] f6cbb46bac1c1f59e6ba77532ee07b8a9e66c0448d788180787d9ade0d93ed16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2036b0d4d7a8683154409c25c572d7effdb29ef9325cebdbf205d221f944e09
[INFO] running `Command { std: "docker" "start" "-a" "d2036b0d4d7a8683154409c25c572d7effdb29ef9325cebdbf205d221f944e09", kill_on_drop: false }`
[INFO] [stderr]    Compiling maligned v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "d2036b0d4d7a8683154409c25c572d7effdb29ef9325cebdbf205d221f944e09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2036b0d4d7a8683154409c25c572d7effdb29ef9325cebdbf205d221f944e09", kill_on_drop: false }`
[INFO] [stdout] d2036b0d4d7a8683154409c25c572d7effdb29ef9325cebdbf205d221f944e09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09e237671ae437591faf223d91af0ad92eee7c95b837ac112765e0a6ab592d40
[INFO] running `Command { std: "docker" "start" "-a" "09e237671ae437591faf223d91af0ad92eee7c95b837ac112765e0a6ab592d40", kill_on_drop: false }`
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling maligned v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[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]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "09e237671ae437591faf223d91af0ad92eee7c95b837ac112765e0a6ab592d40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09e237671ae437591faf223d91af0ad92eee7c95b837ac112765e0a6ab592d40", kill_on_drop: false }`
[INFO] [stdout] 09e237671ae437591faf223d91af0ad92eee7c95b837ac112765e0a6ab592d40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 673e8f49946374c2e67d9703a699fb1fc72eea9883a5369a686c1ffce7dcc41c
[INFO] running `Command { std: "docker" "start" "-a" "673e8f49946374c2e67d9703a699fb1fc72eea9883a5369a686c1ffce7dcc41c", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 303 | / impl_alignment_traits! {
[INFO] [stderr] 304 | |   #[derive(Copy)]
[INFO] [stderr] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stderr] 306 | |   test = test_a2
[INFO] [stderr] 307 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 303 | / impl_alignment_traits! {
[INFO] [stderr] 304 | |   #[derive(Copy)]
[INFO] [stderr] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stderr] 306 | |   test = test_a2
[INFO] [stderr] 307 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 309 | / impl_alignment_traits! {
[INFO] [stderr] 310 | |   #[derive(Copy)]
[INFO] [stderr] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stderr] 312 | |   test = test_a4
[INFO] [stderr] 313 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 309 | / impl_alignment_traits! {
[INFO] [stderr] 310 | |   #[derive(Copy)]
[INFO] [stderr] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stderr] 312 | |   test = test_a4
[INFO] [stderr] 313 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 315 | / impl_alignment_traits! {
[INFO] [stderr] 316 | |   #[derive(Copy)]
[INFO] [stderr] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stderr] 318 | |   test = test_a8
[INFO] [stderr] 319 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 315 | / impl_alignment_traits! {
[INFO] [stderr] 316 | |   #[derive(Copy)]
[INFO] [stderr] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stderr] 318 | |   test = test_a8
[INFO] [stderr] 319 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 321 | / impl_alignment_traits! {
[INFO] [stderr] 322 | |   #[derive(Copy)]
[INFO] [stderr] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stderr] 324 | |   test = test_a16
[INFO] [stderr] 325 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 321 | / impl_alignment_traits! {
[INFO] [stderr] 322 | |   #[derive(Copy)]
[INFO] [stderr] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stderr] 324 | |   test = test_a16
[INFO] [stderr] 325 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 327 | / impl_alignment_traits! {
[INFO] [stderr] 328 | |   #[derive(Copy)]
[INFO] [stderr] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stderr] 330 | |   test = test_a32
[INFO] [stderr] 331 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 327 | / impl_alignment_traits! {
[INFO] [stderr] 328 | |   #[derive(Copy)]
[INFO] [stderr] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stderr] 330 | |   test = test_a32
[INFO] [stderr] 331 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 333 | / impl_alignment_traits! {
[INFO] [stderr] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stderr] 335 | |   test = test_a64
[INFO] [stderr] 336 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 333 | / impl_alignment_traits! {
[INFO] [stderr] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stderr] 335 | |   test = test_a64
[INFO] [stderr] 336 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 338 | / impl_alignment_traits! {
[INFO] [stderr] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stderr] 340 | |   test = test_a128
[INFO] [stderr] 341 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 338 | / impl_alignment_traits! {
[INFO] [stderr] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stderr] 340 | |   test = test_a128
[INFO] [stderr] 341 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 343 | / impl_alignment_traits! {
[INFO] [stderr] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stderr] 345 | |   test = test_a256
[INFO] [stderr] 346 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 343 | / impl_alignment_traits! {
[INFO] [stderr] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stderr] 345 | |   test = test_a256
[INFO] [stderr] 346 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:127:7
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 348 | / impl_alignment_traits! {
[INFO] [stderr] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stderr] 350 | |   test = test_a512
[INFO] [stderr] 351 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/align.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |         #[must_use]
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 348 | / impl_alignment_traits! {
[INFO] [stderr] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stderr] 350 | |   test = test_a512
[INFO] [stderr] 351 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `maligned` (lib) generated 18 warnings (run `cargo fix --lib -p maligned` to apply 18 suggestions)
[INFO] [stderr] warning: `maligned` (lib test) generated 18 warnings (18 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/maligned-13f3228a6774a47c)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test align::test_a32::test_a32 ... ok
[INFO] [stdout] test align::test_a128::test_a128 ... ok
[INFO] [stdout] test align::test_a2::test_a2 ... ok
[INFO] [stdout] test align::test_a16::test_a16 ... ok
[INFO] [stdout] test align::test_a256::test_a256 ... ok
[INFO] [stdout] test align::test_a512::test_a512 ... ok
[INFO] [stdout] test align::test_a4::test_a4 ... ok
[INFO] [stdout] test align::test_a64::test_a64 ... ok
[INFO] [stdout] test heap::tests::test_align_first ... ok
[INFO] [stdout] test align::test_a8::test_a8 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests maligned
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/align.rs - align::aligned (line 441) ... ok
[INFO] [stdout] test src/lib.rs - (line 7) ... ok
[INFO] [stdout] test src/lib.rs - (line 51) ... ok
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] test src/align.rs - align::Aligned (line 412) ... ok
[INFO] [stdout] test src/heap.rs - heap::align_first_boxed_cloned (line 61) ... ok
[INFO] [stdout] test src/heap.rs - heap::align_first_boxed_default (line 48) ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ok
[INFO] [stdout] test src/heap.rs - heap::align_first_boxed (line 32) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "673e8f49946374c2e67d9703a699fb1fc72eea9883a5369a686c1ffce7dcc41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "673e8f49946374c2e67d9703a699fb1fc72eea9883a5369a686c1ffce7dcc41c", kill_on_drop: false }`
[INFO] [stdout] 673e8f49946374c2e67d9703a699fb1fc72eea9883a5369a686c1ffce7dcc41c
