Nov 28 20:01:41.903 INFO checking range_check-0.1.0 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 20:01:41.905 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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.336 INFO [stdout] 4a3c7236f444a0fccd124383b58c75d9609b1b87f275bfc71bff3b26e8cd4357 Nov 28 20:01:42.338 INFO running `"docker" "start" "-a" "4a3c7236f444a0fccd124383b58c75d9609b1b87f275bfc71bff3b26e8cd4357"` Nov 28 20:01:44.056 INFO [stderr] usermod: no changes Nov 28 20:01:44.108 INFO [stderr] Checking range_check v0.1.0 (/source) Nov 28 20:01:45.184 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:45.185 INFO [stderr] --> src/lib.rs:173:24 Nov 28 20:01:45.185 INFO [stderr] | Nov 28 20:01:45.185 INFO [stderr] 173 | assert!((1..5).contains(3)); Nov 28 20:01:45.185 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:45.186 INFO [stderr] | Nov 28 20:01:45.186 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Nov 28 20:01:45.186 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:45.187 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:45.187 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:45.187 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:45.188 INFO [stderr] Nov 28 20:01:45.188 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:45.188 INFO [stderr] --> src/lib.rs:179:25 Nov 28 20:01:45.188 INFO [stderr] | Nov 28 20:01:45.189 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Nov 28 20:01:45.189 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:45.189 INFO [stderr] | Nov 28 20:01:45.190 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:45.190 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:45.190 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:45.191 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:45.191 INFO [stderr] Nov 28 20:01:45.191 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:45.191 INFO [stderr] --> src/lib.rs:185:23 Nov 28 20:01:45.192 INFO [stderr] | Nov 28 20:01:45.192 INFO [stderr] 185 | assert!((1..).contains(&3)); Nov 28 20:01:45.192 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:45.193 INFO [stderr] | Nov 28 20:01:45.193 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:45.193 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:45.194 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:45.194 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:45.194 INFO [stderr] Nov 28 20:01:45.194 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:45.195 INFO [stderr] --> src/lib.rs:191:24 Nov 28 20:01:45.195 INFO [stderr] | Nov 28 20:01:45.195 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Nov 28 20:01:45.196 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:45.196 INFO [stderr] | Nov 28 20:01:45.196 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:45.196 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:45.197 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:45.197 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:45.197 INFO [stderr] Nov 28 20:01:45.198 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:45.198 INFO [stderr] --> src/lib.rs:197:23 Nov 28 20:01:45.198 INFO [stderr] | Nov 28 20:01:45.199 INFO [stderr] 197 | assert!((..5).contains(&3)); Nov 28 20:01:45.199 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:45.199 INFO [stderr] | Nov 28 20:01:45.199 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:45.200 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:45.200 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:45.200 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:45.201 INFO [stderr] Nov 28 20:01:45.201 INFO [stderr] warning: a method with this name may be added to the standard library in the future Nov 28 20:01:45.201 INFO [stderr] --> src/lib.rs:203:24 Nov 28 20:01:45.202 INFO [stderr] | Nov 28 20:01:45.202 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Nov 28 20:01:45.202 INFO [stderr] | ^^^^^^^^ Nov 28 20:01:45.202 INFO [stderr] | Nov 28 20:01:45.203 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:45.203 INFO [stderr] = note: for more information, see issue #48919 Nov 28 20:01:45.203 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 28 20:01:45.204 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 28 20:01:45.204 INFO [stderr] Nov 28 20:01:45.276 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.15s Nov 28 20:01:45.276 INFO [stderr] su: No module specific data is present Nov 28 20:01:45.941 INFO running `"docker" "inspect" "4a3c7236f444a0fccd124383b58c75d9609b1b87f275bfc71bff3b26e8cd4357"` Nov 28 20:01:46.262 INFO running `"docker" "rm" "-f" "4a3c7236f444a0fccd124383b58c75d9609b1b87f275bfc71bff3b26e8cd4357"` Nov 28 20:01:46.635 INFO [stdout] 4a3c7236f444a0fccd124383b58c75d9609b1b87f275bfc71bff3b26e8cd4357