Dec 18 12:34:56.369 INFO checking range_check-0.1.0 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 12:34:56.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-6/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/range_check/0.1.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 12:34:56.561 INFO [stdout] f46dec5caf9b55739c0a515aa26123b525b360059f31a2b43304d86deb2d6309 Dec 18 12:34:56.564 INFO running `"docker" "start" "-a" "f46dec5caf9b55739c0a515aa26123b525b360059f31a2b43304d86deb2d6309"` Dec 18 12:34:57.120 INFO [stderr] Checking range_check v0.1.0 (/opt/crater/workdir) Dec 18 12:34:57.432 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 12:34:57.432 INFO [stderr] --> src/lib.rs:173:24 Dec 18 12:34:57.432 INFO [stderr] | Dec 18 12:34:57.432 INFO [stderr] 173 | assert!((1..5).contains(3)); Dec 18 12:34:57.432 INFO [stderr] | ^^^^^^^^ Dec 18 12:34:57.432 INFO [stderr] | Dec 18 12:34:57.432 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 18 12:34:57.436 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 12:34:57.437 INFO [stderr] = note: for more information, see issue #48919 Dec 18 12:34:57.437 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 18 12:34:57.437 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 18 12:34:57.437 INFO [stderr] Dec 18 12:34:57.437 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 12:34:57.437 INFO [stderr] --> src/lib.rs:179:25 Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Dec 18 12:34:57.437 INFO [stderr] | ^^^^^^^^ Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 12:34:57.437 INFO [stderr] = note: for more information, see issue #48919 Dec 18 12:34:57.437 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 18 12:34:57.437 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 18 12:34:57.437 INFO [stderr] Dec 18 12:34:57.437 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 12:34:57.437 INFO [stderr] --> src/lib.rs:185:23 Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] 185 | assert!((1..).contains(&3)); Dec 18 12:34:57.437 INFO [stderr] | ^^^^^^^^ Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 12:34:57.437 INFO [stderr] = note: for more information, see issue #48919 Dec 18 12:34:57.437 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 18 12:34:57.437 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 18 12:34:57.437 INFO [stderr] Dec 18 12:34:57.437 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 12:34:57.437 INFO [stderr] --> src/lib.rs:191:24 Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Dec 18 12:34:57.437 INFO [stderr] | ^^^^^^^^ Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 12:34:57.437 INFO [stderr] = note: for more information, see issue #48919 Dec 18 12:34:57.437 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 18 12:34:57.437 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 18 12:34:57.437 INFO [stderr] Dec 18 12:34:57.437 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 12:34:57.437 INFO [stderr] --> src/lib.rs:197:23 Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] 197 | assert!((..5).contains(&3)); Dec 18 12:34:57.437 INFO [stderr] | ^^^^^^^^ Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 12:34:57.437 INFO [stderr] = note: for more information, see issue #48919 Dec 18 12:34:57.437 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 18 12:34:57.437 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 18 12:34:57.437 INFO [stderr] Dec 18 12:34:57.437 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 18 12:34:57.437 INFO [stderr] --> src/lib.rs:203:24 Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Dec 18 12:34:57.437 INFO [stderr] | ^^^^^^^^ Dec 18 12:34:57.437 INFO [stderr] | Dec 18 12:34:57.437 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 18 12:34:57.437 INFO [stderr] = note: for more information, see issue #48919 Dec 18 12:34:57.437 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 18 12:34:57.437 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 18 12:34:57.437 INFO [stderr] Dec 18 12:34:57.489 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.38s Dec 18 12:34:57.752 INFO running `"docker" "inspect" "f46dec5caf9b55739c0a515aa26123b525b360059f31a2b43304d86deb2d6309"` Dec 18 12:34:57.826 INFO running `"docker" "rm" "-f" "f46dec5caf9b55739c0a515aa26123b525b360059f31a2b43304d86deb2d6309"` Dec 18 12:34:57.956 INFO [stdout] f46dec5caf9b55739c0a515aa26123b525b360059f31a2b43304d86deb2d6309