Sep 14 13:07:58.578 INFO checking mio-more-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 13:07:58.579 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 13:07:58.579 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:07:58.787 INFO blam! 9e1d0c0e089c6d3c4e6e16be9dc40ebf3a03f674baa51d35214b83970915c508 Sep 14 13:07:58.788 INFO running `"docker" "start" "-a" "9e1d0c0e089c6d3c4e6e16be9dc40ebf3a03f674baa51d35214b83970915c508"` Sep 14 13:07:59.489 INFO kablam! usermod: no changes Sep 14 13:07:59.543 INFO kablam! Checking mio-more v0.1.0 (file:///source) Sep 14 13:07:59.969 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:07:59.969 INFO kablam! --> src/channel.rs:230:50 Sep 14 13:07:59.969 INFO kablam! | Sep 14 13:07:59.969 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 14 13:07:59.969 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:07:59.969 INFO kablam! | Sep 14 13:07:59.969 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 13:07:59.969 INFO kablam! Sep 14 13:07:59.972 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:07:59.972 INFO kablam! --> src/channel.rs:255:45 Sep 14 13:07:59.972 INFO kablam! | Sep 14 13:07:59.972 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:07:59.972 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:07:59.972 INFO kablam! Sep 14 13:07:59.973 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:07:59.973 INFO kablam! --> src/channel.rs:271:48 Sep 14 13:07:59.973 INFO kablam! | Sep 14 13:07:59.973 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 14 13:07:59.973 INFO kablam! | ^^^^^^ Sep 14 13:07:59.973 INFO kablam! Sep 14 13:07:59.974 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:07:59.974 INFO kablam! --> src/channel.rs:278:48 Sep 14 13:07:59.974 INFO kablam! | Sep 14 13:07:59.974 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 14 13:07:59.974 INFO kablam! | ^^^^^^^^^^ Sep 14 13:07:59.974 INFO kablam! Sep 14 13:08:00.006 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:08:00.006 INFO kablam! --> src/channel.rs:230:50 Sep 14 13:08:00.006 INFO kablam! | Sep 14 13:08:00.006 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 14 13:08:00.006 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:08:00.006 INFO kablam! | Sep 14 13:08:00.006 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 13:08:00.006 INFO kablam! Sep 14 13:08:00.010 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:08:00.011 INFO kablam! --> src/channel.rs:255:45 Sep 14 13:08:00.011 INFO kablam! | Sep 14 13:08:00.011 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:08:00.011 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:08:00.011 INFO kablam! Sep 14 13:08:00.011 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:08:00.011 INFO kablam! --> src/channel.rs:271:48 Sep 14 13:08:00.011 INFO kablam! | Sep 14 13:08:00.011 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 14 13:08:00.011 INFO kablam! | ^^^^^^ Sep 14 13:08:00.011 INFO kablam! Sep 14 13:08:00.011 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:08:00.011 INFO kablam! --> src/channel.rs:278:48 Sep 14 13:08:00.011 INFO kablam! | Sep 14 13:08:00.011 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 14 13:08:00.011 INFO kablam! | ^^^^^^^^^^ Sep 14 13:08:00.011 INFO kablam! Sep 14 13:08:00.018 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:08:00.018 INFO kablam! --> src/timer.rs:284:55 Sep 14 13:08:00.018 INFO kablam! | Sep 14 13:08:00.018 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 14 13:08:00.018 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:08:00.018 INFO kablam! Sep 14 13:08:00.030 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:08:00.030 INFO kablam! --> src/timer.rs:375:45 Sep 14 13:08:00.030 INFO kablam! | Sep 14 13:08:00.030 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:08:00.030 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:08:00.030 INFO kablam! Sep 14 13:08:00.032 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:08:00.032 INFO kablam! --> src/timer.rs:398:47 Sep 14 13:08:00.032 INFO kablam! | Sep 14 13:08:00.032 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 14 13:08:00.032 INFO kablam! | ^^^^^^ Sep 14 13:08:00.032 INFO kablam! Sep 14 13:08:00.035 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:08:00.035 INFO kablam! --> src/timer.rs:405:47 Sep 14 13:08:00.035 INFO kablam! | Sep 14 13:08:00.035 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 14 13:08:00.035 INFO kablam! | ^^^^^^^^^^ Sep 14 13:08:00.035 INFO kablam! Sep 14 13:08:00.040 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:08:00.040 INFO kablam! --> src/timer.rs:284:55 Sep 14 13:08:00.040 INFO kablam! | Sep 14 13:08:00.040 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 14 13:08:00.040 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:08:00.040 INFO kablam! Sep 14 13:08:00.050 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:08:00.050 INFO kablam! --> src/timer.rs:375:45 Sep 14 13:08:00.050 INFO kablam! | Sep 14 13:08:00.050 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:08:00.050 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:08:00.050 INFO kablam! Sep 14 13:08:00.051 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:08:00.051 INFO kablam! --> src/timer.rs:398:47 Sep 14 13:08:00.051 INFO kablam! | Sep 14 13:08:00.051 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 14 13:08:00.051 INFO kablam! | ^^^^^^ Sep 14 13:08:00.051 INFO kablam! Sep 14 13:08:00.052 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:08:00.052 INFO kablam! --> src/timer.rs:405:47 Sep 14 13:08:00.052 INFO kablam! | Sep 14 13:08:00.052 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 14 13:08:00.052 INFO kablam! | ^^^^^^^^^^ Sep 14 13:08:00.052 INFO kablam! Sep 14 13:08:00.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Sep 14 13:08:00.275 INFO kablam! su: No module specific data is present Sep 14 13:08:00.924 INFO running `"docker" "rm" "-f" "9e1d0c0e089c6d3c4e6e16be9dc40ebf3a03f674baa51d35214b83970915c508"` Sep 14 13:08:00.985 INFO blam! 9e1d0c0e089c6d3c4e6e16be9dc40ebf3a03f674baa51d35214b83970915c508