Oct 13 11:50:34.299 INFO checking multiqueue-0.3.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:50:34.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.516 INFO blam! 61bab283fdb7d4652d2535ced643a8a19f5b936a5e65d577ccf27d070f5d22cb Oct 13 11:50:34.524 INFO running `"docker" "start" "-a" "61bab283fdb7d4652d2535ced643a8a19f5b936a5e65d577ccf27d070f5d22cb"` Oct 13 11:50:35.027 INFO kablam! usermod: no changes Oct 13 11:50:35.104 INFO kablam! Checking parking_lot v0.3.8 Oct 13 11:50:36.544 INFO kablam! Checking multiqueue v0.3.2 (/source) Oct 13 11:50:38.073 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:38.073 INFO kablam! --> src/multiqueue.rs:29:27 Oct 13 11:50:38.073 INFO kablam! | Oct 13 11:50:38.073 INFO kablam! 29 | use self::futures::task::{park, Task}; Oct 13 11:50:38.074 INFO kablam! | ^^^^ Oct 13 11:50:38.079 INFO kablam! | Oct 13 11:50:38.079 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:50:38.079 INFO kablam! Oct 13 11:50:38.081 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:38.081 INFO kablam! --> src/multiqueue.rs:875:26 Oct 13 11:50:38.081 INFO kablam! | Oct 13 11:50:38.082 INFO kablam! 875 | parked.push_back(park()); Oct 13 11:50:38.082 INFO kablam! | ^^^^ Oct 13 11:50:38.082 INFO kablam! Oct 13 11:50:38.082 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:38.083 INFO kablam! --> src/multiqueue.rs:901:34 Oct 13 11:50:38.083 INFO kablam! | Oct 13 11:50:38.083 INFO kablam! 901 | parked.push_back(park()); Oct 13 11:50:38.083 INFO kablam! | ^^^^ Oct 13 11:50:38.084 INFO kablam! Oct 13 11:50:38.322 INFO kablam! warning: type annotations needed Oct 13 11:50:38.322 INFO kablam! --> src/multiqueue.rs:228:55 Oct 13 11:50:38.322 INFO kablam! | Oct 13 11:50:38.323 INFO kablam! 228 | let elem: &QueueEntry = &*queuedat.offset(i); Oct 13 11:50:38.323 INFO kablam! | ^^^^^^ Oct 13 11:50:38.323 INFO kablam! | Oct 13 11:50:38.323 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 11:50:38.324 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:38.324 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:38.324 INFO kablam! Oct 13 11:50:38.324 INFO kablam! warning: type annotations needed Oct 13 11:50:38.325 INFO kablam! --> src/multiqueue.rs:231:46 Oct 13 11:50:38.325 INFO kablam! | Oct 13 11:50:38.325 INFO kablam! 231 | let refd: &RefCnt = &*refdat.offset(i); Oct 13 11:50:38.325 INFO kablam! | ^^^^^^ Oct 13 11:50:38.325 INFO kablam! | Oct 13 11:50:38.325 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:38.325 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:38.325 INFO kablam! Oct 13 11:50:38.379 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:38.379 INFO kablam! --> src/multiqueue.rs:913:21 Oct 13 11:50:38.379 INFO kablam! | Oct 13 11:50:38.379 INFO kablam! 913 | val.unpark(); Oct 13 11:50:38.379 INFO kablam! | ^^^^^^ Oct 13 11:50:38.379 INFO kablam! Oct 13 11:50:38.380 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:38.380 INFO kablam! --> src/multiqueue.rs:931:25 Oct 13 11:50:38.380 INFO kablam! | Oct 13 11:50:38.380 INFO kablam! 931 | val.unpark(); Oct 13 11:50:38.380 INFO kablam! | ^^^^^^ Oct 13 11:50:38.380 INFO kablam! Oct 13 11:50:38.384 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:38.384 INFO kablam! --> src/multiqueue.rs:938:25 Oct 13 11:50:38.384 INFO kablam! | Oct 13 11:50:38.384 INFO kablam! 938 | val.unpark(); Oct 13 11:50:38.384 INFO kablam! | ^^^^^^ Oct 13 11:50:38.384 INFO kablam! Oct 13 11:50:38.442 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:38.442 INFO kablam! --> src/multiqueue.rs:29:27 Oct 13 11:50:38.442 INFO kablam! | Oct 13 11:50:38.442 INFO kablam! 29 | use self::futures::task::{park, Task}; Oct 13 11:50:38.442 INFO kablam! | ^^^^ Oct 13 11:50:38.451 INFO kablam! | Oct 13 11:50:38.451 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 11:50:38.451 INFO kablam! Oct 13 11:50:38.451 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:38.451 INFO kablam! --> src/multiqueue.rs:875:26 Oct 13 11:50:38.451 INFO kablam! | Oct 13 11:50:38.451 INFO kablam! 875 | parked.push_back(park()); Oct 13 11:50:38.451 INFO kablam! | ^^^^ Oct 13 11:50:38.451 INFO kablam! Oct 13 11:50:38.451 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 13 11:50:38.451 INFO kablam! --> src/multiqueue.rs:901:34 Oct 13 11:50:38.451 INFO kablam! | Oct 13 11:50:38.451 INFO kablam! 901 | parked.push_back(park()); Oct 13 11:50:38.451 INFO kablam! | ^^^^ Oct 13 11:50:38.451 INFO kablam! Oct 13 11:50:39.316 INFO kablam! warning: type annotations needed Oct 13 11:50:39.316 INFO kablam! --> src/multiqueue.rs:228:55 Oct 13 11:50:39.316 INFO kablam! | Oct 13 11:50:39.316 INFO kablam! 228 | let elem: &QueueEntry = &*queuedat.offset(i); Oct 13 11:50:39.316 INFO kablam! | ^^^^^^ Oct 13 11:50:39.316 INFO kablam! | Oct 13 11:50:39.316 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 13 11:50:39.317 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:39.317 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:39.317 INFO kablam! Oct 13 11:50:39.317 INFO kablam! warning: type annotations needed Oct 13 11:50:39.317 INFO kablam! --> src/multiqueue.rs:231:46 Oct 13 11:50:39.317 INFO kablam! | Oct 13 11:50:39.317 INFO kablam! 231 | let refd: &RefCnt = &*refdat.offset(i); Oct 13 11:50:39.317 INFO kablam! | ^^^^^^ Oct 13 11:50:39.317 INFO kablam! | Oct 13 11:50:39.317 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:39.332 INFO kablam! = note: for more information, see issue #46906 Oct 13 11:50:39.332 INFO kablam! Oct 13 11:50:39.608 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:39.608 INFO kablam! --> src/multiqueue.rs:913:21 Oct 13 11:50:39.608 INFO kablam! | Oct 13 11:50:39.608 INFO kablam! 913 | val.unpark(); Oct 13 11:50:39.608 INFO kablam! | ^^^^^^ Oct 13 11:50:39.608 INFO kablam! Oct 13 11:50:39.626 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:39.626 INFO kablam! --> src/multiqueue.rs:931:25 Oct 13 11:50:39.626 INFO kablam! | Oct 13 11:50:39.626 INFO kablam! 931 | val.unpark(); Oct 13 11:50:39.628 INFO kablam! | ^^^^^^ Oct 13 11:50:39.628 INFO kablam! Oct 13 11:50:39.661 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 13 11:50:39.661 INFO kablam! --> src/multiqueue.rs:938:25 Oct 13 11:50:39.661 INFO kablam! | Oct 13 11:50:39.664 INFO kablam! 938 | val.unpark(); Oct 13 11:50:39.664 INFO kablam! | ^^^^^^ Oct 13 11:50:39.664 INFO kablam! Oct 13 11:50:40.972 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 13 11:50:40.972 INFO kablam! --> src/mpmc.rs:940:9 Oct 13 11:50:40.972 INFO kablam! | Oct 13 11:50:40.972 INFO kablam! 940 | reader.clone(); Oct 13 11:50:40.972 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 11:50:40.976 INFO kablam! | Oct 13 11:50:40.976 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:50:40.976 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 13 11:50:40.976 INFO kablam! Oct 13 11:50:45.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.26s Oct 13 11:50:45.328 INFO kablam! su: No module specific data is present Oct 13 11:50:46.262 INFO running `"docker" "rm" "-f" "61bab283fdb7d4652d2535ced643a8a19f5b936a5e65d577ccf27d070f5d22cb"` Oct 13 11:50:46.381 INFO blam! 61bab283fdb7d4652d2535ced643a8a19f5b936a5e65d577ccf27d070f5d22cb