Nov 30 17:29:02.412 INFO checking range_check-0.1.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 17:29:02.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 30 17:29:02.846 INFO [stdout] 496d4720438ddd3d4a224ce0562d428355b439b14030506fb37d852dfa15d916 Nov 30 17:29:02.854 INFO running `"docker" "start" "-a" "496d4720438ddd3d4a224ce0562d428355b439b14030506fb37d852dfa15d916"` Nov 30 17:29:04.996 INFO [stderr] usermod: no changes Nov 30 17:29:05.072 INFO [stderr] Checking range_check v0.1.0 (/source) Nov 30 17:29:06.007 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 17:29:06.007 INFO [stderr] --> src/lib.rs:173:24 Nov 30 17:29:06.007 INFO [stderr] | Nov 30 17:29:06.007 INFO [stderr] 173 | assert!((1..5).contains(3)); Nov 30 17:29:06.007 INFO [stderr] | ^^^^^^^^ Nov 30 17:29:06.007 INFO [stderr] | Nov 30 17:29:06.007 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 30 17:29:06.007 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 17:29:06.007 INFO [stderr] = note: for more information, see issue #48919 Nov 30 17:29:06.007 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 30 17:29:06.007 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 30 17:29:06.007 INFO [stderr] Nov 30 17:29:06.011 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 17:29:06.011 INFO [stderr] --> src/lib.rs:179:25 Nov 30 17:29:06.011 INFO [stderr] | Nov 30 17:29:06.011 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Nov 30 17:29:06.011 INFO [stderr] | ^^^^^^^^ Nov 30 17:29:06.011 INFO [stderr] | Nov 30 17:29:06.011 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 17:29:06.011 INFO [stderr] = note: for more information, see issue #48919 Nov 30 17:29:06.011 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 30 17:29:06.011 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 30 17:29:06.011 INFO [stderr] Nov 30 17:29:06.012 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 17:29:06.012 INFO [stderr] --> src/lib.rs:185:23 Nov 30 17:29:06.012 INFO [stderr] | Nov 30 17:29:06.012 INFO [stderr] 185 | assert!((1..).contains(&3)); Nov 30 17:29:06.012 INFO [stderr] | ^^^^^^^^ Nov 30 17:29:06.012 INFO [stderr] | Nov 30 17:29:06.012 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 17:29:06.012 INFO [stderr] = note: for more information, see issue #48919 Nov 30 17:29:06.012 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 30 17:29:06.012 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 30 17:29:06.012 INFO [stderr] Nov 30 17:29:06.013 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 17:29:06.013 INFO [stderr] --> src/lib.rs:191:24 Nov 30 17:29:06.013 INFO [stderr] | Nov 30 17:29:06.013 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Nov 30 17:29:06.013 INFO [stderr] | ^^^^^^^^ Nov 30 17:29:06.013 INFO [stderr] | Nov 30 17:29:06.013 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 17:29:06.013 INFO [stderr] = note: for more information, see issue #48919 Nov 30 17:29:06.013 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 30 17:29:06.013 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 30 17:29:06.013 INFO [stderr] Nov 30 17:29:06.018 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 17:29:06.018 INFO [stderr] --> src/lib.rs:197:23 Nov 30 17:29:06.018 INFO [stderr] | Nov 30 17:29:06.018 INFO [stderr] 197 | assert!((..5).contains(&3)); Nov 30 17:29:06.018 INFO [stderr] | ^^^^^^^^ Nov 30 17:29:06.018 INFO [stderr] | Nov 30 17:29:06.018 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 17:29:06.018 INFO [stderr] = note: for more information, see issue #48919 Nov 30 17:29:06.018 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 30 17:29:06.018 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 30 17:29:06.018 INFO [stderr] Nov 30 17:29:06.019 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 30 17:29:06.019 INFO [stderr] --> src/lib.rs:203:24 Nov 30 17:29:06.019 INFO [stderr] | Nov 30 17:29:06.019 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Nov 30 17:29:06.019 INFO [stderr] | ^^^^^^^^ Nov 30 17:29:06.019 INFO [stderr] | Nov 30 17:29:06.019 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 30 17:29:06.019 INFO [stderr] = note: for more information, see issue #48919 Nov 30 17:29:06.019 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 30 17:29:06.019 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 30 17:29:06.019 INFO [stderr] Nov 30 17:29:06.114 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s Nov 30 17:29:06.121 INFO [stderr] su: No module specific data is present Nov 30 17:29:06.828 INFO running `"docker" "inspect" "496d4720438ddd3d4a224ce0562d428355b439b14030506fb37d852dfa15d916"` Nov 30 17:29:07.147 INFO running `"docker" "rm" "-f" "496d4720438ddd3d4a224ce0562d428355b439b14030506fb37d852dfa15d916"` Nov 30 17:29:07.440 INFO [stdout] 496d4720438ddd3d4a224ce0562d428355b439b14030506fb37d852dfa15d916