Oct 16 02:42:41.614 INFO testing mio-more-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 02:42:41.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 02:42:42.019 INFO blam! 47c44d8e68bffd9a357ae13841af6457d90ecf45f466423b24bf90edcbd8fbb8 Oct 16 02:42:42.035 INFO running `"docker" "start" "-a" "47c44d8e68bffd9a357ae13841af6457d90ecf45f466423b24bf90edcbd8fbb8"` Oct 16 02:42:43.251 INFO kablam! usermod: no changes Oct 16 02:42:43.343 INFO kablam! Compiling mio-more v0.1.0 (/source) Oct 16 02:42:44.599 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:44.600 INFO kablam! --> src/channel.rs:230:50 Oct 16 02:42:44.600 INFO kablam! | Oct 16 02:42:44.600 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 16 02:42:44.600 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:44.601 INFO kablam! | Oct 16 02:42:44.601 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:42:44.601 INFO kablam! Oct 16 02:42:44.602 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:44.603 INFO kablam! --> src/channel.rs:255:45 Oct 16 02:42:44.603 INFO kablam! | Oct 16 02:42:44.603 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:44.604 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:44.604 INFO kablam! Oct 16 02:42:44.607 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:44.607 INFO kablam! --> src/channel.rs:271:48 Oct 16 02:42:44.607 INFO kablam! | Oct 16 02:42:44.608 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 16 02:42:44.608 INFO kablam! | ^^^^^^ Oct 16 02:42:44.608 INFO kablam! Oct 16 02:42:44.608 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:44.611 INFO kablam! --> src/channel.rs:278:48 Oct 16 02:42:44.611 INFO kablam! | Oct 16 02:42:44.611 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 16 02:42:44.612 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:44.612 INFO kablam! Oct 16 02:42:44.647 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:44.647 INFO kablam! --> src/timer.rs:284:55 Oct 16 02:42:44.648 INFO kablam! | Oct 16 02:42:44.648 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 16 02:42:44.648 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:44.649 INFO kablam! Oct 16 02:42:44.673 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:44.673 INFO kablam! --> src/timer.rs:375:45 Oct 16 02:42:44.673 INFO kablam! | Oct 16 02:42:44.674 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:44.674 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:44.674 INFO kablam! Oct 16 02:42:44.676 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:44.676 INFO kablam! --> src/timer.rs:398:47 Oct 16 02:42:44.676 INFO kablam! | Oct 16 02:42:44.677 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 16 02:42:44.677 INFO kablam! | ^^^^^^ Oct 16 02:42:44.677 INFO kablam! Oct 16 02:42:44.677 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:44.678 INFO kablam! --> src/timer.rs:405:47 Oct 16 02:42:44.678 INFO kablam! | Oct 16 02:42:44.678 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 16 02:42:44.679 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:44.679 INFO kablam! Oct 16 02:42:45.038 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.77s Oct 16 02:42:45.041 INFO kablam! su: No module specific data is present Oct 16 02:42:45.732 INFO running `"docker" "rm" "-f" "47c44d8e68bffd9a357ae13841af6457d90ecf45f466423b24bf90edcbd8fbb8"` Oct 16 02:42:45.979 INFO blam! 47c44d8e68bffd9a357ae13841af6457d90ecf45f466423b24bf90edcbd8fbb8 Oct 16 02:42:45.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 02:42:46.350 INFO blam! e3f57f382468f7c5fe040151ac825e5e1b41adb42acde83d9c7a3ea0dde93297 Oct 16 02:42:46.354 INFO running `"docker" "start" "-a" "e3f57f382468f7c5fe040151ac825e5e1b41adb42acde83d9c7a3ea0dde93297"` Oct 16 02:42:47.299 INFO kablam! usermod: no changes Oct 16 02:42:47.373 INFO kablam! Compiling mio-more v0.1.0 (/source) Oct 16 02:42:48.504 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:48.504 INFO kablam! --> src/channel.rs:230:50 Oct 16 02:42:48.504 INFO kablam! | Oct 16 02:42:48.504 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 16 02:42:48.504 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:48.504 INFO kablam! | Oct 16 02:42:48.504 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:42:48.504 INFO kablam! Oct 16 02:42:48.506 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:48.506 INFO kablam! --> src/channel.rs:255:45 Oct 16 02:42:48.506 INFO kablam! | Oct 16 02:42:48.506 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:48.506 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:48.506 INFO kablam! Oct 16 02:42:48.508 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:48.508 INFO kablam! --> src/channel.rs:271:48 Oct 16 02:42:48.508 INFO kablam! | Oct 16 02:42:48.508 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 16 02:42:48.508 INFO kablam! | ^^^^^^ Oct 16 02:42:48.508 INFO kablam! Oct 16 02:42:48.508 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:48.509 INFO kablam! --> src/channel.rs:278:48 Oct 16 02:42:48.509 INFO kablam! | Oct 16 02:42:48.509 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 16 02:42:48.509 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:48.509 INFO kablam! Oct 16 02:42:48.551 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:48.551 INFO kablam! --> src/timer.rs:284:55 Oct 16 02:42:48.551 INFO kablam! | Oct 16 02:42:48.551 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 16 02:42:48.551 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:48.551 INFO kablam! Oct 16 02:42:48.562 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:48.562 INFO kablam! --> src/timer.rs:375:45 Oct 16 02:42:48.562 INFO kablam! | Oct 16 02:42:48.562 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:48.562 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:48.562 INFO kablam! Oct 16 02:42:48.564 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:48.564 INFO kablam! --> src/timer.rs:398:47 Oct 16 02:42:48.564 INFO kablam! | Oct 16 02:42:48.564 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 16 02:42:48.564 INFO kablam! | ^^^^^^ Oct 16 02:42:48.564 INFO kablam! Oct 16 02:42:48.565 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:48.565 INFO kablam! --> src/timer.rs:405:47 Oct 16 02:42:48.565 INFO kablam! | Oct 16 02:42:48.565 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 16 02:42:48.565 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:48.565 INFO kablam! Oct 16 02:42:49.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 16 02:42:49.945 INFO kablam! su: No module specific data is present Oct 16 02:42:51.085 INFO running `"docker" "rm" "-f" "e3f57f382468f7c5fe040151ac825e5e1b41adb42acde83d9c7a3ea0dde93297"` Oct 16 02:42:51.423 INFO blam! e3f57f382468f7c5fe040151ac825e5e1b41adb42acde83d9c7a3ea0dde93297 Oct 16 02:42:51.428 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 02:42:51.783 INFO blam! 71a0d640ff2679f6ff13a26b527a7a87f8c2a2dca4cec1880b56624834ac86b8 Oct 16 02:42:51.791 INFO running `"docker" "start" "-a" "71a0d640ff2679f6ff13a26b527a7a87f8c2a2dca4cec1880b56624834ac86b8"` Oct 16 02:42:53.303 INFO kablam! usermod: no changes Oct 16 02:42:53.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 02:42:53.383 INFO kablam! Running /target/debug/deps/mio_more-54dc5b5628bc143b Oct 16 02:42:53.384 INFO blam! Oct 16 02:42:53.384 INFO blam! running 7 tests Oct 16 02:42:53.391 INFO blam! test timer::test::test_catching_up ... ok Oct 16 02:42:53.391 INFO blam! test timer::test::test_multiple_timeouts_diff_tick ... ok Oct 16 02:42:53.391 INFO blam! test timer::test::test_clearing_timeout ... ok Oct 16 02:42:53.391 INFO blam! test timer::test::test_clearing_timeout_between_triggers ... ok Oct 16 02:42:53.393 INFO blam! test timer::test::test_multiple_timeouts_same_tick ... ok Oct 16 02:42:53.395 INFO blam! test timer::test::test_timeout_hash_collision ... ok Oct 16 02:42:53.395 INFO blam! test timer::test::test_timeout_next_tick ... ok Oct 16 02:42:53.395 INFO blam! Oct 16 02:42:53.395 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:42:53.395 INFO blam! Oct 16 02:42:53.403 INFO kablam! Doc-tests mio-more Oct 16 02:42:55.431 INFO blam! Oct 16 02:42:55.432 INFO blam! running 0 tests Oct 16 02:42:55.432 INFO blam! Oct 16 02:42:55.432 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:42:55.432 INFO blam! Oct 16 02:42:55.443 INFO kablam! su: No module specific data is present Oct 16 02:42:56.427 INFO running `"docker" "rm" "-f" "71a0d640ff2679f6ff13a26b527a7a87f8c2a2dca4cec1880b56624834ac86b8"` Oct 16 02:42:56.667 INFO blam! 71a0d640ff2679f6ff13a26b527a7a87f8c2a2dca4cec1880b56624834ac86b8