Dec 05 08:33:12.984 INFO checking range_check-0.1.0 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 08:33:12.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-5/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 05 08:33:13.254 INFO [stdout] 9fa5e165d19db51afdfaa68a5d2c7068ac710010aaee33dbd1412a1607688d3e Dec 05 08:33:13.257 INFO running `"docker" "start" "-a" "9fa5e165d19db51afdfaa68a5d2c7068ac710010aaee33dbd1412a1607688d3e"` Dec 05 08:33:13.859 INFO [stderr] usermod: no changes Dec 05 08:33:13.890 INFO [stderr] Checking range_check v0.1.0 (/source) Dec 05 08:33:14.707 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:14.707 INFO [stderr] --> src/lib.rs:173:24 Dec 05 08:33:14.707 INFO [stderr] | Dec 05 08:33:14.707 INFO [stderr] 173 | assert!((1..5).contains(3)); Dec 05 08:33:14.707 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:14.707 INFO [stderr] | Dec 05 08:33:14.707 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 05 08:33:14.707 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 08:33:14.707 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:14.707 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:14.707 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:14.707 INFO [stderr] Dec 05 08:33:14.707 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:14.708 INFO [stderr] --> src/lib.rs:179:25 Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Dec 05 08:33:14.708 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 08:33:14.708 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:14.708 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:14.708 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:14.708 INFO [stderr] Dec 05 08:33:14.708 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:14.708 INFO [stderr] --> src/lib.rs:185:23 Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] 185 | assert!((1..).contains(&3)); Dec 05 08:33:14.708 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 08:33:14.708 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:14.708 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:14.708 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:14.708 INFO [stderr] Dec 05 08:33:14.708 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:14.708 INFO [stderr] --> src/lib.rs:191:24 Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Dec 05 08:33:14.708 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 08:33:14.708 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:14.708 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:14.708 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:14.708 INFO [stderr] Dec 05 08:33:14.708 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:14.708 INFO [stderr] --> src/lib.rs:197:23 Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] 197 | assert!((..5).contains(&3)); Dec 05 08:33:14.708 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:14.708 INFO [stderr] | Dec 05 08:33:14.708 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 08:33:14.708 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:14.708 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:14.708 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:14.708 INFO [stderr] Dec 05 08:33:14.712 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:14.712 INFO [stderr] --> src/lib.rs:203:24 Dec 05 08:33:14.712 INFO [stderr] | Dec 05 08:33:14.712 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Dec 05 08:33:14.712 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:14.712 INFO [stderr] | Dec 05 08:33:14.712 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 05 08:33:14.712 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:14.712 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:14.713 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:14.713 INFO [stderr] Dec 05 08:33:14.803 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s Dec 05 08:33:14.804 INFO [stderr] su: No module specific data is present Dec 05 08:33:15.423 INFO running `"docker" "inspect" "9fa5e165d19db51afdfaa68a5d2c7068ac710010aaee33dbd1412a1607688d3e"` Dec 05 08:33:15.621 INFO running `"docker" "rm" "-f" "9fa5e165d19db51afdfaa68a5d2c7068ac710010aaee33dbd1412a1607688d3e"` Dec 05 08:33:15.911 INFO [stdout] 9fa5e165d19db51afdfaa68a5d2c7068ac710010aaee33dbd1412a1607688d3e