Sep 06 03:05:09.436 INFO checking objpool-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 03:05:09.436 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 03:05:09.437 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:05:09.568 INFO blam! cf34e7001cb51dc2b886412b881180fa256cd4492a088f78b6307d84deeea309 Sep 06 03:05:09.569 INFO running `"docker" "start" "-a" "cf34e7001cb51dc2b886412b881180fa256cd4492a088f78b6307d84deeea309"` Sep 06 03:05:10.697 INFO kablam! usermod: no changes Sep 06 03:05:10.719 INFO kablam! Checking objpool v0.2.0 (file:///source) Sep 06 03:05:10.928 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:05:10.928 INFO kablam! --> src/lib.rs:217:51 Sep 06 03:05:10.928 INFO kablam! | Sep 06 03:05:10.928 INFO kablam! 217 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 06 03:05:10.928 INFO kablam! | ^^^^^^^^^ Sep 06 03:05:10.928 INFO kablam! | Sep 06 03:05:10.928 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 06 03:05:10.928 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:05:10.928 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:05:10.928 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 06 03:05:10.928 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 06 03:05:10.929 INFO kablam! Sep 06 03:05:10.950 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:05:10.950 INFO kablam! --> src/lib.rs:239:51 Sep 06 03:05:10.950 INFO kablam! | Sep 06 03:05:10.950 INFO kablam! 239 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 06 03:05:10.950 INFO kablam! | ^^^^^^^^^ Sep 06 03:05:10.950 INFO kablam! | Sep 06 03:05:10.950 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:05:10.950 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:05:10.950 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 06 03:05:10.950 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 06 03:05:10.951 INFO kablam! Sep 06 03:05:10.953 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:05:10.953 INFO kablam! --> src/lib.rs:254:40 Sep 06 03:05:10.953 INFO kablam! | Sep 06 03:05:10.953 INFO kablam! 254 | while start.elapsed().unwrap().as_millis() < 100 { Sep 06 03:05:10.953 INFO kablam! | ^^^^^^^^^ Sep 06 03:05:10.953 INFO kablam! | Sep 06 03:05:10.953 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:05:10.953 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:05:10.953 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 06 03:05:10.953 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 06 03:05:10.953 INFO kablam! Sep 06 03:05:10.954 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 03:05:10.954 INFO kablam! --> src/lib.rs:258:51 Sep 06 03:05:10.954 INFO kablam! | Sep 06 03:05:10.954 INFO kablam! 258 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 06 03:05:10.954 INFO kablam! | ^^^^^^^^^ Sep 06 03:05:10.954 INFO kablam! | Sep 06 03:05:10.954 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 03:05:10.954 INFO kablam! = note: for more information, see issue #48919 Sep 06 03:05:10.954 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 06 03:05:10.954 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 06 03:05:10.954 INFO kablam! Sep 06 03:05:11.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Sep 06 03:05:11.006 INFO kablam! su: No module specific data is present Sep 06 03:05:11.590 INFO running `"docker" "rm" "-f" "cf34e7001cb51dc2b886412b881180fa256cd4492a088f78b6307d84deeea309"` Sep 06 03:05:11.643 INFO blam! cf34e7001cb51dc2b886412b881180fa256cd4492a088f78b6307d84deeea309