Oct 22 00:36:34.100 INFO checking range_check-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:36:34.101 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 22 00:36:34.546 INFO blam! d0680489cafdf81939953e2a627911577f12d6aa3aae53fc8913a8b931db9e0b Oct 22 00:36:34.556 INFO running `"docker" "start" "-a" "d0680489cafdf81939953e2a627911577f12d6aa3aae53fc8913a8b931db9e0b"` Oct 22 00:36:35.807 INFO kablam! usermod: no changes Oct 22 00:36:35.833 INFO kablam! Checking range_check v0.1.0 (/source) Oct 22 00:36:37.156 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 00:36:37.156 INFO kablam! --> src/lib.rs:173:24 Oct 22 00:36:37.156 INFO kablam! | Oct 22 00:36:37.156 INFO kablam! 173 | assert!((1..5).contains(3)); Oct 22 00:36:37.156 INFO kablam! | ^^^^^^^^ Oct 22 00:36:37.156 INFO kablam! | Oct 22 00:36:37.156 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 22 00:36:37.157 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 00:36:37.157 INFO kablam! = note: for more information, see issue #48919 Oct 22 00:36:37.157 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 22 00:36:37.157 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 22 00:36:37.157 INFO kablam! Oct 22 00:36:37.157 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 00:36:37.157 INFO kablam! --> src/lib.rs:179:25 Oct 22 00:36:37.157 INFO kablam! | Oct 22 00:36:37.157 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Oct 22 00:36:37.157 INFO kablam! | ^^^^^^^^ Oct 22 00:36:37.157 INFO kablam! | Oct 22 00:36:37.157 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 00:36:37.157 INFO kablam! = note: for more information, see issue #48919 Oct 22 00:36:37.157 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 22 00:36:37.157 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 22 00:36:37.157 INFO kablam! Oct 22 00:36:37.157 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 00:36:37.157 INFO kablam! --> src/lib.rs:185:23 Oct 22 00:36:37.157 INFO kablam! | Oct 22 00:36:37.157 INFO kablam! 185 | assert!((1..).contains(&3)); Oct 22 00:36:37.157 INFO kablam! | ^^^^^^^^ Oct 22 00:36:37.157 INFO kablam! | Oct 22 00:36:37.157 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 00:36:37.157 INFO kablam! = note: for more information, see issue #48919 Oct 22 00:36:37.158 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 22 00:36:37.158 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 22 00:36:37.158 INFO kablam! Oct 22 00:36:37.158 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 00:36:37.158 INFO kablam! --> src/lib.rs:191:24 Oct 22 00:36:37.158 INFO kablam! | Oct 22 00:36:37.158 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Oct 22 00:36:37.158 INFO kablam! | ^^^^^^^^ Oct 22 00:36:37.158 INFO kablam! | Oct 22 00:36:37.158 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 00:36:37.158 INFO kablam! = note: for more information, see issue #48919 Oct 22 00:36:37.158 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 22 00:36:37.158 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 22 00:36:37.158 INFO kablam! Oct 22 00:36:37.158 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 00:36:37.158 INFO kablam! --> src/lib.rs:197:23 Oct 22 00:36:37.158 INFO kablam! | Oct 22 00:36:37.158 INFO kablam! 197 | assert!((..5).contains(&3)); Oct 22 00:36:37.158 INFO kablam! | ^^^^^^^^ Oct 22 00:36:37.158 INFO kablam! | Oct 22 00:36:37.158 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 00:36:37.158 INFO kablam! = note: for more information, see issue #48919 Oct 22 00:36:37.158 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 22 00:36:37.159 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 22 00:36:37.159 INFO kablam! Oct 22 00:36:37.160 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 22 00:36:37.160 INFO kablam! --> src/lib.rs:203:24 Oct 22 00:36:37.160 INFO kablam! | Oct 22 00:36:37.160 INFO kablam! 203 | assert!(!(..5).contains(&7)); Oct 22 00:36:37.160 INFO kablam! | ^^^^^^^^ Oct 22 00:36:37.160 INFO kablam! | Oct 22 00:36:37.161 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 22 00:36:37.161 INFO kablam! = note: for more information, see issue #48919 Oct 22 00:36:37.161 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 22 00:36:37.161 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 22 00:36:37.161 INFO kablam! Oct 22 00:36:37.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 22 00:36:37.258 INFO kablam! su: No module specific data is present Oct 22 00:36:37.810 INFO running `"docker" "rm" "-f" "d0680489cafdf81939953e2a627911577f12d6aa3aae53fc8913a8b931db9e0b"` Oct 22 00:36:38.063 INFO blam! d0680489cafdf81939953e2a627911577f12d6aa3aae53fc8913a8b931db9e0b