Sep 19 23:26:27.965 INFO checking objpool-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:26:27.965 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:26:27.965 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:26:28.155 INFO blam! 454cb9b0a39614a967a3c6bf95dad49a3657862761c62d487caa95c551bf27e8 Sep 19 23:26:28.157 INFO running `"docker" "start" "-a" "454cb9b0a39614a967a3c6bf95dad49a3657862761c62d487caa95c551bf27e8"` Sep 19 23:26:29.765 INFO kablam! usermod: no changes Sep 19 23:26:29.807 INFO kablam! Checking objpool v0.2.0 (/source) Sep 19 23:26:30.499 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:26:30.499 INFO kablam! --> src/lib.rs:217:51 Sep 19 23:26:30.499 INFO kablam! | Sep 19 23:26:30.499 INFO kablam! 217 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 19 23:26:30.499 INFO kablam! | ^^^^^^^^^ Sep 19 23:26:30.499 INFO kablam! | Sep 19 23:26:30.499 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 19 23:26:30.499 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:26:30.499 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:26:30.499 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 19 23:26:30.499 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:26:30.499 INFO kablam! Sep 19 23:26:30.530 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:26:30.530 INFO kablam! --> src/lib.rs:239:51 Sep 19 23:26:30.530 INFO kablam! | Sep 19 23:26:30.530 INFO kablam! 239 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 19 23:26:30.530 INFO kablam! | ^^^^^^^^^ Sep 19 23:26:30.530 INFO kablam! | Sep 19 23:26:30.530 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:26:30.530 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:26:30.530 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 19 23:26:30.530 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:26:30.530 INFO kablam! Sep 19 23:26:30.535 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:26:30.535 INFO kablam! --> src/lib.rs:254:40 Sep 19 23:26:30.535 INFO kablam! | Sep 19 23:26:30.535 INFO kablam! 254 | while start.elapsed().unwrap().as_millis() < 100 { Sep 19 23:26:30.535 INFO kablam! | ^^^^^^^^^ Sep 19 23:26:30.535 INFO kablam! | Sep 19 23:26:30.535 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:26:30.535 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:26:30.535 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 19 23:26:30.535 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:26:30.535 INFO kablam! Sep 19 23:26:30.535 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 19 23:26:30.535 INFO kablam! --> src/lib.rs:258:51 Sep 19 23:26:30.535 INFO kablam! | Sep 19 23:26:30.535 INFO kablam! 258 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Sep 19 23:26:30.535 INFO kablam! | ^^^^^^^^^ Sep 19 23:26:30.535 INFO kablam! | Sep 19 23:26:30.535 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 19 23:26:30.536 INFO kablam! = note: for more information, see issue #48919 Sep 19 23:26:30.536 INFO kablam! = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Sep 19 23:26:30.536 INFO kablam! = note: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Sep 19 23:26:30.536 INFO kablam! Sep 19 23:26:30.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Sep 19 23:26:30.628 INFO kablam! su: No module specific data is present Sep 19 23:26:31.701 INFO running `"docker" "rm" "-f" "454cb9b0a39614a967a3c6bf95dad49a3657862761c62d487caa95c551bf27e8"` Sep 19 23:26:31.809 INFO blam! 454cb9b0a39614a967a3c6bf95dad49a3657862761c62d487caa95c551bf27e8