Sep 17 19:21:43.156 INFO checking range_check-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:21:43.156 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:21:43.156 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:21:43.565 INFO blam! 0d2bae56d8719814db5c9dc85dbcc509637a4ec87b3e220ae91798e5de7e14f4 Sep 17 19:21:43.567 INFO running `"docker" "start" "-a" "0d2bae56d8719814db5c9dc85dbcc509637a4ec87b3e220ae91798e5de7e14f4"` Sep 17 19:21:45.015 INFO kablam! usermod: no changes Sep 17 19:21:45.083 INFO kablam! Checking range_check v0.1.0 (/source) Sep 17 19:21:45.714 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 19:21:45.714 INFO kablam! --> src/lib.rs:173:24 Sep 17 19:21:45.714 INFO kablam! | Sep 17 19:21:45.714 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 17 19:21:45.714 INFO kablam! | ^^^^^^^^ Sep 17 19:21:45.714 INFO kablam! | Sep 17 19:21:45.714 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 17 19:21:45.714 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 19:21:45.714 INFO kablam! = note: for more information, see issue #48919 Sep 17 19:21:45.714 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 17 19:21:45.714 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 17 19:21:45.714 INFO kablam! Sep 17 19:21:45.718 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 19:21:45.718 INFO kablam! --> src/lib.rs:179:25 Sep 17 19:21:45.719 INFO kablam! | Sep 17 19:21:45.719 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 17 19:21:45.719 INFO kablam! | ^^^^^^^^ Sep 17 19:21:45.719 INFO kablam! | Sep 17 19:21:45.719 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 19:21:45.719 INFO kablam! = note: for more information, see issue #48919 Sep 17 19:21:45.719 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 17 19:21:45.719 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 17 19:21:45.719 INFO kablam! Sep 17 19:21:45.719 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 19:21:45.719 INFO kablam! --> src/lib.rs:185:23 Sep 17 19:21:45.719 INFO kablam! | Sep 17 19:21:45.719 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 17 19:21:45.719 INFO kablam! | ^^^^^^^^ Sep 17 19:21:45.719 INFO kablam! | Sep 17 19:21:45.719 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 19:21:45.719 INFO kablam! = note: for more information, see issue #48919 Sep 17 19:21:45.719 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 17 19:21:45.719 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 17 19:21:45.719 INFO kablam! Sep 17 19:21:45.719 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 19:21:45.719 INFO kablam! --> src/lib.rs:191:24 Sep 17 19:21:45.719 INFO kablam! | Sep 17 19:21:45.719 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 17 19:21:45.719 INFO kablam! | ^^^^^^^^ Sep 17 19:21:45.719 INFO kablam! | Sep 17 19:21:45.719 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 19:21:45.719 INFO kablam! = note: for more information, see issue #48919 Sep 17 19:21:45.719 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 17 19:21:45.719 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 17 19:21:45.719 INFO kablam! Sep 17 19:21:45.726 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 19:21:45.727 INFO kablam! --> src/lib.rs:197:23 Sep 17 19:21:45.727 INFO kablam! | Sep 17 19:21:45.727 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 17 19:21:45.727 INFO kablam! | ^^^^^^^^ Sep 17 19:21:45.727 INFO kablam! | Sep 17 19:21:45.727 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 19:21:45.727 INFO kablam! = note: for more information, see issue #48919 Sep 17 19:21:45.727 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 17 19:21:45.727 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 17 19:21:45.727 INFO kablam! Sep 17 19:21:45.727 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 17 19:21:45.727 INFO kablam! --> src/lib.rs:203:24 Sep 17 19:21:45.727 INFO kablam! | Sep 17 19:21:45.727 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 17 19:21:45.727 INFO kablam! | ^^^^^^^^ Sep 17 19:21:45.727 INFO kablam! | Sep 17 19:21:45.727 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 17 19:21:45.727 INFO kablam! = note: for more information, see issue #48919 Sep 17 19:21:45.727 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 17 19:21:45.727 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 17 19:21:45.727 INFO kablam! Sep 17 19:21:45.793 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Sep 17 19:21:45.803 INFO kablam! su: No module specific data is present Sep 17 19:21:46.579 INFO running `"docker" "rm" "-f" "0d2bae56d8719814db5c9dc85dbcc509637a4ec87b3e220ae91798e5de7e14f4"` Sep 17 19:21:46.811 INFO blam! 0d2bae56d8719814db5c9dc85dbcc509637a4ec87b3e220ae91798e5de7e14f4