Sep 14 13:07:58.224 INFO checking mio-more-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:07:58.224 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:07:58.224 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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.429 INFO blam! 52676fb6a3915829990fdffff618453d2ae936a14ac49ead682df2e6eef28566 Sep 14 13:07:58.432 INFO running `"docker" "start" "-a" "52676fb6a3915829990fdffff618453d2ae936a14ac49ead682df2e6eef28566"` Sep 14 13:07:59.290 INFO kablam! usermod: no changes Sep 14 13:07:59.366 INFO kablam! Checking mio-more v0.1.0 (file:///source) Sep 14 13:07:59.852 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:07:59.852 INFO kablam! --> src/channel.rs:230:50 Sep 14 13:07:59.852 INFO kablam! | Sep 14 13:07:59.852 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 14 13:07:59.852 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:07:59.852 INFO kablam! | Sep 14 13:07:59.852 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 13:07:59.852 INFO kablam! Sep 14 13:07:59.855 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:07:59.855 INFO kablam! --> src/channel.rs:255:45 Sep 14 13:07:59.855 INFO kablam! | Sep 14 13:07:59.855 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:07:59.855 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:07:59.855 INFO kablam! Sep 14 13:07:59.856 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:07:59.856 INFO kablam! --> src/channel.rs:271:48 Sep 14 13:07:59.856 INFO kablam! | Sep 14 13:07:59.856 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 14 13:07:59.856 INFO kablam! | ^^^^^^ Sep 14 13:07:59.856 INFO kablam! Sep 14 13:07:59.857 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:07:59.857 INFO kablam! --> src/channel.rs:278:48 Sep 14 13:07:59.857 INFO kablam! | Sep 14 13:07:59.857 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 14 13:07:59.857 INFO kablam! | ^^^^^^^^^^ Sep 14 13:07:59.857 INFO kablam! Sep 14 13:07:59.882 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:07:59.882 INFO kablam! --> src/timer.rs:284:55 Sep 14 13:07:59.882 INFO kablam! | Sep 14 13:07:59.882 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 14 13:07:59.882 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:07:59.882 INFO kablam! Sep 14 13:07:59.891 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:07:59.891 INFO kablam! --> src/timer.rs:375:45 Sep 14 13:07:59.891 INFO kablam! | Sep 14 13:07:59.891 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:07:59.891 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:07:59.891 INFO kablam! Sep 14 13:07:59.894 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:07:59.894 INFO kablam! --> src/timer.rs:398:47 Sep 14 13:07:59.894 INFO kablam! | Sep 14 13:07:59.894 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 14 13:07:59.894 INFO kablam! | ^^^^^^ Sep 14 13:07:59.894 INFO kablam! Sep 14 13:07:59.894 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:07:59.894 INFO kablam! --> src/timer.rs:405:47 Sep 14 13:07:59.894 INFO kablam! | Sep 14 13:07:59.894 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 14 13:07:59.894 INFO kablam! | ^^^^^^^^^^ Sep 14 13:07:59.894 INFO kablam! Sep 14 13:07:59.920 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:07:59.920 INFO kablam! --> src/channel.rs:230:50 Sep 14 13:07:59.920 INFO kablam! | Sep 14 13:07:59.920 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Sep 14 13:07:59.920 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:07:59.920 INFO kablam! | Sep 14 13:07:59.920 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 13:07:59.920 INFO kablam! Sep 14 13:07:59.923 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:07:59.923 INFO kablam! --> src/channel.rs:255:45 Sep 14 13:07:59.923 INFO kablam! | Sep 14 13:07:59.923 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:07:59.923 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:07:59.923 INFO kablam! Sep 14 13:07:59.924 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:07:59.924 INFO kablam! --> src/channel.rs:271:48 Sep 14 13:07:59.924 INFO kablam! | Sep 14 13:07:59.924 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Sep 14 13:07:59.924 INFO kablam! | ^^^^^^ Sep 14 13:07:59.924 INFO kablam! Sep 14 13:07:59.925 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:07:59.925 INFO kablam! --> src/channel.rs:278:48 Sep 14 13:07:59.925 INFO kablam! | Sep 14 13:07:59.925 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Sep 14 13:07:59.925 INFO kablam! | ^^^^^^^^^^ Sep 14 13:07:59.925 INFO kablam! Sep 14 13:07:59.958 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Sep 14 13:07:59.958 INFO kablam! --> src/timer.rs:284:55 Sep 14 13:07:59.958 INFO kablam! | Sep 14 13:07:59.958 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Sep 14 13:07:59.958 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:07:59.958 INFO kablam! Sep 14 13:07:59.970 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Sep 14 13:07:59.971 INFO kablam! --> src/timer.rs:375:45 Sep 14 13:07:59.971 INFO kablam! | Sep 14 13:07:59.971 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Sep 14 13:07:59.971 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:07:59.971 INFO kablam! Sep 14 13:07:59.971 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Sep 14 13:07:59.971 INFO kablam! --> src/timer.rs:398:47 Sep 14 13:07:59.971 INFO kablam! | Sep 14 13:07:59.971 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Sep 14 13:07:59.971 INFO kablam! | ^^^^^^ Sep 14 13:07:59.971 INFO kablam! Sep 14 13:07:59.971 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Sep 14 13:07:59.971 INFO kablam! --> src/timer.rs:405:47 Sep 14 13:07:59.971 INFO kablam! | Sep 14 13:07:59.971 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Sep 14 13:07:59.971 INFO kablam! | ^^^^^^^^^^ Sep 14 13:07:59.971 INFO kablam! Sep 14 13:08:00.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Sep 14 13:08:00.214 INFO kablam! su: No module specific data is present Sep 14 13:08:00.877 INFO running `"docker" "rm" "-f" "52676fb6a3915829990fdffff618453d2ae936a14ac49ead682df2e6eef28566"` Sep 14 13:08:00.943 INFO blam! 52676fb6a3915829990fdffff618453d2ae936a14ac49ead682df2e6eef28566