Jul 12 01:16:12.574 INFO checking range_check-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 01:16:12.574 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:16:12.574 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 01:16:12.574 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 01:16:12.851 INFO blam! af23485d2b30d4eb39b496807b077db076cb8f92140ab1c094c1ba8275f13b68 Jul 12 01:16:12.856 INFO running `"docker" "start" "-a" "af23485d2b30d4eb39b496807b077db076cb8f92140ab1c094c1ba8275f13b68"` Jul 12 01:16:13.843 INFO kablam! Checking range_check v0.1.0 (file:///source) Jul 12 01:16:14.947 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 01:16:14.947 INFO kablam! --> src/lib.rs:173:24 Jul 12 01:16:14.947 INFO kablam! | Jul 12 01:16:14.947 INFO kablam! 173 | assert!((1..5).contains(3)); Jul 12 01:16:14.947 INFO kablam! | ^^^^^^^^ Jul 12 01:16:14.947 INFO kablam! | Jul 12 01:16:14.947 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Jul 12 01:16:14.947 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 01:16:14.947 INFO kablam! = note: for more information, see issue #48919 Jul 12 01:16:14.947 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Jul 12 01:16:14.947 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Jul 12 01:16:14.947 INFO kablam! Jul 12 01:16:14.957 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 01:16:14.957 INFO kablam! --> src/lib.rs:179:25 Jul 12 01:16:14.957 INFO kablam! | Jul 12 01:16:14.957 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Jul 12 01:16:14.957 INFO kablam! | ^^^^^^^^ Jul 12 01:16:14.957 INFO kablam! | Jul 12 01:16:14.957 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 01:16:14.957 INFO kablam! = note: for more information, see issue #48919 Jul 12 01:16:14.957 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Jul 12 01:16:14.959 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Jul 12 01:16:14.959 INFO kablam! Jul 12 01:16:14.960 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 01:16:14.960 INFO kablam! --> src/lib.rs:185:23 Jul 12 01:16:14.960 INFO kablam! | Jul 12 01:16:14.960 INFO kablam! 185 | assert!((1..).contains(&3)); Jul 12 01:16:14.960 INFO kablam! | ^^^^^^^^ Jul 12 01:16:14.960 INFO kablam! | Jul 12 01:16:14.960 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 01:16:14.960 INFO kablam! = note: for more information, see issue #48919 Jul 12 01:16:14.962 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Jul 12 01:16:14.962 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Jul 12 01:16:14.962 INFO kablam! Jul 12 01:16:14.963 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 01:16:14.963 INFO kablam! --> src/lib.rs:191:24 Jul 12 01:16:14.963 INFO kablam! | Jul 12 01:16:14.963 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Jul 12 01:16:14.963 INFO kablam! | ^^^^^^^^ Jul 12 01:16:14.963 INFO kablam! | Jul 12 01:16:14.963 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 01:16:14.963 INFO kablam! = note: for more information, see issue #48919 Jul 12 01:16:14.963 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Jul 12 01:16:14.963 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Jul 12 01:16:14.963 INFO kablam! Jul 12 01:16:14.967 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 01:16:14.967 INFO kablam! --> src/lib.rs:197:23 Jul 12 01:16:14.967 INFO kablam! | Jul 12 01:16:14.968 INFO kablam! 197 | assert!((..5).contains(&3)); Jul 12 01:16:14.968 INFO kablam! | ^^^^^^^^ Jul 12 01:16:14.968 INFO kablam! | Jul 12 01:16:14.968 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 01:16:14.968 INFO kablam! = note: for more information, see issue #48919 Jul 12 01:16:14.969 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Jul 12 01:16:14.970 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Jul 12 01:16:14.970 INFO kablam! Jul 12 01:16:14.971 INFO kablam! warning: a method with this name may be added to the standard library in the future Jul 12 01:16:14.971 INFO kablam! --> src/lib.rs:203:24 Jul 12 01:16:14.971 INFO kablam! | Jul 12 01:16:14.971 INFO kablam! 203 | assert!(!(..5).contains(&7)); Jul 12 01:16:14.971 INFO kablam! | ^^^^^^^^ Jul 12 01:16:14.971 INFO kablam! | Jul 12 01:16:14.971 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Jul 12 01:16:14.971 INFO kablam! = note: for more information, see issue #48919 Jul 12 01:16:14.971 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Jul 12 01:16:14.971 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Jul 12 01:16:14.972 INFO kablam! Jul 12 01:16:15.116 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Jul 12 01:16:15.119 INFO kablam! su: No module specific data is present Jul 12 01:16:16.147 INFO running `"docker" "rm" "-f" "af23485d2b30d4eb39b496807b077db076cb8f92140ab1c094c1ba8275f13b68"` Jul 12 01:16:16.350 INFO blam! af23485d2b30d4eb39b496807b077db076cb8f92140ab1c094c1ba8275f13b68