Sep 04 09:22:00.664 INFO checking objpool-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:22:00.664 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:22:00.664 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:22:00.805 INFO blam! 3dfe8a67f672cf9424ac6685de84a25526ecd71d1dec71846809c6b3c4cfbbfc Sep 04 09:22:00.806 INFO running `"docker" "start" "-a" "3dfe8a67f672cf9424ac6685de84a25526ecd71d1dec71846809c6b3c4cfbbfc"` Sep 04 09:22:01.489 INFO kablam! Checking objpool v0.2.0 (file:///source) Sep 04 09:22:02.080 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:22:02.080 INFO kablam! --> src/lib.rs:217:51 Sep 04 09:22:02.080 INFO kablam! | Sep 04 09:22:02.080 INFO kablam! 217 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 04 09:22:02.080 INFO kablam! | ^^^^^^^^^ Sep 04 09:22:02.080 INFO kablam! | Sep 04 09:22:02.080 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 09:22:02.080 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:22:02.080 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:22:02.080 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 04 09:22:02.080 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 09:22:02.080 INFO kablam! Sep 04 09:22:02.167 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:22:02.167 INFO kablam! --> src/lib.rs:239:51 Sep 04 09:22:02.167 INFO kablam! | Sep 04 09:22:02.167 INFO kablam! 239 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 04 09:22:02.167 INFO kablam! | ^^^^^^^^^ Sep 04 09:22:02.167 INFO kablam! | Sep 04 09:22:02.167 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:22:02.167 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:22:02.168 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 04 09:22:02.168 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 09:22:02.168 INFO kablam! Sep 04 09:22:02.178 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:22:02.178 INFO kablam! --> src/lib.rs:254:40 Sep 04 09:22:02.179 INFO kablam! | Sep 04 09:22:02.179 INFO kablam! 254 | while start.elapsed().unwrap().as_millis() < 100 { Sep 04 09:22:02.179 INFO kablam! | ^^^^^^^^^ Sep 04 09:22:02.179 INFO kablam! | Sep 04 09:22:02.179 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:22:02.179 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:22:02.179 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 04 09:22:02.179 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 09:22:02.179 INFO kablam! Sep 04 09:22:02.179 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 09:22:02.179 INFO kablam! --> src/lib.rs:258:51 Sep 04 09:22:02.179 INFO kablam! | Sep 04 09:22:02.179 INFO kablam! 258 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 04 09:22:02.179 INFO kablam! | ^^^^^^^^^ Sep 04 09:22:02.180 INFO kablam! | Sep 04 09:22:02.180 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 09:22:02.180 INFO kablam! = note: for more information, see issue #48919 Sep 04 09:22:02.180 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 04 09:22:02.180 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 04 09:22:02.180 INFO kablam! Sep 04 09:22:02.294 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Sep 04 09:22:02.297 INFO kablam! su: No module specific data is present Sep 04 09:22:02.766 INFO running `"docker" "rm" "-f" "3dfe8a67f672cf9424ac6685de84a25526ecd71d1dec71846809c6b3c4cfbbfc"` Sep 04 09:22:02.881 INFO blam! 3dfe8a67f672cf9424ac6685de84a25526ecd71d1dec71846809c6b3c4cfbbfc