Oct 11 14:05:40.136 INFO testing range_check-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:05:40.136 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:05:40.137 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:05:40.516 INFO blam! 1b22882480a6dfb69b815bee0c775e36dc9eef01403052313becf9d709925534 Oct 11 14:05:40.522 INFO running `"docker" "start" "-a" "1b22882480a6dfb69b815bee0c775e36dc9eef01403052313becf9d709925534"` Oct 11 14:05:41.732 INFO kablam! usermod: no changes Oct 11 14:05:41.779 INFO kablam! Compiling range_check v0.1.0 (/source) Oct 11 14:05:42.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 11 14:05:42.648 INFO kablam! su: No module specific data is present Oct 11 14:05:43.078 INFO running `"docker" "rm" "-f" "1b22882480a6dfb69b815bee0c775e36dc9eef01403052313becf9d709925534"` Oct 11 14:05:43.392 INFO blam! 1b22882480a6dfb69b815bee0c775e36dc9eef01403052313becf9d709925534 Oct 11 14:05:43.400 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:05:43.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:05:43.917 INFO blam! 8961ca7f98d3eac94b03cf93c6f926ff64040c51df7b750eb1f2adde2861ad0c Oct 11 14:05:43.919 INFO running `"docker" "start" "-a" "8961ca7f98d3eac94b03cf93c6f926ff64040c51df7b750eb1f2adde2861ad0c"` Oct 11 14:05:44.845 INFO kablam! usermod: no changes Oct 11 14:05:44.936 INFO kablam! Compiling range_check v0.1.0 (/source) Oct 11 14:05:46.080 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 14:05:46.080 INFO kablam! --> src/lib.rs:173:24 Oct 11 14:05:46.080 INFO kablam! | Oct 11 14:05:46.080 INFO kablam! 173 | assert!((1..5).contains(3)); Oct 11 14:05:46.080 INFO kablam! | ^^^^^^^^ Oct 11 14:05:46.080 INFO kablam! | Oct 11 14:05:46.080 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 11 14:05:46.080 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 14:05:46.081 INFO kablam! = note: for more information, see issue #48919 Oct 11 14:05:46.081 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 11 14:05:46.081 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 11 14:05:46.081 INFO kablam! Oct 11 14:05:46.081 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 14:05:46.081 INFO kablam! --> src/lib.rs:179:25 Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! 179 | assert!(!(1..5).contains(&7)); Oct 11 14:05:46.081 INFO kablam! | ^^^^^^^^ Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 14:05:46.081 INFO kablam! = note: for more information, see issue #48919 Oct 11 14:05:46.081 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 11 14:05:46.081 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 11 14:05:46.081 INFO kablam! Oct 11 14:05:46.081 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 14:05:46.081 INFO kablam! --> src/lib.rs:185:23 Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! 185 | assert!((1..).contains(&3)); Oct 11 14:05:46.081 INFO kablam! | ^^^^^^^^ Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 14:05:46.081 INFO kablam! = note: for more information, see issue #48919 Oct 11 14:05:46.081 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 11 14:05:46.081 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 11 14:05:46.081 INFO kablam! Oct 11 14:05:46.081 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 14:05:46.081 INFO kablam! --> src/lib.rs:191:24 Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! 191 | assert!(!(1..).contains(&-7)); Oct 11 14:05:46.081 INFO kablam! | ^^^^^^^^ Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 14:05:46.081 INFO kablam! = note: for more information, see issue #48919 Oct 11 14:05:46.081 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 11 14:05:46.081 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 11 14:05:46.081 INFO kablam! Oct 11 14:05:46.081 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 14:05:46.081 INFO kablam! --> src/lib.rs:197:23 Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! 197 | assert!((..5).contains(&3)); Oct 11 14:05:46.081 INFO kablam! | ^^^^^^^^ Oct 11 14:05:46.081 INFO kablam! | Oct 11 14:05:46.081 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 14:05:46.081 INFO kablam! = note: for more information, see issue #48919 Oct 11 14:05:46.081 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 11 14:05:46.081 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 11 14:05:46.081 INFO kablam! Oct 11 14:05:46.090 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 11 14:05:46.090 INFO kablam! --> src/lib.rs:203:24 Oct 11 14:05:46.090 INFO kablam! | Oct 11 14:05:46.090 INFO kablam! 203 | assert!(!(..5).contains(&7)); Oct 11 14:05:46.090 INFO kablam! | ^^^^^^^^ Oct 11 14:05:46.090 INFO kablam! | Oct 11 14:05:46.090 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 11 14:05:46.090 INFO kablam! = note: for more information, see issue #48919 Oct 11 14:05:46.090 INFO kablam! = help: call with fully qualified syntax `Contains::contains(...)` to keep using the current method Oct 11 14:05:46.090 INFO kablam! = help: add #![feature(range_contains)] to the crate attributes to enable `>::contains` Oct 11 14:05:46.090 INFO kablam! Oct 11 14:05:46.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 11 14:05:46.976 INFO kablam! su: No module specific data is present Oct 11 14:05:47.494 INFO running `"docker" "rm" "-f" "8961ca7f98d3eac94b03cf93c6f926ff64040c51df7b750eb1f2adde2861ad0c"` Oct 11 14:05:47.876 INFO blam! 8961ca7f98d3eac94b03cf93c6f926ff64040c51df7b750eb1f2adde2861ad0c Oct 11 14:05:47.888 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:05:47.890 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:05:48.316 INFO blam! 735892db95a7af3741c3ab3f1dabfb19de09fd8e3a91d4316a5c2cf4e054ff1d Oct 11 14:05:48.328 INFO running `"docker" "start" "-a" "735892db95a7af3741c3ab3f1dabfb19de09fd8e3a91d4316a5c2cf4e054ff1d"` Oct 11 14:05:49.940 INFO kablam! usermod: no changes Oct 11 14:05:49.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 14:05:49.993 INFO kablam! Running /target/debug/deps/range_check-d7ddff286c3653c4 Oct 11 14:05:49.996 INFO blam! Oct 11 14:05:49.996 INFO blam! running 6 tests Oct 11 14:05:50.004 INFO blam! test test::from_no ... ok Oct 11 14:05:50.004 INFO blam! test test::from_yes ... ok Oct 11 14:05:50.004 INFO blam! test test::no ... ok Oct 11 14:05:50.004 INFO blam! test test::to_no ... ok Oct 11 14:05:50.004 INFO blam! test test::to_yes ... ok Oct 11 14:05:50.004 INFO blam! test test::yes ... ok Oct 11 14:05:50.004 INFO blam! Oct 11 14:05:50.004 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:05:50.004 INFO blam! Oct 11 14:05:50.006 INFO kablam! Doc-tests range_check Oct 11 14:05:51.607 INFO blam! Oct 11 14:05:51.607 INFO blam! running 9 tests Oct 11 14:05:58.311 INFO blam! test src/lib.rs - Contains::contains (line 103) ... ok Oct 11 14:05:59.948 INFO blam! test src/lib.rs - (line 24) ... ok Oct 11 14:06:00.154 INFO blam! test src/lib.rs - (line 63) ... ok Oct 11 14:06:00.518 INFO blam! test src/lib.rs - Within::is_within (line 144) ... ok Oct 11 14:06:00.680 INFO blam! test src/result.rs - result::Check::check_range (line 22) ... ok Oct 11 14:06:01.473 INFO blam! test src/result.rs - result::Error::generify (line 108) ... ok Oct 11 14:06:01.536 INFO blam! test src/lib.rs - (line 39) ... ok Oct 11 14:06:01.633 INFO blam! test src/lib.rs - (line 11) ... ok Oct 11 14:06:02.691 INFO blam! test src/result.rs - result::Error::new (line 66) ... ok Oct 11 14:06:02.691 INFO blam! Oct 11 14:06:02.691 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:06:02.691 INFO blam! Oct 11 14:06:02.704 INFO kablam! su: No module specific data is present Oct 11 14:06:03.340 INFO running `"docker" "rm" "-f" "735892db95a7af3741c3ab3f1dabfb19de09fd8e3a91d4316a5c2cf4e054ff1d"` Oct 11 14:06:03.575 INFO blam! 735892db95a7af3741c3ab3f1dabfb19de09fd8e3a91d4316a5c2cf4e054ff1d