Sep 21 05:06:25.841 INFO checking range_check-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:06:25.841 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:06:25.841 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:06:26.124 INFO blam! 0af9420d970309ba195e25facbbe6103b239eb2cccc0b40b0f138909f8228c2b Sep 21 05:06:26.124 INFO running `"docker" "start" "-a" "0af9420d970309ba195e25facbbe6103b239eb2cccc0b40b0f138909f8228c2b"` Sep 21 05:06:27.322 INFO kablam! usermod: no changes Sep 21 05:06:27.394 INFO kablam! Checking range_check v0.1.0 (/source) Sep 21 05:06:27.882 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 05:06:27.882 INFO kablam! --> src/lib.rs:173:24 Sep 21 05:06:27.882 INFO kablam! | Sep 21 05:06:27.882 INFO kablam! 173 | assert!((1..5).contains(3)); Sep 21 05:06:27.882 INFO kablam! | ^^^^^^^^ Sep 21 05:06:27.882 INFO kablam! | Sep 21 05:06:27.882 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Sep 21 05:06:27.882 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 05:06:27.882 INFO kablam! = note: for more information, see issue #48919 Sep 21 05:06:27.882 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 21 05:06:27.882 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 21 05:06:27.882 INFO kablam! Sep 21 05:06:27.885 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 05:06:27.885 INFO kablam! --> src/lib.rs:179:25 Sep 21 05:06:27.885 INFO kablam! | Sep 21 05:06:27.885 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Sep 21 05:06:27.885 INFO kablam! | ^^^^^^^^ Sep 21 05:06:27.885 INFO kablam! | Sep 21 05:06:27.885 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 05:06:27.885 INFO kablam! = note: for more information, see issue #48919 Sep 21 05:06:27.885 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 21 05:06:27.885 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 21 05:06:27.885 INFO kablam! Sep 21 05:06:27.888 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 05:06:27.888 INFO kablam! --> src/lib.rs:185:23 Sep 21 05:06:27.888 INFO kablam! | Sep 21 05:06:27.888 INFO kablam! 185 | assert!((1..).contains(&3)); Sep 21 05:06:27.888 INFO kablam! | ^^^^^^^^ Sep 21 05:06:27.888 INFO kablam! | Sep 21 05:06:27.888 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 05:06:27.888 INFO kablam! = note: for more information, see issue #48919 Sep 21 05:06:27.888 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 21 05:06:27.888 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 21 05:06:27.888 INFO kablam! Sep 21 05:06:27.891 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 05:06:27.891 INFO kablam! --> src/lib.rs:191:24 Sep 21 05:06:27.891 INFO kablam! | Sep 21 05:06:27.891 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Sep 21 05:06:27.891 INFO kablam! | ^^^^^^^^ Sep 21 05:06:27.891 INFO kablam! | Sep 21 05:06:27.891 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 05:06:27.891 INFO kablam! = note: for more information, see issue #48919 Sep 21 05:06:27.891 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 21 05:06:27.891 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 21 05:06:27.891 INFO kablam! Sep 21 05:06:27.897 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 05:06:27.897 INFO kablam! --> src/lib.rs:197:23 Sep 21 05:06:27.897 INFO kablam! | Sep 21 05:06:27.897 INFO kablam! 197 | assert!((..5).contains(&3)); Sep 21 05:06:27.897 INFO kablam! | ^^^^^^^^ Sep 21 05:06:27.899 INFO kablam! | Sep 21 05:06:27.899 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 05:06:27.899 INFO kablam! = note: for more information, see issue #48919 Sep 21 05:06:27.899 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 21 05:06:27.899 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 21 05:06:27.899 INFO kablam! Sep 21 05:06:27.902 INFO kablam! warning: a method with this name may be added to the standard library in the future Sep 21 05:06:27.902 INFO kablam! --> src/lib.rs:203:24 Sep 21 05:06:27.902 INFO kablam! | Sep 21 05:06:27.902 INFO kablam! 203 | assert!(!(..5).contains(&7)); Sep 21 05:06:27.902 INFO kablam! | ^^^^^^^^ Sep 21 05:06:27.902 INFO kablam! | Sep 21 05:06:27.902 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Sep 21 05:06:27.902 INFO kablam! = note: for more information, see issue #48919 Sep 21 05:06:27.902 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Sep 21 05:06:27.902 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Sep 21 05:06:27.902 INFO kablam! Sep 21 05:06:27.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Sep 21 05:06:27.977 INFO kablam! su: No module specific data is present Sep 21 05:06:28.717 INFO running `"docker" "rm" "-f" "0af9420d970309ba195e25facbbe6103b239eb2cccc0b40b0f138909f8228c2b"` Sep 21 05:06:28.846 INFO blam! 0af9420d970309ba195e25facbbe6103b239eb2cccc0b40b0f138909f8228c2b