Oct 14 16:29:35.720 INFO testing joelparkerhenderson/demo_rust_html_parser against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:29:35.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:29:36.156 INFO blam! 13ba712eeba5d52939d94f126f1a5cfc77dce9e5b9f9f2dae9c9d7e5a668f170 Oct 14 16:29:36.158 INFO running `"docker" "start" "-a" "13ba712eeba5d52939d94f126f1a5cfc77dce9e5b9f9f2dae9c9d7e5a668f170"` Oct 14 16:29:37.489 INFO kablam! usermod: no changes Oct 14 16:29:37.595 INFO kablam! Compiling libc v0.2.32 Oct 14 16:29:37.595 INFO kablam! Compiling serde v1.0.15 Oct 14 16:29:37.619 INFO kablam! Compiling html5ever v0.21.0 Oct 14 16:29:37.619 INFO kablam! Compiling tendril v0.4.0 Oct 14 16:29:40.129 INFO kablam! Compiling rand v0.3.17 Oct 14 16:29:42.627 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 16:29:43.243 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 14 16:29:43.243 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 16:29:45.995 INFO kablam! Compiling string_cache v0.6.2 Oct 14 16:29:45.995 INFO kablam! Compiling markup5ever v0.6.0 Oct 14 16:30:00.130 INFO kablam! Compiling demo-rust-html-parser v1.0.0 (/source) Oct 14 16:30:00.370 INFO kablam! warning: unused import: `std::env` Oct 14 16:30:00.370 INFO kablam! --> src/main.rs:3:5 Oct 14 16:30:00.371 INFO kablam! | Oct 14 16:30:00.371 INFO kablam! 3 | use std::env; Oct 14 16:30:00.371 INFO kablam! | ^^^^^^^^ Oct 14 16:30:00.371 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `std::fmt::format` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:4:5 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 4 | use std::fmt::format; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `std::io` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:6:5 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 6 | use std::io; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `std::io::BufReader` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:7:5 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 7 | use std::io::BufReader; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `std::iter::repeat` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:9:5 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 9 | use std::iter::repeat; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `std::ffi::OsStr` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:13:5 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 13 | use std::ffi::OsStr; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `Node` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:15:24 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 15 | use html5ever::rcdom::{Node, NodeData, RcDom, Handle}; Oct 14 16:30:00.372 INFO kablam! | ^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `ParseOpts` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:17:17 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 17 | use html5ever::{ParseOpts, parse_document}; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused import: `html5ever::tree_builder::TreeBuilderOpts` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:18:5 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 18 | use html5ever::tree_builder::TreeBuilderOpts; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.372 INFO kablam! warning: unused imports: `SerializeOpts`, `serialize` Oct 14 16:30:00.372 INFO kablam! --> src/main.rs:19:28 Oct 14 16:30:00.372 INFO kablam! | Oct 14 16:30:00.372 INFO kablam! 19 | use html5ever::serialize::{SerializeOpts, serialize}; Oct 14 16:30:00.372 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^ Oct 14 16:30:00.372 INFO kablam! Oct 14 16:30:00.429 INFO kablam! warning: unused import: `html5ever::tendril` Oct 14 16:30:00.429 INFO kablam! --> src/main.rs:20:5 Oct 14 16:30:00.429 INFO kablam! | Oct 14 16:30:00.429 INFO kablam! 20 | use html5ever::tendril::*; Oct 14 16:30:00.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:30:00.429 INFO kablam! Oct 14 16:30:00.452 INFO kablam! warning: function is never used: `indent` Oct 14 16:30:00.453 INFO kablam! --> src/main.rs:107:1 Oct 14 16:30:00.453 INFO kablam! | Oct 14 16:30:00.453 INFO kablam! 107 | fn indent(size: usize, s: &str) -> String { Oct 14 16:30:00.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:30:00.453 INFO kablam! | Oct 14 16:30:00.454 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:30:00.454 INFO kablam! Oct 14 16:30:02.517 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.01s Oct 14 16:30:02.521 INFO kablam! su: No module specific data is present Oct 14 16:30:02.827 INFO running `"docker" "rm" "-f" "13ba712eeba5d52939d94f126f1a5cfc77dce9e5b9f9f2dae9c9d7e5a668f170"` Oct 14 16:30:02.950 INFO blam! 13ba712eeba5d52939d94f126f1a5cfc77dce9e5b9f9f2dae9c9d7e5a668f170 Oct 14 16:30:02.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:30:03.143 INFO blam! 48c48f8f161b92fd26d641053f0ffa1679b08d307e65b7a20cfd57cb49791fbe Oct 14 16:30:03.145 INFO running `"docker" "start" "-a" "48c48f8f161b92fd26d641053f0ffa1679b08d307e65b7a20cfd57cb49791fbe"` Oct 14 16:30:03.697 INFO kablam! usermod: no changes Oct 14 16:30:03.755 INFO kablam! Compiling demo-rust-html-parser v1.0.0 (/source) Oct 14 16:30:04.080 INFO kablam! warning: unused import: `std::env` Oct 14 16:30:04.080 INFO kablam! --> src/main.rs:3:5 Oct 14 16:30:04.080 INFO kablam! | Oct 14 16:30:04.080 INFO kablam! 3 | use std::env; Oct 14 16:30:04.080 INFO kablam! | ^^^^^^^^ Oct 14 16:30:04.080 INFO kablam! | Oct 14 16:30:04.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:30:04.080 INFO kablam! Oct 14 16:30:04.080 INFO kablam! warning: unused import: `std::fmt::format` Oct 14 16:30:04.080 INFO kablam! --> src/main.rs:4:5 Oct 14 16:30:04.080 INFO kablam! | Oct 14 16:30:04.080 INFO kablam! 4 | use std::fmt::format; Oct 14 16:30:04.080 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:30:04.080 INFO kablam! Oct 14 16:30:04.080 INFO kablam! warning: unused import: `std::io` Oct 14 16:30:04.080 INFO kablam! --> src/main.rs:6:5 Oct 14 16:30:04.080 INFO kablam! | Oct 14 16:30:04.080 INFO kablam! 6 | use std::io; Oct 14 16:30:04.080 INFO kablam! | ^^^^^^^ Oct 14 16:30:04.080 INFO kablam! Oct 14 16:30:04.080 INFO kablam! warning: unused import: `std::io::BufReader` Oct 14 16:30:04.080 INFO kablam! --> src/main.rs:7:5 Oct 14 16:30:04.080 INFO kablam! | Oct 14 16:30:04.080 INFO kablam! 7 | use std::io::BufReader; Oct 14 16:30:04.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:30:04.080 INFO kablam! Oct 14 16:30:04.080 INFO kablam! warning: unused import: `std::iter::repeat` Oct 14 16:30:04.080 INFO kablam! --> src/main.rs:9:5 Oct 14 16:30:04.080 INFO kablam! | Oct 14 16:30:04.080 INFO kablam! 9 | use std::iter::repeat; Oct 14 16:30:04.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 16:30:04.080 INFO kablam! Oct 14 16:30:04.080 INFO kablam! warning: unused import: `std::ffi::OsStr` Oct 14 16:30:04.081 INFO kablam! --> src/main.rs:13:5 Oct 14 16:30:04.081 INFO kablam! | Oct 14 16:30:04.081 INFO kablam! 13 | use std::ffi::OsStr; Oct 14 16:30:04.081 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:30:04.081 INFO kablam! Oct 14 16:30:04.081 INFO kablam! warning: unused import: `Node` Oct 14 16:30:04.081 INFO kablam! --> src/main.rs:15:24 Oct 14 16:30:04.081 INFO kablam! | Oct 14 16:30:04.081 INFO kablam! 15 | use html5ever::rcdom::{Node, NodeData, RcDom, Handle}; Oct 14 16:30:04.081 INFO kablam! | ^^^^ Oct 14 16:30:04.081 INFO kablam! Oct 14 16:30:04.081 INFO kablam! warning: unused import: `ParseOpts` Oct 14 16:30:04.081 INFO kablam! --> src/main.rs:17:17 Oct 14 16:30:04.081 INFO kablam! | Oct 14 16:30:04.081 INFO kablam! 17 | use html5ever::{ParseOpts, parse_document}; Oct 14 16:30:04.081 INFO kablam! | ^^^^^^^^^ Oct 14 16:30:04.081 INFO kablam! Oct 14 16:30:04.081 INFO kablam! warning: unused import: `html5ever::tree_builder::TreeBuilderOpts` Oct 14 16:30:04.081 INFO kablam! --> src/main.rs:18:5 Oct 14 16:30:04.081 INFO kablam! | Oct 14 16:30:04.081 INFO kablam! 18 | use html5ever::tree_builder::TreeBuilderOpts; Oct 14 16:30:04.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:30:04.081 INFO kablam! Oct 14 16:30:04.081 INFO kablam! warning: unused imports: `SerializeOpts`, `serialize` Oct 14 16:30:04.081 INFO kablam! --> src/main.rs:19:28 Oct 14 16:30:04.081 INFO kablam! | Oct 14 16:30:04.081 INFO kablam! 19 | use html5ever::serialize::{SerializeOpts, serialize}; Oct 14 16:30:04.081 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^ Oct 14 16:30:04.081 INFO kablam! Oct 14 16:30:04.148 INFO kablam! warning: unused import: `html5ever::tendril` Oct 14 16:30:04.148 INFO kablam! --> src/main.rs:20:5 Oct 14 16:30:04.148 INFO kablam! | Oct 14 16:30:04.148 INFO kablam! 20 | use html5ever::tendril::*; Oct 14 16:30:04.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 16:30:04.148 INFO kablam! Oct 14 16:30:06.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 14 16:30:06.005 INFO kablam! su: No module specific data is present Oct 14 16:30:06.526 INFO running `"docker" "rm" "-f" "48c48f8f161b92fd26d641053f0ffa1679b08d307e65b7a20cfd57cb49791fbe"` Oct 14 16:30:06.731 INFO blam! 48c48f8f161b92fd26d641053f0ffa1679b08d307e65b7a20cfd57cb49791fbe Oct 14 16:30:06.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:30:06.973 INFO blam! 4873b67f2d0c1345cc72e5038088ab5515cce5515c9b6eff42bfdc646bd90c38 Oct 14 16:30:06.977 INFO running `"docker" "start" "-a" "4873b67f2d0c1345cc72e5038088ab5515cce5515c9b6eff42bfdc646bd90c38"` Oct 14 16:30:07.365 INFO kablam! usermod: no changes Oct 14 16:30:07.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 16:30:07.435 INFO kablam! Running /target/debug/deps/demo_rust_html_parser-4dbaa417f9e8223f Oct 14 16:30:07.437 INFO blam! Oct 14 16:30:07.437 INFO blam! running 11 tests Oct 14 16:30:07.438 INFO blam! test tests::test_indent_args_some ... ok Oct 14 16:30:07.439 INFO blam! test tests::test_indent_args_zero ... ok Oct 14 16:30:07.440 INFO blam! test tests::test_indent_unit ... ok Oct 14 16:30:07.440 INFO blam! test tests::test_indent_units_args_some ... ok Oct 14 16:30:07.440 INFO blam! test tests::test_indent_units_args_zero ... ok Oct 14 16:30:07.440 INFO blam! test tests::test_parse_html_string_with_blank ... ok Oct 14 16:30:07.440 INFO blam! test tests::test_parse_html_string_with_double_tag ... ok Oct 14 16:30:07.441 INFO blam! test tests::test_parse_html_string_with_comment ... ok Oct 14 16:30:07.443 INFO blam! test tests::test_parse_html_string_with_single_tag ... ok Oct 14 16:30:07.445 INFO blam! test tests::test_parse_html_string_with_text ... ok Oct 14 16:30:07.446 INFO blam! test tests::test_parse_html_string_with_single_tag_with_attribute ... ok Oct 14 16:30:07.446 INFO blam! Oct 14 16:30:07.446 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:30:07.446 INFO blam! Oct 14 16:30:07.448 INFO kablam! su: No module specific data is present Oct 14 16:30:07.720 INFO running `"docker" "rm" "-f" "4873b67f2d0c1345cc72e5038088ab5515cce5515c9b6eff42bfdc646bd90c38"` Oct 14 16:30:07.819 INFO blam! 4873b67f2d0c1345cc72e5038088ab5515cce5515c9b6eff42bfdc646bd90c38