[INFO] fetching crate portable-atomic 1.9.0... [INFO] checking portable-atomic-1.9.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate portable-atomic 1.9.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate portable-atomic 1.9.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate portable-atomic 1.9.0 [INFO] finished tweaking crates.io crate portable-atomic 1.9.0 [INFO] tweaked toml for crates.io crate portable-atomic 1.9.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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] [stderr] Adding crossbeam-utils v0.8.16 (available: v0.8.20) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded build-context v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a47f5bc01c302f6e6767517f00d3cce45341847169ecaf328811ced2a3bd797d [INFO] running `Command { std: "docker" "start" "-a" "a47f5bc01c302f6e6767517f00d3cce45341847169ecaf328811ced2a3bd797d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a47f5bc01c302f6e6767517f00d3cce45341847169ecaf328811ced2a3bd797d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a47f5bc01c302f6e6767517f00d3cce45341847169ecaf328811ced2a3bd797d", kill_on_drop: false }` [INFO] [stdout] a47f5bc01c302f6e6767517f00d3cce45341847169ecaf328811ced2a3bd797d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7191014a3a3702a79764dc0b8387764bd7193b9c98908a516ace545b6e44b1f [INFO] running `Command { std: "docker" "start" "-a" "e7191014a3a3702a79764dc0b8387764bd7193b9c98908a516ace545b6e44b1f", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling build-context v0.1.3 [INFO] [stderr] Compiling portable-atomic v1.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking static_assertions v1.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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/fallback/mod.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [INFO] [stdout] | [INFO] [stdout] ::: src/imp/atomic128/x86_64.rs:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1471:11 [INFO] [stdout] | [INFO] [stdout] 1471 | ::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:558:11 [INFO] [stdout] | [INFO] [stdout] 558 | ::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:1392:11 [INFO] [stdout] | [INFO] [stdout] 1392 | ::quickcheck::quickcheck! { [INFO] [stdout] | ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates [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: could not find `quickcheck` in the list of imported crates [INFO] [stdout] --> src/tests/helper.rs:1320:11 [INFO] [stdout] | [INFO] [stdout] 1320 | ::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:2019:5 [INFO] [stdout] | [INFO] [stdout] 2019 | 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:2019:52 [INFO] [stdout] | [INFO] [stdout] 2019 | 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:2022:20 [INFO] [stdout] | [INFO] [stdout] 2022 | 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:2038:5 [INFO] [stdout] | [INFO] [stdout] 2038 | 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:2038:53 [INFO] [stdout] | [INFO] [stdout] 2038 | 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:2041:20 [INFO] [stdout] | [INFO] [stdout] 2041 | 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:2057:5 [INFO] [stdout] | [INFO] [stdout] 2057 | 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:2058:29 [INFO] [stdout] | [INFO] [stdout] 2058 | [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:2063:33 [INFO] [stdout] | [INFO] [stdout] 2063 | 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:2068:24 [INFO] [stdout] | [INFO] [stdout] 2068 | 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:2087:5 [INFO] [stdout] | [INFO] [stdout] 2087 | 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:2087:52 [INFO] [stdout] | [INFO] [stdout] 2087 | 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:2090:20 [INFO] [stdout] | [INFO] [stdout] 2090 | 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:184:28 [INFO] [stdout] | [INFO] [stdout] 184 | 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:194:17 [INFO] [stdout] | [INFO] [stdout] 194 | 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:194:57 [INFO] [stdout] | [INFO] [stdout] 194 | 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:1165:28 [INFO] [stdout] | [INFO] [stdout] 1165 | for &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:1178:41 [INFO] [stdout] | [INFO] [stdout] 1178 | 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:1192:41 [INFO] [stdout] | [INFO] [stdout] 1192 | 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:1210:28 [INFO] [stdout] | [INFO] [stdout] 1210 | for &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:1229:28 [INFO] [stdout] | [INFO] [stdout] 1229 | for &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:1248:28 [INFO] [stdout] | [INFO] [stdout] 1248 | for &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:1267:28 [INFO] [stdout] | [INFO] [stdout] 1267 | for &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:1286:28 [INFO] [stdout] | [INFO] [stdout] 1286 | for &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:1305:28 [INFO] [stdout] | [INFO] [stdout] 1305 | for &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:1555:28 [INFO] [stdout] | [INFO] [stdout] 1555 | for &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:1575:28 [INFO] [stdout] | [INFO] [stdout] 1575 | for &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:1588:28 [INFO] [stdout] | [INFO] [stdout] 1588 | for &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:1601:41 [INFO] [stdout] | [INFO] [stdout] 1601 | 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:230:28 [INFO] [stdout] | [INFO] [stdout] 230 | 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:242:17 [INFO] [stdout] | [INFO] [stdout] 242 | 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:242:57 [INFO] [stdout] | [INFO] [stdout] 242 | 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:1346:28 [INFO] [stdout] | [INFO] [stdout] 1346 | for &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:1357:41 [INFO] [stdout] | [INFO] [stdout] 1357 | 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:1378:41 [INFO] [stdout] | [INFO] [stdout] 1378 | 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:1645:41 [INFO] [stdout] | [INFO] [stdout] 1645 | 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:1767:28 [INFO] [stdout] | [INFO] [stdout] 1767 | for &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:1782:28 [INFO] [stdout] | [INFO] [stdout] 1782 | for &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:1795:28 [INFO] [stdout] | [INFO] [stdout] 1795 | for &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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | for &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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | for &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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | for &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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | for &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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | for &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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | for &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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | for &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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | for &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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | for &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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | for &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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | for &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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | for &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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | for &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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | for &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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | for &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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | for &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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | for &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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | for &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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | for &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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | for &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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | for &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:1438:41 [INFO] [stdout] | [INFO] [stdout] 1438 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | 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:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | 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:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | 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:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | 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:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:74:57 [INFO] [stdout] | [INFO] [stdout] 74 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:278:41 [INFO] [stdout] | [INFO] [stdout] 278 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:292:41 [INFO] [stdout] | [INFO] [stdout] 292 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:310:28 [INFO] [stdout] | [INFO] [stdout] 310 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:323:28 [INFO] [stdout] | [INFO] [stdout] 323 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:336:28 [INFO] [stdout] | [INFO] [stdout] 336 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:349:28 [INFO] [stdout] | [INFO] [stdout] 349 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:372:28 [INFO] [stdout] | [INFO] [stdout] 372 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:382:28 [INFO] [stdout] | [INFO] [stdout] 382 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:392:28 [INFO] [stdout] | [INFO] [stdout] 392 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:412:28 [INFO] [stdout] | [INFO] [stdout] 412 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:422:28 [INFO] [stdout] | [INFO] [stdout] 422 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:432:28 [INFO] [stdout] | [INFO] [stdout] 432 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:452:28 [INFO] [stdout] | [INFO] [stdout] 452 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:472:28 [INFO] [stdout] | [INFO] [stdout] 472 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:482:28 [INFO] [stdout] | [INFO] [stdout] 482 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:492:28 [INFO] [stdout] | [INFO] [stdout] 492 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:509:28 [INFO] [stdout] | [INFO] [stdout] 509 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:526:28 [INFO] [stdout] | [INFO] [stdout] 526 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:538:28 [INFO] [stdout] | [INFO] [stdout] 538 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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:550:28 [INFO] [stdout] | [INFO] [stdout] 550 | 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:443:5 [INFO] [stdout] | [INFO] [stdout] 443 | 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] 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" "e7191014a3a3702a79764dc0b8387764bd7193b9c98908a516ace545b6e44b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7191014a3a3702a79764dc0b8387764bd7193b9c98908a516ace545b6e44b1f", kill_on_drop: false }` [INFO] [stdout] e7191014a3a3702a79764dc0b8387764bd7193b9c98908a516ace545b6e44b1f