[INFO] fetching crate lockfree 0.5.1...
[INFO] checking lockfree-0.5.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate lockfree 0.5.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate lockfree 0.5.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate lockfree 0.5.1
[INFO] finished tweaking crates.io crate lockfree 0.5.1
[INFO] tweaked toml for crates.io crate lockfree 0.5.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded owned-alloc v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2895e903d85897e84bf11acc8d6d1afde5015565024df2be52a41b0d5dd1e1b6
[INFO] running `Command { std: "docker" "start" "-a" "2895e903d85897e84bf11acc8d6d1afde5015565024df2be52a41b0d5dd1e1b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2895e903d85897e84bf11acc8d6d1afde5015565024df2be52a41b0d5dd1e1b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2895e903d85897e84bf11acc8d6d1afde5015565024df2be52a41b0d5dd1e1b6", kill_on_drop: false }`
[INFO] [stdout] 2895e903d85897e84bf11acc8d6d1afde5015565024df2be52a41b0d5dd1e1b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f04d35d82e5d765af698f085b7c81b6b2c52ab4d7387ef4fe5f1582f3aa8686
[INFO] running `Command { std: "docker" "start" "-a" "7f04d35d82e5d765af698f085b7c81b6b2c52ab4d7387ef4fe5f1582f3aa8686", kill_on_drop: false }`
[INFO] [stderr]     Checking owned-alloc v0.2.0
[INFO] [stderr]     Checking lockfree v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/queue.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | / make_shared_incin! {
[INFO] [stdout] 262 | |     { "[`Queue`]" }
[INFO] [stdout] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/queue.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | / make_shared_incin! {
[INFO] [stdout] 262 | |     { "[`Queue`]" }
[INFO] [stdout] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/stack.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / make_shared_incin! {
[INFO] [stdout] 205 | |     { "[`Stack`]" }
[INFO] [stdout] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 207 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/stack.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / make_shared_incin! {
[INFO] [stdout] 205 | |     { "[`Stack`]" }
[INFO] [stdout] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 207 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/map/mod.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / make_shared_incin! {
[INFO] [stdout] 502 | |     { "[`Map`]" }
[INFO] [stdout] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stdout] 504 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/map/mod.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / make_shared_incin! {
[INFO] [stdout] 502 | |     { "[`Map`]" }
[INFO] [stdout] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stdout] 504 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/spmc.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | / make_shared_incin! {
[INFO] [stdout] 330 | |     { "`spmc::Receiver`" }
[INFO] [stdout] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 332 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/spmc.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | / make_shared_incin! {
[INFO] [stdout] 330 | |     { "`spmc::Receiver`" }
[INFO] [stdout] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 332 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/mpmc.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / make_shared_incin! {
[INFO] [stdout] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stdout] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 449 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/mpmc.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / make_shared_incin! {
[INFO] [stdout] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stdout] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 449 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]  --> src/removable.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 |     mem::{replace, uninitialized, ManuallyDrop},
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/removable.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |             item: ManuallyDrop::new(unsafe { uninitialized() }),
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/queue.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | / make_shared_incin! {
[INFO] [stdout] 262 | |     { "[`Queue`]" }
[INFO] [stdout] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/queue.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | / make_shared_incin! {
[INFO] [stdout] 262 | |     { "[`Queue`]" }
[INFO] [stdout] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/stack.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / make_shared_incin! {
[INFO] [stdout] 205 | |     { "[`Stack`]" }
[INFO] [stdout] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 207 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/stack.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / make_shared_incin! {
[INFO] [stdout] 205 | |     { "[`Stack`]" }
[INFO] [stdout] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 207 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/map/mod.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / make_shared_incin! {
[INFO] [stdout] 502 | |     { "[`Map`]" }
[INFO] [stdout] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stdout] 504 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/map/mod.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / make_shared_incin! {
[INFO] [stdout] 502 | |     { "[`Map`]" }
[INFO] [stdout] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stdout] 504 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/spmc.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | / make_shared_incin! {
[INFO] [stdout] 330 | |     { "`spmc::Receiver`" }
[INFO] [stdout] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 332 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/spmc.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | / make_shared_incin! {
[INFO] [stdout] 330 | |     { "`spmc::Receiver`" }
[INFO] [stdout] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 332 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:325:48
[INFO] [stdout]     |
[INFO] [stdout] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/mpmc.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / make_shared_incin! {
[INFO] [stdout] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stdout] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 449 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/mpmc.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / make_shared_incin! {
[INFO] [stdout] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stdout] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 449 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]  --> src/removable.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 |     mem::{replace, uninitialized, ManuallyDrop},
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
[INFO] [stdout]   --> src/removable.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |             item: ManuallyDrop::new(unsafe { uninitialized() }),
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/map/bucket.rs:555:31
[INFO] [stdout]     |
[INFO] [stdout] 555 |         let res = self.atomic.compare_and_swap(
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicPtr::<T>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/map/bucket.rs:555:31
[INFO] [stdout]     |
[INFO] [stdout] 555 |         let res = self.atomic.compare_and_swap(
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pause` is never read
[INFO] [stdout]   --> src/map/guard.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct ReadGuard<'map, K, V>
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pause: Pause<'map, Garbage<K, V>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReadGuard` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `compare_exchange`'s failure ordering may not be `Release` or `AcqRel`, since a failed `compare_exchange` does not result in a write
[INFO] [stdout]    --> src/tls/mod.rs:267:21
[INFO] [stdout]     |
[INFO] [stdout] 267 |                     Release,
[INFO] [stdout]     |                     ^^^^^^^ invalid failure ordering
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using `Acquire` or `Relaxed` failure ordering instead
[INFO] [stdout]     = note: `#[deny(invalid_atomic_ordering)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<queue::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/queue.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | / make_shared_incin! {
[INFO] [stdout] 262 | |     { "[`Queue`]" }
[INFO] [stdout] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<stack::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/stack.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / make_shared_incin! {
[INFO] [stdout] 205 | |     { "[`Stack`]" }
[INFO] [stdout] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 207 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<Garbage<K, V>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/map/mod.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / make_shared_incin! {
[INFO] [stdout] 502 | |     { "[`Map`]" }
[INFO] [stdout] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stdout] 504 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<map::bucket::Garbage<K, V>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<map::bucket::Garbage<K, V>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<spmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/spmc.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | / make_shared_incin! {
[INFO] [stdout] 330 | |     { "`spmc::Receiver`" }
[INFO] [stdout] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 332 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<mpmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/mpmc.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / make_shared_incin! {
[INFO] [stdout] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stdout] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 449 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 19 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lockfree` (lib) due to 2 previous errors; 19 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `pause` is never read
[INFO] [stdout]   --> src/map/guard.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct ReadGuard<'map, K, V>
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pause: Pause<'map, Garbage<K, V>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReadGuard` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `j` is never read
[INFO] [stdout]    --> src/set.rs:622:9
[INFO] [stdout]     |
[INFO] [stdout] 620 |     struct EqI {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] 621 |         i: usize,
[INFO] [stdout] 622 |         j: usize,
[INFO] [stdout]     |         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `EqI` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `compare_exchange`'s failure ordering may not be `Release` or `AcqRel`, since a failed `compare_exchange` does not result in a write
[INFO] [stdout]    --> src/tls/mod.rs:267:21
[INFO] [stdout]     |
[INFO] [stdout] 267 |                     Release,
[INFO] [stdout]     |                     ^^^^^^^ invalid failure ordering
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using `Acquire` or `Relaxed` failure ordering instead
[INFO] [stdout]     = note: `#[deny(invalid_atomic_ordering)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<queue::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/queue.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | / make_shared_incin! {
[INFO] [stdout] 262 | |     { "[`Queue`]" }
[INFO] [stdout] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 264 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<stack::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/stack.rs:204:1
[INFO] [stdout]     |
[INFO] [stdout] 204 | / make_shared_incin! {
[INFO] [stdout] 205 | |     { "[`Stack`]" }
[INFO] [stdout] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 207 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<Garbage<K, V>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/map/mod.rs:501:1
[INFO] [stdout]     |
[INFO] [stdout] 501 | / make_shared_incin! {
[INFO] [stdout] 502 | |     { "[`Map`]" }
[INFO] [stdout] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stdout] 504 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<map::bucket::Garbage<K, V>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<map::bucket::Garbage<K, V>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<spmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/spmc.rs:329:1
[INFO] [stdout]     |
[INFO] [stdout] 329 | / make_shared_incin! {
[INFO] [stdout] 330 | |     { "`spmc::Receiver`" }
[INFO] [stdout] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 332 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `Arc<Incinerator<OwnedAlloc<mpmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stdout]    --> src/incin.rs:332:50
[INFO] [stdout]     |
[INFO] [stdout] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this code causes undefined behavior when executed
[INFO] [stdout]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/channel/mpmc.rs:446:1
[INFO] [stdout]     |
[INFO] [stdout] 446 | / make_shared_incin! {
[INFO] [stdout] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stdout] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stdout] 449 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>` must be non-null
[INFO] [stdout]     = note: because `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>>` must be non-null
[INFO] [stdout]     = note: raw pointers must be initialized
[INFO] [stdout]     = note: this warning originates in the macro `make_shared_incin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 20 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lockfree` (lib test) due to 2 previous errors; 20 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7f04d35d82e5d765af698f085b7c81b6b2c52ab4d7387ef4fe5f1582f3aa8686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f04d35d82e5d765af698f085b7c81b6b2c52ab4d7387ef4fe5f1582f3aa8686", kill_on_drop: false }`
[INFO] [stdout] 7f04d35d82e5d765af698f085b7c81b6b2c52ab4d7387ef4fe5f1582f3aa8686
