Sep 21 06:59:58.585 INFO checking mio-more-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:59:58.585 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:59:58.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:59:58.771 INFO blam! 7ba1b653105588c77172cdb3777d15c3741e1b84e49b6fdcd04c3a1f73881301 Sep 21 06:59:58.773 INFO running `"docker" "start" "-a" "7ba1b653105588c77172cdb3777d15c3741e1b84e49b6fdcd04c3a1f73881301"` Sep 21 06:59:59.508 INFO kablam! usermod: no changes Sep 21 06:59:59.572 INFO kablam! Checking mio-more v0.1.0 (/source) Sep 21 07:00:00.014 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 21 07:00:00.014 INFO kablam! --> src/channel.rs:230:50 Sep 21 07:00:00.014 INFO kablam! | Sep 21 07:00:00.014 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 21 07:00:00.014 INFO kablam! | ^^^^^^^^^^^ Sep 21 07:00:00.014 INFO kablam! | Sep 21 07:00:00.014 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:00:00.014 INFO kablam! Sep 21 07:00:00.014 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 21 07:00:00.014 INFO kablam! --> src/channel.rs:255:45 Sep 21 07:00:00.014 INFO kablam! | Sep 21 07:00:00.014 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 21 07:00:00.014 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 07:00:00.014 INFO kablam! Sep 21 07:00:00.014 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 21 07:00:00.014 INFO kablam! --> src/channel.rs:271:48 Sep 21 07:00:00.014 INFO kablam! | Sep 21 07:00:00.014 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 21 07:00:00.014 INFO kablam! | ^^^^^^ Sep 21 07:00:00.014 INFO kablam! Sep 21 07:00:00.014 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 21 07:00:00.014 INFO kablam! --> src/channel.rs:278:48 Sep 21 07:00:00.014 INFO kablam! | Sep 21 07:00:00.014 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 21 07:00:00.014 INFO kablam! | ^^^^^^^^^^ Sep 21 07:00:00.014 INFO kablam! Sep 21 07:00:00.037 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 21 07:00:00.037 INFO kablam! --> src/timer.rs:284:55 Sep 21 07:00:00.037 INFO kablam! | Sep 21 07:00:00.037 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 21 07:00:00.037 INFO kablam! | ^^^^^^^^^^^ Sep 21 07:00:00.037 INFO kablam! Sep 21 07:00:00.045 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 21 07:00:00.045 INFO kablam! --> src/timer.rs:375:45 Sep 21 07:00:00.045 INFO kablam! | Sep 21 07:00:00.045 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 21 07:00:00.046 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 07:00:00.046 INFO kablam! Sep 21 07:00:00.047 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 21 07:00:00.047 INFO kablam! --> src/timer.rs:398:47 Sep 21 07:00:00.047 INFO kablam! | Sep 21 07:00:00.047 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 21 07:00:00.047 INFO kablam! | ^^^^^^ Sep 21 07:00:00.047 INFO kablam! Sep 21 07:00:00.049 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 21 07:00:00.049 INFO kablam! --> src/timer.rs:405:47 Sep 21 07:00:00.049 INFO kablam! | Sep 21 07:00:00.049 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 21 07:00:00.049 INFO kablam! | ^^^^^^^^^^ Sep 21 07:00:00.049 INFO kablam! Sep 21 07:00:00.078 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 21 07:00:00.078 INFO kablam! --> src/channel.rs:230:50 Sep 21 07:00:00.078 INFO kablam! | Sep 21 07:00:00.078 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 21 07:00:00.078 INFO kablam! | ^^^^^^^^^^^ Sep 21 07:00:00.078 INFO kablam! | Sep 21 07:00:00.078 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:00:00.078 INFO kablam! Sep 21 07:00:00.082 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 21 07:00:00.082 INFO kablam! --> src/channel.rs:255:45 Sep 21 07:00:00.082 INFO kablam! | Sep 21 07:00:00.082 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 21 07:00:00.082 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 07:00:00.082 INFO kablam! Sep 21 07:00:00.082 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 21 07:00:00.082 INFO kablam! --> src/channel.rs:271:48 Sep 21 07:00:00.082 INFO kablam! | Sep 21 07:00:00.082 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 21 07:00:00.082 INFO kablam! | ^^^^^^ Sep 21 07:00:00.082 INFO kablam! Sep 21 07:00:00.082 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 21 07:00:00.082 INFO kablam! --> src/channel.rs:278:48 Sep 21 07:00:00.082 INFO kablam! | Sep 21 07:00:00.082 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 21 07:00:00.082 INFO kablam! | ^^^^^^^^^^ Sep 21 07:00:00.082 INFO kablam! Sep 21 07:00:00.103 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 21 07:00:00.103 INFO kablam! --> src/timer.rs:284:55 Sep 21 07:00:00.103 INFO kablam! | Sep 21 07:00:00.104 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 21 07:00:00.104 INFO kablam! | ^^^^^^^^^^^ Sep 21 07:00:00.104 INFO kablam! Sep 21 07:00:00.113 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 21 07:00:00.113 INFO kablam! --> src/timer.rs:375:45 Sep 21 07:00:00.113 INFO kablam! | Sep 21 07:00:00.113 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 21 07:00:00.113 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 07:00:00.113 INFO kablam! Sep 21 07:00:00.115 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 21 07:00:00.115 INFO kablam! --> src/timer.rs:398:47 Sep 21 07:00:00.115 INFO kablam! | Sep 21 07:00:00.115 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 21 07:00:00.115 INFO kablam! | ^^^^^^ Sep 21 07:00:00.115 INFO kablam! Sep 21 07:00:00.116 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 21 07:00:00.116 INFO kablam! --> src/timer.rs:405:47 Sep 21 07:00:00.116 INFO kablam! | Sep 21 07:00:00.116 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 21 07:00:00.116 INFO kablam! | ^^^^^^^^^^ Sep 21 07:00:00.116 INFO kablam! Sep 21 07:00:00.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 21 07:00:00.316 INFO kablam! su: No module specific data is present Sep 21 07:00:01.110 INFO running `"docker" "rm" "-f" "7ba1b653105588c77172cdb3777d15c3741e1b84e49b6fdcd04c3a1f73881301"` Sep 21 07:00:01.178 INFO blam! 7ba1b653105588c77172cdb3777d15c3741e1b84e49b6fdcd04c3a1f73881301