Dec 18 13:27:17.297 INFO checking objpool-0.2.0 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 13:27:17.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-1/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/objpool/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 13:27:17.497 INFO [stdout] 3be1f2f0d36285702ed0a8f218abf18f58875e3df9d542579e394081dff7a907 Dec 18 13:27:17.500 INFO running `"docker" "start" "-a" "3be1f2f0d36285702ed0a8f218abf18f58875e3df9d542579e394081dff7a907"` Dec 18 13:27:19.044 INFO [stderr] Checking objpool v0.2.0 (/opt/crater/workdir) Dec 18 13:27:19.678 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:27:19.678 INFO [stderr] --> src/lib.rs:217:51 Dec 18 13:27:19.679 INFO [stderr] | Dec 18 13:27:19.679 INFO [stderr] 217 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Dec 18 13:27:19.679 INFO [stderr] | ^^^^^^^^^ Dec 18 13:27:19.679 INFO [stderr] | Dec 18 13:27:19.679 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 18 13:27:19.679 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:27:19.679 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:27:19.679 INFO [stderr] = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Dec 18 13:27:19.679 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 18 13:27:19.679 INFO [stderr] Dec 18 13:27:19.708 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:27:19.708 INFO [stderr] --> src/lib.rs:239:51 Dec 18 13:27:19.708 INFO [stderr] | Dec 18 13:27:19.708 INFO [stderr] 239 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Dec 18 13:27:19.708 INFO [stderr] | ^^^^^^^^^ Dec 18 13:27:19.708 INFO [stderr] | Dec 18 13:27:19.708 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:27:19.708 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:27:19.708 INFO [stderr] = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Dec 18 13:27:19.708 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 18 13:27:19.708 INFO [stderr] Dec 18 13:27:19.713 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:27:19.713 INFO [stderr] --> src/lib.rs:254:40 Dec 18 13:27:19.714 INFO [stderr] | Dec 18 13:27:19.714 INFO [stderr] 254 | while start.elapsed().unwrap().as_millis() < 100 { Dec 18 13:27:19.714 INFO [stderr] | ^^^^^^^^^ Dec 18 13:27:19.714 INFO [stderr] | Dec 18 13:27:19.715 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:27:19.715 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:27:19.715 INFO [stderr] = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Dec 18 13:27:19.716 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 18 13:27:19.716 INFO [stderr] Dec 18 13:27:19.717 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 13:27:19.717 INFO [stderr] --> src/lib.rs:258:51 Dec 18 13:27:19.717 INFO [stderr] | Dec 18 13:27:19.718 INFO [stderr] 258 | let elapsed_ms = start.elapsed().unwrap().as_millis(); Dec 18 13:27:19.718 INFO [stderr] | ^^^^^^^^^ Dec 18 13:27:19.718 INFO [stderr] | Dec 18 13:27:19.719 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 13:27:19.719 INFO [stderr] = note: for more information, see issue #48919 Dec 18 13:27:19.719 INFO [stderr] = help: call with fully qualified syntax `tests::AsMillis::as_millis(...)` to keep using the current method Dec 18 13:27:19.719 INFO [stderr] = help: add #![feature(duration_as_u128)] to the crate attributes to enable `std::time::Duration::as_millis` Dec 18 13:27:19.720 INFO [stderr] Dec 18 13:27:19.849 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s Dec 18 13:27:20.306 INFO running `"docker" "inspect" "3be1f2f0d36285702ed0a8f218abf18f58875e3df9d542579e394081dff7a907"` Dec 18 13:27:20.435 INFO running `"docker" "rm" "-f" "3be1f2f0d36285702ed0a8f218abf18f58875e3df9d542579e394081dff7a907"` Dec 18 13:27:20.672 INFO [stdout] 3be1f2f0d36285702ed0a8f218abf18f58875e3df9d542579e394081dff7a907