Oct 10 19:51:59.439 INFO testing kradical/feOxy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:51:59.439 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:51:59.439 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:51:59.813 INFO blam! 5cb83016a6ed1b9b2e4e668ed06878e21db4eb5d320560d46d56820ffc994b20 Oct 10 19:51:59.819 INFO running `"docker" "start" "-a" "5cb83016a6ed1b9b2e4e668ed06878e21db4eb5d320560d46d56820ffc994b20"` Oct 10 19:52:00.774 INFO kablam! usermod: no changes Oct 10 19:52:01.020 INFO kablam! Compiling serde v0.8.8 Oct 10 19:52:01.020 INFO kablam! Compiling bitflags v0.6.0 Oct 10 19:52:01.020 INFO kablam! Compiling libz-sys v1.0.13 Oct 10 19:52:01.020 INFO kablam! Compiling osmesa-sys v0.1.1 Oct 10 19:52:01.020 INFO kablam! Compiling memmap v0.4.0 Oct 10 19:52:01.289 INFO kablam! Compiling xml-rs v0.3.4 Oct 10 19:52:01.289 INFO kablam! Compiling draw_state v0.6.0 Oct 10 19:52:04.901 INFO kablam! Compiling gfx_core v0.6.0 Oct 10 19:52:05.837 INFO kablam! Compiling freetype-sys v0.4.0 Oct 10 19:52:07.284 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 10 19:52:07.284 INFO kablam! Compiling gl_generator v0.5.2 Oct 10 19:52:08.099 INFO kablam! Compiling freetype-rs v0.11.0 Oct 10 19:52:10.241 INFO kablam! Compiling wayland-client v0.7.8 Oct 10 19:52:10.344 INFO kablam! Compiling gfx_gl v0.3.1 Oct 10 19:52:10.344 INFO kablam! Compiling glutin v0.7.1 Oct 10 19:52:12.824 INFO kablam! Compiling serde_json v0.8.1 Oct 10 19:52:18.772 INFO kablam! Compiling target_build_utils v0.1.1 Oct 10 19:52:20.601 INFO kablam! Compiling libloading v0.2.4 Oct 10 19:52:24.371 INFO kablam! Compiling dlib v0.3.0 Oct 10 19:52:25.397 INFO kablam! Compiling wayland-sys v0.7.8 Oct 10 19:52:32.281 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 19:52:32.281 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 19:52:36.466 INFO kablam! Compiling winit v0.5.6 Oct 10 19:52:53.204 INFO kablam! Compiling gfx_device_gl v0.13.0 Oct 10 19:52:53.204 INFO kablam! Compiling gfx v0.14.0 Oct 10 19:53:01.258 INFO kablam! Compiling gfx_window_glutin v0.14.0 Oct 10 19:53:05.952 INFO kablam! Compiling gfx_text v0.15.0 Oct 10 19:53:09.373 INFO kablam! Compiling iron_oxide_browser v0.1.0 (/source) Oct 10 19:53:11.337 INFO kablam! warning: unused import: `gfx::Factory` Oct 10 19:53:11.337 INFO kablam! --> src/render.rs:11:5 Oct 10 19:53:11.337 INFO kablam! | Oct 10 19:53:11.338 INFO kablam! 11 | use gfx::Factory; Oct 10 19:53:11.338 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:53:11.338 INFO kablam! | Oct 10 19:53:11.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:53:11.339 INFO kablam! Oct 10 19:53:12.000 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 19:53:12.000 INFO kablam! --> src/layout.rs:157:14 Oct 10 19:53:12.000 INFO kablam! | Oct 10 19:53:12.000 INFO kablam! 157 | (0.0, _, _) => { Oct 10 19:53:12.000 INFO kablam! | ^^^ Oct 10 19:53:12.000 INFO kablam! | Oct 10 19:53:12.000 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 10 19:53:12.000 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 10 19:53:12.000 INFO kablam! = note: for more information, see issue #41620 Oct 10 19:53:12.000 INFO kablam! Oct 10 19:53:12.003 INFO kablam! warning: unused variable: `command_list` Oct 10 19:53:12.003 INFO kablam! --> src/render.rs:104:17 Oct 10 19:53:12.003 INFO kablam! | Oct 10 19:53:12.003 INFO kablam! 104 | fn render_texts(command_list: &[DisplayCommand]) -> Vec { Oct 10 19:53:12.003 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_command_list` instead Oct 10 19:53:12.003 INFO kablam! | Oct 10 19:53:12.003 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:53:12.003 INFO kablam! Oct 10 19:53:12.108 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 19:53:12.108 INFO kablam! --> src/layout.rs:157:14 Oct 10 19:53:12.108 INFO kablam! | Oct 10 19:53:12.108 INFO kablam! 157 | (0.0, _, _) => { Oct 10 19:53:12.108 INFO kablam! | ^^^ Oct 10 19:53:12.108 INFO kablam! | Oct 10 19:53:12.108 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 10 19:53:12.108 INFO kablam! = note: for more information, see issue #41620 Oct 10 19:53:12.108 INFO kablam! Oct 10 19:53:12.200 INFO kablam! warning: variable `prevBoxType` should have a snake case name such as `prev_box_type` Oct 10 19:53:12.200 INFO kablam! --> src/layout.rs:227:13 Oct 10 19:53:12.200 INFO kablam! | Oct 10 19:53:12.200 INFO kablam! 227 | let mut prevBoxType = BoxType::Block; Oct 10 19:53:12.200 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:53:12.200 INFO kablam! | Oct 10 19:53:12.200 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:53:12.200 INFO kablam! Oct 10 19:53:12.200 INFO kablam! warning: variable `textRenderer` should have a snake case name such as `text_renderer` Oct 10 19:53:12.200 INFO kablam! --> src/render.rs:74:9 Oct 10 19:53:12.200 INFO kablam! | Oct 10 19:53:12.200 INFO kablam! 74 | let mut textRenderer = gfx_text::new(factory).build().unwrap(); Oct 10 19:53:12.200 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:53:12.200 INFO kablam! Oct 10 19:53:12.200 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:53:12.200 INFO kablam! --> src/render.rs:96:9 Oct 10 19:53:12.200 INFO kablam! | Oct 10 19:53:12.200 INFO kablam! 96 | textRenderer.draw(&mut encoder, &data.out); Oct 10 19:53:12.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:53:12.200 INFO kablam! | Oct 10 19:53:12.200 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:53:12.201 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:53:12.201 INFO kablam! Oct 10 19:53:19.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 10 19:53:19.808 INFO kablam! su: No module specific data is present Oct 10 19:53:21.238 INFO running `"docker" "rm" "-f" "5cb83016a6ed1b9b2e4e668ed06878e21db4eb5d320560d46d56820ffc994b20"` Oct 10 19:53:21.627 INFO blam! 5cb83016a6ed1b9b2e4e668ed06878e21db4eb5d320560d46d56820ffc994b20 Oct 10 19:53:21.632 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:53:21.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:53:22.314 INFO blam! 7c42251b7c8e64c9f0db81e7d58d67ad48f4806c84960316c1dd415a93b94844 Oct 10 19:53:22.316 INFO running `"docker" "start" "-a" "7c42251b7c8e64c9f0db81e7d58d67ad48f4806c84960316c1dd415a93b94844"` Oct 10 19:53:23.544 INFO kablam! usermod: no changes Oct 10 19:53:23.834 INFO kablam! Compiling iron_oxide_browser v0.1.0 (/source) Oct 10 19:53:26.137 INFO kablam! warning: unused import: `super::*` Oct 10 19:53:26.137 INFO kablam! --> src/style.rs:197:9 Oct 10 19:53:26.137 INFO kablam! | Oct 10 19:53:26.137 INFO kablam! 197 | use super::*; Oct 10 19:53:26.137 INFO kablam! | ^^^^^^^^ Oct 10 19:53:26.137 INFO kablam! | Oct 10 19:53:26.137 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:53:26.139 INFO kablam! Oct 10 19:53:26.139 INFO kablam! warning: unused import: `super::*` Oct 10 19:53:26.139 INFO kablam! --> src/layout.rs:400:9 Oct 10 19:53:26.139 INFO kablam! | Oct 10 19:53:26.139 INFO kablam! 400 | use super::*; Oct 10 19:53:26.139 INFO kablam! | ^^^^^^^^ Oct 10 19:53:26.139 INFO kablam! Oct 10 19:53:26.139 INFO kablam! warning: unused import: `gfx::Factory` Oct 10 19:53:26.139 INFO kablam! --> src/render.rs:11:5 Oct 10 19:53:26.139 INFO kablam! | Oct 10 19:53:26.139 INFO kablam! 11 | use gfx::Factory; Oct 10 19:53:26.139 INFO kablam! | ^^^^^^^^^^^^ Oct 10 19:53:26.139 INFO kablam! Oct 10 19:53:27.127 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 19:53:27.127 INFO kablam! --> src/layout.rs:157:14 Oct 10 19:53:27.127 INFO kablam! | Oct 10 19:53:27.127 INFO kablam! 157 | (0.0, _, _) => { Oct 10 19:53:27.127 INFO kablam! | ^^^ Oct 10 19:53:27.127 INFO kablam! | Oct 10 19:53:27.127 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 10 19:53:27.127 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 10 19:53:27.127 INFO kablam! = note: for more information, see issue #41620 Oct 10 19:53:27.127 INFO kablam! Oct 10 19:53:27.127 INFO kablam! warning: unused variable: `command_list` Oct 10 19:53:27.127 INFO kablam! --> src/render.rs:104:17 Oct 10 19:53:27.127 INFO kablam! | Oct 10 19:53:27.127 INFO kablam! 104 | fn render_texts(command_list: &[DisplayCommand]) -> Vec { Oct 10 19:53:27.127 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_command_list` instead Oct 10 19:53:27.127 INFO kablam! | Oct 10 19:53:27.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:53:27.127 INFO kablam! Oct 10 19:53:27.387 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 19:53:27.387 INFO kablam! --> src/layout.rs:157:14 Oct 10 19:53:27.387 INFO kablam! | Oct 10 19:53:27.387 INFO kablam! 157 | (0.0, _, _) => { Oct 10 19:53:27.387 INFO kablam! | ^^^ Oct 10 19:53:27.387 INFO kablam! | Oct 10 19:53:27.387 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 10 19:53:27.387 INFO kablam! = note: for more information, see issue #41620 Oct 10 19:53:27.387 INFO kablam! Oct 10 19:53:27.500 INFO kablam! warning: variable `prevBoxType` should have a snake case name such as `prev_box_type` Oct 10 19:53:27.500 INFO kablam! --> src/layout.rs:227:13 Oct 10 19:53:27.500 INFO kablam! | Oct 10 19:53:27.500 INFO kablam! 227 | let mut prevBoxType = BoxType::Block; Oct 10 19:53:27.500 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:53:27.500 INFO kablam! | Oct 10 19:53:27.500 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:53:27.500 INFO kablam! Oct 10 19:53:27.500 INFO kablam! warning: variable `textRenderer` should have a snake case name such as `text_renderer` Oct 10 19:53:27.501 INFO kablam! --> src/render.rs:74:9 Oct 10 19:53:27.501 INFO kablam! | Oct 10 19:53:27.501 INFO kablam! 74 | let mut textRenderer = gfx_text::new(factory).build().unwrap(); Oct 10 19:53:27.501 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:53:27.501 INFO kablam! Oct 10 19:53:27.501 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:53:27.501 INFO kablam! --> src/render.rs:96:9 Oct 10 19:53:27.501 INFO kablam! | Oct 10 19:53:27.501 INFO kablam! 96 | textRenderer.draw(&mut encoder, &data.out); Oct 10 19:53:27.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:53:27.501 INFO kablam! | Oct 10 19:53:27.501 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:53:27.501 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:53:27.501 INFO kablam! Oct 10 19:53:30.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.74s Oct 10 19:53:30.325 INFO kablam! su: No module specific data is present Oct 10 19:53:31.060 INFO running `"docker" "rm" "-f" "7c42251b7c8e64c9f0db81e7d58d67ad48f4806c84960316c1dd415a93b94844"` Oct 10 19:53:31.436 INFO blam! 7c42251b7c8e64c9f0db81e7d58d67ad48f4806c84960316c1dd415a93b94844 Oct 10 19:53:31.440 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:53:31.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 19:53:31.864 INFO blam! fdef940aea9800d0996d4624ee3cd9f7dc05e18de46b52e202ae59048ebf1309 Oct 10 19:53:31.864 INFO running `"docker" "start" "-a" "fdef940aea9800d0996d4624ee3cd9f7dc05e18de46b52e202ae59048ebf1309"` Oct 10 19:53:33.563 INFO kablam! usermod: no changes Oct 10 19:53:33.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 19:53:33.720 INFO kablam! Running /target/debug/deps/iron_oxide_browser-b26f8c0394ff81d0 Oct 10 19:53:33.732 INFO blam! Oct 10 19:53:33.732 INFO blam! running 74 tests Oct 10 19:53:33.732 INFO blam! test css_parse::tests::declarations_end ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::declarations_invalid ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::declarations_empty ... ok Oct 10 19:53:33.732 INFO blam! test css::tests::new_stylesheet ... ok Oct 10 19:53:33.732 INFO blam! test css::tests::new_simple ... ok Oct 10 19:53:33.732 INFO blam! test css::tests::new_selector ... ok Oct 10 19:53:33.732 INFO blam! test css::tests::new_rule ... ok Oct 10 19:53:33.732 INFO blam! test css::tests::new_declaration ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::identifier_invalid ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::identifier_long ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::identifier_regular ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::identifier_whitespace ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::parser_empty ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::parser_regular ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_empty ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_end1 ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_end2 ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_invalid ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_multi_class ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_multi_id ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selector_regular ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selectors_empty ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selectors_end ... ok Oct 10 19:53:33.732 INFO blam! test css_parse::tests::selectors_regular ... ok Oct 10 19:53:33.733 INFO blam! test css_parse::tests::selectors_regular_all_invalid ... ok Oct 10 19:53:33.733 INFO blam! test css_parse::tests::selectors_regular_one_invalid ... ok Oct 10 19:53:33.733 INFO blam! test css_parse::tests::stylesheet_empty ... ok Oct 10 19:53:33.736 INFO blam! test css_parse::tests::stylesheet_regular ... ok Oct 10 19:53:33.736 INFO blam! test css_parse::tests::identifier_end ... ok Oct 10 19:53:33.736 INFO blam! test css_parse::tests::identifier_empty ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::elemdata_get_classes ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::elemdata_get_classes_empty ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::elemdata_get_classes_multi ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::elemdata_get_id ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::elemdata_get_id_empty ... ok Oct 10 19:53:33.744 INFO blam! test css_parse::tests::declarations_regular ... ok Oct 10 19:53:33.744 INFO blam! test html_parse::tests::attr_value_end ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::new_elemdata ... ok Oct 10 19:53:33.744 INFO blam! test html_parse::tests::attr_value_reg ... ok Oct 10 19:53:33.744 INFO blam! test html_parse::tests::attr_value_quote ... ok Oct 10 19:53:33.744 INFO blam! test dom::tests::elemdata_get_id_multi ... ok Oct 10 19:53:33.744 INFO blam! test html_parse::tests::attr_value_empty ... ok Oct 10 19:53:33.744 INFO blam! test html_parse::tests::attrs_case ... ok Oct 10 19:53:33.756 INFO blam! test html_parse::tests::attrs_invalid ... ok Oct 10 19:53:33.756 INFO blam! test html_parse::tests::attrs_end ... ok Oct 10 19:53:33.756 INFO blam! test html_parse::tests::comment_end ... ok Oct 10 19:53:33.756 INFO blam! test html_parse::tests::attrs_regular ... ok Oct 10 19:53:33.756 INFO blam! test dom::tests::new_node ... ok Oct 10 19:53:33.760 INFO blam! test html_parse::tests::comment_empty ... ok Oct 10 19:53:33.760 INFO blam! test html_parse::tests::attrs_empty ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::comment_invalid1 ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::comment_invalid2 ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::comment_invalid3 ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::comment_invalid4 ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::comment_regular ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::control_characters ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::node_end ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::nodes_empty ... ok Oct 10 19:53:33.768 INFO blam! test html_parse::tests::node_invalid ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::nodes_regular ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::text_end ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::node_empty ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::nodes_unclosed_invalid ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::node_valid ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::text_empty ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::new_parser ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::nodes_unclosed_valid ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::text_invalid ... ok Oct 10 19:53:33.776 INFO blam! test html_parse::tests::text_regular ... ok Oct 10 19:53:33.784 INFO blam! test style::tests::simple_match_tag ... ok Oct 10 19:53:33.784 INFO blam! test style::tests::simple_match_id ... ok Oct 10 19:53:33.784 INFO blam! test html_parse::tests::text_whitespace ... ok Oct 10 19:53:33.784 INFO blam! test layout::tests::it_works ... ok Oct 10 19:53:33.784 INFO blam! test style::tests::simple_match_class ... ok Oct 10 19:53:33.784 INFO blam! Oct 10 19:53:33.784 INFO blam! test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:53:33.784 INFO blam! Oct 10 19:53:33.800 INFO kablam! Doc-tests iron_oxide_browser Oct 10 19:53:37.747 INFO blam! Oct 10 19:53:37.747 INFO blam! running 0 tests Oct 10 19:53:37.747 INFO blam! Oct 10 19:53:37.747 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:53:37.747 INFO blam! Oct 10 19:53:37.752 INFO kablam! su: No module specific data is present Oct 10 19:53:38.701 INFO running `"docker" "rm" "-f" "fdef940aea9800d0996d4624ee3cd9f7dc05e18de46b52e202ae59048ebf1309"` Oct 10 19:53:39.026 INFO blam! fdef940aea9800d0996d4624ee3cd9f7dc05e18de46b52e202ae59048ebf1309