[INFO] fetching crate atomic-maybe-uninit 0.3.1...
[INFO] checking atomic-maybe-uninit-0.3.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate atomic-maybe-uninit 0.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate atomic-maybe-uninit 0.3.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate atomic-maybe-uninit 0.3.1
[INFO] finished tweaking crates.io crate atomic-maybe-uninit 0.3.1
[INFO] tweaked toml for crates.io crate atomic-maybe-uninit 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded build-context v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d051764819437220dc245385ef867eb5bf8429599f41d5b6be60f534bad98f4a
[INFO] running `Command { std: "docker" "start" "-a" "d051764819437220dc245385ef867eb5bf8429599f41d5b6be60f534bad98f4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d051764819437220dc245385ef867eb5bf8429599f41d5b6be60f534bad98f4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d051764819437220dc245385ef867eb5bf8429599f41d5b6be60f534bad98f4a", kill_on_drop: false }`
[INFO] [stdout] d051764819437220dc245385ef867eb5bf8429599f41d5b6be60f534bad98f4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 843105bdf363d3a8bf6fb6125ebb0db2423c4b4df6e7a93381061a1cdda7d475
[INFO] running `Command { std: "docker" "start" "-a" "843105bdf363d3a8bf6fb6125ebb0db2423c4b4df6e7a93381061a1cdda7d475", kill_on_drop: false }`
[INFO] [stderr]    Compiling build-context v0.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]    Compiling atomic-maybe-uninit v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates
[INFO] [stdout]    --> src/tests/helper.rs:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     test_atomic!(u64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     test_atomic!(u64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     test_atomic!(u64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     test_atomic!(i64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     test_atomic!(i64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     test_atomic!(i64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     test_atomic!(u32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     test_atomic!(u32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     test_atomic!(u32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     test_atomic!(i32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     test_atomic!(i32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     test_atomic!(i32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     test_atomic!(u16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     test_atomic!(u16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     test_atomic!(u16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     test_atomic!(i16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     test_atomic!(i16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     test_atomic!(i16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout] 95  |     test_atomic!(u8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout] 95  |     test_atomic!(u8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout] 95  |     test_atomic!(u8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:94:5
[INFO] [stdout]     |
[INFO] [stdout] 94  |     test_atomic!(i8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:94:5
[INFO] [stdout]     |
[INFO] [stdout] 94  |     test_atomic!(i8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:94:5
[INFO] [stdout]     |
[INFO] [stdout] 94  |     test_atomic!(i8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:89:5
[INFO] [stdout]     |
[INFO] [stdout] 89  |     test_atomic!(usize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:89:5
[INFO] [stdout]     |
[INFO] [stdout] 89  |     test_atomic!(usize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:89:5
[INFO] [stdout]     |
[INFO] [stdout] 89  |     test_atomic!(usize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:88:5
[INFO] [stdout]     |
[INFO] [stdout] 88  |     test_atomic!(isize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:88:5
[INFO] [stdout]     |
[INFO] [stdout] 88  |     test_atomic!(isize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:88:5
[INFO] [stdout]     |
[INFO] [stdout] 88  |     test_atomic!(isize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 30 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atomic-maybe-uninit` (lib test) due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "843105bdf363d3a8bf6fb6125ebb0db2423c4b4df6e7a93381061a1cdda7d475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "843105bdf363d3a8bf6fb6125ebb0db2423c4b4df6e7a93381061a1cdda7d475", kill_on_drop: false }`
[INFO] [stdout] 843105bdf363d3a8bf6fb6125ebb0db2423c4b4df6e7a93381061a1cdda7d475
[INFO] checking atomic-maybe-uninit-0.3.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate atomic-maybe-uninit 0.3.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate atomic-maybe-uninit 0.3.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate atomic-maybe-uninit 0.3.1
[INFO] finished tweaking crates.io crate atomic-maybe-uninit 0.3.1
[INFO] tweaked toml for crates.io crate atomic-maybe-uninit 0.3.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb0e2e66b67247219b9773412480e73a238a0717d2dfd4aa769d613541b172cb
[INFO] running `Command { std: "docker" "start" "-a" "bb0e2e66b67247219b9773412480e73a238a0717d2dfd4aa769d613541b172cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb0e2e66b67247219b9773412480e73a238a0717d2dfd4aa769d613541b172cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb0e2e66b67247219b9773412480e73a238a0717d2dfd4aa769d613541b172cb", kill_on_drop: false }`
[INFO] [stdout] bb0e2e66b67247219b9773412480e73a238a0717d2dfd4aa769d613541b172cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3500ab08a32b46bfd20389699616da795392d5ad2962c9810d2da5af3603ba5
[INFO] running `Command { std: "docker" "start" "-a" "b3500ab08a32b46bfd20389699616da795392d5ad2962c9810d2da5af3603ba5", kill_on_drop: false }`
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]    Compiling build-context v0.1.1
[INFO] [stderr]    Compiling atomic-maybe-uninit v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stdout] error[E0433]: failed to resolve: could not find `quickcheck` in the list of imported crates
[INFO] [stdout]    --> src/tests/helper.rs:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     test_atomic!(u64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     test_atomic!(u64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     test_atomic!(u64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     test_atomic!(i64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     test_atomic!(i64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     test_atomic!(i64);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     test_atomic!(u32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     test_atomic!(u32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     test_atomic!(u32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     test_atomic!(i32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     test_atomic!(i32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     test_atomic!(i32);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     test_atomic!(u16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     test_atomic!(u16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     test_atomic!(u16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     test_atomic!(i16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     test_atomic!(i16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     test_atomic!(i16);
[INFO] [stdout]     |     ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout] 95  |     test_atomic!(u8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout] 95  |     test_atomic!(u8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:95:5
[INFO] [stdout]     |
[INFO] [stdout] 95  |     test_atomic!(u8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:94:5
[INFO] [stdout]     |
[INFO] [stdout] 94  |     test_atomic!(i8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:94:5
[INFO] [stdout]     |
[INFO] [stdout] 94  |     test_atomic!(i8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:94:5
[INFO] [stdout]     |
[INFO] [stdout] 94  |     test_atomic!(i8);
[INFO] [stdout]     |     ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:89:5
[INFO] [stdout]     |
[INFO] [stdout] 89  |     test_atomic!(usize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:89:5
[INFO] [stdout]     |
[INFO] [stdout] 89  |     test_atomic!(usize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:89:5
[INFO] [stdout]     |
[INFO] [stdout] 89  |     test_atomic!(usize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:427:11
[INFO] [stdout]     |
[INFO] [stdout] 427 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:88:5
[INFO] [stdout]     |
[INFO] [stdout] 88  |     test_atomic!(isize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:88:5
[INFO] [stdout]     |
[INFO] [stdout] 88  |     test_atomic!(isize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (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:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         ::quickcheck::quickcheck! {
[INFO] [stdout]     |           ^^^^^^^^^^ could not find `quickcheck` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/tests/mod.rs:88:5
[INFO] [stdout]     |
[INFO] [stdout] 88  |     test_atomic!(isize);
[INFO] [stdout]     |     ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `__test_atomic` which comes from the expansion of the macro `test_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 30 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atomic-maybe-uninit` (lib test) due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "b3500ab08a32b46bfd20389699616da795392d5ad2962c9810d2da5af3603ba5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3500ab08a32b46bfd20389699616da795392d5ad2962c9810d2da5af3603ba5", kill_on_drop: false }`
[INFO] [stdout] b3500ab08a32b46bfd20389699616da795392d5ad2962c9810d2da5af3603ba5
