[INFO] fetching crate multiqueue 0.3.2... [INFO] building multiqueue-0.3.2 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate multiqueue 0.3.2 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate multiqueue 0.3.2 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate multiqueue 0.3.2 [INFO] finished tweaking crates.io crate multiqueue 0.3.2 [INFO] tweaked toml for crates.io crate multiqueue 0.3.2 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6e9492b142658b0d8adeabfea92e3e9b88f567c84674b0e7ae597aa48af93d5 [INFO] running `Command { std: "docker" "start" "-a" "d6e9492b142658b0d8adeabfea92e3e9b88f567c84674b0e7ae597aa48af93d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6e9492b142658b0d8adeabfea92e3e9b88f567c84674b0e7ae597aa48af93d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6e9492b142658b0d8adeabfea92e3e9b88f567c84674b0e7ae597aa48af93d5", kill_on_drop: false }` [INFO] [stdout] d6e9492b142658b0d8adeabfea92e3e9b88f567c84674b0e7ae597aa48af93d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9b1408d8b6c71da1d4ab1dfea5195ff901aaa4d807e8aeeefc9e7c9586828ac [INFO] running `Command { std: "docker" "start" "-a" "c9b1408d8b6c71da1d4ab1dfea5195ff901aaa4d807e8aeeefc9e7c9586828ac", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling owning_ref v0.2.4 [INFO] [stderr] Compiling smallvec v0.3.4 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling parking_lot v0.3.8 [INFO] [stderr] Compiling multiqueue v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/countedindex.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | pub const MASK_IND: Index = (1 << 63); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | fn inc_ref(&AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | fn dec_ref(&AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | fn check_ref(&AtomicUsize) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe fn get_val(&mut T) -> T; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | fn forget_val(T); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe fn drop_in_place(&mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multiqueue.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub waiter: Arc, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Wait` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multiqueue.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Wait` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:41 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | use self::futures::task::{park, Task}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:239:31 [INFO] [stdout] | [INFO] [stdout] 239 | d1: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:244:31 [INFO] [stdout] | [INFO] [stdout] 244 | d2: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | d3: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:257:31 [INFO] [stdout] | [INFO] [stdout] 257 | d4: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:875:26 [INFO] [stdout] | [INFO] [stdout] 875 | parked.push_back(park()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:901:34 [INFO] [stdout] | [INFO] [stdout] 901 | parked.push_back(park()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type annotations needed [INFO] [stdout] --> src/multiqueue.rs:228:55 [INFO] [stdout] | [INFO] [stdout] 228 | let elem: &QueueEntry = &*queuedat.offset(i); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type annotations needed [INFO] [stdout] --> src/multiqueue.rs:231:46 [INFO] [stdout] | [INFO] [stdout] 231 | let refd: &RefCnt = &*refdat.offset(i); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:913:21 [INFO] [stdout] | [INFO] [stdout] 913 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:931:25 [INFO] [stdout] | [INFO] [stdout] 931 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:938:25 [INFO] [stdout] | [INFO] [stdout] 938 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.80s [INFO] running `Command { std: "docker" "inspect" "c9b1408d8b6c71da1d4ab1dfea5195ff901aaa4d807e8aeeefc9e7c9586828ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9b1408d8b6c71da1d4ab1dfea5195ff901aaa4d807e8aeeefc9e7c9586828ac", kill_on_drop: false }` [INFO] [stdout] c9b1408d8b6c71da1d4ab1dfea5195ff901aaa4d807e8aeeefc9e7c9586828ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f8ede402d7f20f17cb22ba40e8d4dfce0129ef3744f75353d44e46f8ec1a029 [INFO] running `Command { std: "docker" "start" "-a" "4f8ede402d7f20f17cb22ba40e8d4dfce0129ef3744f75353d44e46f8ec1a029", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/countedindex.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | pub const MASK_IND: Index = (1 << 63); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | fn inc_ref(&AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | fn dec_ref(&AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | fn check_ref(&AtomicUsize) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe fn get_val(&mut T) -> T; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | fn forget_val(T); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe fn drop_in_place(&mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multiqueue.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub waiter: Arc, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Wait` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multiqueue.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Wait` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:41 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | use self::futures::task::{park, Task}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:239:31 [INFO] [stdout] | [INFO] [stdout] 239 | d1: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:244:31 [INFO] [stdout] | [INFO] [stdout] 244 | d2: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | d3: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:257:31 [INFO] [stdout] | [INFO] [stdout] 257 | d4: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:875:26 [INFO] [stdout] | [INFO] [stdout] 875 | parked.push_back(park()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:901:34 [INFO] [stdout] | [INFO] [stdout] 901 | parked.push_back(park()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type annotations needed [INFO] [stdout] --> src/multiqueue.rs:228:55 [INFO] [stdout] | [INFO] [stdout] 228 | let elem: &QueueEntry = &*queuedat.offset(i); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type annotations needed [INFO] [stdout] --> src/multiqueue.rs:231:46 [INFO] [stdout] | [INFO] [stdout] 231 | let refd: &RefCnt = &*refdat.offset(i); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling multiqueue v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:913:21 [INFO] [stdout] | [INFO] [stdout] 913 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:931:25 [INFO] [stdout] | [INFO] [stdout] 931 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:938:25 [INFO] [stdout] | [INFO] [stdout] 938 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/countedindex.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | pub const MASK_IND: Index = (1 << 63); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | fn inc_ref(&AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | fn dec_ref(&AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | fn check_ref(&AtomicUsize) -> bool; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe fn get_val(&mut T) -> T; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | fn forget_val(T); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/multiqueue.rs:40:29 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe fn drop_in_place(&mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multiqueue.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub waiter: Arc, [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Wait` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multiqueue.rs:222:49 [INFO] [stdout] | [INFO] [stdout] 222 | fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Wait` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/wait.rs:43:41 [INFO] [stdout] | [INFO] [stdout] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tx` is never read [INFO] [stdout] --> tests/multicast_fut.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | tx = tx.send(2).wait().unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tx` is never read [INFO] [stdout] --> tests/mpmc_fut.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | tx = tx.send(2).wait().unwrap(); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | use self::futures::task::{park, Task}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:239:31 [INFO] [stdout] | [INFO] [stdout] 239 | d1: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:244:31 [INFO] [stdout] | [INFO] [stdout] 244 | d2: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | d3: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/multiqueue.rs:257:31 [INFO] [stdout] | [INFO] [stdout] 257 | d4: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:875:26 [INFO] [stdout] | [INFO] [stdout] 875 | parked.push_back(park()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stdout] --> src/multiqueue.rs:901:34 [INFO] [stdout] | [INFO] [stdout] 901 | parked.push_back(park()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type annotations needed [INFO] [stdout] --> src/multiqueue.rs:228:55 [INFO] [stdout] | [INFO] [stdout] 228 | let elem: &QueueEntry = &*queuedat.offset(i); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type annotations needed [INFO] [stdout] --> src/multiqueue.rs:231:46 [INFO] [stdout] | [INFO] [stdout] 231 | let refd: &RefCnt = &*refdat.offset(i); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:913:21 [INFO] [stdout] | [INFO] [stdout] 913 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:931:25 [INFO] [stdout] | [INFO] [stdout] 931 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stdout] --> src/multiqueue.rs:938:25 [INFO] [stdout] | [INFO] [stdout] 938 | val.unpark(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `clone` that must be used [INFO] [stdout] --> src/mpmc.rs:940:9 [INFO] [stdout] | [INFO] [stdout] 940 | reader.clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: cloning is often expensive and is not expected to have side effects [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.10s [INFO] running `Command { std: "docker" "inspect" "4f8ede402d7f20f17cb22ba40e8d4dfce0129ef3744f75353d44e46f8ec1a029", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8ede402d7f20f17cb22ba40e8d4dfce0129ef3744f75353d44e46f8ec1a029", kill_on_drop: false }` [INFO] [stdout] 4f8ede402d7f20f17cb22ba40e8d4dfce0129ef3744f75353d44e46f8ec1a029