Oct 10 23:56:56.005 INFO testing drewkett/html-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:56:56.005 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:56:56.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 23:56:56.492 INFO blam! 6ce4e32237338bc60904a013c2a34a33140b66aa3202a7808270e3355c2a074f Oct 10 23:56:56.497 INFO running `"docker" "start" "-a" "6ce4e32237338bc60904a013c2a34a33140b66aa3202a7808270e3355c2a074f"` Oct 10 23:56:57.768 INFO kablam! usermod: no changes Oct 10 23:56:57.812 INFO kablam! Compiling html-rs v0.1.0 (/source) Oct 10 23:56:58.200 INFO kablam! warning: struct is never constructed: `p` Oct 10 23:56:58.200 INFO kablam! --> src/main.rs:43:9 Oct 10 23:56:58.200 INFO kablam! | Oct 10 23:56:58.200 INFO kablam! 43 | struct $a { Oct 10 23:56:58.200 INFO kablam! | ^^^^^^^^^ Oct 10 23:56:58.200 INFO kablam! ... Oct 10 23:56:58.200 INFO kablam! 69 | element!(p, BodyElement); Oct 10 23:56:58.200 INFO kablam! | ------------------------- in this macro invocation Oct 10 23:56:58.200 INFO kablam! | Oct 10 23:56:58.200 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:56:58.200 INFO kablam! Oct 10 23:56:58.200 INFO kablam! warning: function is never used: `p` Oct 10 23:56:58.200 INFO kablam! --> src/main.rs:61:9 Oct 10 23:56:58.200 INFO kablam! | Oct 10 23:56:58.200 INFO kablam! 61 | fn $a(children: Vec>) -> Box<$a> { Oct 10 23:56:58.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:58.200 INFO kablam! ... Oct 10 23:56:58.200 INFO kablam! 69 | element!(p, BodyElement); Oct 10 23:56:58.200 INFO kablam! | ------------------------- in this macro invocation Oct 10 23:56:58.200 INFO kablam! Oct 10 23:56:58.217 INFO kablam! warning: type `text` should have a camel case name such as `Text` Oct 10 23:56:58.217 INFO kablam! --> src/main.rs:27:1 Oct 10 23:56:58.217 INFO kablam! | Oct 10 23:56:58.217 INFO kablam! 27 | / struct text { Oct 10 23:56:58.217 INFO kablam! 28 | | string: String, Oct 10 23:56:58.217 INFO kablam! 29 | | } Oct 10 23:56:58.217 INFO kablam! | |_^ Oct 10 23:56:58.217 INFO kablam! | Oct 10 23:56:58.217 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 23:56:58.217 INFO kablam! Oct 10 23:56:58.217 INFO kablam! warning: type `span` should have a camel case name such as `Span` Oct 10 23:56:58.217 INFO kablam! --> src/main.rs:43:9 Oct 10 23:56:58.217 INFO kablam! | Oct 10 23:56:58.217 INFO kablam! 43 | / struct $a { Oct 10 23:56:58.217 INFO kablam! 44 | | children: Vec>, Oct 10 23:56:58.217 INFO kablam! 45 | | } Oct 10 23:56:58.217 INFO kablam! | |_________^ Oct 10 23:56:58.217 INFO kablam! ... Oct 10 23:56:58.217 INFO kablam! 67 | element!(span, BodyElement); Oct 10 23:56:58.217 INFO kablam! | ---------------------------- in this macro invocation Oct 10 23:56:58.217 INFO kablam! Oct 10 23:56:58.217 INFO kablam! warning: type `div` should have a camel case name such as `Div` Oct 10 23:56:58.217 INFO kablam! --> src/main.rs:43:9 Oct 10 23:56:58.217 INFO kablam! | Oct 10 23:56:58.217 INFO kablam! 43 | / struct $a { Oct 10 23:56:58.217 INFO kablam! 44 | | children: Vec>, Oct 10 23:56:58.218 INFO kablam! 45 | | } Oct 10 23:56:58.218 INFO kablam! | |_________^ Oct 10 23:56:58.218 INFO kablam! ... Oct 10 23:56:58.218 INFO kablam! 68 | element!(div, BodyElement); Oct 10 23:56:58.218 INFO kablam! | --------------------------- in this macro invocation Oct 10 23:56:58.218 INFO kablam! Oct 10 23:56:58.220 INFO kablam! warning: type `p` should have a camel case name such as `P` Oct 10 23:56:58.220 INFO kablam! --> src/main.rs:43:9 Oct 10 23:56:58.220 INFO kablam! | Oct 10 23:56:58.220 INFO kablam! 43 | / struct $a { Oct 10 23:56:58.220 INFO kablam! 44 | | children: Vec>, Oct 10 23:56:58.220 INFO kablam! 45 | | } Oct 10 23:56:58.220 INFO kablam! | |_________^ Oct 10 23:56:58.220 INFO kablam! ... Oct 10 23:56:58.220 INFO kablam! 69 | element!(p, BodyElement); Oct 10 23:56:58.220 INFO kablam! | ------------------------- in this macro invocation Oct 10 23:56:58.220 INFO kablam! Oct 10 23:56:58.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 10 23:56:58.935 INFO kablam! su: No module specific data is present Oct 10 23:56:59.460 INFO running `"docker" "rm" "-f" "6ce4e32237338bc60904a013c2a34a33140b66aa3202a7808270e3355c2a074f"` Oct 10 23:56:59.780 INFO blam! 6ce4e32237338bc60904a013c2a34a33140b66aa3202a7808270e3355c2a074f Oct 10 23:56:59.781 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:56:59.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 23:57:00.216 INFO blam! e52532044316ff643d44a450c848e9f3ebdaa44655144d881f56eaba2c196219 Oct 10 23:57:00.217 INFO running `"docker" "start" "-a" "e52532044316ff643d44a450c848e9f3ebdaa44655144d881f56eaba2c196219"` Oct 10 23:57:01.416 INFO kablam! usermod: no changes Oct 10 23:57:01.470 INFO kablam! Compiling html-rs v0.1.0 (/source) Oct 10 23:57:01.824 INFO kablam! warning: struct is never constructed: `p` Oct 10 23:57:01.824 INFO kablam! --> src/main.rs:43:9 Oct 10 23:57:01.824 INFO kablam! | Oct 10 23:57:01.824 INFO kablam! 43 | struct $a { Oct 10 23:57:01.824 INFO kablam! | ^^^^^^^^^ Oct 10 23:57:01.824 INFO kablam! ... Oct 10 23:57:01.824 INFO kablam! 69 | element!(p, BodyElement); Oct 10 23:57:01.824 INFO kablam! | ------------------------- in this macro invocation Oct 10 23:57:01.824 INFO kablam! | Oct 10 23:57:01.824 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:57:01.824 INFO kablam! Oct 10 23:57:01.824 INFO kablam! warning: function is never used: `p` Oct 10 23:57:01.824 INFO kablam! --> src/main.rs:61:9 Oct 10 23:57:01.824 INFO kablam! | Oct 10 23:57:01.824 INFO kablam! 61 | fn $a(children: Vec>) -> Box<$a> { Oct 10 23:57:01.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:57:01.824 INFO kablam! ... Oct 10 23:57:01.824 INFO kablam! 69 | element!(p, BodyElement); Oct 10 23:57:01.824 INFO kablam! | ------------------------- in this macro invocation Oct 10 23:57:01.824 INFO kablam! Oct 10 23:57:01.824 INFO kablam! warning: type `text` should have a camel case name such as `Text` Oct 10 23:57:01.824 INFO kablam! --> src/main.rs:27:1 Oct 10 23:57:01.824 INFO kablam! | Oct 10 23:57:01.824 INFO kablam! 27 | / struct text { Oct 10 23:57:01.824 INFO kablam! 28 | | string: String, Oct 10 23:57:01.824 INFO kablam! 29 | | } Oct 10 23:57:01.824 INFO kablam! | |_^ Oct 10 23:57:01.824 INFO kablam! | Oct 10 23:57:01.824 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 10 23:57:01.824 INFO kablam! Oct 10 23:57:01.824 INFO kablam! warning: type `span` should have a camel case name such as `Span` Oct 10 23:57:01.824 INFO kablam! --> src/main.rs:43:9 Oct 10 23:57:01.824 INFO kablam! | Oct 10 23:57:01.824 INFO kablam! 43 | / struct $a { Oct 10 23:57:01.824 INFO kablam! 44 | | children: Vec>, Oct 10 23:57:01.824 INFO kablam! 45 | | } Oct 10 23:57:01.824 INFO kablam! | |_________^ Oct 10 23:57:01.824 INFO kablam! ... Oct 10 23:57:01.824 INFO kablam! 67 | element!(span, BodyElement); Oct 10 23:57:01.824 INFO kablam! | ---------------------------- in this macro invocation Oct 10 23:57:01.824 INFO kablam! Oct 10 23:57:01.825 INFO kablam! warning: type `div` should have a camel case name such as `Div` Oct 10 23:57:01.825 INFO kablam! --> src/main.rs:43:9 Oct 10 23:57:01.825 INFO kablam! | Oct 10 23:57:01.825 INFO kablam! 43 | / struct $a { Oct 10 23:57:01.825 INFO kablam! 44 | | children: Vec>, Oct 10 23:57:01.825 INFO kablam! 45 | | } Oct 10 23:57:01.825 INFO kablam! | |_________^ Oct 10 23:57:01.825 INFO kablam! ... Oct 10 23:57:01.825 INFO kablam! 68 | element!(div, BodyElement); Oct 10 23:57:01.825 INFO kablam! | --------------------------- in this macro invocation Oct 10 23:57:01.825 INFO kablam! Oct 10 23:57:01.825 INFO kablam! warning: type `p` should have a camel case name such as `P` Oct 10 23:57:01.825 INFO kablam! --> src/main.rs:43:9 Oct 10 23:57:01.825 INFO kablam! | Oct 10 23:57:01.825 INFO kablam! 43 | / struct $a { Oct 10 23:57:01.825 INFO kablam! 44 | | children: Vec>, Oct 10 23:57:01.825 INFO kablam! 45 | | } Oct 10 23:57:01.825 INFO kablam! | |_________^ Oct 10 23:57:01.825 INFO kablam! ... Oct 10 23:57:01.825 INFO kablam! 69 | element!(p, BodyElement); Oct 10 23:57:01.825 INFO kablam! | ------------------------- in this macro invocation Oct 10 23:57:01.825 INFO kablam! Oct 10 23:57:02.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 10 23:57:02.248 INFO kablam! su: No module specific data is present Oct 10 23:57:03.205 INFO running `"docker" "rm" "-f" "e52532044316ff643d44a450c848e9f3ebdaa44655144d881f56eaba2c196219"` Oct 10 23:57:03.508 INFO blam! e52532044316ff643d44a450c848e9f3ebdaa44655144d881f56eaba2c196219 Oct 10 23:57:03.513 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:57:03.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 23:57:04.094 INFO blam! 29300bac4a17c77f84991eefdf54eaf3da46f7897c484aee0f1fc1629f4e5e35 Oct 10 23:57:04.096 INFO running `"docker" "start" "-a" "29300bac4a17c77f84991eefdf54eaf3da46f7897c484aee0f1fc1629f4e5e35"` Oct 10 23:57:05.358 INFO kablam! usermod: no changes Oct 10 23:57:05.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 23:57:05.446 INFO kablam! Running /target/debug/deps/html_rs-852881a8737532b6 Oct 10 23:57:05.446 INFO blam! Oct 10 23:57:05.446 INFO blam! running 0 tests Oct 10 23:57:05.446 INFO blam! Oct 10 23:57:05.446 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:57:05.446 INFO blam! Oct 10 23:57:05.456 INFO kablam! su: No module specific data is present Oct 10 23:57:06.296 INFO running `"docker" "rm" "-f" "29300bac4a17c77f84991eefdf54eaf3da46f7897c484aee0f1fc1629f4e5e35"` Oct 10 23:57:06.601 INFO blam! 29300bac4a17c77f84991eefdf54eaf3da46f7897c484aee0f1fc1629f4e5e35