[INFO] crate lockfree 0.5.1 is already in cache
[INFO] checking lockfree-0.5.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate lockfree 0.5.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate lockfree 0.5.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8a884634e68a763f4f9caaa43b4e36fe612b61dacd0e141b0cf9543ac99d58df
[INFO] running `"docker" "start" "-a" "8a884634e68a763f4f9caaa43b4e36fe612b61dacd0e141b0cf9543ac99d58df"`
[INFO] [stderr]     Checking owned-alloc v0.2.0
[INFO] [stderr]     Checking lockfree v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/queue.rs:261:1
[INFO] [stderr]     |
[INFO] [stderr] 261 | / make_shared_incin! {
[INFO] [stderr] 262 | |     { "[`Queue`]" }
[INFO] [stderr] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/queue.rs:261:1
[INFO] [stderr]     |
[INFO] [stderr] 261 | / make_shared_incin! {
[INFO] [stderr] 262 | |     { "[`Queue`]" }
[INFO] [stderr] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/stack.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | / make_shared_incin! {
[INFO] [stderr] 205 | |     { "[`Stack`]" }
[INFO] [stderr] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 207 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/stack.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | / make_shared_incin! {
[INFO] [stderr] 205 | |     { "[`Stack`]" }
[INFO] [stderr] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 207 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/map/mod.rs:501:1
[INFO] [stderr]     |
[INFO] [stderr] 501 | / make_shared_incin! {
[INFO] [stderr] 502 | |     { "[`Map`]" }
[INFO] [stderr] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stderr] 504 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/map/mod.rs:501:1
[INFO] [stderr]     |
[INFO] [stderr] 501 | / make_shared_incin! {
[INFO] [stderr] 502 | |     { "[`Map`]" }
[INFO] [stderr] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stderr] 504 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/spmc.rs:329:1
[INFO] [stderr]     |
[INFO] [stderr] 329 | / make_shared_incin! {
[INFO] [stderr] 330 | |     { "`spmc::Receiver`" }
[INFO] [stderr] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 332 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/spmc.rs:329:1
[INFO] [stderr]     |
[INFO] [stderr] 329 | / make_shared_incin! {
[INFO] [stderr] 330 | |     { "`spmc::Receiver`" }
[INFO] [stderr] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 332 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/mpmc.rs:446:1
[INFO] [stderr]     |
[INFO] [stderr] 446 | / make_shared_incin! {
[INFO] [stderr] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stderr] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 449 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/mpmc.rs:446:1
[INFO] [stderr]     |
[INFO] [stderr] 446 | / make_shared_incin! {
[INFO] [stderr] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stderr] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 449 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]  --> src/removable.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 |     mem::{replace, uninitialized, ManuallyDrop},
[INFO] [stderr]   |                    ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/removable.rs:29:46
[INFO] [stderr]    |
[INFO] [stderr] 29 |             item: ManuallyDrop::new(unsafe { uninitialized() }),
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/queue.rs:261:1
[INFO] [stderr]     |
[INFO] [stderr] 261 | / make_shared_incin! {
[INFO] [stderr] 262 | |     { "[`Queue`]" }
[INFO] [stderr] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/queue.rs:261:1
[INFO] [stderr]     |
[INFO] [stderr] 261 | / make_shared_incin! {
[INFO] [stderr] 262 | |     { "[`Queue`]" }
[INFO] [stderr] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/stack.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | / make_shared_incin! {
[INFO] [stderr] 205 | |     { "[`Stack`]" }
[INFO] [stderr] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 207 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/stack.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | / make_shared_incin! {
[INFO] [stderr] 205 | |     { "[`Stack`]" }
[INFO] [stderr] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 207 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/map/mod.rs:501:1
[INFO] [stderr]     |
[INFO] [stderr] 501 | / make_shared_incin! {
[INFO] [stderr] 502 | |     { "[`Map`]" }
[INFO] [stderr] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stderr] 504 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/map/mod.rs:501:1
[INFO] [stderr]     |
[INFO] [stderr] 501 | / make_shared_incin! {
[INFO] [stderr] 502 | |     { "[`Map`]" }
[INFO] [stderr] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stderr] 504 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/spmc.rs:329:1
[INFO] [stderr]     |
[INFO] [stderr] 329 | / make_shared_incin! {
[INFO] [stderr] 330 | |     { "`spmc::Receiver`" }
[INFO] [stderr] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 332 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/spmc.rs:329:1
[INFO] [stderr]     |
[INFO] [stderr] 329 | / make_shared_incin! {
[INFO] [stderr] 330 | |     { "`spmc::Receiver`" }
[INFO] [stderr] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 332 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:325:48
[INFO] [stderr]     |
[INFO] [stderr] 325 |                           mem::{forget, replace, uninitialized},
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/mpmc.rs:446:1
[INFO] [stderr]     |
[INFO] [stderr] 446 | / make_shared_incin! {
[INFO] [stderr] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stderr] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 449 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/mpmc.rs:446:1
[INFO] [stderr]     |
[INFO] [stderr] 446 | / make_shared_incin! {
[INFO] [stderr] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stderr] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 449 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]  --> src/removable.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 |     mem::{replace, uninitialized, ManuallyDrop},
[INFO] [stderr]   |                    ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/removable.rs:29:46
[INFO] [stderr]    |
[INFO] [stderr] 29 |             item: ManuallyDrop::new(unsafe { uninitialized() }),
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/queue.rs:261:1
[INFO] [stderr]     |
[INFO] [stderr] 261 | / make_shared_incin! {
[INFO] [stderr] 262 | |     { "[`Queue`]" }
[INFO] [stderr] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/stack.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | / make_shared_incin! {
[INFO] [stderr] 205 | |     { "[`Stack`]" }
[INFO] [stderr] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 207 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<map::bucket::Garbage<K, V>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/map/mod.rs:501:1
[INFO] [stderr]     |
[INFO] [stderr] 501 | / make_shared_incin! {
[INFO] [stderr] 502 | |     { "[`Map`]" }
[INFO] [stderr] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stderr] 504 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<map::bucket::Garbage<K, V>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/spmc.rs:329:1
[INFO] [stderr]     |
[INFO] [stderr] 329 | / make_shared_incin! {
[INFO] [stderr] 330 | |     { "`spmc::Receiver`" }
[INFO] [stderr] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 332 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/mpmc.rs:446:1
[INFO] [stderr]     |
[INFO] [stderr] 446 | / make_shared_incin! {
[INFO] [stderr] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stderr] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 449 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/queue.rs:261:1
[INFO] [stderr]     |
[INFO] [stderr] 261 | / make_shared_incin! {
[INFO] [stderr] 262 | |     { "[`Queue`]" }
[INFO] [stderr] 263 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 264 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(invalid_value)]` on by default
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<queue::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/stack.rs:204:1
[INFO] [stderr]     |
[INFO] [stderr] 204 | / make_shared_incin! {
[INFO] [stderr] 205 | |     { "[`Stack`]" }
[INFO] [stderr] 206 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 207 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<stack::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<map::bucket::Garbage<K, V>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/map/mod.rs:501:1
[INFO] [stderr]     |
[INFO] [stderr] 501 | / make_shared_incin! {
[INFO] [stderr] 502 | |     { "[`Map`]" }
[INFO] [stderr] 503 | |     pub SharedIncin<K, V> of Garbage<K, V>
[INFO] [stderr] 504 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<map::bucket::Garbage<K, V>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/spmc.rs:329:1
[INFO] [stderr]     |
[INFO] [stderr] 329 | / make_shared_incin! {
[INFO] [stderr] 330 | |     { "`spmc::Receiver`" }
[INFO] [stderr] 331 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 332 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::spmc::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the type `std::sync::Arc<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>` does not permit being left uninitialized
[INFO] [stderr]    --> src/incin.rs:332:50
[INFO] [stderr]     |
[INFO] [stderr] 332 |                           replace(&mut self.inner, uninitialized())
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this code causes undefined behavior when executed
[INFO] [stderr]     |                                                    help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/channel/mpmc.rs:446:1
[INFO] [stderr]     |
[INFO] [stderr] 446 | / make_shared_incin! {
[INFO] [stderr] 447 | |     { "`mpmc::Receiver`" }
[INFO] [stderr] 448 | |     pub SharedIncin<T> of OwnedAlloc<Node<T>>
[INFO] [stderr] 449 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr] note: `std::ptr::NonNull<alloc::sync::ArcInner<incin::Incinerator<owned_alloc::OwnedAlloc<channel::mpmc::Node<T>>>>>` must be non-null (in this struct field)
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.71s
[INFO] running `"docker" "inspect" "8a884634e68a763f4f9caaa43b4e36fe612b61dacd0e141b0cf9543ac99d58df"`
[INFO] running `"docker" "rm" "-f" "8a884634e68a763f4f9caaa43b4e36fe612b61dacd0e141b0cf9543ac99d58df"`
[INFO] [stdout] 8a884634e68a763f4f9caaa43b4e36fe612b61dacd0e141b0cf9543ac99d58df
