Oct 13 12:02:01.662 INFO checking mio-more-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:02:01.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12:02:01.876 INFO blam! ee5b9317d7e701b09c0ce9821614bcf1aad0be1d1021a891201fa0c4052800ca Oct 13 12:02:01.877 INFO running `"docker" "start" "-a" "ee5b9317d7e701b09c0ce9821614bcf1aad0be1d1021a891201fa0c4052800ca"` Oct 13 12:02:02.404 INFO kablam! usermod: no changes Oct 13 12:02:02.478 INFO kablam! Checking mio-more v0.1.0 (/source) Oct 13 12:02:04.096 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 13 12:02:04.096 INFO kablam! --> src/channel.rs:230:50 Oct 13 12:02:04.096 INFO kablam! | Oct 13 12:02:04.096 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 13 12:02:04.096 INFO kablam! | ^^^^^^^^^^^ Oct 13 12:02:04.096 INFO kablam! | Oct 13 12:02:04.096 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:02:04.096 INFO kablam! Oct 13 12:02:04.097 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 13 12:02:04.097 INFO kablam! --> src/channel.rs:255:45 Oct 13 12:02:04.097 INFO kablam! | Oct 13 12:02:04.097 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 13 12:02:04.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 12:02:04.097 INFO kablam! Oct 13 12:02:04.100 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 13 12:02:04.100 INFO kablam! --> src/channel.rs:271:48 Oct 13 12:02:04.100 INFO kablam! | Oct 13 12:02:04.100 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 13 12:02:04.100 INFO kablam! | ^^^^^^ Oct 13 12:02:04.100 INFO kablam! Oct 13 12:02:04.100 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 13 12:02:04.100 INFO kablam! --> src/channel.rs:278:48 Oct 13 12:02:04.100 INFO kablam! | Oct 13 12:02:04.100 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 13 12:02:04.100 INFO kablam! | ^^^^^^^^^^ Oct 13 12:02:04.100 INFO kablam! Oct 13 12:02:04.130 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 13 12:02:04.130 INFO kablam! --> src/timer.rs:284:55 Oct 13 12:02:04.130 INFO kablam! | Oct 13 12:02:04.130 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 13 12:02:04.130 INFO kablam! | ^^^^^^^^^^^ Oct 13 12:02:04.130 INFO kablam! Oct 13 12:02:04.148 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 13 12:02:04.148 INFO kablam! --> src/timer.rs:375:45 Oct 13 12:02:04.148 INFO kablam! | Oct 13 12:02:04.148 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 13 12:02:04.148 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 12:02:04.148 INFO kablam! Oct 13 12:02:04.148 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 13 12:02:04.148 INFO kablam! --> src/timer.rs:398:47 Oct 13 12:02:04.148 INFO kablam! | Oct 13 12:02:04.148 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 13 12:02:04.148 INFO kablam! | ^^^^^^ Oct 13 12:02:04.148 INFO kablam! Oct 13 12:02:04.156 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 13 12:02:04.156 INFO kablam! --> src/timer.rs:405:47 Oct 13 12:02:04.156 INFO kablam! | Oct 13 12:02:04.156 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 13 12:02:04.156 INFO kablam! | ^^^^^^^^^^ Oct 13 12:02:04.156 INFO kablam! Oct 13 12:02:04.374 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 13 12:02:04.374 INFO kablam! --> src/channel.rs:230:50 Oct 13 12:02:04.374 INFO kablam! | Oct 13 12:02:04.374 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 13 12:02:04.374 INFO kablam! | ^^^^^^^^^^^ Oct 13 12:02:04.374 INFO kablam! | Oct 13 12:02:04.374 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:02:04.374 INFO kablam! Oct 13 12:02:04.377 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 13 12:02:04.377 INFO kablam! --> src/channel.rs:255:45 Oct 13 12:02:04.377 INFO kablam! | Oct 13 12:02:04.377 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 13 12:02:04.377 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 12:02:04.377 INFO kablam! Oct 13 12:02:04.378 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 13 12:02:04.378 INFO kablam! --> src/channel.rs:271:48 Oct 13 12:02:04.378 INFO kablam! | Oct 13 12:02:04.378 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 13 12:02:04.379 INFO kablam! | ^^^^^^ Oct 13 12:02:04.379 INFO kablam! Oct 13 12:02:04.379 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 13 12:02:04.379 INFO kablam! --> src/channel.rs:278:48 Oct 13 12:02:04.379 INFO kablam! | Oct 13 12:02:04.379 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 13 12:02:04.379 INFO kablam! | ^^^^^^^^^^ Oct 13 12:02:04.379 INFO kablam! Oct 13 12:02:04.410 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 13 12:02:04.410 INFO kablam! --> src/timer.rs:284:55 Oct 13 12:02:04.416 INFO kablam! | Oct 13 12:02:04.416 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 13 12:02:04.416 INFO kablam! | ^^^^^^^^^^^ Oct 13 12:02:04.416 INFO kablam! Oct 13 12:02:04.424 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 13 12:02:04.424 INFO kablam! --> src/timer.rs:375:45 Oct 13 12:02:04.424 INFO kablam! | Oct 13 12:02:04.424 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 13 12:02:04.424 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 12:02:04.424 INFO kablam! Oct 13 12:02:04.424 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 13 12:02:04.424 INFO kablam! --> src/timer.rs:398:47 Oct 13 12:02:04.424 INFO kablam! | Oct 13 12:02:04.424 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 13 12:02:04.424 INFO kablam! | ^^^^^^ Oct 13 12:02:04.424 INFO kablam! Oct 13 12:02:04.424 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 13 12:02:04.424 INFO kablam! --> src/timer.rs:405:47 Oct 13 12:02:04.424 INFO kablam! | Oct 13 12:02:04.424 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 13 12:02:04.424 INFO kablam! | ^^^^^^^^^^ Oct 13 12:02:04.424 INFO kablam! Oct 13 12:02:04.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Oct 13 12:02:04.705 INFO kablam! su: No module specific data is present Oct 13 12:02:05.846 INFO running `"docker" "rm" "-f" "ee5b9317d7e701b09c0ce9821614bcf1aad0be1d1021a891201fa0c4052800ca"` Oct 13 12:02:06.156 INFO blam! ee5b9317d7e701b09c0ce9821614bcf1aad0be1d1021a891201fa0c4052800ca