[INFO] fetching crate heaparray 0.5.1...
[INFO] testing heaparray-0.5.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate heaparray 0.5.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate heaparray 0.5.1
[INFO] finished tweaking crates.io crate heaparray 0.5.1
[INFO] tweaked toml for crates.io crate heaparray 0.5.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate heaparray 0.5.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 35 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 49b9fc018eba9a6ba5ec86d2f2ca1f35e8a4fcae2d92538f125d66bdf18a8026
[INFO] running `Command { std: "docker" "start" "-a" "49b9fc018eba9a6ba5ec86d2f2ca1f35e8a4fcae2d92538f125d66bdf18a8026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "49b9fc018eba9a6ba5ec86d2f2ca1f35e8a4fcae2d92538f125d66bdf18a8026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49b9fc018eba9a6ba5ec86d2f2ca1f35e8a4fcae2d92538f125d66bdf18a8026", kill_on_drop: false }`
[INFO] [stdout] 49b9fc018eba9a6ba5ec86d2f2ca1f35e8a4fcae2d92538f125d66bdf18a8026
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30fe3b8575e56afe70225adc0e8ad2420ffd64c4d56973c99a6c53c18c040a89
[INFO] running `Command { std: "docker" "start" "-a" "30fe3b8575e56afe70225adc0e8ad2420ffd64c4d56973c99a6c53c18c040a89", kill_on_drop: false }`
[INFO] [stderr]    Compiling atomic-types v0.1.0
[INFO] [stderr]    Compiling const-utils v0.1.1
[INFO] [stderr]    Compiling containers-rs v0.5.1
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl Atomic<usize> for AtomicUsize {
[INFO] [stdout]   |      ^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::traits::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::sync::atomic::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:78:6
[INFO] [stdout]    |
[INFO] [stdout] 78 | impl Atomic<isize> for AtomicIsize {
[INFO] [stdout]    |      ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use crate::traits::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | use core::sync::atomic::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:148:6
[INFO] [stdout]     |
[INFO] [stdout] 148 | impl Atomic<u64> for AtomicU64 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:218:6
[INFO] [stdout]     |
[INFO] [stdout] 218 | impl Atomic<i64> for AtomicI64 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:288:6
[INFO] [stdout]     |
[INFO] [stdout] 288 | impl Atomic<u32> for AtomicU32 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:358:6
[INFO] [stdout]     |
[INFO] [stdout] 358 | impl Atomic<i32> for AtomicI32 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:428:6
[INFO] [stdout]     |
[INFO] [stdout] 428 | impl Atomic<u16> for AtomicU16 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:498:6
[INFO] [stdout]     |
[INFO] [stdout] 498 | impl Atomic<i16> for AtomicI16 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:568:6
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl Atomic<u8> for AtomicU8 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:638:6
[INFO] [stdout]     |
[INFO] [stdout] 638 | impl Atomic<i8> for AtomicI8 {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:708:6
[INFO] [stdout]     |
[INFO] [stdout] 708 | impl Atomic<bool> for AtomicBool {
[INFO] [stdout]     |      ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Atomic` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:769:9
[INFO] [stdout]     |
[INFO] [stdout] 769 | impl<T> Atomic<*mut T> for AtomicPtr<T> {
[INFO] [stdout]     |         ^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use crate::traits::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the type alias imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 | use core::sync::atomic::*;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atomic-types` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "30fe3b8575e56afe70225adc0e8ad2420ffd64c4d56973c99a6c53c18c040a89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30fe3b8575e56afe70225adc0e8ad2420ffd64c4d56973c99a6c53c18c040a89", kill_on_drop: false }`
[INFO] [stdout] 30fe3b8575e56afe70225adc0e8ad2420ffd64c4d56973c99a6c53c18c040a89
