Oct 13 11:50:34.460 INFO checking multiqueue-0.3.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:50:34.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 11:50:34.753 INFO blam! e935e9a0ee416be08ea509cdbd2c6792b1c8123976f721c4ed973487b05a5075 Oct 13 11:50:34.760 INFO running `"docker" "start" "-a" "e935e9a0ee416be08ea509cdbd2c6792b1c8123976f721c4ed973487b05a5075"` Oct 13 11:50:35.300 INFO kablam! usermod: no changes Oct 13 11:50:35.460 INFO kablam! Checking owning_ref v0.2.4 Oct 13 11:50:35.460 INFO kablam! Checking smallvec v0.3.4 Oct 13 11:50:35.469 INFO kablam! Checking thread-id v3.3.0 Oct 13 11:50:37.068 INFO kablam! Checking parking_lot v0.3.8 Oct 13 11:50:38.463 INFO kablam! Checking multiqueue v0.3.2 (/source) Oct 13 11:50:39.998 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:39.998 INFO kablam! --> src/multiqueue.rs:29:27 Oct 13 11:50:39.998 INFO kablam! | Oct 13 11:50:39.998 INFO kablam! 29 | use self::futures::task::{park, Task}; Oct 13 11:50:39.998 INFO kablam! | ^^^^ Oct 13 11:50:39.998 INFO kablam! | Oct 13 11:50:39.998 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:50:39.998 INFO kablam! Oct 13 11:50:39.998 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:39.998 INFO kablam! --> src/multiqueue.rs:875:26 Oct 13 11:50:40.004 INFO kablam! | Oct 13 11:50:40.004 INFO kablam! 875 | parked.push_back(park()); Oct 13 11:50:40.004 INFO kablam! | ^^^^ Oct 13 11:50:40.004 INFO kablam! Oct 13 11:50:40.004 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:40.004 INFO kablam! --> src/multiqueue.rs:901:34 Oct 13 11:50:40.004 INFO kablam! | Oct 13 11:50:40.004 INFO kablam! 901 | parked.push_back(park()); Oct 13 11:50:40.004 INFO kablam! | ^^^^ Oct 13 11:50:40.004 INFO kablam! Oct 13 11:50:40.256 INFO kablam! warning: type annotations needed Oct 13 11:50:40.256 INFO kablam! --> src/multiqueue.rs:228:55 Oct 13 11:50:40.256 INFO kablam! | Oct 13 11:50:40.256 INFO kablam! 228 | let elem: &QueueEntry = &*queuedat.offset(i); Oct 13 11:50:40.256 INFO kablam! | ^^^^^^ Oct 13 11:50:40.257 INFO kablam! | Oct 13 11:50:40.257 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 11:50:40.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:50:40.257 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:40.257 INFO kablam! Oct 13 11:50:40.257 INFO kablam! warning: type annotations needed Oct 13 11:50:40.257 INFO kablam! --> src/multiqueue.rs:231:46 Oct 13 11:50:40.257 INFO kablam! | Oct 13 11:50:40.257 INFO kablam! 231 | let refd: &RefCnt = &*refdat.offset(i); Oct 13 11:50:40.257 INFO kablam! | ^^^^^^ Oct 13 11:50:40.257 INFO kablam! | Oct 13 11:50:40.257 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:50:40.257 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:40.257 INFO kablam! Oct 13 11:50:40.324 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:40.324 INFO kablam! --> src/multiqueue.rs:913:21 Oct 13 11:50:40.324 INFO kablam! | Oct 13 11:50:40.324 INFO kablam! 913 | val.unpark(); Oct 13 11:50:40.324 INFO kablam! | ^^^^^^ Oct 13 11:50:40.324 INFO kablam! Oct 13 11:50:40.324 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:40.324 INFO kablam! --> src/multiqueue.rs:931:25 Oct 13 11:50:40.324 INFO kablam! | Oct 13 11:50:40.324 INFO kablam! 931 | val.unpark(); Oct 13 11:50:40.324 INFO kablam! | ^^^^^^ Oct 13 11:50:40.324 INFO kablam! Oct 13 11:50:40.324 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:40.324 INFO kablam! --> src/multiqueue.rs:938:25 Oct 13 11:50:40.324 INFO kablam! | Oct 13 11:50:40.324 INFO kablam! 938 | val.unpark(); Oct 13 11:50:40.324 INFO kablam! | ^^^^^^ Oct 13 11:50:40.324 INFO kablam! Oct 13 11:50:40.447 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:40.447 INFO kablam! --> src/multiqueue.rs:29:27 Oct 13 11:50:40.447 INFO kablam! | Oct 13 11:50:40.447 INFO kablam! 29 | use self::futures::task::{park, Task}; Oct 13 11:50:40.447 INFO kablam! | ^^^^ Oct 13 11:50:40.447 INFO kablam! | Oct 13 11:50:40.447 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:50:40.447 INFO kablam! Oct 13 11:50:40.449 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:40.449 INFO kablam! --> src/multiqueue.rs:875:26 Oct 13 11:50:40.449 INFO kablam! | Oct 13 11:50:40.449 INFO kablam! 875 | parked.push_back(park()); Oct 13 11:50:40.449 INFO kablam! | ^^^^ Oct 13 11:50:40.450 INFO kablam! Oct 13 11:50:40.450 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:40.450 INFO kablam! --> src/multiqueue.rs:901:34 Oct 13 11:50:40.450 INFO kablam! | Oct 13 11:50:40.450 INFO kablam! 901 | parked.push_back(park()); Oct 13 11:50:40.450 INFO kablam! | ^^^^ Oct 13 11:50:40.450 INFO kablam! Oct 13 11:50:40.872 INFO kablam! warning: type annotations needed Oct 13 11:50:40.873 INFO kablam! --> src/multiqueue.rs:228:55 Oct 13 11:50:40.873 INFO kablam! | Oct 13 11:50:40.873 INFO kablam! 228 | let elem: &QueueEntry = &*queuedat.offset(i); Oct 13 11:50:40.873 INFO kablam! | ^^^^^^ Oct 13 11:50:40.873 INFO kablam! | Oct 13 11:50:40.873 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 11:50:40.873 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:50:40.873 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:40.874 INFO kablam! Oct 13 11:50:40.878 INFO kablam! warning: type annotations needed Oct 13 11:50:40.878 INFO kablam! --> src/multiqueue.rs:231:46 Oct 13 11:50:40.878 INFO kablam! | Oct 13 11:50:40.878 INFO kablam! 231 | let refd: &RefCnt = &*refdat.offset(i); Oct 13 11:50:40.878 INFO kablam! | ^^^^^^ Oct 13 11:50:40.878 INFO kablam! | Oct 13 11:50:40.878 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 13 11:50:40.878 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:40.878 INFO kablam! Oct 13 11:50:41.094 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:41.095 INFO kablam! --> src/multiqueue.rs:913:21 Oct 13 11:50:41.095 INFO kablam! | Oct 13 11:50:41.095 INFO kablam! 913 | val.unpark(); Oct 13 11:50:41.097 INFO kablam! | ^^^^^^ Oct 13 11:50:41.097 INFO kablam! Oct 13 11:50:41.098 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:41.098 INFO kablam! --> src/multiqueue.rs:931:25 Oct 13 11:50:41.098 INFO kablam! | Oct 13 11:50:41.098 INFO kablam! 931 | val.unpark(); Oct 13 11:50:41.098 INFO kablam! | ^^^^^^ Oct 13 11:50:41.100 INFO kablam! Oct 13 11:50:41.116 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:41.117 INFO kablam! --> src/multiqueue.rs:938:25 Oct 13 11:50:41.120 INFO kablam! | Oct 13 11:50:41.120 INFO kablam! 938 | val.unpark(); Oct 13 11:50:41.120 INFO kablam! | ^^^^^^ Oct 13 11:50:41.132 INFO kablam! Oct 13 11:50:43.288 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 13 11:50:43.288 INFO kablam! --> src/mpmc.rs:940:9 Oct 13 11:50:43.288 INFO kablam! | Oct 13 11:50:43.288 INFO kablam! 940 | reader.clone(); Oct 13 11:50:43.288 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 11:50:43.288 INFO kablam! | Oct 13 11:50:43.288 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:50:43.288 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 13 11:50:43.288 INFO kablam! Oct 13 11:50:46.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.89s Oct 13 11:50:46.240 INFO kablam! su: No module specific data is present Oct 13 11:50:46.837 INFO running `"docker" "rm" "-f" "e935e9a0ee416be08ea509cdbd2c6792b1c8123976f721c4ed973487b05a5075"` Oct 13 11:50:47.141 INFO blam! e935e9a0ee416be08ea509cdbd2c6792b1c8123976f721c4ed973487b05a5075