Oct 27 18:58:49.689 INFO checking multiqueue-0.3.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:58:49.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 18:58:50.130 INFO blam! b7778dffee49d3fa2b98e0cc07c740fc831c56d35160856e40982fbf5e55fc1d Oct 27 18:58:50.139 INFO running `"docker" "start" "-a" "b7778dffee49d3fa2b98e0cc07c740fc831c56d35160856e40982fbf5e55fc1d"` Oct 27 18:58:51.658 INFO kablam! usermod: no changes Oct 27 18:58:51.780 INFO kablam! Checking smallvec v0.3.4 Oct 27 18:58:51.785 INFO kablam! Checking parking_lot v0.3.8 Oct 27 18:58:53.534 INFO kablam! Checking multiqueue v0.3.2 (/source) Oct 27 18:58:55.327 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 27 18:58:55.327 INFO kablam! --> src/multiqueue.rs:29:27 Oct 27 18:58:55.327 INFO kablam! | Oct 27 18:58:55.327 INFO kablam! 29 | use self::futures::task::{park, Task}; Oct 27 18:58:55.327 INFO kablam! | ^^^^ Oct 27 18:58:55.327 INFO kablam! | Oct 27 18:58:55.327 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:58:55.327 INFO kablam! Oct 27 18:58:55.327 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 27 18:58:55.327 INFO kablam! --> src/multiqueue.rs:875:26 Oct 27 18:58:55.327 INFO kablam! | Oct 27 18:58:55.327 INFO kablam! 875 | parked.push_back(park()); Oct 27 18:58:55.327 INFO kablam! | ^^^^ Oct 27 18:58:55.327 INFO kablam! Oct 27 18:58:55.335 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 27 18:58:55.335 INFO kablam! --> src/multiqueue.rs:901:34 Oct 27 18:58:55.335 INFO kablam! | Oct 27 18:58:55.335 INFO kablam! 901 | parked.push_back(park()); Oct 27 18:58:55.335 INFO kablam! | ^^^^ Oct 27 18:58:55.335 INFO kablam! Oct 27 18:58:55.523 INFO kablam! warning: type annotations needed Oct 27 18:58:55.523 INFO kablam! --> src/multiqueue.rs:228:55 Oct 27 18:58:55.523 INFO kablam! | Oct 27 18:58:55.523 INFO kablam! 228 | let elem: &QueueEntry = &*queuedat.offset(i); Oct 27 18:58:55.523 INFO kablam! | ^^^^^^ Oct 27 18:58:55.523 INFO kablam! | Oct 27 18:58:55.523 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 18:58:55.523 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 27 18:58:55.523 INFO kablam! = note: for more information, see issue #46906 Oct 27 18:58:55.523 INFO kablam! Oct 27 18:58:55.523 INFO kablam! warning: type annotations needed Oct 27 18:58:55.523 INFO kablam! --> src/multiqueue.rs:231:46 Oct 27 18:58:55.523 INFO kablam! | Oct 27 18:58:55.523 INFO kablam! 231 | let refd: &RefCnt = &*refdat.offset(i); Oct 27 18:58:55.523 INFO kablam! | ^^^^^^ Oct 27 18:58:55.523 INFO kablam! | Oct 27 18:58:55.523 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 27 18:58:55.523 INFO kablam! = note: for more information, see issue #46906 Oct 27 18:58:55.523 INFO kablam! Oct 27 18:58:55.579 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 27 18:58:55.579 INFO kablam! --> src/multiqueue.rs:913:21 Oct 27 18:58:55.579 INFO kablam! | Oct 27 18:58:55.579 INFO kablam! 913 | val.unpark(); Oct 27 18:58:55.579 INFO kablam! | ^^^^^^ Oct 27 18:58:55.579 INFO kablam! Oct 27 18:58:55.584 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 27 18:58:55.584 INFO kablam! --> src/multiqueue.rs:931:25 Oct 27 18:58:55.584 INFO kablam! | Oct 27 18:58:55.584 INFO kablam! 931 | val.unpark(); Oct 27 18:58:55.584 INFO kablam! | ^^^^^^ Oct 27 18:58:55.584 INFO kablam! Oct 27 18:58:55.595 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 27 18:58:55.595 INFO kablam! --> src/multiqueue.rs:938:25 Oct 27 18:58:55.595 INFO kablam! | Oct 27 18:58:55.595 INFO kablam! 938 | val.unpark(); Oct 27 18:58:55.595 INFO kablam! | ^^^^^^ Oct 27 18:58:55.595 INFO kablam! Oct 27 18:58:56.300 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 27 18:58:56.301 INFO kablam! --> src/multiqueue.rs:29:27 Oct 27 18:58:56.301 INFO kablam! | Oct 27 18:58:56.301 INFO kablam! 29 | use self::futures::task::{park, Task}; Oct 27 18:58:56.301 INFO kablam! | ^^^^ Oct 27 18:58:56.302 INFO kablam! | Oct 27 18:58:56.302 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 18:58:56.302 INFO kablam! Oct 27 18:58:56.303 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 27 18:58:56.303 INFO kablam! --> src/multiqueue.rs:875:26 Oct 27 18:58:56.303 INFO kablam! | Oct 27 18:58:56.304 INFO kablam! 875 | parked.push_back(park()); Oct 27 18:58:56.304 INFO kablam! | ^^^^ Oct 27 18:58:56.304 INFO kablam! Oct 27 18:58:56.304 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::park': renamed to `current` Oct 27 18:58:56.305 INFO kablam! --> src/multiqueue.rs:901:34 Oct 27 18:58:56.305 INFO kablam! | Oct 27 18:58:56.305 INFO kablam! 901 | parked.push_back(park()); Oct 27 18:58:56.306 INFO kablam! | ^^^^ Oct 27 18:58:56.306 INFO kablam! Oct 27 18:58:57.454 INFO kablam! warning: type annotations needed Oct 27 18:58:57.455 INFO kablam! --> src/multiqueue.rs:228:55 Oct 27 18:58:57.456 INFO kablam! | Oct 27 18:58:57.457 INFO kablam! 228 | let elem: &QueueEntry = &*queuedat.offset(i); Oct 27 18:58:57.459 INFO kablam! | ^^^^^^ Oct 27 18:58:57.467 INFO kablam! | Oct 27 18:58:57.468 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 27 18:58:57.468 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 27 18:58:57.469 INFO kablam! = note: for more information, see issue #46906 Oct 27 18:58:57.470 INFO kablam! Oct 27 18:58:57.470 INFO kablam! warning: type annotations needed Oct 27 18:58:57.471 INFO kablam! --> src/multiqueue.rs:231:46 Oct 27 18:58:57.471 INFO kablam! | Oct 27 18:58:57.471 INFO kablam! 231 | let refd: &RefCnt = &*refdat.offset(i); Oct 27 18:58:57.471 INFO kablam! | ^^^^^^ Oct 27 18:58:57.472 INFO kablam! | Oct 27 18:58:57.472 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 27 18:58:57.472 INFO kablam! = note: for more information, see issue #46906 Oct 27 18:58:57.473 INFO kablam! Oct 27 18:58:57.719 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 27 18:58:57.719 INFO kablam! --> src/multiqueue.rs:913:21 Oct 27 18:58:57.719 INFO kablam! | Oct 27 18:58:57.719 INFO kablam! 913 | val.unpark(); Oct 27 18:58:57.719 INFO kablam! | ^^^^^^ Oct 27 18:58:57.723 INFO kablam! Oct 27 18:58:57.723 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 27 18:58:57.723 INFO kablam! --> src/multiqueue.rs:931:25 Oct 27 18:58:57.723 INFO kablam! | Oct 27 18:58:57.723 INFO kablam! 931 | val.unpark(); Oct 27 18:58:57.723 INFO kablam! | ^^^^^^ Oct 27 18:58:57.734 INFO kablam! Oct 27 18:58:57.743 INFO kablam! warning: use of deprecated item 'mpmc::futures::task::Task::unpark': renamed to `notify` Oct 27 18:58:57.743 INFO kablam! --> src/multiqueue.rs:938:25 Oct 27 18:58:57.743 INFO kablam! | Oct 27 18:58:57.743 INFO kablam! 938 | val.unpark(); Oct 27 18:58:57.743 INFO kablam! | ^^^^^^ Oct 27 18:58:57.751 INFO kablam! Oct 27 18:59:00.135 INFO kablam! warning: unused return value of `std::clone::Clone::clone` that must be used Oct 27 18:59:00.135 INFO kablam! --> src/mpmc.rs:940:9 Oct 27 18:59:00.135 INFO kablam! | Oct 27 18:59:00.135 INFO kablam! 940 | reader.clone(); Oct 27 18:59:00.136 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:59:00.147 INFO kablam! | Oct 27 18:59:00.147 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 18:59:00.147 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 27 18:59:00.147 INFO kablam! Oct 27 18:59:02.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.50s Oct 27 18:59:02.215 INFO kablam! su: No module specific data is present Oct 27 18:59:03.188 INFO running `"docker" "rm" "-f" "b7778dffee49d3fa2b98e0cc07c740fc831c56d35160856e40982fbf5e55fc1d"` Oct 27 18:59:03.472 INFO blam! b7778dffee49d3fa2b98e0cc07c740fc831c56d35160856e40982fbf5e55fc1d