Dec 07 03:06:16.530 INFO testing range_check-0.1.0 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 03:06:16.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-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 07 03:06:16.720 INFO [stdout] 1d1e3efae4c7916bc2ea7d53d67b4a78ebc5025ef7b2fcf9ac5fedef8ed0b868 Dec 07 03:06:16.722 INFO running `"docker" "start" "-a" "1d1e3efae4c7916bc2ea7d53d67b4a78ebc5025ef7b2fcf9ac5fedef8ed0b868"` Dec 07 03:06:17.113 INFO [stderr] usermod: no changes Dec 07 03:06:17.146 INFO [stderr] Compiling range_check v0.1.0 (/source) Dec 07 03:06:17.664 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s Dec 07 03:06:17.667 INFO [stderr] su: No module specific data is present Dec 07 03:06:17.954 INFO running `"docker" "inspect" "1d1e3efae4c7916bc2ea7d53d67b4a78ebc5025ef7b2fcf9ac5fedef8ed0b868"` Dec 07 03:06:18.084 INFO running `"docker" "rm" "-f" "1d1e3efae4c7916bc2ea7d53d67b4a78ebc5025ef7b2fcf9ac5fedef8ed0b868"` Dec 07 03:06:18.180 INFO [stdout] 1d1e3efae4c7916bc2ea7d53d67b4a78ebc5025ef7b2fcf9ac5fedef8ed0b868 Dec 07 03:06:18.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-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 07 03:06:18.456 INFO [stdout] 8b931c3bd829f5b373900e5dd14cc78e313c2ed492daa10912dad3238332657d Dec 07 03:06:18.458 INFO running `"docker" "start" "-a" "8b931c3bd829f5b373900e5dd14cc78e313c2ed492daa10912dad3238332657d"` Dec 07 03:06:19.076 INFO [stderr] usermod: no changes Dec 07 03:06:19.112 INFO [stderr] Compiling range_check v0.1.0 (/source) Dec 07 03:06:19.716 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 03:06:19.716 INFO [stderr] --> src/lib.rs:173:24 Dec 07 03:06:19.716 INFO [stderr] | Dec 07 03:06:19.716 INFO [stderr] 173 | assert!((1..5).contains(3)); Dec 07 03:06:19.716 INFO [stderr] | ^^^^^^^^ Dec 07 03:06:19.716 INFO [stderr] | Dec 07 03:06:19.716 INFO [stderr] = note: #[warn(unstable_name_collisions)] on by default Dec 07 03:06:19.716 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 03:06:19.716 INFO [stderr] = note: for more information, see issue #48919 Dec 07 03:06:19.716 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 07 03:06:19.716 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 07 03:06:19.717 INFO [stderr] Dec 07 03:06:19.717 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 03:06:19.717 INFO [stderr] --> src/lib.rs:179:25 Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] 179 | assert!(!(1..5).contains(&7)); Dec 07 03:06:19.717 INFO [stderr] | ^^^^^^^^ Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 03:06:19.717 INFO [stderr] = note: for more information, see issue #48919 Dec 07 03:06:19.717 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 07 03:06:19.717 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 07 03:06:19.717 INFO [stderr] Dec 07 03:06:19.717 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 03:06:19.717 INFO [stderr] --> src/lib.rs:185:23 Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] 185 | assert!((1..).contains(&3)); Dec 07 03:06:19.717 INFO [stderr] | ^^^^^^^^ Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 03:06:19.717 INFO [stderr] = note: for more information, see issue #48919 Dec 07 03:06:19.717 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 07 03:06:19.717 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 07 03:06:19.717 INFO [stderr] Dec 07 03:06:19.717 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 03:06:19.717 INFO [stderr] --> src/lib.rs:191:24 Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] 191 | assert!(!(1..).contains(&-7)); Dec 07 03:06:19.717 INFO [stderr] | ^^^^^^^^ Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 03:06:19.717 INFO [stderr] = note: for more information, see issue #48919 Dec 07 03:06:19.717 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 07 03:06:19.717 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 07 03:06:19.717 INFO [stderr] Dec 07 03:06:19.717 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 03:06:19.717 INFO [stderr] --> src/lib.rs:197:23 Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] 197 | assert!((..5).contains(&3)); Dec 07 03:06:19.717 INFO [stderr] | ^^^^^^^^ Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 03:06:19.717 INFO [stderr] = note: for more information, see issue #48919 Dec 07 03:06:19.717 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 07 03:06:19.717 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 07 03:06:19.717 INFO [stderr] Dec 07 03:06:19.717 INFO [stderr] warning: a method with this name may be added to the standard library in the future Dec 07 03:06:19.717 INFO [stderr] --> src/lib.rs:203:24 Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] 203 | assert!(!(..5).contains(&7)); Dec 07 03:06:19.717 INFO [stderr] | ^^^^^^^^ Dec 07 03:06:19.717 INFO [stderr] | Dec 07 03:06:19.717 INFO [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Dec 07 03:06:19.717 INFO [stderr] = note: for more information, see issue #48919 Dec 07 03:06:19.717 INFO [stderr] = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Dec 07 03:06:19.717 INFO [stderr] = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Dec 07 03:06:19.717 INFO [stderr] Dec 07 03:06:20.099 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s Dec 07 03:06:20.104 INFO [stderr] su: No module specific data is present Dec 07 03:06:20.413 INFO running `"docker" "inspect" "8b931c3bd829f5b373900e5dd14cc78e313c2ed492daa10912dad3238332657d"` Dec 07 03:06:20.500 INFO running `"docker" "rm" "-f" "8b931c3bd829f5b373900e5dd14cc78e313c2ed492daa10912dad3238332657d"` Dec 07 03:06:20.565 INFO [stdout] 8b931c3bd829f5b373900e5dd14cc78e313c2ed492daa10912dad3238332657d Dec 07 03:06:20.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-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 07 03:06:20.794 INFO [stdout] 4f41a730970a326840d4cd136306630dbb5861b65560c08510137093268b1334 Dec 07 03:06:20.798 INFO running `"docker" "start" "-a" "4f41a730970a326840d4cd136306630dbb5861b65560c08510137093268b1334"` Dec 07 03:06:21.232 INFO [stderr] usermod: no changes Dec 07 03:06:21.259 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 07 03:06:21.259 INFO [stderr] Running /target/debug/deps/range_check-e6120923dbcc045e Dec 07 03:06:21.264 INFO [stdout] Dec 07 03:06:21.264 INFO [stdout] running 6 tests Dec 07 03:06:21.264 INFO [stdout] test test::to_no ... ok Dec 07 03:06:21.265 INFO [stdout] test test::no ... ok Dec 07 03:06:21.265 INFO [stdout] test test::from_yes ... ok Dec 07 03:06:21.265 INFO [stdout] test test::yes ... ok Dec 07 03:06:21.265 INFO [stdout] test test::from_no ... ok Dec 07 03:06:21.265 INFO [stdout] test test::to_yes ... ok Dec 07 03:06:21.265 INFO [stdout] Dec 07 03:06:21.265 INFO [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 03:06:21.265 INFO [stdout] Dec 07 03:06:21.265 INFO [stderr] Doc-tests range_check Dec 07 03:06:22.046 INFO [stdout] Dec 07 03:06:22.046 INFO [stdout] running 9 tests Dec 07 03:06:28.599 INFO [stdout] test src/lib.rs - (line 39) ... ok Dec 07 03:06:28.668 INFO [stdout] test src/lib.rs - (line 11) ... ok Dec 07 03:06:29.228 INFO [stdout] test src/lib.rs - Within::is_within (line 144) ... ok Dec 07 03:06:29.537 INFO [stdout] test src/lib.rs - Contains::contains (line 103) ... ok Dec 07 03:06:29.657 INFO [stdout] test src/lib.rs - (line 24) ... ok Dec 07 03:06:29.675 INFO [stdout] test src/result.rs - result::Error::generify (line 108) ... ok Dec 07 03:06:29.741 INFO [stdout] test src/lib.rs - (line 63) ... ok Dec 07 03:06:29.741 INFO [stdout] test src/result.rs - result::Check::check_range (line 22) ... ok Dec 07 03:06:30.496 INFO [stdout] test src/result.rs - result::Error::new (line 66) ... ok Dec 07 03:06:30.496 INFO [stdout] Dec 07 03:06:30.496 INFO [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 03:06:30.496 INFO [stdout] Dec 07 03:06:30.517 INFO [stderr] su: No module specific data is present Dec 07 03:06:30.837 INFO running `"docker" "inspect" "4f41a730970a326840d4cd136306630dbb5861b65560c08510137093268b1334"` Dec 07 03:06:30.920 INFO running `"docker" "rm" "-f" "4f41a730970a326840d4cd136306630dbb5861b65560c08510137093268b1334"` Dec 07 03:06:31.006 INFO [stdout] 4f41a730970a326840d4cd136306630dbb5861b65560c08510137093268b1334