Nov 28 20:01:42.086 INFO checking range_check-0.1.0 against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 20:01:42.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 20:01:42.476 INFO [stdout] 179586fda1ca01307e4d6f6517379e793b5d6528608765de19acd6aedc8d501f Nov 28 20:01:42.478 INFO running `"docker" "start" "-a" "179586fda1ca01307e4d6f6517379e793b5d6528608765de19acd6aedc8d501f"` Nov 28 20:01:43.880 INFO [stderr] usermod: no changes Nov 28 20:01:43.944 INFO [stderr] Checking range_check v0.1.0 (/source) Nov 28 20:01:44.761 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:44.761 INFO [stderr] --> src/lib.rs:173:24 Nov 28 20:01:44.761 INFO [stderr] | Nov 28 20:01:44.761 INFO [stderr] 173 | assert!((1..5).contains(3)); Nov 28 20:01:44.762 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:44.762 INFO [stderr] | Nov 28 20:01:44.762 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 28 20:01:44.763 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 28 20:01:44.763 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:44.763 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:44.763 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:44.764 INFO [stderr] Nov 28 20:01:44.764 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:44.764 INFO [stderr] --> src/lib.rs:179:25 Nov 28 20:01:44.765 INFO [stderr] | Nov 28 20:01:44.765 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Nov 28 20:01:44.765 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:44.766 INFO [stderr] | Nov 28 20:01:44.766 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 28 20:01:44.766 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:44.766 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:44.767 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:44.767 INFO [stderr] Nov 28 20:01:44.767 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:44.768 INFO [stderr] --> src/lib.rs:185:23 Nov 28 20:01:44.768 INFO [stderr] | Nov 28 20:01:44.768 INFO [stderr] 185 | assert!((1..).contains(&3)); Nov 28 20:01:44.769 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:44.769 INFO [stderr] | Nov 28 20:01:44.769 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 28 20:01:44.769 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:44.770 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:44.770 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:44.770 INFO [stderr] Nov 28 20:01:44.770 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:44.771 INFO [stderr] --> src/lib.rs:191:24 Nov 28 20:01:44.771 INFO [stderr] | Nov 28 20:01:44.771 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Nov 28 20:01:44.771 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:44.772 INFO [stderr] | Nov 28 20:01:44.772 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 28 20:01:44.772 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:44.772 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:44.773 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:44.773 INFO [stderr] Nov 28 20:01:44.773 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:44.774 INFO [stderr] --> src/lib.rs:197:23 Nov 28 20:01:44.774 INFO [stderr] | Nov 28 20:01:44.774 INFO [stderr] 197 | assert!((..5).contains(&3)); Nov 28 20:01:44.775 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:44.775 INFO [stderr] | Nov 28 20:01:44.775 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 28 20:01:44.775 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:44.776 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:44.776 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:44.776 INFO [stderr] Nov 28 20:01:44.776 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:44.777 INFO [stderr] --> src/lib.rs:203:24 Nov 28 20:01:44.777 INFO [stderr] | Nov 28 20:01:44.777 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Nov 28 20:01:44.778 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:44.778 INFO [stderr] | Nov 28 20:01:44.778 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 28 20:01:44.778 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:44.778 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:44.779 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:44.779 INFO [stderr] Nov 28 20:01:44.850 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s Nov 28 20:01:44.856 INFO [stderr] su: No module specific data is present Nov 28 20:01:45.736 INFO running `"docker" "inspect" "179586fda1ca01307e4d6f6517379e793b5d6528608765de19acd6aedc8d501f"` Nov 28 20:01:46.015 INFO running `"docker" "rm" "-f" "179586fda1ca01307e4d6f6517379e793b5d6528608765de19acd6aedc8d501f"` Nov 28 20:01:46.296 INFO [stdout] 179586fda1ca01307e4d6f6517379e793b5d6528608765de19acd6aedc8d501f