[INFO] fetching crate atomic-int 0.1.5...
[INFO] documenting atomic-int-0.1.5 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate atomic-int 0.1.5 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate atomic-int 0.1.5
[INFO] finished tweaking crates.io crate atomic-int 0.1.5
[INFO] tweaked toml for crates.io crate atomic-int 0.1.5 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate atomic-int 0.1.5 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate atomic-int 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae
[INFO] running `Command { std: "docker" "start" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae", kill_on_drop: false }`
[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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae", kill_on_drop: false }`
[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" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting atomic-int v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::new`
[INFO] [stdout]    --> src/fallback/mod.rs:73:13
[INFO] [stdout]     |
[INFO] [stdout]  73 | /             /// Creates a new atomic.
[INFO] [stdout]  74 | |             #[doc = concat!("\n\n", $doc, "::new`].")]
[INFO] [stdout]     | |_____________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::new`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::get_mut`
[INFO] [stdout]    --> src/fallback/mod.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 | /             /// Returns a mutable reference to the underlying value.
[INFO] [stdout] 112 | |             #[doc = concat!("\n\n", $doc, "::get_mut`].")]
[INFO] [stdout]     | |_________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::get_mut`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::into_inner`
[INFO] [stdout]    --> src/fallback/mod.rs:117:13
[INFO] [stdout]     |
[INFO] [stdout] 117 | /             /// Consumes the atomic and returns the contained value.
[INFO] [stdout] 118 | |             #[doc = concat!("\n\n", $doc, "::into_inner`].")]
[INFO] [stdout]     | |____________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::into_inner`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::load`
[INFO] [stdout]    --> src/fallback/mod.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 | /             /// Loads a value from the atomic.
[INFO] [stdout] 124 | |             #[doc = concat!("\n\n", $doc, "::load`].")]
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::load`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::store`
[INFO] [stdout]    --> src/fallback/mod.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 | /             /// Stores a value into the atomic.
[INFO] [stdout] 130 | |             #[doc = concat!("\n\n", $doc, "::store`].")]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::store`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::swap`
[INFO] [stdout]    --> src/fallback/mod.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 | /             /// Stores a value into the atomic, returning the previous
[INFO] [stdout] 137 | |             /// value.
[INFO] [stdout] 138 | |             #[doc = concat!("\n\n", $doc, "::swap`].")]
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::swap`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::compare_and_swap`
[INFO] [stdout]    --> src/fallback/mod.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 | /             /// Stores a value into the atomic if the current value is the same
[INFO] [stdout] 145 | |             /// as the `current` value.
[INFO] [stdout] 146 | |             #[doc = concat!("\n\n", $doc, "::compare_and_swap`].")]
[INFO] [stdout]     | |__________________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::compare_and_swap`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::compare_exchange`
[INFO] [stdout]    --> src/fallback/mod.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             /// Stores a value into the atomic if the current value is the same
[INFO] [stdout] 160 | |             /// as the `current` value.
[INFO] [stdout] 161 | |             #[doc = concat!("\n\n", $doc, "::compare_exchange`].")]
[INFO] [stdout]     | |__________________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::compare_exchange`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::compare_exchange_weak`
[INFO] [stdout]    --> src/fallback/mod.rs:180:13
[INFO] [stdout]     |
[INFO] [stdout] 180 | /             /// Stores a value into the atomic if the current value is the same
[INFO] [stdout] 181 | |             /// as the `current` value.
[INFO] [stdout] 182 | |             #[doc = concat!("\n\n", $doc, "::compare_exchange_weak`].")]
[INFO] [stdout]     | |_______________________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::compare_exchange_weak`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_update`
[INFO] [stdout]    --> src/fallback/mod.rs:193:13
[INFO] [stdout]     |
[INFO] [stdout] 193 | /             /// Fetches the value, and applies a function to it that returns an
[INFO] [stdout] 194 | |             /// optional new value.
[INFO] [stdout] 195 | |             #[doc = concat!("\n\n", $doc, "::fetch_update`].")]
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_update`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::as_ptr`
[INFO] [stdout]    --> src/fallback/mod.rs:216:13
[INFO] [stdout]     |
[INFO] [stdout] 216 | /             /// Returns a mutable pointer to the underlying value.
[INFO] [stdout] 217 | |             #[doc = concat!("\n\n", $doc, "::as_ptr`].")]
[INFO] [stdout]     | |________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::as_ptr`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_add`
[INFO] [stdout]    --> src/fallback/mod.rs:233:13
[INFO] [stdout]     |
[INFO] [stdout] 233 | /             /// Adds to the current value, returning the previous value.
[INFO] [stdout] 234 | |             #[doc = concat!("\n\n", $doc, "::fetch_add`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_add`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_sub`
[INFO] [stdout]    --> src/fallback/mod.rs:242:13
[INFO] [stdout]     |
[INFO] [stdout] 242 | /             /// Subtracts from the current value, returning the previous value.
[INFO] [stdout] 243 | |             #[doc = concat!("\n\n", $doc, "::fetch_sub`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_sub`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_and`
[INFO] [stdout]    --> src/fallback/mod.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 | /             /// Bitwise “and” with the current value.
[INFO] [stdout] 252 | |             #[doc = concat!("\n\n", $doc, "::fetch_and`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_and`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_nand`
[INFO] [stdout]    --> src/fallback/mod.rs:260:13
[INFO] [stdout]     |
[INFO] [stdout] 260 | /             /// Bitwise “nand” with the current value.
[INFO] [stdout] 261 | |             #[doc = concat!("\n\n", $doc, "::fetch_nand`].")]
[INFO] [stdout]     | |____________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_nand`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_or`
[INFO] [stdout]    --> src/fallback/mod.rs:269:13
[INFO] [stdout]     |
[INFO] [stdout] 269 | /             /// Bitwise “or” with the current value.
[INFO] [stdout] 270 | |             #[doc = concat!("\n\n", $doc, "::fetch_or`].")]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_or`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_xor`
[INFO] [stdout]    --> src/fallback/mod.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 | /             /// Bitwise “xor” with the current value.
[INFO] [stdout] 279 | |             #[doc = concat!("\n\n", $doc, "::fetch_xor`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_xor`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_max`
[INFO] [stdout]    --> src/fallback/mod.rs:287:13
[INFO] [stdout]     |
[INFO] [stdout] 287 | /             /// Maximum with the current value.
[INFO] [stdout] 288 | |             #[doc = concat!("\n\n", $doc, "::fetch_max`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_max`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicI128::fetch_min`
[INFO] [stdout]    --> src/fallback/mod.rs:296:13
[INFO] [stdout]     |
[INFO] [stdout] 296 | /             /// Minimum with the current value.
[INFO] [stdout] 297 | |             #[doc = concat!("\n\n", $doc, "::fetch_min`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicI128::fetch_min`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicI128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicI8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::new`
[INFO] [stdout]    --> src/fallback/mod.rs:73:13
[INFO] [stdout]     |
[INFO] [stdout]  73 | /             /// Creates a new atomic.
[INFO] [stdout]  74 | |             #[doc = concat!("\n\n", $doc, "::new`].")]
[INFO] [stdout]     | |_____________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::new`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::get_mut`
[INFO] [stdout]    --> src/fallback/mod.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 | /             /// Returns a mutable reference to the underlying value.
[INFO] [stdout] 112 | |             #[doc = concat!("\n\n", $doc, "::get_mut`].")]
[INFO] [stdout]     | |_________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::get_mut`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::into_inner`
[INFO] [stdout]    --> src/fallback/mod.rs:117:13
[INFO] [stdout]     |
[INFO] [stdout] 117 | /             /// Consumes the atomic and returns the contained value.
[INFO] [stdout] 118 | |             #[doc = concat!("\n\n", $doc, "::into_inner`].")]
[INFO] [stdout]     | |____________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::into_inner`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::load`
[INFO] [stdout]    --> src/fallback/mod.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 | /             /// Loads a value from the atomic.
[INFO] [stdout] 124 | |             #[doc = concat!("\n\n", $doc, "::load`].")]
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::load`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::store`
[INFO] [stdout]    --> src/fallback/mod.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 | /             /// Stores a value into the atomic.
[INFO] [stdout] 130 | |             #[doc = concat!("\n\n", $doc, "::store`].")]
[INFO] [stdout]     | |_______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::store`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::swap`
[INFO] [stdout]    --> src/fallback/mod.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 | /             /// Stores a value into the atomic, returning the previous
[INFO] [stdout] 137 | |             /// value.
[INFO] [stdout] 138 | |             #[doc = concat!("\n\n", $doc, "::swap`].")]
[INFO] [stdout]     | |______________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::swap`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::compare_and_swap`
[INFO] [stdout]    --> src/fallback/mod.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 | /             /// Stores a value into the atomic if the current value is the same
[INFO] [stdout] 145 | |             /// as the `current` value.
[INFO] [stdout] 146 | |             #[doc = concat!("\n\n", $doc, "::compare_and_swap`].")]
[INFO] [stdout]     | |__________________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::compare_and_swap`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::compare_exchange`
[INFO] [stdout]    --> src/fallback/mod.rs:159:13
[INFO] [stdout]     |
[INFO] [stdout] 159 | /             /// Stores a value into the atomic if the current value is the same
[INFO] [stdout] 160 | |             /// as the `current` value.
[INFO] [stdout] 161 | |             #[doc = concat!("\n\n", $doc, "::compare_exchange`].")]
[INFO] [stdout]     | |__________________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::compare_exchange`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::compare_exchange_weak`
[INFO] [stdout]    --> src/fallback/mod.rs:180:13
[INFO] [stdout]     |
[INFO] [stdout] 180 | /             /// Stores a value into the atomic if the current value is the same
[INFO] [stdout] 181 | |             /// as the `current` value.
[INFO] [stdout] 182 | |             #[doc = concat!("\n\n", $doc, "::compare_exchange_weak`].")]
[INFO] [stdout]     | |_______________________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::compare_exchange_weak`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_update`
[INFO] [stdout]    --> src/fallback/mod.rs:193:13
[INFO] [stdout]     |
[INFO] [stdout] 193 | /             /// Fetches the value, and applies a function to it that returns an
[INFO] [stdout] 194 | |             /// optional new value.
[INFO] [stdout] 195 | |             #[doc = concat!("\n\n", $doc, "::fetch_update`].")]
[INFO] [stdout]     | |______________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_update`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::as_ptr`
[INFO] [stdout]    --> src/fallback/mod.rs:216:13
[INFO] [stdout]     |
[INFO] [stdout] 216 | /             /// Returns a mutable pointer to the underlying value.
[INFO] [stdout] 217 | |             #[doc = concat!("\n\n", $doc, "::as_ptr`].")]
[INFO] [stdout]     | |________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::as_ptr`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_add`
[INFO] [stdout]    --> src/fallback/mod.rs:233:13
[INFO] [stdout]     |
[INFO] [stdout] 233 | /             /// Adds to the current value, returning the previous value.
[INFO] [stdout] 234 | |             #[doc = concat!("\n\n", $doc, "::fetch_add`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_add`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_sub`
[INFO] [stdout]    --> src/fallback/mod.rs:242:13
[INFO] [stdout]     |
[INFO] [stdout] 242 | /             /// Subtracts from the current value, returning the previous value.
[INFO] [stdout] 243 | |             #[doc = concat!("\n\n", $doc, "::fetch_sub`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_sub`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_and`
[INFO] [stdout]    --> src/fallback/mod.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 | /             /// Bitwise “and” with the current value.
[INFO] [stdout] 252 | |             #[doc = concat!("\n\n", $doc, "::fetch_and`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_and`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_nand`
[INFO] [stdout]    --> src/fallback/mod.rs:260:13
[INFO] [stdout]     |
[INFO] [stdout] 260 | /             /// Bitwise “nand” with the current value.
[INFO] [stdout] 261 | |             #[doc = concat!("\n\n", $doc, "::fetch_nand`].")]
[INFO] [stdout]     | |____________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_nand`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_or`
[INFO] [stdout]    --> src/fallback/mod.rs:269:13
[INFO] [stdout]     |
[INFO] [stdout] 269 | /             /// Bitwise “or” with the current value.
[INFO] [stdout] 270 | |             #[doc = concat!("\n\n", $doc, "::fetch_or`].")]
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_or`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_xor`
[INFO] [stdout]    --> src/fallback/mod.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 | /             /// Bitwise “xor” with the current value.
[INFO] [stdout] 279 | |             #[doc = concat!("\n\n", $doc, "::fetch_xor`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_xor`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_max`
[INFO] [stdout]    --> src/fallback/mod.rs:287:13
[INFO] [stdout]     |
[INFO] [stdout] 287 | /             /// Maximum with the current value.
[INFO] [stdout] 288 | |             #[doc = concat!("\n\n", $doc, "::fetch_max`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_max`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `atomic::AtomicU128::fetch_min`
[INFO] [stdout]    --> src/fallback/mod.rs:296:13
[INFO] [stdout]     |
[INFO] [stdout] 296 | /             /// Minimum with the current value.
[INFO] [stdout] 297 | |             #[doc = concat!("\n\n", $doc, "::fetch_min`].")]
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 320 |   with_primitive_atomics!(define_primitive_fallback);
[INFO] [stdout]     |   -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             See [`atomic::AtomicU128::fetch_min`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: no item named `AtomicU128` in module `atomic`
[INFO] [stdout]     = help: there's a similarly named item `AtomicU8`
[INFO] [stdout]     = note: this warning originates in the macro `define_fallback_int` which comes from the expansion of the macro `with_primitive_atomics` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/atomic_int/index.html
[INFO] running `Command { std: "docker" "inspect" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae", kill_on_drop: false }`
[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" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "doc_cfg" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting atomic-int v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/atomic_int/index.html
[INFO] running `Command { std: "docker" "inspect" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae", kill_on_drop: false }`
[INFO] [stdout] 9d6af1b328a6e55d6c20fba9ec1d76674614f9692852422ec5800ba5a16a5dae
