Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.100.0-nightly (67eda617e 2026-09-10)
# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "0cf1aa0ee09298a3ac603b0481770315ab22f508f38459c9858d6cc0d3f1cac6" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260910-1.100.0-nightly-67eda617e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `heaparray` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking atomic-types v0.1.0 [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | impl Atomic<usize> for AtomicUsize { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:78:6 [INFO] [stderr] | [INFO] [stderr] 78 | impl Atomic<isize> for AtomicIsize { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:148:6 [INFO] [stderr] | [INFO] [stderr] 148 | impl Atomic<u64> for AtomicU64 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:218:6 [INFO] [stderr] | [INFO] [stderr] 218 | impl Atomic<i64> for AtomicI64 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:288:6 [INFO] [stderr] | [INFO] [stderr] 288 | impl Atomic<u32> for AtomicU32 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:358:6 [INFO] [stderr] | [INFO] [stderr] 358 | impl Atomic<i32> for AtomicI32 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:428:6 [INFO] [stderr] | [INFO] [stderr] 428 | impl Atomic<u16> for AtomicU16 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:498:6 [INFO] [stderr] | [INFO] [stderr] 498 | impl Atomic<i16> for AtomicI16 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:568:6 [INFO] [stderr] | [INFO] [stderr] 568 | impl Atomic<u8> for AtomicU8 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:638:6 [INFO] [stderr] | [INFO] [stderr] 638 | impl Atomic<i8> for AtomicI8 { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:708:6 [INFO] [stderr] | [INFO] [stderr] 708 | impl Atomic<bool> for AtomicBool { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] error[E0659]: `Atomic` is ambiguous [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | impl<T> Atomic<*mut T> for AtomicPtr<T> { [INFO] [stderr] | ^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stderr] note: `Atomic` could refer to the trait imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] note: `Atomic` could also refer to the struct imported here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-types-0.1.0/src/impls.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `Atomic` to disambiguate [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0659`. [INFO] [stderr] error: could not compile `atomic-types` (lib) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "0cf1aa0ee09298a3ac603b0481770315ab22f508f38459c9858d6cc0d3f1cac6", kill_on_drop: false }`