Oct 16 01:18:02.359 INFO testing objpool-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 01:18:02.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 01:18:02.817 INFO blam! 9df7b5aa3ad44af0f5ade7b2ec64505c2bf71c7c3aa9735785e4d0131c50e059 Oct 16 01:18:02.819 INFO running `"docker" "start" "-a" "9df7b5aa3ad44af0f5ade7b2ec64505c2bf71c7c3aa9735785e4d0131c50e059"` Oct 16 01:18:04.091 INFO kablam! usermod: no changes Oct 16 01:18:04.179 INFO kablam! Compiling objpool v0.2.0 (/source) Oct 16 01:18:04.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 16 01:18:04.741 INFO kablam! su: No module specific data is present Oct 16 01:18:05.569 INFO running `"docker" "rm" "-f" "9df7b5aa3ad44af0f5ade7b2ec64505c2bf71c7c3aa9735785e4d0131c50e059"` Oct 16 01:18:05.843 INFO blam! 9df7b5aa3ad44af0f5ade7b2ec64505c2bf71c7c3aa9735785e4d0131c50e059 Oct 16 01:18:05.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 01:18:06.271 INFO blam! dcddd1f4e0223ce6b6ccae58dbdd75230efd6b6dc23244e62a6a1df22cec2df9 Oct 16 01:18:06.273 INFO running `"docker" "start" "-a" "dcddd1f4e0223ce6b6ccae58dbdd75230efd6b6dc23244e62a6a1df22cec2df9"` Oct 16 01:18:08.139 INFO kablam! usermod: no changes Oct 16 01:18:08.194 INFO kablam! Compiling objpool v0.2.0 (/source) Oct 16 01:18:08.884 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:18:08.884 INFO kablam! --> src/lib.rs:217:51 Oct 16 01:18:08.885 INFO kablam! | Oct 16 01:18:08.886 INFO kablam! 217 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Oct 16 01:18:08.886 INFO kablam! | ^^^^^^^^^ Oct 16 01:18:08.887 INFO kablam! | Oct 16 01:18:08.888 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 16 01:18:08.888 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:18:08.889 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:18:08.890 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 16 01:18:08.890 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 16 01:18:08.891 INFO kablam! Oct 16 01:18:08.923 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:18:08.924 INFO kablam! --> src/lib.rs:239:51 Oct 16 01:18:08.924 INFO kablam! | Oct 16 01:18:08.925 INFO kablam! 239 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Oct 16 01:18:08.925 INFO kablam! | ^^^^^^^^^ Oct 16 01:18:08.926 INFO kablam! | Oct 16 01:18:08.927 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:18:08.927 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:18:08.927 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 16 01:18:08.928 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 16 01:18:08.928 INFO kablam! Oct 16 01:18:08.933 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:18:08.933 INFO kablam! --> src/lib.rs:254:40 Oct 16 01:18:08.933 INFO kablam! | Oct 16 01:18:08.933 INFO kablam! 254 | while start.elapsed().unwrap().as_millis() < 100 { Oct 16 01:18:08.934 INFO kablam! | ^^^^^^^^^ Oct 16 01:18:08.935 INFO kablam! | Oct 16 01:18:08.935 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:18:08.935 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:18:08.935 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 16 01:18:08.935 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 16 01:18:08.935 INFO kablam! Oct 16 01:18:08.936 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:18:08.936 INFO kablam! --> src/lib.rs:258:51 Oct 16 01:18:08.936 INFO kablam! | Oct 16 01:18:08.936 INFO kablam! 258 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Oct 16 01:18:08.936 INFO kablam! | ^^^^^^^^^ Oct 16 01:18:08.936 INFO kablam! | Oct 16 01:18:08.936 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:18:08.936 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:18:08.936 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Oct 16 01:18:08.936 INFO kablam! = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Oct 16 01:18:08.936 INFO kablam! Oct 16 01:18:10.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 16 01:18:10.135 INFO kablam! su: No module specific data is present Oct 16 01:18:11.113 INFO running `"docker" "rm" "-f" "dcddd1f4e0223ce6b6ccae58dbdd75230efd6b6dc23244e62a6a1df22cec2df9"` Oct 16 01:18:11.479 INFO blam! dcddd1f4e0223ce6b6ccae58dbdd75230efd6b6dc23244e62a6a1df22cec2df9 Oct 16 01:18:11.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 01:18:12.039 INFO blam! 0955e44fc1b9d33476469aa77aec1364210bd1b4de191db5c658678b8c5f21fc Oct 16 01:18:12.045 INFO running `"docker" "start" "-a" "0955e44fc1b9d33476469aa77aec1364210bd1b4de191db5c658678b8c5f21fc"` Oct 16 01:18:13.531 INFO kablam! usermod: no changes Oct 16 01:18:13.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 01:18:13.595 INFO kablam! Running /target/debug/deps/objpool-7ec043b69b3fa477 Oct 16 01:18:13.603 INFO blam! Oct 16 01:18:13.603 INFO blam! running 7 tests Oct 16 01:18:13.603 INFO blam! test tests::pool_debug ... ok Oct 16 01:18:13.603 INFO blam! test tests::pool_get_mut ... ok Oct 16 01:18:13.603 INFO blam! test tests::timeout_error ... ok Oct 16 01:18:13.603 INFO blam! test tests::item_debug ... ok Oct 16 01:18:13.711 INFO blam! test tests::pool_get ... ok Oct 16 01:18:13.711 INFO blam! test tests::pool_get_timeout_ok ... ok Oct 16 01:18:13.715 INFO blam! test tests::pool_get_timeout_err ... ok Oct 16 01:18:13.715 INFO blam! Oct 16 01:18:13.715 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:18:13.715 INFO blam! Oct 16 01:18:13.715 INFO kablam! Doc-tests objpool Oct 16 01:18:14.865 INFO blam! Oct 16 01:18:14.865 INFO blam! running 1 test Oct 16 01:18:16.439 INFO blam! test src/lib.rs - (line 3) ... ok Oct 16 01:18:16.439 INFO blam! Oct 16 01:18:16.439 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:18:16.439 INFO blam! Oct 16 01:18:16.455 INFO kablam! su: No module specific data is present Oct 16 01:18:17.201 INFO running `"docker" "rm" "-f" "0955e44fc1b9d33476469aa77aec1364210bd1b4de191db5c658678b8c5f21fc"` Oct 16 01:18:17.487 INFO blam! 0955e44fc1b9d33476469aa77aec1364210bd1b4de191db5c658678b8c5f21fc