[INFO] fetching crate multiqueue 0.3.2... [INFO] testing multiqueue-0.3.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate multiqueue 0.3.2 into /workspace/builds/worker-33/source [INFO] validating manifest of crates.io crate multiqueue 0.3.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-33/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded smallvec v0.3.4 [INFO] [stderr] Downloaded parking_lot v0.3.8 [INFO] [stderr] Downloaded owning_ref v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7dff6d0c9cb05271607ac6d5eb55e62b661c194ce71e787e2086c5e504265c2e [INFO] running `Command { std: "docker" "start" "-a" "7dff6d0c9cb05271607ac6d5eb55e62b661c194ce71e787e2086c5e504265c2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7dff6d0c9cb05271607ac6d5eb55e62b661c194ce71e787e2086c5e504265c2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dff6d0c9cb05271607ac6d5eb55e62b661c194ce71e787e2086c5e504265c2e", kill_on_drop: false }` [INFO] [stdout] 7dff6d0c9cb05271607ac6d5eb55e62b661c194ce71e787e2086c5e504265c2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ac401ec33c49080a9f00e09d5abfe69aad1deff57b08634fc7c0af47e475644 [INFO] running `Command { std: "docker" "start" "-a" "9ac401ec33c49080a9f00e09d5abfe69aad1deff57b08634fc7c0af47e475644", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.123 [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 futures v0.1.31 [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling smallvec v0.6.14 [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 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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 23 - pub const MASK_IND: Index = (1 << 63); [INFO] [stdout] 23 + pub const MASK_IND: Index = 1 << 63; [INFO] [stdout] | [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: 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: 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] | ^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 160 - pub waiter: Arc, [INFO] [stdout] 160 + pub waiter: Arc, [INFO] [stdout] | [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] | ^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 222 - fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] 222 + fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [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: field is never read: `wait` [INFO] [stdout] --> src/multiqueue.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | wait: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FutInnerSend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/multiqueue.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.95s [INFO] running `Command { std: "docker" "inspect" "9ac401ec33c49080a9f00e09d5abfe69aad1deff57b08634fc7c0af47e475644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ac401ec33c49080a9f00e09d5abfe69aad1deff57b08634fc7c0af47e475644", kill_on_drop: false }` [INFO] [stdout] 9ac401ec33c49080a9f00e09d5abfe69aad1deff57b08634fc7c0af47e475644 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff5d6c72d0fba9cb5444a10a9943cf884fe82207e6caf24ab044996dd8e48d62 [INFO] running `Command { std: "docker" "start" "-a" "ff5d6c72d0fba9cb5444a10a9943cf884fe82207e6caf24ab044996dd8e48d62", 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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 23 - pub const MASK_IND: Index = (1 << 63); [INFO] [stdout] 23 + pub const MASK_IND: Index = 1 << 63; [INFO] [stdout] | [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: 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] [stderr] Compiling multiqueue v0.3.2 (/opt/rustwide/workdir) [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: 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] | ^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 160 - pub waiter: Arc, [INFO] [stdout] 160 + pub waiter: Arc, [INFO] [stdout] | [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] | ^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 222 - fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] 222 + fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [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: field is never read: `wait` [INFO] [stdout] --> src/multiqueue.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | wait: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FutInnerSend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/multiqueue.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 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] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 23 - pub const MASK_IND: Index = (1 << 63); [INFO] [stdout] 23 + pub const MASK_IND: Index = 1 << 63; [INFO] [stdout] | [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: 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: 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] | ^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 160 - pub waiter: Arc, [INFO] [stdout] 160 + pub waiter: Arc, [INFO] [stdout] | [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: 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] | ^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 222 - fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] 222 + fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stdout] | [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: 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: field is never read: `wait` [INFO] [stdout] --> src/multiqueue.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | wait: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FutInnerSend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/multiqueue.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [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: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.25s [INFO] running `Command { std: "docker" "inspect" "ff5d6c72d0fba9cb5444a10a9943cf884fe82207e6caf24ab044996dd8e48d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff5d6c72d0fba9cb5444a10a9943cf884fe82207e6caf24ab044996dd8e48d62", kill_on_drop: false }` [INFO] [stdout] ff5d6c72d0fba9cb5444a10a9943cf884fe82207e6caf24ab044996dd8e48d62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 06680fa4bcc53e4628c8e5c0fa0d8c452cf76f9603fde714e0e61b832a9729da [INFO] running `Command { std: "docker" "start" "-a" "06680fa4bcc53e4628c8e5c0fa0d8c452cf76f9603fde714e0e61b832a9729da", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/countedindex.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | pub const MASK_IND: Index = (1 << 63); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 23 - pub const MASK_IND: Index = (1 << 63); [INFO] [stderr] 23 + pub const MASK_IND: Index = 1 << 63; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/multiqueue.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | fn inc_ref(&AtomicUsize); [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/multiqueue.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | fn dec_ref(&AtomicUsize); [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/multiqueue.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | fn check_ref(&AtomicUsize) -> bool; [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/multiqueue.rs:38:23 [INFO] [stderr] | [INFO] [stderr] 38 | unsafe fn get_val(&mut T) -> T; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/multiqueue.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | fn forget_val(T); [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: T` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/multiqueue.rs:40:29 [INFO] [stderr] | [INFO] [stderr] 40 | unsafe fn drop_in_place(&mut T); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/wait.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/wait.rs:43:27 [INFO] [stderr] | [INFO] [stderr] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/wait.rs:43:41 [INFO] [stderr] | [INFO] [stderr] 43 | fn wait(&self, usize, &AtomicUsize, &AtomicUsize); [INFO] [stderr] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &AtomicUsize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stderr] --> src/multiqueue.rs:29:27 [INFO] [stderr] | [INFO] [stderr] 29 | use self::futures::task::{park, Task}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/multiqueue.rs:239:31 [INFO] [stderr] | [INFO] [stderr] 239 | d1: unsafe { mem::uninitialized() }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/multiqueue.rs:244:31 [INFO] [stderr] | [INFO] [stderr] 244 | d2: unsafe { mem::uninitialized() }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/multiqueue.rs:253:31 [INFO] [stderr] | [INFO] [stderr] 253 | d3: unsafe { mem::uninitialized() }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/multiqueue.rs:257:31 [INFO] [stderr] | [INFO] [stderr] 257 | d4: unsafe { mem::uninitialized() }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stderr] --> src/multiqueue.rs:875:26 [INFO] [stderr] | [INFO] [stderr] 875 | parked.push_back(park()); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `mpmc::futures::task::park`: renamed to `current` [INFO] [stderr] --> src/multiqueue.rs:901:34 [INFO] [stderr] | [INFO] [stderr] 901 | parked.push_back(park()); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/multiqueue.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | pub waiter: Arc, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 160 - pub waiter: Arc, [INFO] [stderr] 160 + pub waiter: Arc, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/multiqueue.rs:222:49 [INFO] [stderr] | [INFO] [stderr] 222 | fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 222 - fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stderr] 222 + fn new_internal(_capacity: Index, wait: Arc) -> (InnerSend, InnerRecv) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: type annotations needed [INFO] [stderr] --> src/multiqueue.rs:228:55 [INFO] [stderr] | [INFO] [stderr] 228 | let elem: &QueueEntry = &*queuedat.offset(i); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #46906 [INFO] [stderr] [INFO] [stderr] warning: type annotations needed [INFO] [stderr] --> src/multiqueue.rs:231:46 [INFO] [stderr] | [INFO] [stderr] 231 | let refd: &RefCnt = &*refdat.offset(i); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #46906 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stderr] --> src/multiqueue.rs:913:21 [INFO] [stderr] | [INFO] [stderr] 913 | val.unpark(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stderr] --> src/multiqueue.rs:931:25 [INFO] [stderr] | [INFO] [stderr] 931 | val.unpark(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `mpmc::futures::task::Task::unpark`: renamed to `notify` [INFO] [stderr] --> src/multiqueue.rs:938:25 [INFO] [stderr] | [INFO] [stderr] 938 | val.unpark(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `wait` [INFO] [stderr] --> src/multiqueue.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | wait: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `FutInnerSend` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/multiqueue.rs:183:10 [INFO] [stderr] | [INFO] [stderr] 183 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `clone` that must be used [INFO] [stderr] --> src/mpmc.rs:940:9 [INFO] [stderr] | [INFO] [stderr] 940 | reader.clone(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: cloning is often expensive and is not expected to have side effects [INFO] [stderr] [INFO] [stderr] warning: `multiqueue` (lib) generated 25 warnings [INFO] [stderr] warning: `multiqueue` (lib test) generated 26 warnings (25 duplicates) [INFO] [stderr] warning: value assigned to `tx` is never read [INFO] [stderr] --> tests/multicast_fut.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | tx = tx.send(2).wait().unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `tx` is never read [INFO] [stderr] --> tests/mpmc_fut.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | tx = tx.send(2).wait().unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: `multiqueue` (test "multicast_fut") generated 1 warning [INFO] [stderr] warning: `multiqueue` (test "mpmc_fut") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/multiqueue-4678444e7236b463) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test broadcast::test::build_queue ... ok [INFO] [stdout] test broadcast::test::test_baddrop ... ok [INFO] [stdout] test broadcast::test::push_pop_test ... ok [INFO] [stdout] test broadcast::test::test_gooddrop ... ok [INFO] [stdout] test broadcast::test::test_iterator_comp ... ok [INFO] [stdout] test broadcast::test::test_remove_reader ... ok [INFO] [stdout] test broadcast::test::test_single_leave_multi ... ok [INFO] [stdout] test countedindex::tests::test_small ... ok [INFO] [stdout] test countedindex::tests::test_transaction_fail ... ok [INFO] [stdout] test countedindex::tests::test_tiny ... ok [INFO] [stdout] test mpmc::test::build_queue ... ok [INFO] [stdout] test mpmc::test::push_pop_test ... ok [INFO] [stdout] test mpmc::test::test_baddrop ... ok [INFO] [stdout] test mpmc::test::test_gooddrop ... ok [INFO] [stdout] test mpmc::test::test_iterator_comp ... ok [INFO] [stdout] test countedindex::tests::test_small_mt ... ok [INFO] [stdout] test countedindex::tests::test_tiny_mt ... ok [INFO] [stdout] test countedindex::tests::test_wrapu16 ... ok [INFO] [stdout] test mpmc::test::test_recv_clone_item_noclone ... ok [INFO] [stdout] test mpmc::test::test_single_leave_multi ... ok [INFO] [stdout] test wait::test::test_yieldwait ... ok [INFO] [stdout] test wait::test::test_busywait ... ok [INFO] [stdout] test broadcast::test::test_spsc_this ... ok [INFO] [stdout] test mpmc::test::test_spsc ... ok [INFO] [stdout] test wait::test::test_blockingwait ... ok [INFO] [stdout] test broadcast::test::test_mpsc_single ... ok [INFO] [stdout] test wait::test::test_blockingwait_nospin ... ok [INFO] [stdout] test mpmc::test::test_mpsc ... ok [INFO] [stdout] test broadcast::test::test_mpsc_broadcast ... ok [INFO] [stdout] test broadcast::test::test_spsc_broadcast ... ok [INFO] [stdout] test countedindex::tests::test_wrapu16_mt ... ok [INFO] [stdout] test mpmc::test::test_spmc ... ok [INFO] [stdout] test broadcast::test::test_spmc ... ok [INFO] [stdout] test mpmc::test::test_mpmc ... ok [INFO] [stdout] test broadcast::test::test_spmc_broadcast ... ok [INFO] [stdout] test broadcast::test::test_mpmc_broadcast ... ok [INFO] [stdout] test broadcast::test::test_mpmc ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.99s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/example-a303d0a4612eb8d4) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/throughput-637df4cf69114925) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/mpmc_fut.rs (/opt/rustwide/target/debug/deps/mpmc_fut-a123143c480ef332) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test bounds ... ok [INFO] [stdout] test recv_close_gets_none ... ok [INFO] [stdout] test send_recv ... ok [INFO] [stdout] test send_recv_threads ... ok [INFO] [stdout] test send_shared_recv ... ok [INFO] [stdout] test tx_close_gets_none ... ok [INFO] [stdout] test stress_receiver_multi_task_bounded_hard ... ok [INFO] [stdout] test stress_shared_bounded_hard ... ok [INFO] [stderr] Running tests/multicast_fut.rs (/opt/rustwide/target/debug/deps/multicast_fut-01f2a495c3ccede6) [INFO] [stdout] test send_recv_threads_no_capacity ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test bounds ... ok [INFO] [stdout] test recv_close_gets_none ... ok [INFO] [stdout] test send_shared_recv ... ok [INFO] [stdout] test send_recv ... ok [INFO] [stdout] test send_recv_threads ... ok [INFO] [stdout] test tx_close_gets_none ... ok [INFO] [stdout] test stress_receiver_multi_task_bounded_hard ... ok [INFO] [stdout] test stress_shared_bounded_hard ... ok [INFO] [stderr] Doc-tests multiqueue [INFO] [stdout] test send_recv_threads_no_capacity ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/src/countedindex.rs:23:33 [INFO] [stderr] | [INFO] [stderr] 23 | pub const MASK_IND: Index = (1 << 63); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 23 - pub const MASK_IND: Index = (1 << 63); [INFO] [stderr] 23 + pub const MASK_IND: Index = 1 << 63; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/lib.rs - (line 182) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastSender (line 18) ... FAILED [INFO] [stdout] test src/lib.rs - (line 133) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::add_stream (line 297) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver (line 78) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::try_recv (line 204) ... FAILED [INFO] [stdout] test src/lib.rs - (line 237) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::recv (line 250) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCSender (line 18) ... FAILED [INFO] [stdout] test src/lib.rs - (line 102) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::recv (line 180) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastUniReceiver::recv_view (line 461) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastUniReceiver::iter_with (line 515) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::try_recv (line 134) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastUniReceiver::try_recv_view (line 431) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCUniReceiver::try_iter_with (line 412) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::into_single (line 389) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastUniReceiver::try_iter_with (line 539) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCUniReceiver::iter_with (line 388) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCUniReceiver::try_recv_view (line 294) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastUniReceiver (line 139) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCUniReceiver::recv_view (line 324) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::into_single (line 232) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::add_stream (line 284) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::try_iter (line 367) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::recv (line 243) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::try_recv (line 197) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::mpmc_queue (line 695) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::broadcast_queue_with (line 846) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::broadcast_queue (line 831) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::recv (line 173) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::try_iter (line 261) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastReceiver::unsubscribe (line 344) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCUniReceiver::unsubscribe (line 352) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCUniReceiver::into_multi (line 369) ... FAILED [INFO] [stdout] test src/broadcast.rs - broadcast::BroadcastUniReceiver::into_multi (line 496) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::unsubscribe (line 214) ... FAILED [INFO] [stdout] test src/mpmc.rs - mpmc::MPMCReceiver::try_recv (line 127) ... FAILED [INFO] [stdout] test src/wait.rs - wait (line 8) has been running for over 60 seconds [INFO] [stdout] test src/wait.rs - wait (line 8) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 182) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastSender (line 18) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 133) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::add_stream (line 297) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver (line 78) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::try_recv (line 204) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 237) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::recv (line 250) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCSender (line 18) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 102) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::recv (line 180) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastUniReceiver::recv_view (line 461) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastUniReceiver::iter_with (line 515) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::try_recv (line 134) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastUniReceiver::try_recv_view (line 431) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCUniReceiver::try_iter_with (line 412) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::into_single (line 389) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastUniReceiver::try_iter_with (line 539) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCUniReceiver::iter_with (line 388) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCUniReceiver::try_recv_view (line 294) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastUniReceiver (line 139) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCUniReceiver::recv_view (line 324) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::into_single (line 232) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::add_stream (line 284) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::try_iter (line 367) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::recv (line 243) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::try_recv (line 197) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::mpmc_queue (line 695) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::broadcast_queue_with (line 846) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::broadcast_queue (line 831) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::recv (line 173) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::try_iter (line 261) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastReceiver::unsubscribe (line 344) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCUniReceiver::unsubscribe (line 352) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCUniReceiver::into_multi (line 369) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/broadcast.rs - broadcast::BroadcastUniReceiver::into_multi (line 496) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::unsubscribe (line 214) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpmc.rs - mpmc::MPMCReceiver::try_recv (line 127) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver (line 78) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::add_stream (line 284) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::add_stream (line 297) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::into_single (line 389) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::recv (line 243) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::recv (line 250) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::try_iter (line 367) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::try_recv (line 197) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::try_recv (line 204) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastReceiver::unsubscribe (line 344) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastSender (line 18) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastUniReceiver (line 139) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastUniReceiver::into_multi (line 496) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastUniReceiver::iter_with (line 515) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastUniReceiver::recv_view (line 461) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastUniReceiver::try_iter_with (line 539) [INFO] [stdout] src/broadcast.rs - broadcast::BroadcastUniReceiver::try_recv_view (line 431) [INFO] [stdout] src/broadcast.rs - broadcast::broadcast_queue (line 831) [INFO] [stdout] src/broadcast.rs - broadcast::broadcast_queue_with (line 846) [INFO] [stdout] src/lib.rs - (line 102) [INFO] [stdout] src/lib.rs - (line 133) [INFO] [stdout] src/lib.rs - (line 182) [INFO] [stdout] src/lib.rs - (line 237) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::into_single (line 232) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::recv (line 173) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::recv (line 180) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::try_iter (line 261) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::try_recv (line 127) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::try_recv (line 134) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCReceiver::unsubscribe (line 214) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCSender (line 18) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCUniReceiver::into_multi (line 369) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCUniReceiver::iter_with (line 388) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCUniReceiver::recv_view (line 324) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCUniReceiver::try_iter_with (line 412) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCUniReceiver::try_recv_view (line 294) [INFO] [stdout] src/mpmc.rs - mpmc::MPMCUniReceiver::unsubscribe (line 352) [INFO] [stdout] src/mpmc.rs - mpmc::mpmc_queue (line 695) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 38 failed; 0 ignored; 0 measured; 0 filtered out; finished in 126.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "06680fa4bcc53e4628c8e5c0fa0d8c452cf76f9603fde714e0e61b832a9729da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06680fa4bcc53e4628c8e5c0fa0d8c452cf76f9603fde714e0e61b832a9729da", kill_on_drop: false }` [INFO] [stdout] 06680fa4bcc53e4628c8e5c0fa0d8c452cf76f9603fde714e0e61b832a9729da