Nov 10 01:36:26.130 INFO checking range_check-0.1.0 against master#653da4fd006c97625247acd7e076d0782cdc149b for pr-55632 Nov 10 01:36:26.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55632/worker-7/master#653da4fd006c97625247acd7e076d0782cdc149b:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55632/master#653da4fd006c97625247acd7e076d0782cdc149b:/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 +653da4fd006c97625247acd7e076d0782cdc149b-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 10 01:36:26.295 INFO blam! fc7b969e0a1ca620707d9ad7e0f5d5f06b257fb9c4cd6f3f803f0bbd69fbbd81 Nov 10 01:36:26.299 INFO running `"docker" "start" "-a" "fc7b969e0a1ca620707d9ad7e0f5d5f06b257fb9c4cd6f3f803f0bbd69fbbd81"` Nov 10 01:36:26.815 INFO kablam! usermod: no changes Nov 10 01:36:26.871 INFO kablam! Checking range_check v0.1.0 (/source) Nov 10 01:36:27.679 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 01:36:27.679 INFO kablam! --> src/lib.rs:173:24 Nov 10 01:36:27.679 INFO kablam! | Nov 10 01:36:27.679 INFO kablam! 173 | assert!((1..5).contains(3)); Nov 10 01:36:27.679 INFO kablam! | ^^^^^^^^ Nov 10 01:36:27.679 INFO kablam! | Nov 10 01:36:27.679 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Nov 10 01:36:27.679 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 01:36:27.679 INFO kablam! = note: for more information, see issue #48919 Nov 10 01:36:27.679 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 10 01:36:27.679 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 10 01:36:27.679 INFO kablam! Nov 10 01:36:27.681 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 01:36:27.681 INFO kablam! --> src/lib.rs:179:25 Nov 10 01:36:27.681 INFO kablam! | Nov 10 01:36:27.681 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Nov 10 01:36:27.681 INFO kablam! | ^^^^^^^^ Nov 10 01:36:27.681 INFO kablam! | Nov 10 01:36:27.681 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 01:36:27.681 INFO kablam! = note: for more information, see issue #48919 Nov 10 01:36:27.681 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 10 01:36:27.681 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 10 01:36:27.681 INFO kablam! Nov 10 01:36:27.683 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 01:36:27.683 INFO kablam! --> src/lib.rs:185:23 Nov 10 01:36:27.683 INFO kablam! | Nov 10 01:36:27.683 INFO kablam! 185 | assert!((1..).contains(&3)); Nov 10 01:36:27.683 INFO kablam! | ^^^^^^^^ Nov 10 01:36:27.683 INFO kablam! | Nov 10 01:36:27.683 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 01:36:27.683 INFO kablam! = note: for more information, see issue #48919 Nov 10 01:36:27.684 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 10 01:36:27.684 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 10 01:36:27.684 INFO kablam! Nov 10 01:36:27.684 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 01:36:27.684 INFO kablam! --> src/lib.rs:191:24 Nov 10 01:36:27.684 INFO kablam! | Nov 10 01:36:27.684 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Nov 10 01:36:27.684 INFO kablam! | ^^^^^^^^ Nov 10 01:36:27.684 INFO kablam! | Nov 10 01:36:27.684 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 01:36:27.684 INFO kablam! = note: for more information, see issue #48919 Nov 10 01:36:27.684 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 10 01:36:27.684 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 10 01:36:27.684 INFO kablam! Nov 10 01:36:27.689 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 01:36:27.689 INFO kablam! --> src/lib.rs:197:23 Nov 10 01:36:27.689 INFO kablam! | Nov 10 01:36:27.689 INFO kablam! 197 | assert!((..5).contains(&3)); Nov 10 01:36:27.689 INFO kablam! | ^^^^^^^^ Nov 10 01:36:27.689 INFO kablam! | Nov 10 01:36:27.689 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 01:36:27.689 INFO kablam! = note: for more information, see issue #48919 Nov 10 01:36:27.689 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 10 01:36:27.689 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 10 01:36:27.689 INFO kablam! Nov 10 01:36:27.689 INFO kablam! warning: a method with this name may be added to the standard library in the future Nov 10 01:36:27.689 INFO kablam! --> src/lib.rs:203:24 Nov 10 01:36:27.689 INFO kablam! | Nov 10 01:36:27.689 INFO kablam! 203 | assert!(!(..5).contains(&7)); Nov 10 01:36:27.689 INFO kablam! | ^^^^^^^^ Nov 10 01:36:27.689 INFO kablam! | Nov 10 01:36:27.690 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Nov 10 01:36:27.690 INFO kablam! = note: for more information, see issue #48919 Nov 10 01:36:27.690 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Nov 10 01:36:27.690 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Nov 10 01:36:27.690 INFO kablam! Nov 10 01:36:27.741 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Nov 10 01:36:27.743 INFO kablam! su: No module specific data is present Nov 10 01:36:28.049 INFO running `"docker" "rm" "-f" "fc7b969e0a1ca620707d9ad7e0f5d5f06b257fb9c4cd6f3f803f0bbd69fbbd81"` Nov 10 01:36:28.238 INFO blam! fc7b969e0a1ca620707d9ad7e0f5d5f06b257fb9c4cd6f3f803f0bbd69fbbd81