Oct 15 22:48:13.018 INFO testing range_check-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:48:13.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 22:48:13.457 INFO blam! f2e782eb911f0bbd072d9d23e5d30386616922a34776b4a94457321700ad2ebb Oct 15 22:48:13.459 INFO running `"docker" "start" "-a" "f2e782eb911f0bbd072d9d23e5d30386616922a34776b4a94457321700ad2ebb"` Oct 15 22:48:14.486 INFO kablam! usermod: no changes Oct 15 22:48:14.548 INFO kablam! Compiling range_check v0.1.0 (/source) Oct 15 22:48:15.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 15 22:48:15.266 INFO kablam! su: No module specific data is present Oct 15 22:48:16.075 INFO running `"docker" "rm" "-f" "f2e782eb911f0bbd072d9d23e5d30386616922a34776b4a94457321700ad2ebb"` Oct 15 22:48:16.404 INFO blam! f2e782eb911f0bbd072d9d23e5d30386616922a34776b4a94457321700ad2ebb Oct 15 22:48:16.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 22:48:16.892 INFO blam! 559aa573d8dae1ea8b998e04bba1b19cc74ba4af74effb82b36b9cbfadfd33e8 Oct 15 22:48:16.899 INFO running `"docker" "start" "-a" "559aa573d8dae1ea8b998e04bba1b19cc74ba4af74effb82b36b9cbfadfd33e8"` Oct 15 22:48:17.830 INFO kablam! usermod: no changes Oct 15 22:48:17.891 INFO kablam! Compiling range_check v0.1.0 (/source) Oct 15 22:48:18.558 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 22:48:18.558 INFO kablam! --> src/lib.rs:173:24 Oct 15 22:48:18.558 INFO kablam! | Oct 15 22:48:18.558 INFO kablam! 173 | assert!((1..5).contains(3)); Oct 15 22:48:18.558 INFO kablam! | ^^^^^^^^ Oct 15 22:48:18.558 INFO kablam! | Oct 15 22:48:18.558 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 15 22:48:18.558 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 22:48:18.558 INFO kablam! = note: for more information, see issue #48919 Oct 15 22:48:18.558 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 15 22:48:18.558 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 15 22:48:18.558 INFO kablam! Oct 15 22:48:18.558 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 22:48:18.558 INFO kablam! --> src/lib.rs:179:25 Oct 15 22:48:18.558 INFO kablam! | Oct 15 22:48:18.558 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Oct 15 22:48:18.558 INFO kablam! | ^^^^^^^^ Oct 15 22:48:18.558 INFO kablam! | Oct 15 22:48:18.558 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 22:48:18.558 INFO kablam! = note: for more information, see issue #48919 Oct 15 22:48:18.558 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 15 22:48:18.558 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 15 22:48:18.558 INFO kablam! Oct 15 22:48:18.563 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 22:48:18.563 INFO kablam! --> src/lib.rs:185:23 Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! 185 | assert!((1..).contains(&3)); Oct 15 22:48:18.563 INFO kablam! | ^^^^^^^^ Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 22:48:18.563 INFO kablam! = note: for more information, see issue #48919 Oct 15 22:48:18.563 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 15 22:48:18.563 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 15 22:48:18.563 INFO kablam! Oct 15 22:48:18.563 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 22:48:18.563 INFO kablam! --> src/lib.rs:191:24 Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Oct 15 22:48:18.563 INFO kablam! | ^^^^^^^^ Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 22:48:18.563 INFO kablam! = note: for more information, see issue #48919 Oct 15 22:48:18.563 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 15 22:48:18.563 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 15 22:48:18.563 INFO kablam! Oct 15 22:48:18.563 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 22:48:18.563 INFO kablam! --> src/lib.rs:197:23 Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! 197 | assert!((..5).contains(&3)); Oct 15 22:48:18.563 INFO kablam! | ^^^^^^^^ Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 22:48:18.563 INFO kablam! = note: for more information, see issue #48919 Oct 15 22:48:18.563 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 15 22:48:18.563 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 15 22:48:18.563 INFO kablam! Oct 15 22:48:18.563 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 15 22:48:18.563 INFO kablam! --> src/lib.rs:203:24 Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! 203 | assert!(!(..5).contains(&7)); Oct 15 22:48:18.563 INFO kablam! | ^^^^^^^^ Oct 15 22:48:18.563 INFO kablam! | Oct 15 22:48:18.563 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 15 22:48:18.563 INFO kablam! = note: for more information, see issue #48919 Oct 15 22:48:18.563 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 15 22:48:18.563 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 15 22:48:18.563 INFO kablam! Oct 15 22:48:19.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 15 22:48:19.243 INFO kablam! su: No module specific data is present Oct 15 22:48:20.251 INFO running `"docker" "rm" "-f" "559aa573d8dae1ea8b998e04bba1b19cc74ba4af74effb82b36b9cbfadfd33e8"` Oct 15 22:48:20.595 INFO blam! 559aa573d8dae1ea8b998e04bba1b19cc74ba4af74effb82b36b9cbfadfd33e8 Oct 15 22:48:20.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 22:48:20.987 INFO blam! b5cbbe6c036f682038f5813e48a224e258a731b9da688377cefadf480891b9ff Oct 15 22:48:20.999 INFO running `"docker" "start" "-a" "b5cbbe6c036f682038f5813e48a224e258a731b9da688377cefadf480891b9ff"` Oct 15 22:48:23.318 INFO kablam! usermod: no changes Oct 15 22:48:23.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 22:48:23.403 INFO kablam! Running /target/debug/deps/range_check-d7ddff286c3653c4 Oct 15 22:48:23.405 INFO blam! Oct 15 22:48:23.405 INFO blam! running 6 tests Oct 15 22:48:23.411 INFO blam! test test::from_yes ... ok Oct 15 22:48:23.411 INFO blam! test test::to_no ... ok Oct 15 22:48:23.411 INFO blam! test test::from_no ... ok Oct 15 22:48:23.411 INFO blam! test test::to_yes ... ok Oct 15 22:48:23.411 INFO blam! test test::yes ... ok Oct 15 22:48:23.411 INFO blam! test test::no ... ok Oct 15 22:48:23.411 INFO blam! Oct 15 22:48:23.411 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:48:23.411 INFO blam! Oct 15 22:48:23.413 INFO kablam! Doc-tests range_check Oct 15 22:48:24.355 INFO blam! Oct 15 22:48:24.355 INFO blam! running 9 tests Oct 15 22:48:29.667 INFO blam! test src/lib.rs - (line 11) ... ok Oct 15 22:48:30.776 INFO blam! test src/lib.rs - (line 39) ... ok Oct 15 22:48:30.883 INFO blam! test src/result.rs - result::Error::generify (line 108) ... ok Oct 15 22:48:31.472 INFO blam! test src/result.rs - result::Check::check_range (line 22) ... ok Oct 15 22:48:31.944 INFO blam! test src/lib.rs - (line 24) ... ok Oct 15 22:48:31.992 INFO blam! test src/lib.rs - Contains::contains (line 103) ... ok Oct 15 22:48:32.091 INFO blam! test src/lib.rs - (line 63) ... ok Oct 15 22:48:32.094 INFO blam! test src/lib.rs - Within::is_within (line 144) ... ok Oct 15 22:48:32.851 INFO blam! test src/result.rs - result::Error::new (line 66) ... ok Oct 15 22:48:32.851 INFO blam! Oct 15 22:48:32.851 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:48:32.851 INFO blam! Oct 15 22:48:32.875 INFO kablam! su: No module specific data is present Oct 15 22:48:33.601 INFO running `"docker" "rm" "-f" "b5cbbe6c036f682038f5813e48a224e258a731b9da688377cefadf480891b9ff"` Oct 15 22:48:33.844 INFO blam! b5cbbe6c036f682038f5813e48a224e258a731b9da688377cefadf480891b9ff