Sep 04 06:59:37.217 INFO checking range_check-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 06:59:37.217 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 06:59:37.218 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:37.389 INFO blam! a43266984bee297b58e00d86b797b54682b5f582da997984c5f3acdbf691e352 Sep 04 06:59:37.391 INFO running `"docker" "start" "-a" "a43266984bee297b58e00d86b797b54682b5f582da997984c5f3acdbf691e352"` Sep 04 06:59:37.953 INFO kablam! Checking range_check v0.1.0 (file:///source) Sep 04 06:59:38.513 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:38.513 INFO kablam! --> src/lib.rs:173:24 Sep 04 06:59:38.513 INFO kablam! | Sep 04 06:59:38.513 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 04 06:59:38.513 INFO kablam! | ^^^^^^^^ Sep 04 06:59:38.513 INFO kablam! | Sep 04 06:59:38.513 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 04 06:59:38.513 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:38.513 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:38.513 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:38.514 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:38.514 INFO kablam! Sep 04 06:59:38.521 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:38.521 INFO kablam! --> src/lib.rs:179:25 Sep 04 06:59:38.521 INFO kablam! | Sep 04 06:59:38.521 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 04 06:59:38.521 INFO kablam! | ^^^^^^^^ Sep 04 06:59:38.521 INFO kablam! | Sep 04 06:59:38.521 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:38.521 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:38.521 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:38.521 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:38.521 INFO kablam! Sep 04 06:59:38.523 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:38.523 INFO kablam! --> src/lib.rs:185:23 Sep 04 06:59:38.523 INFO kablam! | Sep 04 06:59:38.523 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 04 06:59:38.523 INFO kablam! | ^^^^^^^^ Sep 04 06:59:38.523 INFO kablam! | Sep 04 06:59:38.523 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:38.523 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:38.523 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:38.523 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:38.523 INFO kablam! Sep 04 06:59:38.524 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:38.524 INFO kablam! --> src/lib.rs:191:24 Sep 04 06:59:38.524 INFO kablam! | Sep 04 06:59:38.524 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 04 06:59:38.524 INFO kablam! | ^^^^^^^^ Sep 04 06:59:38.525 INFO kablam! | Sep 04 06:59:38.525 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:38.525 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:38.525 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:38.525 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:38.525 INFO kablam! Sep 04 06:59:38.527 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:38.527 INFO kablam! --> src/lib.rs:197:23 Sep 04 06:59:38.527 INFO kablam! | Sep 04 06:59:38.528 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 04 06:59:38.528 INFO kablam! | ^^^^^^^^ Sep 04 06:59:38.528 INFO kablam! | Sep 04 06:59:38.528 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:38.528 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:38.528 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:38.528 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:38.528 INFO kablam! Sep 04 06:59:38.529 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 04 06:59:38.529 INFO kablam! --> src/lib.rs:203:24 Sep 04 06:59:38.529 INFO kablam! | Sep 04 06:59:38.529 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 04 06:59:38.529 INFO kablam! | ^^^^^^^^ Sep 04 06:59:38.529 INFO kablam! | Sep 04 06:59:38.529 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:38.529 INFO kablam! = note: for more information, see issue #48919 Sep 04 06:59:38.529 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 04 06:59:38.529 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 04 06:59:38.529 INFO kablam! Sep 04 06:59:38.605 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Sep 04 06:59:38.607 INFO kablam! su: No module specific data is present Sep 04 06:59:39.045 INFO running `"docker" "rm" "-f" "a43266984bee297b58e00d86b797b54682b5f582da997984c5f3acdbf691e352"` Sep 04 06:59:39.150 INFO blam! a43266984bee297b58e00d86b797b54682b5f582da997984c5f3acdbf691e352