Oct 16 12:57:46.992 INFO testing domafic-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:57:46.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 12:57:47.210 INFO blam! ee71b33f9380bd34775f638921d16d699142031bc0ba68f089779cffb7cdf197 Oct 16 12:57:47.212 INFO running `"docker" "start" "-a" "ee71b33f9380bd34775f638921d16d699142031bc0ba68f089779cffb7cdf197"` Oct 16 12:57:47.639 INFO kablam! usermod: no changes Oct 16 12:57:47.679 INFO kablam! Compiling either_n v0.2.0 Oct 16 12:57:49.416 INFO kablam! Compiling domafic v0.2.0 (/source) Oct 16 12:57:51.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.90s Oct 16 12:57:51.575 INFO kablam! su: No module specific data is present Oct 16 12:57:52.163 INFO running `"docker" "rm" "-f" "ee71b33f9380bd34775f638921d16d699142031bc0ba68f089779cffb7cdf197"` Oct 16 12:57:52.391 INFO blam! ee71b33f9380bd34775f638921d16d699142031bc0ba68f089779cffb7cdf197 Oct 16 12:57:52.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 12:57:52.723 INFO blam! 2f48b755310527845377f323bd30b379e3aebad657ab59a1b2bc3baba156a99b Oct 16 12:57:52.727 INFO running `"docker" "start" "-a" "2f48b755310527845377f323bd30b379e3aebad657ab59a1b2bc3baba156a99b"` Oct 16 12:57:53.415 INFO kablam! usermod: no changes Oct 16 12:57:53.451 INFO kablam! Compiling domafic v0.2.0 (/source) Oct 16 12:57:54.468 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 12:57:54.468 INFO kablam! --> src/lib.rs:315:13 Oct 16 12:57:54.468 INFO kablam! | Oct 16 12:57:54.468 INFO kablam! 315 | div(( Oct 16 12:57:54.468 INFO kablam! | _____________^ Oct 16 12:57:54.468 INFO kablam! 316 | | table(( Oct 16 12:57:54.468 INFO kablam! 317 | | if include_rows { Oct 16 12:57:54.468 INFO kablam! 318 | | Either2::One(( Oct 16 12:57:54.468 INFO kablam! ... | Oct 16 12:57:54.468 INFO kablam! 325 | | )) Oct 16 12:57:54.468 INFO kablam! 326 | | )) Oct 16 12:57:54.468 INFO kablam! | |_________^ Oct 16 12:57:54.468 INFO kablam! | Oct 16 12:57:54.468 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 12:57:54.468 INFO kablam! help: remove these parentheses Oct 16 12:57:54.468 INFO kablam! | Oct 16 12:57:54.468 INFO kablam! 315 | div(table((if include_rows { Oct 16 12:57:54.468 INFO kablam! 316 | Either2::One((tr("a"), tr("b"))) Oct 16 12:57:54.468 INFO kablam! 317 | } else { Either2::Two("sumthin else") }))) Oct 16 12:57:54.468 INFO kablam! | Oct 16 12:57:54.468 INFO kablam! Oct 16 12:57:54.468 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 12:57:54.468 INFO kablam! --> src/lib.rs:316:19 Oct 16 12:57:54.468 INFO kablam! | Oct 16 12:57:54.468 INFO kablam! 316 | table(( Oct 16 12:57:54.468 INFO kablam! | ___________________^ Oct 16 12:57:54.468 INFO kablam! 317 | | if include_rows { Oct 16 12:57:54.468 INFO kablam! 318 | | Either2::One(( Oct 16 12:57:54.468 INFO kablam! 319 | | tr("a"), Oct 16 12:57:54.468 INFO kablam! ... | Oct 16 12:57:54.468 INFO kablam! 324 | | } Oct 16 12:57:54.468 INFO kablam! 325 | | )) Oct 16 12:57:54.468 INFO kablam! | |_____________^ Oct 16 12:57:54.468 INFO kablam! help: remove these parentheses Oct 16 12:57:54.468 INFO kablam! | Oct 16 12:57:54.468 INFO kablam! 316 | table(if include_rows { Oct 16 12:57:54.468 INFO kablam! 317 | Either2::One((tr("a"), tr("b"))) Oct 16 12:57:54.468 INFO kablam! 318 | } else { Either2::Two("sumthin else") }) Oct 16 12:57:54.469 INFO kablam! | Oct 16 12:57:54.469 INFO kablam! Oct 16 12:57:56.283 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 16 12:57:56.283 INFO kablam! --> src/lib.rs:126:27 Oct 16 12:57:56.283 INFO kablam! | Oct 16 12:57:56.284 INFO kablam! 126 | #![cfg_attr(test, feature(conservative_impl_trait))] Oct 16 12:57:56.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:57:56.284 INFO kablam! | Oct 16 12:57:56.284 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 12:57:56.285 INFO kablam! Oct 16 12:57:57.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.16s Oct 16 12:57:57.599 INFO kablam! su: No module specific data is present Oct 16 12:57:58.470 INFO running `"docker" "rm" "-f" "2f48b755310527845377f323bd30b379e3aebad657ab59a1b2bc3baba156a99b"` Oct 16 12:57:58.847 INFO blam! 2f48b755310527845377f323bd30b379e3aebad657ab59a1b2bc3baba156a99b Oct 16 12:57:58.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 16 12:57:59.370 INFO blam! 3e2e739224bccac3edc74eb347989330927b83decd67750369ad24a89d74d862 Oct 16 12:57:59.371 INFO running `"docker" "start" "-a" "3e2e739224bccac3edc74eb347989330927b83decd67750369ad24a89d74d862"` Oct 16 12:58:00.081 INFO kablam! usermod: no changes Oct 16 12:58:00.148 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 12:58:00.152 INFO kablam! Running /target/debug/deps/domafic-58ab1c140d905406 Oct 16 12:58:00.159 INFO kablam! Doc-tests domafic Oct 16 12:58:00.159 INFO blam! Oct 16 12:58:00.160 INFO blam! running 5 tests Oct 16 12:58:00.160 INFO blam! test tests::builds_attribute_list ... ok Oct 16 12:58:00.160 INFO blam! test tests::builds_either_string ... ok Oct 16 12:58:00.160 INFO blam! test tests::builds_string ... ok Oct 16 12:58:00.160 INFO blam! test tests::nonstatic_nodes ... ok Oct 16 12:58:00.161 INFO blam! test tests::counts_children ... ok Oct 16 12:58:00.161 INFO blam! Oct 16 12:58:00.161 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:58:00.161 INFO blam! Oct 16 12:58:01.125 INFO blam! Oct 16 12:58:01.125 INFO blam! running 6 tests Oct 16 12:58:04.480 INFO blam! test src/dom_node.rs - dom_node::DomNode::with_attributes (line 103) ... ok Oct 16 12:58:05.815 INFO blam! test src/dom_node.rs - dom_node::DomNode::with_listeners (line 126) ... ok Oct 16 12:58:06.923 INFO blam! test src/lib.rs - (line 50) ... ok Oct 16 12:58:07.181 INFO blam! test src/dom_node.rs - dom_node::DomNode::with_key (line 51) ... ok Oct 16 12:58:07.186 INFO blam! test src/tags.rs - tags::attributes (line 44) ... ok Oct 16 12:58:07.282 INFO blam! test src/lib.rs - (line 9) ... ok Oct 16 12:58:07.283 INFO blam! Oct 16 12:58:07.283 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:58:07.283 INFO blam! Oct 16 12:58:07.314 INFO kablam! su: No module specific data is present Oct 16 12:58:08.508 INFO running `"docker" "rm" "-f" "3e2e739224bccac3edc74eb347989330927b83decd67750369ad24a89d74d862"` Oct 16 12:58:08.911 INFO blam! 3e2e739224bccac3edc74eb347989330927b83decd67750369ad24a89d74d862