Sep 14 11:10:14.617 INFO checking range_check-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 11:10:14.617 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 11:10:14.617 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:10:15.106 INFO blam! 8b464735f7d2804c75c6d8bd358d0d19e7c003755a99447f3a9f1272afec7cf3 Sep 14 11:10:15.108 INFO running `"docker" "start" "-a" "8b464735f7d2804c75c6d8bd358d0d19e7c003755a99447f3a9f1272afec7cf3"` Sep 14 11:10:16.703 INFO kablam! usermod: no changes Sep 14 11:10:16.819 INFO kablam! Checking range_check v0.1.0 (file:///source) Sep 14 11:10:17.439 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 11:10:17.439 INFO kablam! --> src/lib.rs:173:24 Sep 14 11:10:17.439 INFO kablam! | Sep 14 11:10:17.439 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 14 11:10:17.439 INFO kablam! | ^^^^^^^^ Sep 14 11:10:17.439 INFO kablam! | Sep 14 11:10:17.439 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 14 11:10:17.439 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 11:10:17.439 INFO kablam! = note: for more information, see issue #48919 Sep 14 11:10:17.439 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 14 11:10:17.439 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 14 11:10:17.439 INFO kablam! Sep 14 11:10:17.439 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 11:10:17.439 INFO kablam! --> src/lib.rs:179:25 Sep 14 11:10:17.439 INFO kablam! | Sep 14 11:10:17.439 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 14 11:10:17.439 INFO kablam! | ^^^^^^^^ Sep 14 11:10:17.447 INFO kablam! | Sep 14 11:10:17.447 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 11:10:17.447 INFO kablam! = note: for more information, see issue #48919 Sep 14 11:10:17.447 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 14 11:10:17.447 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 14 11:10:17.447 INFO kablam! Sep 14 11:10:17.447 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 11:10:17.447 INFO kablam! --> src/lib.rs:185:23 Sep 14 11:10:17.447 INFO kablam! | Sep 14 11:10:17.447 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 14 11:10:17.447 INFO kablam! | ^^^^^^^^ Sep 14 11:10:17.447 INFO kablam! | Sep 14 11:10:17.447 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 11:10:17.447 INFO kablam! = note: for more information, see issue #48919 Sep 14 11:10:17.447 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 14 11:10:17.447 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 14 11:10:17.447 INFO kablam! Sep 14 11:10:17.455 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 11:10:17.455 INFO kablam! --> src/lib.rs:191:24 Sep 14 11:10:17.455 INFO kablam! | Sep 14 11:10:17.455 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 14 11:10:17.455 INFO kablam! | ^^^^^^^^ Sep 14 11:10:17.455 INFO kablam! | Sep 14 11:10:17.455 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 11:10:17.455 INFO kablam! = note: for more information, see issue #48919 Sep 14 11:10:17.455 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 14 11:10:17.455 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 14 11:10:17.455 INFO kablam! Sep 14 11:10:17.455 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 11:10:17.455 INFO kablam! --> src/lib.rs:197:23 Sep 14 11:10:17.455 INFO kablam! | Sep 14 11:10:17.455 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 14 11:10:17.455 INFO kablam! | ^^^^^^^^ Sep 14 11:10:17.455 INFO kablam! | Sep 14 11:10:17.455 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 11:10:17.455 INFO kablam! = note: for more information, see issue #48919 Sep 14 11:10:17.455 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 14 11:10:17.455 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 14 11:10:17.455 INFO kablam! Sep 14 11:10:17.455 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 14 11:10:17.455 INFO kablam! --> src/lib.rs:203:24 Sep 14 11:10:17.455 INFO kablam! | Sep 14 11:10:17.455 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 14 11:10:17.455 INFO kablam! | ^^^^^^^^ Sep 14 11:10:17.455 INFO kablam! | Sep 14 11:10:17.455 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 14 11:10:17.455 INFO kablam! = note: for more information, see issue #48919 Sep 14 11:10:17.455 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 14 11:10:17.455 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 14 11:10:17.455 INFO kablam! Sep 14 11:10:17.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Sep 14 11:10:17.588 INFO kablam! su: No module specific data is present Sep 14 11:10:18.748 INFO running `"docker" "rm" "-f" "8b464735f7d2804c75c6d8bd358d0d19e7c003755a99447f3a9f1272afec7cf3"` Sep 14 11:10:19.107 INFO blam! 8b464735f7d2804c75c6d8bd358d0d19e7c003755a99447f3a9f1272afec7cf3