[INFO] fetching crate atomic-traits 0.1.0... [INFO] checking atomic-traits-0.1.0 against try#5fdfba63a96c5e8ae0ebf6b8b66853110277087d for pr-73166 [INFO] extracting crate atomic-traits 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate atomic-traits 0.1.0 on toolchain 5fdfba63a96c5e8ae0ebf6b8b66853110277087d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate atomic-traits 0.1.0 [INFO] finished tweaking crates.io crate atomic-traits 0.1.0 [INFO] tweaked toml for crates.io crate atomic-traits 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1ec6a8f7696d92cf85f8cb9e40d984a2f5c2ac2814c79de1050095d705b9888 [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" "c1ec6a8f7696d92cf85f8cb9e40d984a2f5c2ac2814c79de1050095d705b9888", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1ec6a8f7696d92cf85f8cb9e40d984a2f5c2ac2814c79de1050095d705b9888", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1ec6a8f7696d92cf85f8cb9e40d984a2f5c2ac2814c79de1050095d705b9888", kill_on_drop: false }` [INFO] [stdout] c1ec6a8f7696d92cf85f8cb9e40d984a2f5c2ac2814c79de1050095d705b9888 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+5fdfba63a96c5e8ae0ebf6b8b66853110277087d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f6a187885abcf3d2257fa4bf7c19903bd8c764b35dd3f6bfdae0488063dbc51 [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" "2f6a187885abcf3d2257fa4bf7c19903bd8c764b35dd3f6bfdae0488063dbc51", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling atomic-traits v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 343 | impl_atomic!(AtomicIsize: isize; bitwise, numops); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(isize,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(isize,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 343 | impl_atomic!(AtomicIsize: isize; bitwise, numops); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(isize,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 344 | impl_atomic!(AtomicUsize: usize; bitwise, numops); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(usize,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(usize,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 344 | impl_atomic!(AtomicUsize: usize; bitwise, numops); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(usize,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 351 | impl_atomic!(AtomicI8: i8; bitwise, numops); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(i8,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(i8,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 351 | impl_atomic!(AtomicI8: i8; bitwise, numops); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(i8,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 352 | impl_atomic!(AtomicI16: i16; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(i16,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(i16,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 352 | impl_atomic!(AtomicI16: i16; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(i16,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 353 | impl_atomic!(AtomicI32: i32; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(i32,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(i32,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 353 | impl_atomic!(AtomicI32: i32; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(i32,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 354 | impl_atomic!(AtomicI64: i64; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(i64,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(i64,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 354 | impl_atomic!(AtomicI64: i64; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(i64,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 355 | impl_atomic!(AtomicU8: u8; bitwise, numops); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(u8,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(u8,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 355 | impl_atomic!(AtomicU8: u8; bitwise, numops); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(u8,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 356 | impl_atomic!(AtomicU16: u16; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(u16,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(u16,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 356 | impl_atomic!(AtomicU16: u16; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(u16,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 357 | impl_atomic!(AtomicU32: u32; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(u32,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(u32,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 357 | impl_atomic!(AtomicU32: u32; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(u32,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:318:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn fetch_update( [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^ expected enum `core::sync::atomic::Ordering`, found type parameter `F` [INFO] [stdout] ... [INFO] [stdout] 358 | impl_atomic!(AtomicU64: u64; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected enum `core::sync::atomic::Ordering` [INFO] [stdout] found type parameter `F` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: expected a `core::ops::FnMut<(u64,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] --> src/lib.rs:318:25 [INFO] [stdout] | [INFO] [stdout] 318 | Self::fetch_update(self, f, fetch_order, set_order) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ expected an `FnMut<(u64,)>` closure, found `core::sync::atomic::Ordering` [INFO] [stdout] ... [INFO] [stdout] 358 | impl_atomic!(AtomicU64: u64; bitwise, numops); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the trait `core::ops::FnMut<(u64,)>` is not implemented for `core::sync::atomic::Ordering` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `atomic-traits`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2f6a187885abcf3d2257fa4bf7c19903bd8c764b35dd3f6bfdae0488063dbc51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f6a187885abcf3d2257fa4bf7c19903bd8c764b35dd3f6bfdae0488063dbc51", kill_on_drop: false }` [INFO] [stdout] 2f6a187885abcf3d2257fa4bf7c19903bd8c764b35dd3f6bfdae0488063dbc51