[INFO] fetching crate cache-padded 1.3.0...
[INFO] checking cache-padded-1.3.0 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate cache-padded 1.3.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate cache-padded 1.3.0 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "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-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "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" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 625d57310d9448314d4d278c1ff9d17a33c8453ce81e5c0afe7f0ece822c443e
[INFO] running `Command { std: "docker" "start" "-a" "625d57310d9448314d4d278c1ff9d17a33c8453ce81e5c0afe7f0ece822c443e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "625d57310d9448314d4d278c1ff9d17a33c8453ce81e5c0afe7f0ece822c443e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "625d57310d9448314d4d278c1ff9d17a33c8453ce81e5c0afe7f0ece822c443e", kill_on_drop: false }`
[INFO] [stdout] 625d57310d9448314d4d278c1ff9d17a33c8453ce81e5c0afe7f0ece822c443e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7296c1314061a1a6f2f5c9244e555347fc5da74436b774d51480527185388c19
[INFO] running `Command { std: "docker" "start" "-a" "7296c1314061a1a6f2f5c9244e555347fc5da74436b774d51480527185388c19", 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 [unoptimized + debuginfo] target(s) in 0.09s
[INFO] running `Command { std: "docker" "inspect" "7296c1314061a1a6f2f5c9244e555347fc5da74436b774d51480527185388c19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7296c1314061a1a6f2f5c9244e555347fc5da74436b774d51480527185388c19", kill_on_drop: false }`
[INFO] [stdout] 7296c1314061a1a6f2f5c9244e555347fc5da74436b774d51480527185388c19
