Oct 16 02:42:41.822 INFO testing mio-more-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:42:41.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.347 INFO blam! c277635dd213a2c18e29d42039cac37ec861684ad02159aed4b641c0fd46fa92 Oct 16 02:42:42.363 INFO running `"docker" "start" "-a" "c277635dd213a2c18e29d42039cac37ec861684ad02159aed4b641c0fd46fa92"` Oct 16 02:42:43.774 INFO kablam! usermod: no changes Oct 16 02:42:43.879 INFO kablam! Compiling mio-more v0.1.0 (/source) Oct 16 02:42:45.175 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:45.176 INFO kablam! --> src/channel.rs:230:50 Oct 16 02:42:45.176 INFO kablam! | Oct 16 02:42:45.177 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 16 02:42:45.177 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:45.177 INFO kablam! | Oct 16 02:42:45.178 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:42:45.178 INFO kablam! Oct 16 02:42:45.179 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:45.179 INFO kablam! --> src/channel.rs:255:45 Oct 16 02:42:45.179 INFO kablam! | Oct 16 02:42:45.180 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:45.180 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:45.180 INFO kablam! Oct 16 02:42:45.181 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:45.181 INFO kablam! --> src/channel.rs:271:48 Oct 16 02:42:45.181 INFO kablam! | Oct 16 02:42:45.182 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 16 02:42:45.182 INFO kablam! | ^^^^^^ Oct 16 02:42:45.182 INFO kablam! Oct 16 02:42:45.187 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:45.187 INFO kablam! --> src/channel.rs:278:48 Oct 16 02:42:45.187 INFO kablam! | Oct 16 02:42:45.188 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 16 02:42:45.188 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:45.188 INFO kablam! Oct 16 02:42:45.211 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:45.212 INFO kablam! --> src/timer.rs:284:55 Oct 16 02:42:45.212 INFO kablam! | Oct 16 02:42:45.212 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 16 02:42:45.213 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:45.213 INFO kablam! Oct 16 02:42:45.223 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:45.224 INFO kablam! --> src/timer.rs:375:45 Oct 16 02:42:45.224 INFO kablam! | Oct 16 02:42:45.224 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:45.225 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:45.225 INFO kablam! Oct 16 02:42:45.227 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:45.227 INFO kablam! --> src/timer.rs:398:47 Oct 16 02:42:45.227 INFO kablam! | Oct 16 02:42:45.227 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 16 02:42:45.227 INFO kablam! | ^^^^^^ Oct 16 02:42:45.227 INFO kablam! Oct 16 02:42:45.227 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:45.227 INFO kablam! --> src/timer.rs:405:47 Oct 16 02:42:45.227 INFO kablam! | Oct 16 02:42:45.227 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 16 02:42:45.227 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:45.227 INFO kablam! Oct 16 02:42:45.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 16 02:42:45.552 INFO kablam! su: No module specific data is present Oct 16 02:42:46.159 INFO running `"docker" "rm" "-f" "c277635dd213a2c18e29d42039cac37ec861684ad02159aed4b641c0fd46fa92"` Oct 16 02:42:46.524 INFO blam! c277635dd213a2c18e29d42039cac37ec861684ad02159aed4b641c0fd46fa92 Oct 16 02:42:46.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.928 INFO blam! 7b19b1707fb9aed48de4859ae3f86defc451f02a05fa315baed1453f4588515d Oct 16 02:42:46.930 INFO running `"docker" "start" "-a" "7b19b1707fb9aed48de4859ae3f86defc451f02a05fa315baed1453f4588515d"` Oct 16 02:42:47.914 INFO kablam! usermod: no changes Oct 16 02:42:48.007 INFO kablam! Compiling mio-more v0.1.0 (/source) Oct 16 02:42:49.088 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:49.089 INFO kablam! --> src/channel.rs:230:50 Oct 16 02:42:49.090 INFO kablam! | Oct 16 02:42:49.091 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 16 02:42:49.091 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:49.092 INFO kablam! | Oct 16 02:42:49.093 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 02:42:49.093 INFO kablam! Oct 16 02:42:49.094 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:49.094 INFO kablam! --> src/channel.rs:255:45 Oct 16 02:42:49.095 INFO kablam! | Oct 16 02:42:49.095 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:49.095 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:49.095 INFO kablam! Oct 16 02:42:49.095 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:49.095 INFO kablam! --> src/channel.rs:271:48 Oct 16 02:42:49.095 INFO kablam! | Oct 16 02:42:49.095 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 16 02:42:49.095 INFO kablam! | ^^^^^^ Oct 16 02:42:49.095 INFO kablam! Oct 16 02:42:49.095 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:49.095 INFO kablam! --> src/channel.rs:278:48 Oct 16 02:42:49.095 INFO kablam! | Oct 16 02:42:49.095 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 16 02:42:49.095 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:49.095 INFO kablam! Oct 16 02:42:49.126 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 16 02:42:49.127 INFO kablam! --> src/timer.rs:284:55 Oct 16 02:42:49.128 INFO kablam! | Oct 16 02:42:49.128 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 16 02:42:49.128 INFO kablam! | ^^^^^^^^^^^ Oct 16 02:42:49.128 INFO kablam! Oct 16 02:42:49.138 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 16 02:42:49.138 INFO kablam! --> src/timer.rs:375:45 Oct 16 02:42:49.138 INFO kablam! | Oct 16 02:42:49.138 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 16 02:42:49.138 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 02:42:49.138 INFO kablam! Oct 16 02:42:49.140 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 16 02:42:49.140 INFO kablam! --> src/timer.rs:398:47 Oct 16 02:42:49.140 INFO kablam! | Oct 16 02:42:49.140 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 16 02:42:49.140 INFO kablam! | ^^^^^^ Oct 16 02:42:49.140 INFO kablam! Oct 16 02:42:49.141 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 16 02:42:49.141 INFO kablam! --> src/timer.rs:405:47 Oct 16 02:42:49.141 INFO kablam! | Oct 16 02:42:49.141 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 16 02:42:49.141 INFO kablam! | ^^^^^^^^^^ Oct 16 02:42:49.141 INFO kablam! Oct 16 02:42:50.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.85s Oct 16 02:42:50.803 INFO kablam! su: No module specific data is present Oct 16 02:42:51.674 INFO running `"docker" "rm" "-f" "7b19b1707fb9aed48de4859ae3f86defc451f02a05fa315baed1453f4588515d"` Oct 16 02:42:51.927 INFO blam! 7b19b1707fb9aed48de4859ae3f86defc451f02a05fa315baed1453f4588515d Oct 16 02:42:51.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:52.459 INFO blam! 7e983ebb00d949883cba05eb1959730d17726ee3356132b2f02fe9ea1cb215b3 Oct 16 02:42:52.464 INFO running `"docker" "start" "-a" "7e983ebb00d949883cba05eb1959730d17726ee3356132b2f02fe9ea1cb215b3"` Oct 16 02:42:53.907 INFO kablam! usermod: no changes Oct 16 02:42:54.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 02:42:54.083 INFO kablam! Running /target/debug/deps/mio_more-3e1eb3c070f7892d Oct 16 02:42:54.087 INFO blam! Oct 16 02:42:54.087 INFO blam! running 7 tests Oct 16 02:42:54.107 INFO blam! test timer::test::test_catching_up ... ok Oct 16 02:42:54.110 INFO blam! test timer::test::test_clearing_timeout_between_triggers ... ok Oct 16 02:42:54.111 INFO blam! test timer::test::test_timeout_next_tick ... ok Oct 16 02:42:54.115 INFO kablam! Doc-tests mio-more Oct 16 02:42:54.116 INFO blam! test timer::test::test_clearing_timeout ... ok Oct 16 02:42:54.116 INFO blam! test timer::test::test_multiple_timeouts_diff_tick ... ok Oct 16 02:42:54.116 INFO blam! test timer::test::test_timeout_hash_collision ... ok Oct 16 02:42:54.116 INFO blam! test timer::test::test_multiple_timeouts_same_tick ... ok Oct 16 02:42:54.116 INFO blam! Oct 16 02:42:54.116 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:42:54.116 INFO blam! Oct 16 02:42:55.891 INFO blam! Oct 16 02:42:55.891 INFO blam! running 0 tests Oct 16 02:42:55.891 INFO blam! Oct 16 02:42:55.891 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:42:55.892 INFO blam! Oct 16 02:42:55.898 INFO kablam! su: No module specific data is present Oct 16 02:42:56.649 INFO running `"docker" "rm" "-f" "7e983ebb00d949883cba05eb1959730d17726ee3356132b2f02fe9ea1cb215b3"` Oct 16 02:42:56.951 INFO blam! 7e983ebb00d949883cba05eb1959730d17726ee3356132b2f02fe9ea1cb215b3