[INFO] fetching crate radium 0.6.2... [INFO] testing radium-0.6.2 against 1.55.0 for beta-1.56-1 [INFO] extracting crate radium 0.6.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate radium 0.6.2 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate radium 0.6.2 [INFO] finished tweaking crates.io crate radium 0.6.2 [INFO] tweaked toml for crates.io crate radium 0.6.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate radium 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03e6809063964e8f6dff027e621a3b61da842bdb6a30fc8af3e828c0c3eb38ca [INFO] running `Command { std: "docker" "start" "-a" "03e6809063964e8f6dff027e621a3b61da842bdb6a30fc8af3e828c0c3eb38ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03e6809063964e8f6dff027e621a3b61da842bdb6a30fc8af3e828c0c3eb38ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03e6809063964e8f6dff027e621a3b61da842bdb6a30fc8af3e828c0c3eb38ca", kill_on_drop: false }` [INFO] [stdout] 03e6809063964e8f6dff027e621a3b61da842bdb6a30fc8af3e828c0c3eb38ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8718cfd057ec426fabc8e7ed4dc5c3b619cfc43d14abc2f653ba8e754c592acc [INFO] running `Command { std: "docker" "start" "-a" "8718cfd057ec426fabc8e7ed4dc5c3b619cfc43d14abc2f653ba8e754c592acc", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [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 `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 580 | radium!(atom bool); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | radium!(atom *mut T); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (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 1.36s [INFO] running `Command { std: "docker" "inspect" "8718cfd057ec426fabc8e7ed4dc5c3b619cfc43d14abc2f653ba8e754c592acc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8718cfd057ec426fabc8e7ed4dc5c3b619cfc43d14abc2f653ba8e754c592acc", kill_on_drop: false }` [INFO] [stdout] 8718cfd057ec426fabc8e7ed4dc5c3b619cfc43d14abc2f653ba8e754c592acc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9e94998246f93453ed2541f7351fb156549bd4b38e9267e4af1ed70b3d1f1bb [INFO] running `Command { std: "docker" "start" "-a" "b9e94998246f93453ed2541f7351fb156549bd4b38e9267e4af1ed70b3d1f1bb", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [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 `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 580 | radium!(atom bool); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling radium v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | radium!(atom *mut T); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (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] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [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 `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 561 | / radium_int! { [INFO] [stdout] 562 | | 8: i8, AtomicI8; [INFO] [stdout] 563 | | 8: u8, AtomicU8; [INFO] [stdout] 564 | | 16: i16, AtomicI16; [INFO] [stdout] ... | [INFO] [stdout] 571 | | size: usize, AtomicUsize; [INFO] [stdout] 572 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 580 | radium!(atom bool); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/lib.rs:366:18 [INFO] [stdout] | [INFO] [stdout] 366 | self.compare_and_swap(current, new, order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 640 | radium!(atom *mut T); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `radium` (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 0.81s [INFO] running `Command { std: "docker" "inspect" "b9e94998246f93453ed2541f7351fb156549bd4b38e9267e4af1ed70b3d1f1bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9e94998246f93453ed2541f7351fb156549bd4b38e9267e4af1ed70b3d1f1bb", kill_on_drop: false }` [INFO] [stdout] b9e94998246f93453ed2541f7351fb156549bd4b38e9267e4af1ed70b3d1f1bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 205575fb062e01a914e80385997482aac7649e8a273fdff1ceec33cf98fff986 [INFO] running `Command { std: "docker" "start" "-a" "205575fb062e01a914e80385997482aac7649e8a273fdff1ceec33cf98fff986", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicI8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [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 `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicU8::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicI16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicU16::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicI32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 561 | / radium_int! { [INFO] [stderr] 562 | | 8: i8, AtomicI8; [INFO] [stderr] 563 | | 8: u8, AtomicU8; [INFO] [stderr] 564 | | 16: i16, AtomicI16; [INFO] [stderr] ... | [INFO] [stderr] 571 | | size: usize, AtomicUsize; [INFO] [stderr] 572 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 580 | radium!(atom bool); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::sync::atomic::AtomicPtr::::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/lib.rs:366:18 [INFO] [stderr] | [INFO] [stderr] 366 | self.compare_and_swap(current, new, order) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 640 | radium!(atom *mut T); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `radium` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `radium` (lib) generated 12 warnings [INFO] [stderr] warning: `radium` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/radium-2e12a037648aa924) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] Doc-tests radium [INFO] [stdout] test tests::always_alias ... ok [INFO] [stdout] test tests::absent_traits ... ok [INFO] [stdout] test tests::maybe_atom ... ok [INFO] [stdout] test tests::always_cell ... ok [INFO] [stdout] test tests::present_traits ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test src/lib.rs - AtomicPtr::fetch_sub (line 697) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell<*mut T>::fetch_and (line 715) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell<*mut T>::fetch_nand (line 726) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell::fetch_add (line 613) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicPtr::fetch_xor (line 675) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell<*mut T>::fetch_xor (line 748) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicPtr::fetch_add (line 686) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell<*mut T>::fetch_sub (line 770) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicPtr::fetch_and (line 642) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell<*mut T>::fetch_or (line 737) - compile fail ... ok [INFO] [stdout] test src/lib.rs - marker::NumericOps (line 317) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell::fetch_sub (line 624) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicBool::fetch_add (line 583) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicBool::fetch_sub (line 594) - compile fail ... ok [INFO] [stdout] test src/lib.rs - marker::BitOps (line 289) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Cell<*mut T>::fetch_add (line 759) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicPtr::fetch_or (line 664) - compile fail ... ok [INFO] [stdout] test src/lib.rs - AtomicPtr::fetch_nand (line 653) - compile fail ... ok [INFO] [stdout] test src/lib.rs - marker::NumericOps (line 308) ... ok [INFO] [stdout] test src/lib.rs - marker::BitOps (line 280) ... ok [INFO] [stdout] test src/macros.rs - if_atomic (line 113) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "205575fb062e01a914e80385997482aac7649e8a273fdff1ceec33cf98fff986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "205575fb062e01a914e80385997482aac7649e8a273fdff1ceec33cf98fff986", kill_on_drop: false }` [INFO] [stdout] 205575fb062e01a914e80385997482aac7649e8a273fdff1ceec33cf98fff986