[INFO] crate amxml 0.5.3 is already in cache [INFO] extracting crate amxml 0.5.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/amxml/0.5.3 [INFO] extracting crate amxml 0.5.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/amxml/0.5.3 [INFO] validating manifest of amxml-0.5.3 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of amxml-0.5.3 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing amxml-0.5.3 [INFO] finished frobbing amxml-0.5.3 [INFO] frobbed toml for amxml-0.5.3 written to work/ex/beta-1.37-6/sources/1.36.0/reg/amxml/0.5.3/Cargo.toml [INFO] started frobbing amxml-0.5.3 [INFO] finished frobbing amxml-0.5.3 [INFO] frobbed toml for amxml-0.5.3 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/amxml/0.5.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing amxml-0.5.3 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/amxml/0.5.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 77b8cd3efc8e16755f53c3dc86b60c821e379549232ae4c010d19fa30d25e956 [INFO] running `"docker" "start" "-a" "77b8cd3efc8e16755f53c3dc86b60c821e379549232ae4c010d19fa30d25e956"` [INFO] [stderr] Compiling amxml v0.5.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/xpath_impl/xsequence.rs:326:48 [INFO] [stderr] | [INFO] [stderr] 326 | return xitem.castable_as(type_name.trim_right_matches('?')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/xpath_impl/xsequence.rs:348:67 [INFO] [stderr] | [INFO] [stderr] 348 | if let Ok(result) = xitem.atomize().cast_as(type_name.trim_right_matches('?')) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/xpath_impl/eval.rs:1160:42 [INFO] [stderr] | [INFO] [stderr] 1160 | let type_name = type_name_ex.trim_right_matches('?'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/xpath_impl/helpers.rs:16:48 [INFO] [stderr] | [INFO] [stderr] 16 | return s.to_string().split("\n").map(|s| s.trim_left()).collect(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/xpath_impl/eval.rs:781:13 [INFO] [stderr] | [INFO] [stderr] 781 | let mut matched_xseq = match_loc_step(node, xnode, eval_env)?; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.63s [INFO] running `"docker" "inspect" "77b8cd3efc8e16755f53c3dc86b60c821e379549232ae4c010d19fa30d25e956"` [INFO] running `"docker" "rm" "-f" "77b8cd3efc8e16755f53c3dc86b60c821e379549232ae4c010d19fa30d25e956"` [INFO] [stdout] 77b8cd3efc8e16755f53c3dc86b60c821e379549232ae4c010d19fa30d25e956 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/amxml/0.5.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2bf04aaf19c0ee38a357fdeda51c9af448391a0411fabcccb84a4972c8b6807a [INFO] running `"docker" "start" "-a" "2bf04aaf19c0ee38a357fdeda51c9af448391a0411fabcccb84a4972c8b6807a"` [INFO] [stderr] Compiling amxml v0.5.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/xpath_impl/xsequence.rs:326:48 [INFO] [stderr] | [INFO] [stderr] 326 | return xitem.castable_as(type_name.trim_right_matches('?')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/xpath_impl/xsequence.rs:348:67 [INFO] [stderr] | [INFO] [stderr] 348 | if let Ok(result) = xitem.atomize().cast_as(type_name.trim_right_matches('?')) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/xpath_impl/eval.rs:1160:42 [INFO] [stderr] | [INFO] [stderr] 1160 | let type_name = type_name_ex.trim_right_matches('?'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/xpath_impl/helpers.rs:16:48 [INFO] [stderr] | [INFO] [stderr] 16 | return s.to_string().split("\n").map(|s| s.trim_left()).collect(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/xpath_impl/eval.rs:781:13 [INFO] [stderr] | [INFO] [stderr] 781 | let mut matched_xseq = match_loc_step(node, xnode, eval_env)?; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.58s [INFO] running `"docker" "inspect" "2bf04aaf19c0ee38a357fdeda51c9af448391a0411fabcccb84a4972c8b6807a"` [INFO] running `"docker" "rm" "-f" "2bf04aaf19c0ee38a357fdeda51c9af448391a0411fabcccb84a4972c8b6807a"` [INFO] [stdout] 2bf04aaf19c0ee38a357fdeda51c9af448391a0411fabcccb84a4972c8b6807a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/amxml/0.5.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] fc29d22e259bb08b0388cf782fbbb635353b5dffb425b4a114e009b44448206d [INFO] running `"docker" "start" "-a" "fc29d22e259bb08b0388cf782fbbb635353b5dffb425b4a114e009b44448206d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/amxml-986d8fe20f414e22 [INFO] [stdout] [INFO] [stdout] running 134 tests [INFO] [stdout] test xpath::test::test_sample_05 ... ok [INFO] [stdout] test xpath::test::test_sample_04 ... ok [INFO] [stdout] test xpath::test::test_sample_01 ... ok [INFO] [stdout] test xpath::test::test_sample_02 ... ok [INFO] [stdout] test xpath::test::test_sample_03 ... ok [INFO] [stdout] test sax::test::test_decoder ... ok [INFO] [stdout] test xpath::test::test_sample_06 ... ok [INFO] [stdout] test xpath::test::test_sample_08 ... ok [INFO] [stdout] test xpath::test::test_sample_07 ... ok [INFO] [stdout] test xpath::test::test_sample_10 ... ok [INFO] [stdout] test xpath::test::test_sample_12 ... ok [INFO] [stdout] test xpath::test::test_basic_xpath ... ok [INFO] [stdout] test xpath::test::test_sample_16 ... ok [INFO] [stdout] test xpath::test::test_sample_09 ... ok [INFO] [stdout] test xpath::test::test_sample_11 ... ok [INFO] [stdout] test xpath::test::test_sample_14 ... ok [INFO] [stdout] test xpath::test::test_sample_51a ... ok [INFO] [stdout] test xpath::test::test_sample_18 ... ok [INFO] [stdout] test xpath::test::test_sample_19 ... ok [INFO] [stdout] test xpath::test::test_sample_20 ... ok [INFO] [stdout] test xpath::test::test_sample_13 ... ok [INFO] [stdout] test xpath::test::test_sample_15 ... ok [INFO] [stdout] test xpath::test::test_sample_17 ... ok [INFO] [stdout] test xpath::test::test_sample_51b ... ok [INFO] [stdout] test xpath_impl::eval::test::test_array_lookup ... ok [INFO] [stdout] test xpath_impl::eval::test::test_arrow_expr ... ok [INFO] [stdout] test xpath_impl::eval::test::test_cast_as ... ok [INFO] [stdout] test xpath_impl::eval::test::test_axis_following ... ok [INFO] [stdout] test xpath_impl::eval::test::test_axis_preceding ... ok [INFO] [stdout] test xpath::test::test_sample_21 ... ok [INFO] [stdout] test xpath_impl::eval::test::test_context_item ... ok [INFO] [stdout] test xpath_impl::eval::test::test_comma ... ok [INFO] [stdout] test xpath::test::test_sample_52 ... ok [INFO] [stdout] test xpath_impl::eval::test::test_inline_function ... ok [INFO] [stdout] test xpath_impl::eval::test::test_instance_of_parenthesized_item_type ... ok [INFO] [stdout] test xpath_impl::eval::test::test_every_expr ... ok [INFO] [stdout] test xpath_impl::eval::test::test_for_expr ... ok [INFO] [stdout] test xpath_impl::eval::test::test_castable_as ... ok [INFO] [stdout] test xpath_impl::eval::test::test_let_expr ... ok [INFO] [stdout] test xpath_impl::eval::test::test_map_lookup ... ok [INFO] [stdout] test xpath_impl::eval::test::test_named_function_ref ... ok [INFO] [stdout] test xpath_impl::eval::test::test_operator_concat ... ok [INFO] [stdout] test xpath_impl::eval::test::test_if_expr ... ok [INFO] [stdout] test xpath_impl::eval::test::test_partial_function_call ... ok [INFO] [stdout] test xpath_impl::eval::test::test_instance_of ... ok [INFO] [stdout] test xpath_impl::eval::test::test_kind_test_attribute ... ok [INFO] [stdout] test xpath_impl::eval::test::test_some_expr ... ok [INFO] [stdout] test xpath_impl::eval::test::test_operator_map ... ok [INFO] [stdout] test xpath_impl::eval::test::test_postfix_lookup ... ok [INFO] [stdout] test xpath_impl::eval::test::test_kind_test_processing_instruction ... ok [INFO] [stdout] test xpath_impl::func::test::test_array_size ... ok [INFO] [stdout] test xpath_impl::eval::test::test_subtype_itemtype_array ... ok [INFO] [stdout] test xpath_impl::func::test::test_array_get ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_abs ... ok [INFO] [stdout] test xpath_impl::eval::test::test_subtype_itemtype_map ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_codepoints_to_string ... ok [INFO] [stdout] test xpath_impl::eval::test::test_kind_test_element ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_ceiling ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_codepoint_equal ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_compare ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_avg ... ok [INFO] [stdout] test xpath_impl::eval::test::test_unary_lookup ... ok [INFO] [stdout] test xpath_impl::func::test::test_array_flatten ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_contains ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_concat ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_data ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_empty ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_exactly_one ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_filter ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_for_each ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_head ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_ends_with ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_floor ... ok [INFO] [stdout] test xpath_impl::eval::test::test_instance_of_function ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_exists ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_lower_case ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_name ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_min ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_insert_before ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_lang ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_index_of ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_max ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_last ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_one_or_more ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_nilled ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_remove ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_round ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_normalize_space ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_starts_with ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_reverse ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_string_length ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_string_to_codepoints ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_root ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_string ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_substring_after ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_substring_before ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_string_join ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_translate ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_position ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_substring ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_subsequence ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_upper_case ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_sum ... ok [INFO] [stdout] test xpath_impl::func::test::test_map_get ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_tail ... ok [INFO] [stdout] test xpath_impl::func::test::test_fn_zero_or_one ... ok [INFO] [stdout] test xpath_impl::func::test::test_map_keys ... ok [INFO] [stdout] test xpath_impl::lexer::test::test_comment ... ok [INFO] [stdout] test xpath_impl::lexer::test::test_string_literal ... ok [INFO] [stdout] test xpath_impl::lexer::test::test_numeric_literal ... ok [INFO] [stdout] test xpath_impl::func::test::test_map_size ... ok [INFO] [stdout] test xpath_impl::func::test::test_map_contains ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_except ... ok [INFO] [stdout] test xpath_impl::oper::test::test_minus_zero ... ok [INFO] [stdout] test xpath_impl::oper::test::test_numeric_operators ... ok [INFO] [stdout] test xpath_impl::oper::test::test_numeric_divide ... ok [INFO] [stdout] test xpath_impl::oper::test::test_numeric_mod ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_to ... ok [INFO] [stdout] test xpath_impl::oper::test::test_numeric_integer_divide ... ok [INFO] [stdout] test xpath_impl::func::test::test_namespace_uri ... ok [INFO] [stdout] test xpath_impl::parser::test::test_parse ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_intersect ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_attr ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_infinity ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_is_same_node ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_nan ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_node_before ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_node_after ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_general ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_nodeset_and_atomic ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_nodeset ... ok [INFO] [stdout] test xpath_impl::oper::test::test_op_union ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_value ... ok [INFO] [stdout] test xpath_impl::xsequence::test::test_compare_sequence ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 134 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/amxml-9800685558360ed1 [INFO] [stderr] Doc-tests amxml [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test src/dom.rs - dom::NodePtr::delete_child (line 714) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::delete_attribute (line 850) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::insert_as_next_sibling (line 670) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::local_name (line 372) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::inner_xml (line 306) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::attribute_value (line 791) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::insert_as_previous_sibling (line 626) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::append_child (line 596) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::name (line 336) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::namespace_uri (line 418) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::parent (line 508) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::nth_child (line 565) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::root_element (line 482) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::space_name (line 395) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::set_attribute (line 816) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::root (line 456) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::to_pretty_string (line 280) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::replace_with (line 744) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::to_string (line 262) ... ok [INFO] [stdout] test src/dom.rs - dom::NodePtr::value (line 355) ... ok [INFO] [stdout] test src/lib.rs - (line 15) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] test src/lib.rs - (line 94) ... ok [INFO] [stdout] test src/sax.rs - sax (line 28) ... ok [INFO] [stdout] test src/lib.rs - (line 58) ... ok [INFO] [stdout] test src/xpath.rs - xpath::NodePtr::eval_xpath (line 87) ... ok [INFO] [stdout] test src/xpath.rs - xpath::NodePtr::each_node (line 145) ... ok [INFO] [stdout] test src/xpath.rs - xpath::NodePtr::get_first_node (line 114) ... ok [INFO] [stdout] test src/xpath.rs - xpath::NodePtr::get_nodeset (line 177) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fc29d22e259bb08b0388cf782fbbb635353b5dffb425b4a114e009b44448206d"` [INFO] running `"docker" "rm" "-f" "fc29d22e259bb08b0388cf782fbbb635353b5dffb425b4a114e009b44448206d"` [INFO] [stdout] fc29d22e259bb08b0388cf782fbbb635353b5dffb425b4a114e009b44448206d