Oct 14 22:20:43.565 INFO testing drewkett/html-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1
Oct 14 22:20:43.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 22:20:44.137 INFO blam! 3f473512c01c8e3cfa46a25441d9c7aaeb3bf60aaccdc1567b356175057c7c74
Oct 14 22:20:44.143 INFO running `"docker" "start" "-a" "3f473512c01c8e3cfa46a25441d9c7aaeb3bf60aaccdc1567b356175057c7c74"`
Oct 14 22:20:45.445 INFO kablam! usermod: no changes
Oct 14 22:20:45.548 INFO kablam! Compiling html-rs v0.1.0 (/source)
Oct 14 22:20:45.925 INFO kablam! warning: struct is never constructed: `p`
Oct 14 22:20:45.925 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:45.925 INFO kablam! |
Oct 14 22:20:45.925 INFO kablam! 43 | struct $a {
Oct 14 22:20:45.925 INFO kablam! | ^^^^^^^^^
Oct 14 22:20:45.925 INFO kablam! ...
Oct 14 22:20:45.925 INFO kablam! 69 | element!(p, BodyElement);
Oct 14 22:20:45.925 INFO kablam! | ------------------------- in this macro invocation
Oct 14 22:20:45.925 INFO kablam! |
Oct 14 22:20:45.925 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 14 22:20:45.925 INFO kablam!
Oct 14 22:20:45.925 INFO kablam! warning: function is never used: `p`
Oct 14 22:20:45.925 INFO kablam! --> src/main.rs:61:9
Oct 14 22:20:45.925 INFO kablam! |
Oct 14 22:20:45.925 INFO kablam! 61 | fn $a(children: Vec>) -> Box<$a> {
Oct 14 22:20:45.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 22:20:45.925 INFO kablam! ...
Oct 14 22:20:45.925 INFO kablam! 69 | element!(p, BodyElement);
Oct 14 22:20:45.925 INFO kablam! | ------------------------- in this macro invocation
Oct 14 22:20:45.925 INFO kablam!
Oct 14 22:20:45.928 INFO kablam! warning: type `text` should have a camel case name such as `Text`
Oct 14 22:20:45.929 INFO kablam! --> src/main.rs:27:1
Oct 14 22:20:45.929 INFO kablam! |
Oct 14 22:20:45.929 INFO kablam! 27 | / struct text {
Oct 14 22:20:45.929 INFO kablam! 28 | | string: String,
Oct 14 22:20:45.929 INFO kablam! 29 | | }
Oct 14 22:20:45.929 INFO kablam! | |_^
Oct 14 22:20:45.929 INFO kablam! |
Oct 14 22:20:45.935 INFO kablam! = note: #[warn(non_camel_case_types)] on by default
Oct 14 22:20:45.935 INFO kablam!
Oct 14 22:20:45.935 INFO kablam! warning: type `span` should have a camel case name such as `Span`
Oct 14 22:20:45.935 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:45.935 INFO kablam! |
Oct 14 22:20:45.935 INFO kablam! 43 | / struct $a {
Oct 14 22:20:45.935 INFO kablam! 44 | | children: Vec>,
Oct 14 22:20:45.935 INFO kablam! 45 | | }
Oct 14 22:20:45.935 INFO kablam! | |_________^
Oct 14 22:20:45.935 INFO kablam! ...
Oct 14 22:20:45.935 INFO kablam! 67 | element!(span, BodyElement);
Oct 14 22:20:45.935 INFO kablam! | ---------------------------- in this macro invocation
Oct 14 22:20:45.935 INFO kablam!
Oct 14 22:20:45.935 INFO kablam! warning: type `div` should have a camel case name such as `Div`
Oct 14 22:20:45.935 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:45.935 INFO kablam! |
Oct 14 22:20:45.935 INFO kablam! 43 | / struct $a {
Oct 14 22:20:45.935 INFO kablam! 44 | | children: Vec>,
Oct 14 22:20:45.935 INFO kablam! 45 | | }
Oct 14 22:20:45.936 INFO kablam! | |_________^
Oct 14 22:20:45.936 INFO kablam! ...
Oct 14 22:20:45.936 INFO kablam! 68 | element!(div, BodyElement);
Oct 14 22:20:45.936 INFO kablam! | --------------------------- in this macro invocation
Oct 14 22:20:45.936 INFO kablam!
Oct 14 22:20:45.936 INFO kablam! warning: type `p` should have a camel case name such as `P`
Oct 14 22:20:45.936 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:45.936 INFO kablam! |
Oct 14 22:20:45.936 INFO kablam! 43 | / struct $a {
Oct 14 22:20:45.936 INFO kablam! 44 | | children: Vec>,
Oct 14 22:20:45.936 INFO kablam! 45 | | }
Oct 14 22:20:45.936 INFO kablam! | |_________^
Oct 14 22:20:45.936 INFO kablam! ...
Oct 14 22:20:45.936 INFO kablam! 69 | element!(p, BodyElement);
Oct 14 22:20:45.936 INFO kablam! | ------------------------- in this macro invocation
Oct 14 22:20:45.936 INFO kablam!
Oct 14 22:20:46.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s
Oct 14 22:20:46.399 INFO kablam! su: No module specific data is present
Oct 14 22:20:46.933 INFO running `"docker" "rm" "-f" "3f473512c01c8e3cfa46a25441d9c7aaeb3bf60aaccdc1567b356175057c7c74"`
Oct 14 22:20:47.211 INFO blam! 3f473512c01c8e3cfa46a25441d9c7aaeb3bf60aaccdc1567b356175057c7c74
Oct 14 22:20:47.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 22:20:47.683 INFO blam! aca6745b8a80cc12b861656d26ef40d54e27f7895f1f01d8686750250a261fee
Oct 14 22:20:47.687 INFO running `"docker" "start" "-a" "aca6745b8a80cc12b861656d26ef40d54e27f7895f1f01d8686750250a261fee"`
Oct 14 22:20:48.582 INFO kablam! usermod: no changes
Oct 14 22:20:48.639 INFO kablam! Compiling html-rs v0.1.0 (/source)
Oct 14 22:20:49.035 INFO kablam! warning: struct is never constructed: `p`
Oct 14 22:20:49.035 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:49.035 INFO kablam! |
Oct 14 22:20:49.035 INFO kablam! 43 | struct $a {
Oct 14 22:20:49.035 INFO kablam! | ^^^^^^^^^
Oct 14 22:20:49.035 INFO kablam! ...
Oct 14 22:20:49.035 INFO kablam! 69 | element!(p, BodyElement);
Oct 14 22:20:49.035 INFO kablam! | ------------------------- in this macro invocation
Oct 14 22:20:49.035 INFO kablam! |
Oct 14 22:20:49.035 INFO kablam! = note: #[warn(dead_code)] on by default
Oct 14 22:20:49.035 INFO kablam!
Oct 14 22:20:49.035 INFO kablam! warning: function is never used: `p`
Oct 14 22:20:49.035 INFO kablam! --> src/main.rs:61:9
Oct 14 22:20:49.035 INFO kablam! |
Oct 14 22:20:49.035 INFO kablam! 61 | fn $a(children: Vec>) -> Box<$a> {
Oct 14 22:20:49.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Oct 14 22:20:49.035 INFO kablam! ...
Oct 14 22:20:49.035 INFO kablam! 69 | element!(p, BodyElement);
Oct 14 22:20:49.035 INFO kablam! | ------------------------- in this macro invocation
Oct 14 22:20:49.035 INFO kablam!
Oct 14 22:20:49.047 INFO kablam! warning: type `text` should have a camel case name such as `Text`
Oct 14 22:20:49.047 INFO kablam! --> src/main.rs:27:1
Oct 14 22:20:49.047 INFO kablam! |
Oct 14 22:20:49.047 INFO kablam! 27 | / struct text {
Oct 14 22:20:49.047 INFO kablam! 28 | | string: String,
Oct 14 22:20:49.047 INFO kablam! 29 | | }
Oct 14 22:20:49.047 INFO kablam! | |_^
Oct 14 22:20:49.047 INFO kablam! |
Oct 14 22:20:49.047 INFO kablam! = note: #[warn(non_camel_case_types)] on by default
Oct 14 22:20:49.047 INFO kablam!
Oct 14 22:20:49.047 INFO kablam! warning: type `span` should have a camel case name such as `Span`
Oct 14 22:20:49.047 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:49.047 INFO kablam! |
Oct 14 22:20:49.047 INFO kablam! 43 | / struct $a {
Oct 14 22:20:49.047 INFO kablam! 44 | | children: Vec>,
Oct 14 22:20:49.047 INFO kablam! 45 | | }
Oct 14 22:20:49.047 INFO kablam! | |_________^
Oct 14 22:20:49.047 INFO kablam! ...
Oct 14 22:20:49.047 INFO kablam! 67 | element!(span, BodyElement);
Oct 14 22:20:49.047 INFO kablam! | ---------------------------- in this macro invocation
Oct 14 22:20:49.047 INFO kablam!
Oct 14 22:20:49.047 INFO kablam! warning: type `div` should have a camel case name such as `Div`
Oct 14 22:20:49.047 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:49.047 INFO kablam! |
Oct 14 22:20:49.047 INFO kablam! 43 | / struct $a {
Oct 14 22:20:49.047 INFO kablam! 44 | | children: Vec>,
Oct 14 22:20:49.047 INFO kablam! 45 | | }
Oct 14 22:20:49.047 INFO kablam! | |_________^
Oct 14 22:20:49.047 INFO kablam! ...
Oct 14 22:20:49.047 INFO kablam! 68 | element!(div, BodyElement);
Oct 14 22:20:49.047 INFO kablam! | --------------------------- in this macro invocation
Oct 14 22:20:49.047 INFO kablam!
Oct 14 22:20:49.047 INFO kablam! warning: type `p` should have a camel case name such as `P`
Oct 14 22:20:49.047 INFO kablam! --> src/main.rs:43:9
Oct 14 22:20:49.047 INFO kablam! |
Oct 14 22:20:49.047 INFO kablam! 43 | / struct $a {
Oct 14 22:20:49.047 INFO kablam! 44 | | children: Vec>,
Oct 14 22:20:49.047 INFO kablam! 45 | | }
Oct 14 22:20:49.047 INFO kablam! | |_________^
Oct 14 22:20:49.047 INFO kablam! ...
Oct 14 22:20:49.047 INFO kablam! 69 | element!(p, BodyElement);
Oct 14 22:20:49.047 INFO kablam! | ------------------------- in this macro invocation
Oct 14 22:20:49.047 INFO kablam!
Oct 14 22:20:49.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s
Oct 14 22:20:49.463 INFO kablam! su: No module specific data is present
Oct 14 22:20:50.037 INFO running `"docker" "rm" "-f" "aca6745b8a80cc12b861656d26ef40d54e27f7895f1f01d8686750250a261fee"`
Oct 14 22:20:50.303 INFO blam! aca6745b8a80cc12b861656d26ef40d54e27f7895f1f01d8686750250a261fee
Oct 14 22:20:50.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 22:20:50.744 INFO blam! 88a431d917ba35c0e9b0bd35de1e3dab6e1e540a0438278de4c80a0a10bd2817
Oct 14 22:20:50.747 INFO running `"docker" "start" "-a" "88a431d917ba35c0e9b0bd35de1e3dab6e1e540a0438278de4c80a0a10bd2817"`
Oct 14 22:20:52.394 INFO kablam! usermod: no changes
Oct 14 22:20:52.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Oct 14 22:20:52.487 INFO kablam! Running /target/debug/deps/html_rs-914ebb745ebf467f
Oct 14 22:20:52.495 INFO kablam! su: No module specific data is present
Oct 14 22:20:52.495 INFO blam!
Oct 14 22:20:52.495 INFO blam! running 0 tests
Oct 14 22:20:52.495 INFO blam!
Oct 14 22:20:52.495 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
Oct 14 22:20:52.495 INFO blam!
Oct 14 22:20:53.779 INFO running `"docker" "rm" "-f" "88a431d917ba35c0e9b0bd35de1e3dab6e1e540a0438278de4c80a0a10bd2817"`
Oct 14 22:20:54.167 INFO blam! 88a431d917ba35c0e9b0bd35de1e3dab6e1e540a0438278de4c80a0a10bd2817