[INFO] fetching crate portable-atomic 1.6.0... [INFO] checking portable-atomic-1.6.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate portable-atomic 1.6.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate portable-atomic 1.6.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate portable-atomic 1.6.0 [INFO] finished tweaking crates.io crate portable-atomic 1.6.0 [INFO] tweaked toml for crates.io crate portable-atomic 1.6.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded build-context v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe5c5d837b19a17f2b3d5d900d482094da2697b177f55e396e706de2b7638e1c [INFO] running `Command { std: "docker" "start" "-a" "fe5c5d837b19a17f2b3d5d900d482094da2697b177f55e396e706de2b7638e1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe5c5d837b19a17f2b3d5d900d482094da2697b177f55e396e706de2b7638e1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5c5d837b19a17f2b3d5d900d482094da2697b177f55e396e706de2b7638e1c", kill_on_drop: false }` [INFO] [stdout] fe5c5d837b19a17f2b3d5d900d482094da2697b177f55e396e706de2b7638e1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93627390c9381ff2d092455790e03faea73577774a2bf4e5114af1c776dd2f56 [INFO] running `Command { std: "docker" "start" "-a" "93627390c9381ff2d092455790e03faea73577774a2bf4e5114af1c776dd2f56", kill_on_drop: false }` [INFO] [stderr] Compiling build-context v0.1.2 [INFO] [stderr] Compiling portable-atomic v1.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking sptr v0.3.2 [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1435:11 [INFO] [stdout] | [INFO] [stdout] 1435 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:555:11 [INFO] [stdout] | [INFO] [stdout] 555 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1318:11 [INFO] [stdout] | [INFO] [stdout] 1318 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2020:5 [INFO] [stdout] | [INFO] [stdout] 2020 | test_helper::LOAD_ORDERINGS[fastrand::usize(0..test_helper::LOAD_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2020:52 [INFO] [stdout] | [INFO] [stdout] 2020 | test_helper::LOAD_ORDERINGS[fastrand::usize(0..test_helper::LOAD_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2023:20 [INFO] [stdout] | [INFO] [stdout] 2023 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2039:5 [INFO] [stdout] | [INFO] [stdout] 2039 | test_helper::STORE_ORDERINGS[fastrand::usize(0..test_helper::STORE_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2039:53 [INFO] [stdout] | [INFO] [stdout] 2039 | test_helper::STORE_ORDERINGS[fastrand::usize(0..test_helper::STORE_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2042:20 [INFO] [stdout] | [INFO] [stdout] 2042 | for &order in &test_helper::STORE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2058:5 [INFO] [stdout] | [INFO] [stdout] 2058 | test_helper::COMPARE_EXCHANGE_ORDERINGS [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2059:29 [INFO] [stdout] | [INFO] [stdout] 2059 | [fastrand::usize(0..test_helper::COMPARE_EXCHANGE_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2064:33 [INFO] [stdout] | [INFO] [stdout] 2064 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2069:24 [INFO] [stdout] | [INFO] [stdout] 2069 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2088:5 [INFO] [stdout] | [INFO] [stdout] 2088 | test_helper::SWAP_ORDERINGS[fastrand::usize(0..test_helper::SWAP_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2088:52 [INFO] [stdout] | [INFO] [stdout] 2088 | test_helper::SWAP_ORDERINGS[fastrand::usize(0..test_helper::SWAP_ORDERINGS.len())] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:2091:20 [INFO] [stdout] | [INFO] [stdout] 2091 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:180:28 [INFO] [stdout] | [INFO] [stdout] 180 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_load_store` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_load_store` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:190:57 [INFO] [stdout] | [INFO] [stdout] 190 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_load_store` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1163:28 [INFO] [stdout] | [INFO] [stdout] 1163 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1176:41 [INFO] [stdout] | [INFO] [stdout] 1176 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1190:41 [INFO] [stdout] | [INFO] [stdout] 1190 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1208:28 [INFO] [stdout] | [INFO] [stdout] 1208 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1227:28 [INFO] [stdout] | [INFO] [stdout] 1227 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1246:28 [INFO] [stdout] | [INFO] [stdout] 1246 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1265:28 [INFO] [stdout] | [INFO] [stdout] 1265 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1284:28 [INFO] [stdout] | [INFO] [stdout] 1284 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1303:28 [INFO] [stdout] | [INFO] [stdout] 1303 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1512:28 [INFO] [stdout] | [INFO] [stdout] 1512 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_pub` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1532:28 [INFO] [stdout] | [INFO] [stdout] 1532 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_pub` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1545:28 [INFO] [stdout] | [INFO] [stdout] 1545 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_pub` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1558:41 [INFO] [stdout] | [INFO] [stdout] 1558 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | test_atomic_bool_pub!(); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_bool_pub` which comes from the expansion of the macro `test_atomic_bool_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:226:28 [INFO] [stdout] | [INFO] [stdout] 226 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_load_store` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:238:17 [INFO] [stdout] | [INFO] [stdout] 238 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_load_store` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:238:57 [INFO] [stdout] | [INFO] [stdout] 238 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_load_store` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1344:28 [INFO] [stdout] | [INFO] [stdout] 1344 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1355:41 [INFO] [stdout] | [INFO] [stdout] 1355 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1376:41 [INFO] [stdout] | [INFO] [stdout] 1376 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1595:41 [INFO] [stdout] | [INFO] [stdout] 1595 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_pub` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1709:28 [INFO] [stdout] | [INFO] [stdout] 1709 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_pub` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1724:28 [INFO] [stdout] | [INFO] [stdout] 1724 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_pub` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1737:28 [INFO] [stdout] | [INFO] [stdout] 1737 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | test_atomic_ptr_pub!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_ptr_pub` which comes from the expansion of the macro `test_atomic_ptr_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | test_atomic_int_pub!(isize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | test_atomic_int_pub!(usize); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | test_atomic_int_pub!(i8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | test_atomic_int_pub!(u8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | test_atomic_int_pub!(i16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | test_atomic_int_pub!(u16); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | test_atomic_int_pub!(i32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | test_atomic_int_pub!(u32); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | test_atomic_int_pub!(i64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | test_atomic_int_pub!(u64); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | test_atomic_int_pub!(i128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:1427:41 [INFO] [stdout] | [INFO] [stdout] 1427 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/tests/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | test_atomic_int_pub!(u128); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_pub` which comes from the expansion of the macro `test_atomic_int_pub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:403:5 [INFO] [stdout] | [INFO] [stdout] 403 | test_atomic_int!(i128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | for &order in &test_helper::LOAD_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:70:57 [INFO] [stdout] | [INFO] [stdout] 70 | test_helper::LOAD_ORDERINGS.iter().zip(&test_helper::STORE_ORDERINGS) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int_load_store` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:264:28 [INFO] [stdout] | [INFO] [stdout] 264 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:275:41 [INFO] [stdout] | [INFO] [stdout] 275 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:289:41 [INFO] [stdout] | [INFO] [stdout] 289 | for &(success, failure) in &test_helper::COMPARE_EXCHANGE_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:307:28 [INFO] [stdout] | [INFO] [stdout] 307 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 359 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:379:28 [INFO] [stdout] | [INFO] [stdout] 379 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:389:28 [INFO] [stdout] | [INFO] [stdout] 389 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:399:28 [INFO] [stdout] | [INFO] [stdout] 399 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:409:28 [INFO] [stdout] | [INFO] [stdout] 409 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:419:28 [INFO] [stdout] | [INFO] [stdout] 419 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:449:28 [INFO] [stdout] | [INFO] [stdout] 449 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:469:28 [INFO] [stdout] | [INFO] [stdout] 469 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:479:28 [INFO] [stdout] | [INFO] [stdout] 479 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:489:28 [INFO] [stdout] | [INFO] [stdout] 489 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:506:28 [INFO] [stdout] | [INFO] [stdout] 506 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:523:28 [INFO] [stdout] | [INFO] [stdout] 523 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:535:28 [INFO] [stdout] | [INFO] [stdout] 535 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `test_helper` [INFO] [stdout] --> src/tests/helper.rs:547:28 [INFO] [stdout] | [INFO] [stdout] 547 | for &order in &test_helper::SWAP_ORDERINGS { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `test_helper` [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:404:5 [INFO] [stdout] | [INFO] [stdout] 404 | test_atomic_int!(u128); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `__test_atomic_int` which comes from the expansion of the macro `test_atomic_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 496 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `portable-atomic` (lib test) due to 497 previous errors [INFO] running `Command { std: "docker" "inspect" "93627390c9381ff2d092455790e03faea73577774a2bf4e5114af1c776dd2f56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93627390c9381ff2d092455790e03faea73577774a2bf4e5114af1c776dd2f56", kill_on_drop: false }` [INFO] [stdout] 93627390c9381ff2d092455790e03faea73577774a2bf4e5114af1c776dd2f56 [INFO] checking portable-atomic-1.6.0 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate portable-atomic 1.6.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate portable-atomic 1.6.0 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate portable-atomic 1.6.0 [INFO] finished tweaking crates.io crate portable-atomic 1.6.0 [INFO] tweaked toml for crates.io crate portable-atomic 1.6.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3853497016b71c336a4ec20c5ebe615e7af05c44eeebac057c55fed34d565a37 [INFO] running `Command { std: "docker" "start" "-a" "3853497016b71c336a4ec20c5ebe615e7af05c44eeebac057c55fed34d565a37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3853497016b71c336a4ec20c5ebe615e7af05c44eeebac057c55fed34d565a37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3853497016b71c336a4ec20c5ebe615e7af05c44eeebac057c55fed34d565a37", kill_on_drop: false }` [INFO] [stdout] 3853497016b71c336a4ec20c5ebe615e7af05c44eeebac057c55fed34d565a37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c34075611b3e1aaee9e418f2d0f768d0992ce1a323e4d3cbfe6cf55c9d8bf516 [INFO] running `Command { std: "docker" "start" "-a" "c34075611b3e1aaee9e418f2d0f768d0992ce1a323e4d3cbfe6cf55c9d8bf516", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "c34075611b3e1aaee9e418f2d0f768d0992ce1a323e4d3cbfe6cf55c9d8bf516", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c34075611b3e1aaee9e418f2d0f768d0992ce1a323e4d3cbfe6cf55c9d8bf516", kill_on_drop: false }` [INFO] [stdout] c34075611b3e1aaee9e418f2d0f768d0992ce1a323e4d3cbfe6cf55c9d8bf516