Sep 02 03:36:55.554 INFO checking range_check-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 03:36:55.554 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:36:55.554 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:36:55.773 INFO blam! 01e6b0a210c171ea384e0b0de6e83b9cd7f457d5f2fdd5b1cdd748ac489b7d5b Sep 02 03:36:55.776 INFO running `"docker" "start" "-a" "01e6b0a210c171ea384e0b0de6e83b9cd7f457d5f2fdd5b1cdd748ac489b7d5b"` Sep 02 03:36:56.430 INFO kablam! Checking range_check v0.1.0 (file:///source) Sep 02 03:36:56.934 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 03:36:56.934 INFO kablam! --> src/lib.rs:173:24 Sep 02 03:36:56.934 INFO kablam! | Sep 02 03:36:56.934 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 02 03:36:56.934 INFO kablam! | ^^^^^^^^ Sep 02 03:36:56.934 INFO kablam! | Sep 02 03:36:56.934 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 02 03:36:56.934 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 03:36:56.934 INFO kablam! = note: for more information, see issue #48919 Sep 02 03:36:56.934 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 02 03:36:56.935 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 02 03:36:56.935 INFO kablam! Sep 02 03:36:56.946 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 03:36:56.946 INFO kablam! --> src/lib.rs:179:25 Sep 02 03:36:56.947 INFO kablam! | Sep 02 03:36:56.947 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 02 03:36:56.947 INFO kablam! | ^^^^^^^^ Sep 02 03:36:56.947 INFO kablam! | Sep 02 03:36:56.947 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 03:36:56.947 INFO kablam! = note: for more information, see issue #48919 Sep 02 03:36:56.947 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 02 03:36:56.947 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 02 03:36:56.947 INFO kablam! Sep 02 03:36:56.949 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 03:36:56.949 INFO kablam! --> src/lib.rs:185:23 Sep 02 03:36:56.949 INFO kablam! | Sep 02 03:36:56.949 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 02 03:36:56.949 INFO kablam! | ^^^^^^^^ Sep 02 03:36:56.950 INFO kablam! | Sep 02 03:36:56.950 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 03:36:56.950 INFO kablam! = note: for more information, see issue #48919 Sep 02 03:36:56.950 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 02 03:36:56.950 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 02 03:36:56.950 INFO kablam! Sep 02 03:36:56.952 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 03:36:56.952 INFO kablam! --> src/lib.rs:191:24 Sep 02 03:36:56.952 INFO kablam! | Sep 02 03:36:56.952 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 02 03:36:56.952 INFO kablam! | ^^^^^^^^ Sep 02 03:36:56.952 INFO kablam! | Sep 02 03:36:56.952 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 03:36:56.952 INFO kablam! = note: for more information, see issue #48919 Sep 02 03:36:56.952 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 02 03:36:56.952 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 02 03:36:56.952 INFO kablam! Sep 02 03:36:56.957 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 03:36:56.957 INFO kablam! --> src/lib.rs:197:23 Sep 02 03:36:56.957 INFO kablam! | Sep 02 03:36:56.957 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 02 03:36:56.957 INFO kablam! | ^^^^^^^^ Sep 02 03:36:56.957 INFO kablam! | Sep 02 03:36:56.957 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 03:36:56.957 INFO kablam! = note: for more information, see issue #48919 Sep 02 03:36:56.957 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 02 03:36:56.957 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 02 03:36:56.957 INFO kablam! Sep 02 03:36:56.959 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 02 03:36:56.959 INFO kablam! --> src/lib.rs:203:24 Sep 02 03:36:56.959 INFO kablam! | Sep 02 03:36:56.959 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 02 03:36:56.959 INFO kablam! | ^^^^^^^^ Sep 02 03:36:56.959 INFO kablam! | Sep 02 03:36:56.959 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 02 03:36:56.960 INFO kablam! = note: for more information, see issue #48919 Sep 02 03:36:56.960 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 02 03:36:56.960 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 02 03:36:56.960 INFO kablam! Sep 02 03:36:57.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Sep 02 03:36:57.057 INFO kablam! su: No module specific data is present Sep 02 03:36:57.641 INFO running `"docker" "rm" "-f" "01e6b0a210c171ea384e0b0de6e83b9cd7f457d5f2fdd5b1cdd748ac489b7d5b"` Sep 02 03:36:57.739 INFO blam! 01e6b0a210c171ea384e0b0de6e83b9cd7f457d5f2fdd5b1cdd748ac489b7d5b