[INFO] fetching crate atomig 0.2.0... [INFO] testing atomig-0.2.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate atomig 0.2.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate atomig 0.2.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate atomig 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate atomig 0.2.0 [INFO] tweaked toml for crates.io crate atomig 0.2.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate atomig 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0efe3f7e1ea6bf88e1e8ebd8d2c3497efcbf0b682e1443a8e26c177917eb0bc6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0efe3f7e1ea6bf88e1e8ebd8d2c3497efcbf0b682e1443a8e26c177917eb0bc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0efe3f7e1ea6bf88e1e8ebd8d2c3497efcbf0b682e1443a8e26c177917eb0bc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0efe3f7e1ea6bf88e1e8ebd8d2c3497efcbf0b682e1443a8e26c177917eb0bc6", kill_on_drop: false }` [INFO] [stdout] 0efe3f7e1ea6bf88e1e8ebd8d2c3497efcbf0b682e1443a8e26c177917eb0bc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6965d467fd711724b92978ea552f476df7b08e8d7b5cd9e3afc7bc4b3bdd310b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6965d467fd711724b92978ea552f476df7b08e8d7b5cd9e3afc7bc4b3bdd310b", kill_on_drop: false }` [INFO] [stderr] Compiling atomig v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | pass_through_methods!(atomic::AtomicPtr); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | impl_std_atomics!(bool, AtomicBool, false); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 301 | impl_std_atomics!(u8, AtomicU8, true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | impl_std_atomics!(i8, AtomicI8, true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | impl_std_atomics!(u16, AtomicU16, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | impl_std_atomics!(i16, AtomicI16, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 305 | impl_std_atomics!(u32, AtomicU32, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 306 | impl_std_atomics!(i32, AtomicI32, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 307 | impl_std_atomics!(u64, AtomicU64, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | impl_std_atomics!(i64, AtomicI64, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | impl_std_atomics!(usize, AtomicUsize, true); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | impl_std_atomics!(isize, AtomicIsize, true); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `Command { std: "docker" "inspect" "6965d467fd711724b92978ea552f476df7b08e8d7b5cd9e3afc7bc4b3bdd310b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6965d467fd711724b92978ea552f476df7b08e8d7b5cd9e3afc7bc4b3bdd310b", kill_on_drop: false }` [INFO] [stdout] 6965d467fd711724b92978ea552f476df7b08e8d7b5cd9e3afc7bc4b3bdd310b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3a46aeae99f4007ef703a33b0f986b41965855e4f2971db1da637fd4b1ecbb30 [INFO] running `Command { std: "docker" "start" "-a" "3a46aeae99f4007ef703a33b0f986b41965855e4f2971db1da637fd4b1ecbb30", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | pass_through_methods!(atomic::AtomicPtr); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | impl_std_atomics!(bool, AtomicBool, false); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 301 | impl_std_atomics!(u8, AtomicU8, true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | impl_std_atomics!(i8, AtomicI8, true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | impl_std_atomics!(u16, AtomicU16, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | impl_std_atomics!(i16, AtomicI16, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 305 | impl_std_atomics!(u32, AtomicU32, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 306 | impl_std_atomics!(i32, AtomicI32, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 307 | impl_std_atomics!(u64, AtomicU64, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | impl_std_atomics!(i64, AtomicI64, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | impl_std_atomics!(usize, AtomicUsize, true); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | impl_std_atomics!(isize, AtomicIsize, true); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling atomig v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | pass_through_methods!(atomic::AtomicPtr); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | impl_std_atomics!(bool, AtomicBool, false); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 301 | impl_std_atomics!(u8, AtomicU8, true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | impl_std_atomics!(i8, AtomicI8, true); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 303 | impl_std_atomics!(u16, AtomicU16, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | impl_std_atomics!(i16, AtomicI16, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 305 | impl_std_atomics!(u32, AtomicU32, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 306 | impl_std_atomics!(i32, AtomicI32, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 307 | impl_std_atomics!(u64, AtomicU64, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 308 | impl_std_atomics!(i64, AtomicI64, true); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | impl_std_atomics!(usize, AtomicUsize, true); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/impls.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | impl_std_atomics!(isize, AtomicIsize, true); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.29s [INFO] running `Command { std: "docker" "inspect" "3a46aeae99f4007ef703a33b0f986b41965855e4f2971db1da637fd4b1ecbb30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a46aeae99f4007ef703a33b0f986b41965855e4f2971db1da637fd4b1ecbb30", kill_on_drop: false }` [INFO] [stdout] 3a46aeae99f4007ef703a33b0f986b41965855e4f2971db1da637fd4b1ecbb30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 57f9ae4bc04f52bdbdbb906bb775822173655b7997a9a6a09cbca23eeffe652b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "57f9ae4bc04f52bdbdbb906bb775822173655b7997a9a6a09cbca23eeffe652b", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 258 | pass_through_methods!(atomic::AtomicPtr); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 300 | impl_std_atomics!(bool, AtomicBool, false); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 301 | impl_std_atomics!(u8, AtomicU8, true); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 302 | impl_std_atomics!(i8, AtomicI8, true); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 303 | impl_std_atomics!(u16, AtomicU16, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 304 | impl_std_atomics!(i16, AtomicI16, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 305 | impl_std_atomics!(u32, AtomicU32, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 306 | impl_std_atomics!(i32, AtomicI32, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | impl_std_atomics!(u64, AtomicU64, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 308 | impl_std_atomics!(i64, AtomicI64, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 309 | impl_std_atomics!(usize, AtomicUsize, true); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 310 | impl_std_atomics!(isize, AtomicIsize, true); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 258 | pass_through_methods!(atomic::AtomicPtr); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 300 | impl_std_atomics!(bool, AtomicBool, false); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 301 | impl_std_atomics!(u8, AtomicU8, true); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 302 | impl_std_atomics!(i8, AtomicI8, true); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 303 | impl_std_atomics!(u16, AtomicU16, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 304 | impl_std_atomics!(i16, AtomicI16, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 305 | impl_std_atomics!(u32, AtomicU32, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 306 | impl_std_atomics!(i32, AtomicI32, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | impl_std_atomics!(u64, AtomicU64, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 308 | impl_std_atomics!(i64, AtomicI64, true); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 309 | impl_std_atomics!(usize, AtomicUsize, true); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/impls.rs:155:18 [INFO] [stderr] | [INFO] [stderr] 155 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 310 | impl_std_atomics!(isize, AtomicIsize, true); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `pass_through_methods` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/atomig-64f73b6283f3190e) [INFO] [stdout] [INFO] [stdout] running 132 tests [INFO] [stdout] test tests::_char::from ... ok [INFO] [stdout] test tests::_char::load_store ... ok [INFO] [stdout] test tests::_char::new ... ok [INFO] [stdout] test tests::_char::swap ... ok [INFO] [stdout] test tests::_f32::default ... ok [INFO] [stdout] test tests::_char::fmt_debug ... ok [INFO] [stdout] test tests::_char::default ... ok [INFO] [stdout] test tests::_f32::swap ... ok [INFO] [stdout] test tests::_f32::into_inner ... ok [INFO] [stdout] test tests::_f32::fmt_debug ... ok [INFO] [stdout] test tests::_char::into_inner ... ok [INFO] [stdout] test tests::_f64::into_inner ... ok [INFO] [stdout] test tests::_f64::fmt_debug ... ok [INFO] [stdout] test tests::_f64::default ... ok [INFO] [stdout] test tests::_bool::swap ... ok [INFO] [stdout] test tests::_bool::new ... ok [INFO] [stdout] test tests::_f64::load_store ... ok [INFO] [stdout] test tests::_f64::new ... ok [INFO] [stdout] test tests::_f32::load_store ... ok [INFO] [stdout] test tests::_f32::from ... ok [INFO] [stdout] test tests::_f64::from ... ok [INFO] [stdout] test tests::_bool::load_store ... ok [INFO] [stdout] test tests::_bool::fmt_debug ... ok [INFO] [stdout] test tests::_i16::fmt_debug ... ok [INFO] [stdout] test tests::_i16::new ... ok [INFO] [stdout] test tests::_i16::from ... ok [INFO] [stdout] test tests::_i16::logic ... ok [INFO] [stdout] test tests::_i16::load_store ... ok [INFO] [stdout] test tests::_i16::integer ... ok [INFO] [stdout] test tests::_i32::integer ... ok [INFO] [stdout] test tests::_i32::default ... ok [INFO] [stdout] test tests::_i32::from ... ok [INFO] [stdout] test tests::_i16::swap ... ok [INFO] [stdout] test tests::_i32::into_inner ... ok [INFO] [stdout] test tests::_i32::load_store ... ok [INFO] [stdout] test tests::_i32::new ... ok [INFO] [stdout] test tests::_i32::swap ... ok [INFO] [stdout] test tests::_i64::default ... ok [INFO] [stdout] test tests::_i64::from ... ok [INFO] [stdout] test tests::_i16::into_inner ... ok [INFO] [stdout] test tests::_i64::integer ... ok [INFO] [stdout] test tests::_i64::into_inner ... ok [INFO] [stdout] test tests::_i64::load_store ... ok [INFO] [stdout] test tests::_i64::new ... ok [INFO] [stdout] test tests::_i64::swap ... ok [INFO] [stdout] test tests::_i64::fmt_debug ... ok [INFO] [stdout] test tests::_i32::logic ... ok [INFO] [stdout] test tests::_i32::fmt_debug ... ok [INFO] [stdout] test tests::_bool::default ... ok [INFO] [stdout] test tests::_i8::into_inner ... ok [INFO] [stdout] test tests::_i8::logic ... ok [INFO] [stdout] test tests::_isize::fmt_debug ... ok [INFO] [stdout] test tests::_i8::from ... ok [INFO] [stdout] test tests::_isize::from ... ok [INFO] [stdout] test tests::_isize::into_inner ... ok [INFO] [stdout] test tests::_isize::load_store ... ok [INFO] [stdout] test tests::_bool::from ... ok [INFO] [stdout] test tests::_i8::new ... ok [INFO] [stdout] test tests::_i16::default ... ok [INFO] [stdout] test tests::_i64::logic ... ok [INFO] [stdout] test tests::_bool::into_inner ... ok [INFO] [stdout] test tests::_i8::load_store ... ok [INFO] [stdout] test tests::_isize::logic ... ok [INFO] [stdout] test tests::_ptr::fmt_debug ... ok [INFO] [stdout] test tests::_ptr::from ... ok [INFO] [stdout] test tests::_isize::new ... ok [INFO] [stdout] test tests::_isize::swap ... ok [INFO] [stdout] test tests::_ptr::into_inner ... ok [INFO] [stdout] test tests::_f64::swap ... ok [INFO] [stdout] test tests::_ptr::load_store ... ok [INFO] [stdout] test tests::_u16::fmt_debug ... ok [INFO] [stdout] test tests::_u16::default ... ok [INFO] [stdout] test tests::_u16::from ... ok [INFO] [stdout] test tests::_u16::integer ... ok [INFO] [stdout] test tests::_u16::new ... ok [INFO] [stdout] test tests::_u16::swap ... ok [INFO] [stdout] test tests::_u32::default ... ok [INFO] [stdout] test tests::_u32::from ... ok [INFO] [stdout] test tests::_u32::fmt_debug ... ok [INFO] [stdout] test tests::_u32::integer ... ok [INFO] [stdout] test tests::_u32::load_store ... ok [INFO] [stdout] test tests::_u32::into_inner ... ok [INFO] [stdout] test tests::_u32::logic ... ok [INFO] [stdout] test tests::_u32::new ... ok [INFO] [stdout] test tests::_isize::integer ... ok [INFO] [stdout] test tests::_u32::swap ... ok [INFO] [stdout] test tests::_u64::default ... ok [INFO] [stdout] test tests::_u64::fmt_debug ... ok [INFO] [stdout] test tests::_u64::from ... ok [INFO] [stdout] test tests::_u64::integer ... ok [INFO] [stdout] test tests::_u64::into_inner ... ok [INFO] [stdout] test tests::_u64::load_store ... ok [INFO] [stdout] test tests::_u64::logic ... ok [INFO] [stdout] test tests::_u64::new ... ok [INFO] [stdout] test tests::_u64::swap ... ok [INFO] [stdout] test tests::_u8::default ... ok [INFO] [stdout] test tests::_u8::fmt_debug ... ok [INFO] [stdout] test tests::_u8::from ... ok [INFO] [stdout] test tests::_u8::integer ... ok [INFO] [stdout] test tests::_u8::into_inner ... ok [INFO] [stdout] test tests::_u8::load_store ... ok [INFO] [stdout] test tests::_u8::swap ... ok [INFO] [stdout] test tests::_u8::new ... ok [INFO] [stdout] test tests::_usize::default ... ok [INFO] [stdout] test tests::_usize::fmt_debug ... ok [INFO] [stdout] test tests::_usize::from ... ok [INFO] [stdout] test tests::_usize::into_inner ... ok [INFO] [stdout] test tests::_usize::integer ... ok [INFO] [stdout] test tests::_ptr::swap ... ok [INFO] [stdout] test tests::_ptr::new ... ok [INFO] [stdout] test tests::_usize::load_store ... ok [INFO] [stdout] test tests::_usize::logic ... ok [INFO] [stdout] test tests::_usize::new ... ok [INFO] [stdout] test tests::_usize::swap ... ok [INFO] [stdout] test tests::custom::fmt_debug ... ok [INFO] [stdout] test tests::custom::default ... ok [INFO] [stdout] test tests::custom::from ... ok [INFO] [stdout] test tests::_u16::logic ... ok [INFO] [stdout] test tests::_isize::default ... ok [INFO] [stdout] test tests::_i8::swap ... ok [INFO] [stdout] test tests::custom::into_inner ... ok [INFO] [stdout] test tests::_i8::integer ... ok [INFO] [stdout] test tests::_i8::default ... ok [INFO] [stdout] test tests::_i8::fmt_debug ... ok [INFO] [stdout] test tests::custom::load_store ... ok [INFO] [stdout] test tests::custom::new ... ok [INFO] [stderr] Doc-tests atomig [INFO] [stdout] test tests::custom::swap ... ok [INFO] [stdout] test tests::_u16::load_store ... ok [INFO] [stdout] test tests::_bool::logic ... ok [INFO] [stdout] test tests::_f32::new ... ok [INFO] [stdout] test tests::_u16::into_inner ... ok [INFO] [stdout] test tests::_u8::logic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 132 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/lib.rs - Atomic::fetch_max (line 693) ... ok [INFO] [stdout] test src/lib.rs - Atom (line 102) ... ok [INFO] [stdout] test src/lib.rs - Atom (line 155) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_max (line 704) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_or (line 591) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_and (line 541) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_min (line 730) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_min (line 743) ... ok [INFO] [stdout] test src/lib.rs - Atom (line 129) ... ok [INFO] [stdout] test src/lib.rs - Atomic::compare_exchange (line 446) ... ok [INFO] [stdout] test src/lib.rs - Atomic::compare_exchange_weak (line 494) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_nand (line 566) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_add (line 646) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_sub (line 668) ... ok [INFO] [stdout] test src/lib.rs - Atomic::new (line 316) ... ok [INFO] [stdout] test src/lib.rs - Atomic::compare_and_swap (line 413) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_update (line 778) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/lib.rs - Atomic::load (line 345) ... ok [INFO] [stdout] test src/lib.rs - Atomic::swap (line 388) ... ok [INFO] [stdout] test src/lib.rs - Atomic::store (line 367) ... ok [INFO] [stdout] test src/lib.rs - Atomic::fetch_xor (line 616) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "57f9ae4bc04f52bdbdbb906bb775822173655b7997a9a6a09cbca23eeffe652b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57f9ae4bc04f52bdbdbb906bb775822173655b7997a9a6a09cbca23eeffe652b", kill_on_drop: false }` [INFO] [stdout] 57f9ae4bc04f52bdbdbb906bb775822173655b7997a9a6a09cbca23eeffe652b