Oct 11 16:44:51.787 INFO testing mio-more-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:44:51.787 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:44:51.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:44:52.155 INFO blam! 49d1efa0cedd54529dd5f949331c8bad3b208cc6c4c937afa111367bfa278354 Oct 11 16:44:52.156 INFO running `"docker" "start" "-a" "49d1efa0cedd54529dd5f949331c8bad3b208cc6c4c937afa111367bfa278354"` Oct 11 16:44:53.007 INFO kablam! usermod: no changes Oct 11 16:44:53.124 INFO kablam! Compiling mio-more v0.1.0 (/source) Oct 11 16:44:54.192 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 11 16:44:54.193 INFO kablam! --> src/channel.rs:230:50 Oct 11 16:44:54.193 INFO kablam! | Oct 11 16:44:54.193 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 11 16:44:54.194 INFO kablam! | ^^^^^^^^^^^ Oct 11 16:44:54.194 INFO kablam! | Oct 11 16:44:54.194 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:44:54.194 INFO kablam! Oct 11 16:44:54.195 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 11 16:44:54.195 INFO kablam! --> src/channel.rs:255:45 Oct 11 16:44:54.195 INFO kablam! | Oct 11 16:44:54.195 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 11 16:44:54.196 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:44:54.196 INFO kablam! Oct 11 16:44:54.196 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 11 16:44:54.197 INFO kablam! --> src/channel.rs:271:48 Oct 11 16:44:54.197 INFO kablam! | Oct 11 16:44:54.197 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 11 16:44:54.197 INFO kablam! | ^^^^^^ Oct 11 16:44:54.198 INFO kablam! Oct 11 16:44:54.198 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 11 16:44:54.198 INFO kablam! --> src/channel.rs:278:48 Oct 11 16:44:54.198 INFO kablam! | Oct 11 16:44:54.199 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 11 16:44:54.199 INFO kablam! | ^^^^^^^^^^ Oct 11 16:44:54.199 INFO kablam! Oct 11 16:44:54.225 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 11 16:44:54.225 INFO kablam! --> src/timer.rs:284:55 Oct 11 16:44:54.225 INFO kablam! | Oct 11 16:44:54.226 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 11 16:44:54.226 INFO kablam! | ^^^^^^^^^^^ Oct 11 16:44:54.226 INFO kablam! Oct 11 16:44:54.240 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 11 16:44:54.241 INFO kablam! --> src/timer.rs:375:45 Oct 11 16:44:54.241 INFO kablam! | Oct 11 16:44:54.241 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 11 16:44:54.241 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:44:54.242 INFO kablam! Oct 11 16:44:54.242 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 11 16:44:54.242 INFO kablam! --> src/timer.rs:398:47 Oct 11 16:44:54.243 INFO kablam! | Oct 11 16:44:54.243 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 11 16:44:54.243 INFO kablam! | ^^^^^^ Oct 11 16:44:54.243 INFO kablam! Oct 11 16:44:54.244 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 11 16:44:54.245 INFO kablam! --> src/timer.rs:405:47 Oct 11 16:44:54.245 INFO kablam! | Oct 11 16:44:54.245 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 11 16:44:54.245 INFO kablam! | ^^^^^^^^^^ Oct 11 16:44:54.246 INFO kablam! Oct 11 16:44:54.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.56s Oct 11 16:44:54.604 INFO kablam! su: No module specific data is present Oct 11 16:44:55.125 INFO running `"docker" "rm" "-f" "49d1efa0cedd54529dd5f949331c8bad3b208cc6c4c937afa111367bfa278354"` Oct 11 16:44:55.380 INFO blam! 49d1efa0cedd54529dd5f949331c8bad3b208cc6c4c937afa111367bfa278354 Oct 11 16:44:55.381 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:44:55.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:44:55.848 INFO blam! 3cb8c3dedf4d4cf0e482bf2799e987a1cdebd79a032d37f75812bdfbfa90d882 Oct 11 16:44:55.850 INFO running `"docker" "start" "-a" "3cb8c3dedf4d4cf0e482bf2799e987a1cdebd79a032d37f75812bdfbfa90d882"` Oct 11 16:44:56.920 INFO kablam! usermod: no changes Oct 11 16:44:56.992 INFO kablam! Compiling mio-more v0.1.0 (/source) Oct 11 16:44:58.144 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 11 16:44:58.144 INFO kablam! --> src/channel.rs:230:50 Oct 11 16:44:58.145 INFO kablam! | Oct 11 16:44:58.145 INFO kablam! 230 | try!(set_readiness.set_readiness(Ready::none())); Oct 11 16:44:58.145 INFO kablam! | ^^^^^^^^^^^ Oct 11 16:44:58.145 INFO kablam! | Oct 11 16:44:58.145 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:44:58.145 INFO kablam! Oct 11 16:44:58.148 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 11 16:44:58.148 INFO kablam! --> src/channel.rs:255:45 Oct 11 16:44:58.148 INFO kablam! | Oct 11 16:44:58.148 INFO kablam! 255 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 11 16:44:58.149 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:44:58.149 INFO kablam! Oct 11 16:44:58.149 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 11 16:44:58.149 INFO kablam! --> src/channel.rs:271:48 Oct 11 16:44:58.149 INFO kablam! | Oct 11 16:44:58.149 INFO kablam! 271 | Some(registration) => registration.update(poll, token, interest, opts), Oct 11 16:44:58.149 INFO kablam! | ^^^^^^ Oct 11 16:44:58.149 INFO kablam! Oct 11 16:44:58.156 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 11 16:44:58.156 INFO kablam! --> src/channel.rs:278:48 Oct 11 16:44:58.156 INFO kablam! | Oct 11 16:44:58.156 INFO kablam! 278 | Some(registration) => registration.deregister(poll), Oct 11 16:44:58.157 INFO kablam! | ^^^^^^^^^^ Oct 11 16:44:58.157 INFO kablam! Oct 11 16:44:58.184 INFO kablam! warning: use of deprecated item 'mio::Ready::none': use Ready::empty instead Oct 11 16:44:58.184 INFO kablam! --> src/timer.rs:284:55 Oct 11 16:44:58.185 INFO kablam! | Oct 11 16:44:58.185 INFO kablam! 284 | let _ = inner.set_readiness.set_readiness(Ready::none()); Oct 11 16:44:58.185 INFO kablam! | ^^^^^^^^^^^ Oct 11 16:44:58.185 INFO kablam! Oct 11 16:44:58.196 INFO kablam! warning: use of deprecated item 'mio::Registration::new': use `new2` instead Oct 11 16:44:58.196 INFO kablam! --> src/timer.rs:375:45 Oct 11 16:44:58.197 INFO kablam! | Oct 11 16:44:58.197 INFO kablam! 375 | let (registration, set_readiness) = Registration::new(poll, token, interest, opts); Oct 11 16:44:58.197 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:44:58.197 INFO kablam! Oct 11 16:44:58.200 INFO kablam! warning: use of deprecated item 'mio::Registration::update': use `Evented` impl Oct 11 16:44:58.200 INFO kablam! --> src/timer.rs:398:47 Oct 11 16:44:58.200 INFO kablam! | Oct 11 16:44:58.200 INFO kablam! 398 | Some(inner) => inner.registration.update(poll, token, interest, opts), Oct 11 16:44:58.200 INFO kablam! | ^^^^^^ Oct 11 16:44:58.200 INFO kablam! Oct 11 16:44:58.200 INFO kablam! warning: use of deprecated item 'mio::Registration::deregister': use `Evented` impl Oct 11 16:44:58.201 INFO kablam! --> src/timer.rs:405:47 Oct 11 16:44:58.201 INFO kablam! | Oct 11 16:44:58.201 INFO kablam! 405 | Some(inner) => inner.registration.deregister(poll), Oct 11 16:44:58.201 INFO kablam! | ^^^^^^^^^^ Oct 11 16:44:58.201 INFO kablam! Oct 11 16:44:59.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 11 16:44:59.517 INFO kablam! su: No module specific data is present Oct 11 16:44:59.884 INFO running `"docker" "rm" "-f" "3cb8c3dedf4d4cf0e482bf2799e987a1cdebd79a032d37f75812bdfbfa90d882"` Oct 11 16:45:00.107 INFO blam! 3cb8c3dedf4d4cf0e482bf2799e987a1cdebd79a032d37f75812bdfbfa90d882 Oct 11 16:45:00.111 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:45:00.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:45:00.516 INFO blam! 8fa29d925d1ff7f42f7133a87f0dccfae7c4849b0dbf01ad8be1f48dfbcd1f80 Oct 11 16:45:00.523 INFO running `"docker" "start" "-a" "8fa29d925d1ff7f42f7133a87f0dccfae7c4849b0dbf01ad8be1f48dfbcd1f80"` Oct 11 16:45:01.268 INFO kablam! usermod: no changes Oct 11 16:45:01.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 16:45:01.368 INFO kablam! Running /target/debug/deps/mio_more-3e1eb3c070f7892d Oct 11 16:45:01.375 INFO blam! Oct 11 16:45:01.375 INFO blam! running 7 tests Oct 11 16:45:01.406 INFO blam! test timer::test::test_catching_up ... ok Oct 11 16:45:01.406 INFO blam! test timer::test::test_clearing_timeout ... ok Oct 11 16:45:01.406 INFO blam! test timer::test::test_clearing_timeout_between_triggers ... ok Oct 11 16:45:01.406 INFO blam! test timer::test::test_multiple_timeouts_diff_tick ... ok Oct 11 16:45:01.406 INFO blam! test timer::test::test_multiple_timeouts_same_tick ... ok Oct 11 16:45:01.406 INFO blam! test timer::test::test_timeout_next_tick ... ok Oct 11 16:45:01.406 INFO blam! test timer::test::test_timeout_hash_collision ... ok Oct 11 16:45:01.406 INFO blam! Oct 11 16:45:01.406 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:45:01.406 INFO blam! Oct 11 16:45:01.406 INFO kablam! Doc-tests mio-more Oct 11 16:45:02.875 INFO blam! Oct 11 16:45:02.875 INFO blam! running 0 tests Oct 11 16:45:02.875 INFO blam! Oct 11 16:45:02.875 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:45:02.875 INFO blam! Oct 11 16:45:02.875 INFO kablam! su: No module specific data is present Oct 11 16:45:03.228 INFO running `"docker" "rm" "-f" "8fa29d925d1ff7f42f7133a87f0dccfae7c4849b0dbf01ad8be1f48dfbcd1f80"` Oct 11 16:45:03.392 INFO blam! 8fa29d925d1ff7f42f7133a87f0dccfae7c4849b0dbf01ad8be1f48dfbcd1f80