Dec 05 08:33:13.032 INFO checking range_check-0.1.0 against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 05 08:33:13.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-7/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/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 +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-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.370 INFO [stdout] 880a3880e9fea675bdc015f680e4c94fb7a9900bad7f6b45c67d37f4976c22d6 Dec 05 08:33:13.377 INFO running `"docker" "start" "-a" "880a3880e9fea675bdc015f680e4c94fb7a9900bad7f6b45c67d37f4976c22d6"` Dec 05 08:33:14.422 INFO [stderr] usermod: no changes Dec 05 08:33:14.503 INFO [stderr] Checking range_check v0.1.0 (/source) Dec 05 08:33:15.339 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:15.339 INFO [stderr] --> src/lib.rs:173:24 Dec 05 08:33:15.339 INFO [stderr] | Dec 05 08:33:15.339 INFO [stderr] 173 | assert!((1..5).contains(3)); Dec 05 08:33:15.339 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:15.339 INFO [stderr] | Dec 05 08:33:15.339 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 05 08:33:15.339 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:15.339 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:15.339 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:15.339 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:15.339 INFO [stderr] Dec 05 08:33:15.347 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:15.347 INFO [stderr] --> src/lib.rs:179:25 Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Dec 05 08:33:15.347 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 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:15.347 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:15.347 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:15.347 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:15.347 INFO [stderr] Dec 05 08:33:15.347 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:15.347 INFO [stderr] --> src/lib.rs:185:23 Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 INFO [stderr] 185 | assert!((1..).contains(&3)); Dec 05 08:33:15.347 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 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:15.347 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:15.347 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:15.347 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:15.347 INFO [stderr] Dec 05 08:33:15.347 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:15.347 INFO [stderr] --> src/lib.rs:191:24 Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Dec 05 08:33:15.347 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 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:15.347 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:15.347 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:15.347 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:15.347 INFO [stderr] Dec 05 08:33:15.347 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:15.347 INFO [stderr] --> src/lib.rs:197:23 Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 INFO [stderr] 197 | assert!((..5).contains(&3)); Dec 05 08:33:15.347 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 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:15.347 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:15.347 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:15.347 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:15.347 INFO [stderr] Dec 05 08:33:15.347 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 05 08:33:15.347 INFO [stderr] --> src/lib.rs:203:24 Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Dec 05 08:33:15.347 INFO [stderr] | ^^^^^^^^ Dec 05 08:33:15.347 INFO [stderr] | Dec 05 08:33:15.347 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:15.347 INFO [stderr] = note: for more information, see issue #48919 Dec 05 08:33:15.347 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 05 08:33:15.347 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 05 08:33:15.347 INFO [stderr] Dec 05 08:33:15.391 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s Dec 05 08:33:15.391 INFO [stderr] su: No module specific data is present Dec 05 08:33:15.863 INFO running `"docker" "inspect" "880a3880e9fea675bdc015f680e4c94fb7a9900bad7f6b45c67d37f4976c22d6"` Dec 05 08:33:16.113 INFO running `"docker" "rm" "-f" "880a3880e9fea675bdc015f680e4c94fb7a9900bad7f6b45c67d37f4976c22d6"` Dec 05 08:33:16.367 INFO [stdout] 880a3880e9fea675bdc015f680e4c94fb7a9900bad7f6b45c67d37f4976c22d6