Sep 04 06:59:35.777 INFO checking range_check-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 06:59:35.778 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 06:59:35.778 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:59:35.957 INFO blam! b0a886cc0e1ebf0b6a8d91208119b408d3019efc74f0e9c8b380b11c936b9e31 Sep 04 06:59:35.959 INFO running `"docker" "start" "-a" "b0a886cc0e1ebf0b6a8d91208119b408d3019efc74f0e9c8b380b11c936b9e31"` Sep 04 06:59:36.540 INFO kablam! Checking range_check v0.1.0 (file:///source) Sep 04 06:59:37.204 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:37.204 INFO kablam! --> src/lib.rs:173:24 Sep 04 06:59:37.204 INFO kablam! | Sep 04 06:59:37.204 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 04 06:59:37.204 INFO kablam! | ^^^^^^^^ Sep 04 06:59:37.204 INFO kablam! | Sep 04 06:59:37.204 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 06:59:37.204 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 06:59:37.204 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:37.204 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:37.204 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:37.204 INFO kablam! Sep 04 06:59:37.215 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:37.215 INFO kablam! --> src/lib.rs:179:25 Sep 04 06:59:37.215 INFO kablam! | Sep 04 06:59:37.215 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 04 06:59:37.215 INFO kablam! | ^^^^^^^^ Sep 04 06:59:37.215 INFO kablam! | Sep 04 06:59:37.215 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 06:59:37.215 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:37.215 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:37.215 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:37.215 INFO kablam! Sep 04 06:59:37.218 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:37.218 INFO kablam! --> src/lib.rs:185:23 Sep 04 06:59:37.218 INFO kablam! | Sep 04 06:59:37.218 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 04 06:59:37.218 INFO kablam! | ^^^^^^^^ Sep 04 06:59:37.218 INFO kablam! | Sep 04 06:59:37.218 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 06:59:37.218 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:37.218 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:37.218 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:37.218 INFO kablam! Sep 04 06:59:37.220 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:37.221 INFO kablam! --> src/lib.rs:191:24 Sep 04 06:59:37.221 INFO kablam! | Sep 04 06:59:37.221 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 04 06:59:37.221 INFO kablam! | ^^^^^^^^ Sep 04 06:59:37.221 INFO kablam! | Sep 04 06:59:37.221 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 06:59:37.221 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:37.221 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:37.221 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:37.221 INFO kablam! Sep 04 06:59:37.224 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:37.224 INFO kablam! --> src/lib.rs:197:23 Sep 04 06:59:37.224 INFO kablam! | Sep 04 06:59:37.225 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 04 06:59:37.225 INFO kablam! | ^^^^^^^^ Sep 04 06:59:37.225 INFO kablam! | Sep 04 06:59:37.225 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 06:59:37.225 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:37.225 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:37.225 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:37.225 INFO kablam! Sep 04 06:59:37.226 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:37.226 INFO kablam! --> src/lib.rs:203:24 Sep 04 06:59:37.226 INFO kablam! | Sep 04 06:59:37.226 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 04 06:59:37.226 INFO kablam! | ^^^^^^^^ Sep 04 06:59:37.226 INFO kablam! | Sep 04 06:59:37.226 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 04 06:59:37.226 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:37.226 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:37.226 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:37.226 INFO kablam! Sep 04 06:59:37.318 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 04 06:59:37.320 INFO kablam! su: No module specific data is present Sep 04 06:59:37.745 INFO running `"docker" "rm" "-f" "b0a886cc0e1ebf0b6a8d91208119b408d3019efc74f0e9c8b380b11c936b9e31"` Sep 04 06:59:37.844 INFO blam! b0a886cc0e1ebf0b6a8d91208119b408d3019efc74f0e9c8b380b11c936b9e31