Aug 17 13:44:04.808 INFO checking range_check-0.1.0 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 13:44:04.808 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 13:44:04.808 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 13:44:04.808 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-4/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 13:44:05.082 INFO blam! 39ff247d9c5e3f8bdbab9cc202507c437a4a64c5041330bbb66cd32c891c1dac Aug 17 13:44:05.084 INFO running `"docker" "start" "-a" "39ff247d9c5e3f8bdbab9cc202507c437a4a64c5041330bbb66cd32c891c1dac"` Aug 17 13:44:06.177 INFO kablam! Checking range_check v0.1.0 (file:///source) Aug 17 13:44:07.552 INFO kablam! warning: a method with this name may be added to the standard library in the future Aug 17 13:44:07.552 INFO kablam! --> src/lib.rs:173:24 Aug 17 13:44:07.552 INFO kablam! | Aug 17 13:44:07.552 INFO kablam! 173 | assert!((1..5).contains(3)); Aug 17 13:44:07.552 INFO kablam! | ^^^^^^^^ Aug 17 13:44:07.552 INFO kablam! | Aug 17 13:44:07.552 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Aug 17 13:44:07.552 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Aug 17 13:44:07.552 INFO kablam! = note: for more information, see issue #48919 Aug 17 13:44:07.552 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Aug 17 13:44:07.552 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Aug 17 13:44:07.552 INFO kablam! Aug 17 13:44:07.569 INFO kablam! warning: a method with this name may be added to the standard library in the future Aug 17 13:44:07.569 INFO kablam! --> src/lib.rs:179:25 Aug 17 13:44:07.569 INFO kablam! | Aug 17 13:44:07.569 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Aug 17 13:44:07.569 INFO kablam! | ^^^^^^^^ Aug 17 13:44:07.569 INFO kablam! | Aug 17 13:44:07.569 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Aug 17 13:44:07.569 INFO kablam! = note: for more information, see issue #48919 Aug 17 13:44:07.569 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Aug 17 13:44:07.569 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Aug 17 13:44:07.569 INFO kablam! Aug 17 13:44:07.572 INFO kablam! warning: a method with this name may be added to the standard library in the future Aug 17 13:44:07.572 INFO kablam! --> src/lib.rs:185:23 Aug 17 13:44:07.572 INFO kablam! | Aug 17 13:44:07.572 INFO kablam! 185 | assert!((1..).contains(&3)); Aug 17 13:44:07.572 INFO kablam! | ^^^^^^^^ Aug 17 13:44:07.572 INFO kablam! | Aug 17 13:44:07.572 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Aug 17 13:44:07.572 INFO kablam! = note: for more information, see issue #48919 Aug 17 13:44:07.573 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Aug 17 13:44:07.573 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Aug 17 13:44:07.573 INFO kablam! Aug 17 13:44:07.574 INFO kablam! warning: a method with this name may be added to the standard library in the future Aug 17 13:44:07.575 INFO kablam! --> src/lib.rs:191:24 Aug 17 13:44:07.575 INFO kablam! | Aug 17 13:44:07.575 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Aug 17 13:44:07.575 INFO kablam! | ^^^^^^^^ Aug 17 13:44:07.575 INFO kablam! | Aug 17 13:44:07.575 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Aug 17 13:44:07.575 INFO kablam! = note: for more information, see issue #48919 Aug 17 13:44:07.575 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Aug 17 13:44:07.575 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Aug 17 13:44:07.575 INFO kablam! Aug 17 13:44:07.580 INFO kablam! warning: a method with this name may be added to the standard library in the future Aug 17 13:44:07.580 INFO kablam! --> src/lib.rs:197:23 Aug 17 13:44:07.580 INFO kablam! | Aug 17 13:44:07.580 INFO kablam! 197 | assert!((..5).contains(&3)); Aug 17 13:44:07.580 INFO kablam! | ^^^^^^^^ Aug 17 13:44:07.580 INFO kablam! | Aug 17 13:44:07.580 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Aug 17 13:44:07.580 INFO kablam! = note: for more information, see issue #48919 Aug 17 13:44:07.580 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Aug 17 13:44:07.580 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Aug 17 13:44:07.580 INFO kablam! Aug 17 13:44:07.590 INFO kablam! warning: a method with this name may be added to the standard library in the future Aug 17 13:44:07.591 INFO kablam! --> src/lib.rs:203:24 Aug 17 13:44:07.591 INFO kablam! | Aug 17 13:44:07.591 INFO kablam! 203 | assert!(!(..5).contains(&7)); Aug 17 13:44:07.591 INFO kablam! | ^^^^^^^^ Aug 17 13:44:07.591 INFO kablam! | Aug 17 13:44:07.591 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Aug 17 13:44:07.591 INFO kablam! = note: for more information, see issue #48919 Aug 17 13:44:07.591 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Aug 17 13:44:07.591 INFO kablam! = note: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Aug 17 13:44:07.591 INFO kablam! Aug 17 13:44:07.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Aug 17 13:44:07.904 INFO kablam! su: No module specific data is present Aug 17 13:44:08.450 INFO running `"docker" "rm" "-f" "39ff247d9c5e3f8bdbab9cc202507c437a4a64c5041330bbb66cd32c891c1dac"` Aug 17 13:44:08.705 INFO blam! 39ff247d9c5e3f8bdbab9cc202507c437a4a64c5041330bbb66cd32c891c1dac