Oct 27 17:30:27.180 INFO checking range_check-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:30:27.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 17:30:27.548 INFO blam! 2ab0239b9a875a7599e550836ee21c4d94e9040eb55a1452ee2d1d2b3ef8f563 Oct 27 17:30:27.549 INFO running `"docker" "start" "-a" "2ab0239b9a875a7599e550836ee21c4d94e9040eb55a1452ee2d1d2b3ef8f563"` Oct 27 17:30:28.566 INFO kablam! usermod: no changes Oct 27 17:30:28.620 INFO kablam! Checking range_check v0.1.0 (/source) Oct 27 17:30:29.713 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 17:30:29.713 INFO kablam! --> src/lib.rs:173:24 Oct 27 17:30:29.713 INFO kablam! | Oct 27 17:30:29.713 INFO kablam! 173 | assert!((1..5).contains(3)); Oct 27 17:30:29.713 INFO kablam! | ^^^^^^^^ Oct 27 17:30:29.713 INFO kablam! | Oct 27 17:30:29.713 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 27 17:30:29.713 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 17:30:29.713 INFO kablam! = note: for more information, see issue #48919 Oct 27 17:30:29.713 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 27 17:30:29.713 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 27 17:30:29.713 INFO kablam! Oct 27 17:30:29.713 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 17:30:29.713 INFO kablam! --> src/lib.rs:179:25 Oct 27 17:30:29.713 INFO kablam! | Oct 27 17:30:29.713 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Oct 27 17:30:29.713 INFO kablam! | ^^^^^^^^ Oct 27 17:30:29.713 INFO kablam! | Oct 27 17:30:29.713 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 17:30:29.713 INFO kablam! = note: for more information, see issue #48919 Oct 27 17:30:29.713 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 27 17:30:29.713 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 27 17:30:29.713 INFO kablam! Oct 27 17:30:29.718 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 17:30:29.718 INFO kablam! --> src/lib.rs:185:23 Oct 27 17:30:29.718 INFO kablam! | Oct 27 17:30:29.718 INFO kablam! 185 | assert!((1..).contains(&3)); Oct 27 17:30:29.718 INFO kablam! | ^^^^^^^^ Oct 27 17:30:29.718 INFO kablam! | Oct 27 17:30:29.718 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 17:30:29.718 INFO kablam! = note: for more information, see issue #48919 Oct 27 17:30:29.718 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 27 17:30:29.718 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 27 17:30:29.718 INFO kablam! Oct 27 17:30:29.718 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 17:30:29.718 INFO kablam! --> src/lib.rs:191:24 Oct 27 17:30:29.718 INFO kablam! | Oct 27 17:30:29.718 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Oct 27 17:30:29.718 INFO kablam! | ^^^^^^^^ Oct 27 17:30:29.718 INFO kablam! | Oct 27 17:30:29.718 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 17:30:29.718 INFO kablam! = note: for more information, see issue #48919 Oct 27 17:30:29.718 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 27 17:30:29.718 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 27 17:30:29.718 INFO kablam! Oct 27 17:30:29.718 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 17:30:29.718 INFO kablam! --> src/lib.rs:197:23 Oct 27 17:30:29.718 INFO kablam! | Oct 27 17:30:29.718 INFO kablam! 197 | assert!((..5).contains(&3)); Oct 27 17:30:29.718 INFO kablam! | ^^^^^^^^ Oct 27 17:30:29.718 INFO kablam! | Oct 27 17:30:29.718 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 17:30:29.718 INFO kablam! = note: for more information, see issue #48919 Oct 27 17:30:29.718 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 27 17:30:29.718 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 27 17:30:29.718 INFO kablam! Oct 27 17:30:29.725 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 27 17:30:29.725 INFO kablam! --> src/lib.rs:203:24 Oct 27 17:30:29.725 INFO kablam! | Oct 27 17:30:29.725 INFO kablam! 203 | assert!(!(..5).contains(&7)); Oct 27 17:30:29.725 INFO kablam! | ^^^^^^^^ Oct 27 17:30:29.725 INFO kablam! | Oct 27 17:30:29.725 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 27 17:30:29.725 INFO kablam! = note: for more information, see issue #48919 Oct 27 17:30:29.725 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 27 17:30:29.725 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 27 17:30:29.725 INFO kablam! Oct 27 17:30:29.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 27 17:30:29.803 INFO kablam! su: No module specific data is present Oct 27 17:30:30.422 INFO running `"docker" "rm" "-f" "2ab0239b9a875a7599e550836ee21c4d94e9040eb55a1452ee2d1d2b3ef8f563"` Oct 27 17:30:30.631 INFO blam! 2ab0239b9a875a7599e550836ee21c4d94e9040eb55a1452ee2d1d2b3ef8f563