Oct 11 23:31:14.037 INFO testing flo_http_ui-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:31:14.038 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 11 23:31:14.337 INFO blam! bc5dfe6c7de954bbd2e513426599eef4eb5018ab149df16fa159854cdb0d74c6 Oct 11 23:31:14.342 INFO running `"docker" "start" "-a" "bc5dfe6c7de954bbd2e513426599eef4eb5018ab149df16fa159854cdb0d74c6"` Oct 11 23:31:15.580 INFO kablam! usermod: no changes Oct 11 23:31:15.960 INFO kablam! Compiling flo_http_ui v0.1.0 (/source) Oct 11 23:31:26.888 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.888 INFO kablam! --> src/ui_handler.rs:250:32 Oct 11 23:31:26.888 INFO kablam! | Oct 11 23:31:26.888 INFO kablam! 250 | Response::with((status::NotFound)) Oct 11 23:31:26.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.888 INFO kablam! | Oct 11 23:31:26.888 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 23:31:26.888 INFO kablam! Oct 11 23:31:26.888 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.888 INFO kablam! --> src/ui_handler.rs:254:28 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 254 | Response::with((status::NotFound)) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:304:32 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 304 | Response::with((status::NotFound)) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:307:35 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 307 | return Response::with((status::NotFound)); Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:317:35 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 317 | return Response::with((status::NotFound)); Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:340:43 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 340 | _ => Response::with((status::NotFound)) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:344:28 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 344 | Response::with((status::NotFound)) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:365:39 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:372:66 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:373:66 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:26.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:26.889 INFO kablam! --> src/ui_handler.rs:385:35 Oct 11 23:31:26.889 INFO kablam! | Oct 11 23:31:26.889 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Oct 11 23:31:26.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:26.889 INFO kablam! Oct 11 23:31:29.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.31s Oct 11 23:31:29.932 INFO kablam! su: No module specific data is present Oct 11 23:31:30.734 INFO running `"docker" "rm" "-f" "bc5dfe6c7de954bbd2e513426599eef4eb5018ab149df16fa159854cdb0d74c6"` Oct 11 23:31:30.998 INFO blam! bc5dfe6c7de954bbd2e513426599eef4eb5018ab149df16fa159854cdb0d74c6 Oct 11 23:31:31.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 11 23:31:31.500 INFO blam! 60787d4e186bb32e4cbd5e4ad866f29b8de5bf083f3ec4a4a8ea06337e4823f7 Oct 11 23:31:31.508 INFO running `"docker" "start" "-a" "60787d4e186bb32e4cbd5e4ad866f29b8de5bf083f3ec4a4a8ea06337e4823f7"` Oct 11 23:31:32.479 INFO kablam! usermod: no changes Oct 11 23:31:32.728 INFO kablam! Compiling flo_http_ui v0.1.0 (/source) Oct 11 23:31:44.064 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:250:32 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 250 | Response::with((status::NotFound)) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:254:28 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 254 | Response::with((status::NotFound)) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:304:32 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 304 | Response::with((status::NotFound)) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:307:35 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 307 | return Response::with((status::NotFound)); Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:317:35 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 317 | return Response::with((status::NotFound)); Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:340:43 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 340 | _ => Response::with((status::NotFound)) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:344:28 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 344 | Response::with((status::NotFound)) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:365:39 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:372:66 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:373:66 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:44.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 23:31:44.065 INFO kablam! --> src/ui_handler.rs:385:35 Oct 11 23:31:44.065 INFO kablam! | Oct 11 23:31:44.065 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Oct 11 23:31:44.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 23:31:44.065 INFO kablam! Oct 11 23:31:52.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.57s Oct 11 23:31:52.100 INFO kablam! su: No module specific data is present Oct 11 23:31:52.807 INFO running `"docker" "rm" "-f" "60787d4e186bb32e4cbd5e4ad866f29b8de5bf083f3ec4a4a8ea06337e4823f7"` Oct 11 23:31:53.112 INFO blam! 60787d4e186bb32e4cbd5e4ad866f29b8de5bf083f3ec4a4a8ea06337e4823f7 Oct 11 23:31:53.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 11 23:31:53.578 INFO blam! 21f26503b1d7e491f60b3a66e90bdaf934e64ff6444d9f98140c1615dcf36536 Oct 11 23:31:53.579 INFO running `"docker" "start" "-a" "21f26503b1d7e491f60b3a66e90bdaf934e64ff6444d9f98140c1615dcf36536"` Oct 11 23:31:54.948 INFO kablam! usermod: no changes Oct 11 23:31:55.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 23:31:55.147 INFO kablam! Running /target/debug/deps/flo_http_ui-3b649295ea05d298 Oct 11 23:31:55.149 INFO blam! Oct 11 23:31:55.149 INFO blam! running 18 tests Oct 11 23:31:55.149 INFO blam! test htmlcontrol::test::can_combine_style_attributes ... ok Oct 11 23:31:55.157 INFO blam! test htmlcontrol::test::can_convert_zindex_to_html ... ok Oct 11 23:31:55.157 INFO blam! test htmlcontrol::test::image_includes_controller ... ok Oct 11 23:31:55.157 INFO blam! test htmlcontrol::test::can_convert_label_to_html ... ok Oct 11 23:31:55.158 INFO blam! test htmlcontrol::test::can_convert_container_to_html ... ok Oct 11 23:31:55.158 INFO blam! test htmlcontrol::test::can_convert_button_to_html ... ok Oct 11 23:31:55.158 INFO blam! test htmlcontrol::test::can_convert_canvas_to_html ... ok Oct 11 23:31:55.159 INFO blam! test minidom::element::test::can_get_attribute ... ok Oct 11 23:31:55.159 INFO blam! test minidom::element::test::can_get_name ... ok Oct 11 23:31:55.159 INFO blam! test minidom::element::test::can_write_element ... ok Oct 11 23:31:55.161 INFO blam! test htmlcontrol::test::canvas_includes_controller ... ok Oct 11 23:31:55.161 INFO blam! test minidom::element::test::merge_elements ... ok Oct 11 23:31:55.161 INFO blam! test minidom::text::test::text_properties_are_correct ... ok Oct 11 23:31:55.161 INFO blam! test minidom::element::test::can_append_items ... ok Oct 11 23:31:55.161 INFO blam! test http_user_interface::test::generates_initial_update ... ok Oct 11 23:31:55.163 INFO blam! test http_session::test::will_return_update_for_event ... ok Oct 11 23:31:55.163 INFO blam! test minidom::text::test::will_quote_fragment ... ok Oct 11 23:31:55.163 INFO blam! test http_session::test::will_return_update_for_next_event ... ok Oct 11 23:31:55.163 INFO blam! Oct 11 23:31:55.163 INFO blam! test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:31:55.163 INFO blam! Oct 11 23:31:55.165 INFO kablam! Doc-tests flo_http_ui Oct 11 23:32:16.560 INFO blam! Oct 11 23:32:16.560 INFO blam! running 0 tests Oct 11 23:32:16.560 INFO blam! Oct 11 23:32:16.560 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:32:16.560 INFO blam! Oct 11 23:32:16.586 INFO kablam! su: No module specific data is present Oct 11 23:32:17.703 INFO running `"docker" "rm" "-f" "21f26503b1d7e491f60b3a66e90bdaf934e64ff6444d9f98140c1615dcf36536"` Oct 11 23:32:18.125 INFO blam! 21f26503b1d7e491f60b3a66e90bdaf934e64ff6444d9f98140c1615dcf36536