Oct 11 15:51:58.375 INFO testing objpool-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:51:58.375 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:51:58.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 15:51:58.562 INFO blam! a2261b541f462f457933181b18d23edd49080ff930c26f68e5a6da8d6f25fb0c Oct 11 15:51:58.564 INFO running `"docker" "start" "-a" "a2261b541f462f457933181b18d23edd49080ff930c26f68e5a6da8d6f25fb0c"` Oct 11 15:51:59.016 INFO kablam! usermod: no changes Oct 11 15:51:59.043 INFO kablam! Compiling objpool v0.2.0 (/source) Oct 11 15:51:59.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 11 15:51:59.852 INFO kablam! su: No module specific data is present Oct 11 15:52:00.232 INFO running `"docker" "rm" "-f" "a2261b541f462f457933181b18d23edd49080ff930c26f68e5a6da8d6f25fb0c"` Oct 11 15:52:00.436 INFO blam! a2261b541f462f457933181b18d23edd49080ff930c26f68e5a6da8d6f25fb0c Oct 11 15:52:00.438 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:52:00.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 15:52:00.637 INFO blam! 1273a80548b64132bb458bd49adb20b4e30c2526882dffa43e56a460ac803024 Oct 11 15:52:00.639 INFO running `"docker" "start" "-a" "1273a80548b64132bb458bd49adb20b4e30c2526882dffa43e56a460ac803024"` Oct 11 15:52:01.475 INFO kablam! usermod: no changes Oct 11 15:52:01.519 INFO kablam! Compiling objpool v0.2.0 (/source) Oct 11 15:52:02.485 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 15:52:02.485 INFO kablam! --> src/lib.rs:217:51 Oct 11 15:52:02.485 INFO kablam! | Oct 11 15:52:02.485 INFO kablam! 217 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Oct 11 15:52:02.485 INFO kablam! | ^^^^^^^^^ Oct 11 15:52:02.485 INFO kablam! | Oct 11 15:52:02.485 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 11 15:52:02.485 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 15:52:02.485 INFO kablam! = note: for more information, see issue #48919 Oct 11 15:52:02.485 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 11 15:52:02.485 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 15:52:02.485 INFO kablam! Oct 11 15:52:02.520 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 15:52:02.520 INFO kablam! --> src/lib.rs:239:51 Oct 11 15:52:02.520 INFO kablam! | Oct 11 15:52:02.520 INFO kablam! 239 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Oct 11 15:52:02.520 INFO kablam! | ^^^^^^^^^ Oct 11 15:52:02.520 INFO kablam! | Oct 11 15:52:02.520 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 15:52:02.520 INFO kablam! = note: for more information, see issue #48919 Oct 11 15:52:02.520 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 11 15:52:02.520 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 15:52:02.520 INFO kablam! Oct 11 15:52:02.528 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 15:52:02.528 INFO kablam! --> src/lib.rs:254:40 Oct 11 15:52:02.528 INFO kablam! | Oct 11 15:52:02.528 INFO kablam! 254 | while start.elapsed().unwrap().as_millis() < 100 { Oct 11 15:52:02.528 INFO kablam! | ^^^^^^^^^ Oct 11 15:52:02.528 INFO kablam! | Oct 11 15:52:02.528 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 15:52:02.528 INFO kablam! = note: for more information, see issue #48919 Oct 11 15:52:02.528 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 11 15:52:02.528 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 15:52:02.528 INFO kablam! Oct 11 15:52:02.528 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 15:52:02.528 INFO kablam! --> src/lib.rs:258:51 Oct 11 15:52:02.528 INFO kablam! | Oct 11 15:52:02.528 INFO kablam! 258 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Oct 11 15:52:02.528 INFO kablam! | ^^^^^^^^^ Oct 11 15:52:02.528 INFO kablam! | Oct 11 15:52:02.528 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 15:52:02.528 INFO kablam! = note: for more information, see issue #48919 Oct 11 15:52:02.528 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 11 15:52:02.528 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 11 15:52:02.528 INFO kablam! Oct 11 15:52:03.582 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 11 15:52:03.584 INFO kablam! su: No module specific data is present Oct 11 15:52:03.825 INFO running `"docker" "rm" "-f" "1273a80548b64132bb458bd49adb20b4e30c2526882dffa43e56a460ac803024"` Oct 11 15:52:03.931 INFO blam! 1273a80548b64132bb458bd49adb20b4e30c2526882dffa43e56a460ac803024 Oct 11 15:52:03.933 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:52:03.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 15:52:04.212 INFO blam! 3309f638f87ef3b9811b6098a7f6043fd1793be8e5bba64c422c89718da50d18 Oct 11 15:52:04.220 INFO running `"docker" "start" "-a" "3309f638f87ef3b9811b6098a7f6043fd1793be8e5bba64c422c89718da50d18"` Oct 11 15:52:04.839 INFO kablam! usermod: no changes Oct 11 15:52:04.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 15:52:04.908 INFO kablam! Running /target/debug/deps/objpool-7ec043b69b3fa477 Oct 11 15:52:04.912 INFO blam! Oct 11 15:52:04.912 INFO blam! running 7 tests Oct 11 15:52:04.920 INFO blam! test tests::item_debug ... ok Oct 11 15:52:04.920 INFO blam! test tests::pool_get_mut ... ok Oct 11 15:52:04.920 INFO blam! test tests::timeout_error ... ok Oct 11 15:52:04.922 INFO blam! test tests::pool_debug ... ok Oct 11 15:52:05.021 INFO blam! test tests::pool_get_timeout_ok ... ok Oct 11 15:52:05.024 INFO blam! test tests::pool_get ... ok Oct 11 15:52:05.042 INFO blam! test tests::pool_get_timeout_err ... ok Oct 11 15:52:05.042 INFO kablam! Doc-tests objpool Oct 11 15:52:05.042 INFO blam! Oct 11 15:52:05.042 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:52:05.042 INFO blam! Oct 11 15:52:06.450 INFO blam! Oct 11 15:52:06.450 INFO blam! running 1 test Oct 11 15:52:08.006 INFO blam! test src/lib.rs - (line 3) ... ok Oct 11 15:52:08.006 INFO blam! Oct 11 15:52:08.006 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:52:08.006 INFO blam! Oct 11 15:52:08.014 INFO kablam! su: No module specific data is present Oct 11 15:52:08.257 INFO running `"docker" "rm" "-f" "3309f638f87ef3b9811b6098a7f6043fd1793be8e5bba64c422c89718da50d18"` Oct 11 15:52:08.340 INFO blam! 3309f638f87ef3b9811b6098a7f6043fd1793be8e5bba64c422c89718da50d18