[INFO] fetching crate cache-padded 1.3.0...
[INFO] checking cache-padded-1.3.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate cache-padded 1.3.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate cache-padded 1.3.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cache-padded 1.3.0
[INFO] finished tweaking crates.io crate cache-padded 1.3.0
[INFO] tweaked toml for crates.io crate cache-padded 1.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0bca79e37eabb4d0da07b9c964e341bf1826b355d8db1d00b101d1bfebb3e3c0
[INFO] running `Command { std: "docker" "start" "-a" "0bca79e37eabb4d0da07b9c964e341bf1826b355d8db1d00b101d1bfebb3e3c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0bca79e37eabb4d0da07b9c964e341bf1826b355d8db1d00b101d1bfebb3e3c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bca79e37eabb4d0da07b9c964e341bf1826b355d8db1d00b101d1bfebb3e3c0", kill_on_drop: false }`
[INFO] [stdout] 0bca79e37eabb4d0da07b9c964e341bf1826b355d8db1d00b101d1bfebb3e3c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5dc16180af9455eaec7b585ce67ae152c2f51f9fe18be58a224f9131e4560334
[INFO] running `Command { std: "docker" "start" "-a" "5dc16180af9455eaec7b585ce67ae152c2f51f9fe18be58a224f9131e4560334", kill_on_drop: false }`
[INFO] [stderr]     Checking cache-padded v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]  --> tests/padding.rs:4:19
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cache_padded::CachePadded;
[INFO] [stdout]   |                   ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]  --> tests/padding.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let x: CachePadded<u64> = Default::default();
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let x: CachePadded<u64> = CachePadded::new(17);
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let x: CachePadded<u64> = CachePadded::new(17);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let x: CachePadded<(u64, u64)> = CachePadded::new((17, 37));
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let x: CachePadded<(u64, u64)> = CachePadded::new((17, 37));
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let arr = [CachePadded::new(17u8), CachePadded::new(37u8)];
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:27:40
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let arr = [CachePadded::new(17u8), CachePadded::new(37u8)];
[INFO] [stdout]    |                                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     CachePadded::new(17u8);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     CachePadded::new(17u16);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     CachePadded::new(17u32);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     CachePadded::new([17u64; 0]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     CachePadded::new([17u64; 1]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     CachePadded::new([17u64; 2]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     CachePadded::new([17u64; 3]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     CachePadded::new([17u64; 4]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     CachePadded::new([17u64; 5]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     CachePadded::new([17u64; 6]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     CachePadded::new([17u64; 7]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     CachePadded::new([17u64; 8]);
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:52:13
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let b = CachePadded::new(a);
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     assert_eq!(format!("{:?}", CachePadded::new(17u64)), "CachePadded(17)");
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let a = CachePadded::new(Foo(&count));
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:74:13
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let b = CachePadded::new(Foo(&count));
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let a = CachePadded::new(17);
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `cache_padded::CachePadded`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]    --> tests/padding.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let a = CachePadded::new(Foo(&count));
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:14:44
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let x: CachePadded<u64> = CachePadded::new(17);
[INFO] [stdout]    |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:20:51
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let x: CachePadded<(u64, u64)> = CachePadded::new((17, 37));
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let arr = [CachePadded::new(17u8), CachePadded::new(37u8)];
[INFO] [stdout]    |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:27:53
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let arr = [CachePadded::new(17u8), CachePadded::new(37u8)];
[INFO] [stdout]    |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     CachePadded::new(17u8);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 |     CachePadded::new(17u16);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:37:18
[INFO] [stdout]    |
[INFO] [stdout] 37 |     CachePadded::new(17u32);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     CachePadded::new([17u64; 0]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:39:18
[INFO] [stdout]    |
[INFO] [stdout] 39 |     CachePadded::new([17u64; 1]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |     CachePadded::new([17u64; 2]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |     CachePadded::new([17u64; 3]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     CachePadded::new([17u64; 4]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:43:18
[INFO] [stdout]    |
[INFO] [stdout] 43 |     CachePadded::new([17u64; 5]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     CachePadded::new([17u64; 6]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |     CachePadded::new([17u64; 7]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     CachePadded::new([17u64; 8]);
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let b = CachePadded::new(a);
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:58:45
[INFO] [stdout]    |
[INFO] [stdout] 58 |     assert_eq!(format!("{:?}", CachePadded::new(17u64)), "CachePadded(17)");
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:73:26
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let a = CachePadded::new(Foo(&count));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:74:26
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let b = CachePadded::new(Foo(&count));
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]   --> tests/padding.rs:86:26
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let a = CachePadded::new(17);
[INFO] [stdout]    |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `cache_padded::CachePadded::<T>::new`: This crate is now deprecated in favor of [crossbeam-utils::CachePadded](https://docs.rs/crossbeam-utils/latest/crossbeam_utils/struct.CachePadded.html).
[INFO] [stdout]    --> tests/padding.rs:104:26
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let a = CachePadded::new(Foo(&count));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 48 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "5dc16180af9455eaec7b585ce67ae152c2f51f9fe18be58a224f9131e4560334", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dc16180af9455eaec7b585ce67ae152c2f51f9fe18be58a224f9131e4560334", kill_on_drop: false }`
[INFO] [stdout] 5dc16180af9455eaec7b585ce67ae152c2f51f9fe18be58a224f9131e4560334
