[INFO] fetching crate lockfree 0.5.1... [INFO] checking lockfree-0.5.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate lockfree 0.5.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate lockfree 0.5.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d908d82375521af62cc2c4adaf62529100f4748ba9c6060ab849ea2f6269f8fb [INFO] running `Command { std: "docker" "start" "-a" "d908d82375521af62cc2c4adaf62529100f4748ba9c6060ab849ea2f6269f8fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d908d82375521af62cc2c4adaf62529100f4748ba9c6060ab849ea2f6269f8fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d908d82375521af62cc2c4adaf62529100f4748ba9c6060ab849ea2f6269f8fb", kill_on_drop: false }` [INFO] [stdout] d908d82375521af62cc2c4adaf62529100f4748ba9c6060ab849ea2f6269f8fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f42f739139d697de939b3effdcdb1111da168584ad23d28623d3a4584db5a64e [INFO] running `Command { std: "docker" "start" "-a" "f42f739139d697de939b3effdcdb1111da168584ad23d28623d3a4584db5a64e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of Garbage [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 of Garbage [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of Garbage [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 of Garbage [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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 of OwnedAlloc> [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::::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::::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>, [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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 207 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>>` 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` 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 of Garbage [INFO] [stdout] 504 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 332 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 449 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>, [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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 207 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>>` 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` 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 of Garbage [INFO] [stdout] 504 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 332 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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>>>` 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` 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 of OwnedAlloc> [INFO] [stdout] 449 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `std::sync::Arc>>>` must be non-null [INFO] [stdout] = note: because `std::ptr::NonNull>>>>` 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" "f42f739139d697de939b3effdcdb1111da168584ad23d28623d3a4584db5a64e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f42f739139d697de939b3effdcdb1111da168584ad23d28623d3a4584db5a64e", kill_on_drop: false }` [INFO] [stdout] f42f739139d697de939b3effdcdb1111da168584ad23d28623d3a4584db5a64e