[INFO] fetching crate lockfree 0.5.1... [INFO] checking lockfree-0.5.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate lockfree 0.5.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate lockfree 0.5.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 5f78c7a6a5544cad6325b5b4cfa86387f20c94ae1eeb5473e7df3edd3ca2a4d7 [INFO] running `"docker" "start" "-a" "5f78c7a6a5544cad6325b5b4cfa86387f20c94ae1eeb5473e7df3edd3ca2a4d7"` [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of Garbage [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 of Garbage [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of Garbage [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 of Garbage [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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>>>` 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` 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 of OwnedAlloc> [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>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stderr] 207 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>>` 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>>` 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` 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 of Garbage [INFO] [stderr] 504 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stderr] 332 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [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>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stderr] 207 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>>` 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: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: the type `std::sync::Arc>>` 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` 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 of Garbage [INFO] [stderr] 504 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stderr] 332 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stderr] 449 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: `std::ptr::NonNull>>>>` 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: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.72s [INFO] running `"docker" "inspect" "5f78c7a6a5544cad6325b5b4cfa86387f20c94ae1eeb5473e7df3edd3ca2a4d7"` [INFO] running `"docker" "rm" "-f" "5f78c7a6a5544cad6325b5b4cfa86387f20c94ae1eeb5473e7df3edd3ca2a4d7"` [INFO] [stdout] 5f78c7a6a5544cad6325b5b4cfa86387f20c94ae1eeb5473e7df3edd3ca2a4d7