Sep 06 01:55:02.767 INFO checking range_check-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:55:02.767 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:55:02.767 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:55:03.004 INFO blam! ff22a531a5501bed58133b06539ce4f24ac1418a1d6a3b85c00a249893e1824a Sep 06 01:55:03.007 INFO running `"docker" "start" "-a" "ff22a531a5501bed58133b06539ce4f24ac1418a1d6a3b85c00a249893e1824a"` Sep 06 01:55:04.423 INFO kablam! usermod: no changes Sep 06 01:55:04.483 INFO kablam! Checking range_check v0.1.0 (file:///source) Sep 06 01:55:04.918 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 01:55:04.918 INFO kablam! --> src/lib.rs:173:24 Sep 06 01:55:04.918 INFO kablam! | Sep 06 01:55:04.918 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 06 01:55:04.918 INFO kablam! | ^^^^^^^^ Sep 06 01:55:04.918 INFO kablam! | Sep 06 01:55:04.918 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 06 01:55:04.918 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 01:55:04.918 INFO kablam! = note: for more information, see issue #48919 Sep 06 01:55:04.918 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 06 01:55:04.918 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 06 01:55:04.918 INFO kablam! Sep 06 01:55:04.918 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 01:55:04.918 INFO kablam! --> src/lib.rs:179:25 Sep 06 01:55:04.918 INFO kablam! | Sep 06 01:55:04.918 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 06 01:55:04.918 INFO kablam! | ^^^^^^^^ Sep 06 01:55:04.918 INFO kablam! | Sep 06 01:55:04.918 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 01:55:04.918 INFO kablam! = note: for more information, see issue #48919 Sep 06 01:55:04.918 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 06 01:55:04.918 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 06 01:55:04.918 INFO kablam! Sep 06 01:55:04.918 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 01:55:04.918 INFO kablam! --> src/lib.rs:185:23 Sep 06 01:55:04.919 INFO kablam! | Sep 06 01:55:04.919 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 06 01:55:04.919 INFO kablam! | ^^^^^^^^ Sep 06 01:55:04.919 INFO kablam! | Sep 06 01:55:04.919 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 01:55:04.919 INFO kablam! = note: for more information, see issue #48919 Sep 06 01:55:04.919 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 06 01:55:04.919 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 06 01:55:04.919 INFO kablam! Sep 06 01:55:04.919 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 01:55:04.919 INFO kablam! --> src/lib.rs:191:24 Sep 06 01:55:04.919 INFO kablam! | Sep 06 01:55:04.919 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 06 01:55:04.919 INFO kablam! | ^^^^^^^^ Sep 06 01:55:04.919 INFO kablam! | Sep 06 01:55:04.919 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 01:55:04.919 INFO kablam! = note: for more information, see issue #48919 Sep 06 01:55:04.919 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 06 01:55:04.919 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 06 01:55:04.919 INFO kablam! Sep 06 01:55:04.923 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 01:55:04.923 INFO kablam! --> src/lib.rs:197:23 Sep 06 01:55:04.923 INFO kablam! | Sep 06 01:55:04.923 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 06 01:55:04.923 INFO kablam! | ^^^^^^^^ Sep 06 01:55:04.923 INFO kablam! | Sep 06 01:55:04.923 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 01:55:04.923 INFO kablam! = note: for more information, see issue #48919 Sep 06 01:55:04.923 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 06 01:55:04.923 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 06 01:55:04.923 INFO kablam! Sep 06 01:55:04.923 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 06 01:55:04.923 INFO kablam! --> src/lib.rs:203:24 Sep 06 01:55:04.923 INFO kablam! | Sep 06 01:55:04.923 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 06 01:55:04.923 INFO kablam! | ^^^^^^^^ Sep 06 01:55:04.923 INFO kablam! | Sep 06 01:55:04.923 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 06 01:55:04.923 INFO kablam! = note: for more information, see issue #48919 Sep 06 01:55:04.923 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 06 01:55:04.923 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 06 01:55:04.923 INFO kablam! Sep 06 01:55:05.002 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.54s Sep 06 01:55:05.002 INFO kablam! su: No module specific data is present Sep 06 01:55:06.011 INFO running `"docker" "rm" "-f" "ff22a531a5501bed58133b06539ce4f24ac1418a1d6a3b85c00a249893e1824a"` Sep 06 01:55:06.143 INFO blam! ff22a531a5501bed58133b06539ce4f24ac1418a1d6a3b85c00a249893e1824a