Oct 11 19:36:46.238 INFO testing hado-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 19:36:46.238 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 19:36:46.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 19:36:46.380 INFO blam! 3086ed084b16bfcd79ba9373ab8fc668b90e3fbbe26d16533163aab434083d46 Oct 11 19:36:46.388 INFO running `"docker" "start" "-a" "3086ed084b16bfcd79ba9373ab8fc668b90e3fbbe26d16533163aab434083d46"` Oct 11 19:36:47.071 INFO kablam! usermod: no changes Oct 11 19:36:47.100 INFO kablam! Compiling hado v0.1.0 (/source) Oct 11 19:36:47.636 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 19:36:47.636 INFO kablam! --> src/lib.rs:28:25 Oct 11 19:36:47.636 INFO kablam! | Oct 11 19:36:47.636 INFO kablam! 28 | fn bind(t: Self, mut f: F) -> O where F: FnMut(Self::Inner) -> O ; Oct 11 19:36:47.636 INFO kablam! | ^^^^^ Oct 11 19:36:47.636 INFO kablam! | Oct 11 19:36:47.636 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 19:36:47.636 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 19:36:47.636 INFO kablam! = note: for more information, see issue #35203 Oct 11 19:36:47.636 INFO kablam! Oct 11 19:36:47.694 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 11 19:36:47.694 INFO kablam! su: No module specific data is present Oct 11 19:36:48.130 INFO running `"docker" "rm" "-f" "3086ed084b16bfcd79ba9373ab8fc668b90e3fbbe26d16533163aab434083d46"` Oct 11 19:36:48.332 INFO blam! 3086ed084b16bfcd79ba9373ab8fc668b90e3fbbe26d16533163aab434083d46 Oct 11 19:36:48.334 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 19:36:48.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 19:36:48.614 INFO blam! f134047a89c69dd75e7bcf60cdea3e03b6ddb9ef8171b3a6028ac062ea99cae2 Oct 11 19:36:48.617 INFO running `"docker" "start" "-a" "f134047a89c69dd75e7bcf60cdea3e03b6ddb9ef8171b3a6028ac062ea99cae2"` Oct 11 19:36:49.131 INFO kablam! usermod: no changes Oct 11 19:36:49.149 INFO kablam! Compiling hado v0.1.0 (/source) Oct 11 19:36:49.772 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 19:36:49.772 INFO kablam! --> src/lib.rs:28:25 Oct 11 19:36:49.772 INFO kablam! | Oct 11 19:36:49.772 INFO kablam! 28 | fn bind(t: Self, mut f: F) -> O where F: FnMut(Self::Inner) -> O ; Oct 11 19:36:49.772 INFO kablam! | ^^^^^ Oct 11 19:36:49.772 INFO kablam! | Oct 11 19:36:49.772 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 19:36:49.772 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 19:36:49.772 INFO kablam! = note: for more information, see issue #35203 Oct 11 19:36:49.772 INFO kablam! Oct 11 19:36:49.790 INFO kablam! warning: unused `#[macro_use]` import Oct 11 19:36:49.790 INFO kablam! --> tests/list.rs:1:1 Oct 11 19:36:49.790 INFO kablam! | Oct 11 19:36:49.790 INFO kablam! 1 | #[macro_use] Oct 11 19:36:49.790 INFO kablam! | ^^^^^^^^^^^^ Oct 11 19:36:49.790 INFO kablam! | Oct 11 19:36:49.790 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 19:36:49.790 INFO kablam! Oct 11 19:36:49.839 INFO kablam! warning: unused `#[macro_use]` import Oct 11 19:36:49.839 INFO kablam! --> tests/option.rs:1:1 Oct 11 19:36:49.839 INFO kablam! | Oct 11 19:36:49.839 INFO kablam! 1 | #[macro_use] Oct 11 19:36:49.839 INFO kablam! | ^^^^^^^^^^^^ Oct 11 19:36:49.839 INFO kablam! | Oct 11 19:36:49.839 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 19:36:49.839 INFO kablam! Oct 11 19:36:50.091 INFO kablam! warning: unused `#[macro_use]` import Oct 11 19:36:50.092 INFO kablam! --> tests/result.rs:1:1 Oct 11 19:36:50.092 INFO kablam! | Oct 11 19:36:50.092 INFO kablam! 1 | #[macro_use] Oct 11 19:36:50.092 INFO kablam! | ^^^^^^^^^^^^ Oct 11 19:36:50.092 INFO kablam! | Oct 11 19:36:50.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 19:36:50.092 INFO kablam! Oct 11 19:36:50.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 11 19:36:50.730 INFO kablam! su: No module specific data is present Oct 11 19:36:50.978 INFO running `"docker" "rm" "-f" "f134047a89c69dd75e7bcf60cdea3e03b6ddb9ef8171b3a6028ac062ea99cae2"` Oct 11 19:36:51.076 INFO blam! f134047a89c69dd75e7bcf60cdea3e03b6ddb9ef8171b3a6028ac062ea99cae2 Oct 11 19:36:51.077 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 19:36:51.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 19:36:51.268 INFO blam! 7584d32ab2c80aa1887efdbc5296bf11639fad17109633e5d9afec87e793e6cf Oct 11 19:36:51.270 INFO running `"docker" "start" "-a" "7584d32ab2c80aa1887efdbc5296bf11639fad17109633e5d9afec87e793e6cf"` Oct 11 19:36:51.884 INFO kablam! usermod: no changes Oct 11 19:36:51.934 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 19:36:51.941 INFO kablam! Running /target/debug/deps/hado-3e62e0470e3ac64b Oct 11 19:36:51.946 INFO blam! Oct 11 19:36:51.946 INFO blam! running 0 tests Oct 11 19:36:51.946 INFO blam! Oct 11 19:36:51.946 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:36:51.946 INFO blam! Oct 11 19:36:51.947 INFO kablam! Running /target/debug/deps/lib-8cb741db4cfae744 Oct 11 19:36:51.952 INFO blam! Oct 11 19:36:51.952 INFO blam! running 3 tests Oct 11 19:36:51.964 INFO blam! test division ... ok Oct 11 19:36:51.964 INFO blam! test main ... ok Oct 11 19:36:51.964 INFO blam! test file ... ok Oct 11 19:36:51.964 INFO blam! Oct 11 19:36:51.964 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:36:51.964 INFO blam! Oct 11 19:36:51.964 INFO blam! Oct 11 19:36:51.964 INFO blam! running 3 tests Oct 11 19:36:51.964 INFO blam! test duplicate_list ... ignored Oct 11 19:36:51.964 INFO blam! test empty_list_is_empty_list ... ignored Oct 11 19:36:51.964 INFO blam! test two_lists_multiply ... ignored Oct 11 19:36:51.964 INFO blam! Oct 11 19:36:51.964 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 11 19:36:51.964 INFO blam! Oct 11 19:36:51.965 INFO kablam! Running /target/debug/deps/list-aa578436019a1cd2 Oct 11 19:36:51.980 INFO kablam! Running /target/debug/deps/option-0bf3c2d9d700fe80 Oct 11 19:36:51.987 INFO blam! Oct 11 19:36:51.987 INFO blam! running 3 tests Oct 11 19:36:51.987 INFO blam! test two_level_deep ... ok Oct 11 19:36:51.996 INFO blam! test simple_map ... ok Oct 11 19:36:51.996 INFO blam! test if_none_ignore_function ... ok Oct 11 19:36:51.996 INFO blam! Oct 11 19:36:51.996 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:36:51.996 INFO blam! Oct 11 19:36:51.997 INFO kablam! Running /target/debug/deps/result-3be0650fe2c84ca6 Oct 11 19:36:52.002 INFO blam! Oct 11 19:36:52.002 INFO blam! running 2 tests Oct 11 19:36:52.002 INFO blam! test simple_map ... ok Oct 11 19:36:52.002 INFO blam! test fail_fast ... ok Oct 11 19:36:52.002 INFO blam! Oct 11 19:36:52.002 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:36:52.002 INFO blam! Oct 11 19:36:52.003 INFO kablam! Doc-tests hado Oct 11 19:36:53.084 INFO blam! Oct 11 19:36:53.084 INFO blam! running 0 tests Oct 11 19:36:53.084 INFO blam! Oct 11 19:36:53.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:36:53.085 INFO blam! Oct 11 19:36:53.087 INFO kablam! su: No module specific data is present Oct 11 19:36:53.560 INFO running `"docker" "rm" "-f" "7584d32ab2c80aa1887efdbc5296bf11639fad17109633e5d9afec87e793e6cf"` Oct 11 19:36:53.862 INFO blam! 7584d32ab2c80aa1887efdbc5296bf11639fad17109633e5d9afec87e793e6cf