Sep 01 13:59:23.927 INFO checking mio-more-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 13:59:23.927 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 13:59:23.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:59:24.071 INFO blam! 41ea189358c2950809b0a229e639fb7550cf498c1c0f87f3dc4366b85980f11d Sep 01 13:59:24.073 INFO running `"docker" "start" "-a" "41ea189358c2950809b0a229e639fb7550cf498c1c0f87f3dc4366b85980f11d"` Sep 01 13:59:24.785 INFO kablam! Checking mio-more v0.1.0 (file:///source) Sep 01 13:59:25.723 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 01 13:59:25.723 INFO kablam! --> src/channel.rs:230:50 Sep 01 13:59:25.723 INFO kablam! | Sep 01 13:59:25.723 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 01 13:59:25.723 INFO kablam! | ^^^^^^^^^^^ Sep 01 13:59:25.723 INFO kablam! | Sep 01 13:59:25.723 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 13:59:25.723 INFO kablam! Sep 01 13:59:25.727 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 01 13:59:25.727 INFO kablam! --> src/channel.rs:255:45 Sep 01 13:59:25.728 INFO kablam! | Sep 01 13:59:25.728 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 01 13:59:25.728 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 13:59:25.728 INFO kablam! Sep 01 13:59:25.732 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 01 13:59:25.732 INFO kablam! --> src/channel.rs:271:48 Sep 01 13:59:25.732 INFO kablam! | Sep 01 13:59:25.732 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 01 13:59:25.732 INFO kablam! | ^^^^^^ Sep 01 13:59:25.732 INFO kablam! Sep 01 13:59:25.732 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 01 13:59:25.732 INFO kablam! --> src/channel.rs:278:48 Sep 01 13:59:25.733 INFO kablam! | Sep 01 13:59:25.733 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 01 13:59:25.733 INFO kablam! | ^^^^^^^^^^ Sep 01 13:59:25.733 INFO kablam! Sep 01 13:59:25.792 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 01 13:59:25.792 INFO kablam! --> src/timer.rs:284:55 Sep 01 13:59:25.792 INFO kablam! | Sep 01 13:59:25.792 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 01 13:59:25.792 INFO kablam! | ^^^^^^^^^^^ Sep 01 13:59:25.792 INFO kablam! Sep 01 13:59:25.811 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 01 13:59:25.811 INFO kablam! --> src/timer.rs:375:45 Sep 01 13:59:25.811 INFO kablam! | Sep 01 13:59:25.811 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 01 13:59:25.811 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 13:59:25.811 INFO kablam! Sep 01 13:59:25.814 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 01 13:59:25.814 INFO kablam! --> src/timer.rs:398:47 Sep 01 13:59:25.814 INFO kablam! | Sep 01 13:59:25.815 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 01 13:59:25.815 INFO kablam! | ^^^^^^ Sep 01 13:59:25.815 INFO kablam! Sep 01 13:59:25.816 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 01 13:59:25.816 INFO kablam! --> src/timer.rs:405:47 Sep 01 13:59:25.816 INFO kablam! | Sep 01 13:59:25.816 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 01 13:59:25.816 INFO kablam! | ^^^^^^^^^^ Sep 01 13:59:25.816 INFO kablam! Sep 01 13:59:26.021 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 01 13:59:26.021 INFO kablam! --> src/channel.rs:230:50 Sep 01 13:59:26.021 INFO kablam! | Sep 01 13:59:26.021 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 01 13:59:26.021 INFO kablam! | ^^^^^^^^^^^ Sep 01 13:59:26.021 INFO kablam! | Sep 01 13:59:26.021 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 13:59:26.021 INFO kablam! Sep 01 13:59:26.025 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 01 13:59:26.026 INFO kablam! --> src/channel.rs:255:45 Sep 01 13:59:26.026 INFO kablam! | Sep 01 13:59:26.026 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 01 13:59:26.026 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 13:59:26.026 INFO kablam! Sep 01 13:59:26.028 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 01 13:59:26.028 INFO kablam! --> src/channel.rs:271:48 Sep 01 13:59:26.028 INFO kablam! | Sep 01 13:59:26.028 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 01 13:59:26.028 INFO kablam! | ^^^^^^ Sep 01 13:59:26.028 INFO kablam! Sep 01 13:59:26.029 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 01 13:59:26.029 INFO kablam! --> src/channel.rs:278:48 Sep 01 13:59:26.029 INFO kablam! | Sep 01 13:59:26.029 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 01 13:59:26.029 INFO kablam! | ^^^^^^^^^^ Sep 01 13:59:26.029 INFO kablam! Sep 01 13:59:26.077 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 01 13:59:26.077 INFO kablam! --> src/timer.rs:284:55 Sep 01 13:59:26.077 INFO kablam! | Sep 01 13:59:26.077 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 01 13:59:26.077 INFO kablam! | ^^^^^^^^^^^ Sep 01 13:59:26.077 INFO kablam! Sep 01 13:59:26.093 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 01 13:59:26.093 INFO kablam! --> src/timer.rs:375:45 Sep 01 13:59:26.093 INFO kablam! | Sep 01 13:59:26.093 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 01 13:59:26.093 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 13:59:26.093 INFO kablam! Sep 01 13:59:26.096 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 01 13:59:26.096 INFO kablam! --> src/timer.rs:398:47 Sep 01 13:59:26.096 INFO kablam! | Sep 01 13:59:26.096 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 01 13:59:26.096 INFO kablam! | ^^^^^^ Sep 01 13:59:26.096 INFO kablam! Sep 01 13:59:26.097 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 01 13:59:26.097 INFO kablam! --> src/timer.rs:405:47 Sep 01 13:59:26.097 INFO kablam! | Sep 01 13:59:26.097 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 01 13:59:26.097 INFO kablam! | ^^^^^^^^^^ Sep 01 13:59:26.097 INFO kablam! Sep 01 13:59:26.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Sep 01 13:59:26.513 INFO kablam! su: No module specific data is present Sep 01 13:59:27.112 INFO running `"docker" "rm" "-f" "41ea189358c2950809b0a229e639fb7550cf498c1c0f87f3dc4366b85980f11d"` Sep 01 13:59:27.196 INFO blam! 41ea189358c2950809b0a229e639fb7550cf498c1c0f87f3dc4366b85980f11d