Oct 10 11:59:51.382 INFO testing yggie/rquery against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:59:51.382 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:59:51.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11:59:51.750 INFO blam! 53e9dc916521a6c369418092a1a0793020206198446a66545244e1c5e1787739 Oct 10 11:59:51.757 INFO running `"docker" "start" "-a" "53e9dc916521a6c369418092a1a0793020206198446a66545244e1c5e1787739"` Oct 10 11:59:52.784 INFO kablam! usermod: no changes Oct 10 11:59:52.843 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 11:59:52.843 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 11:59:52.843 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:59:52.843 INFO kablam! files will be included as a test target: Oct 10 11:59:52.843 INFO kablam! Oct 10 11:59:52.843 INFO kablam! * /source/tests/document_test.rs Oct 10 11:59:52.843 INFO kablam! * /source/tests/selector_test.rs Oct 10 11:59:52.843 INFO kablam! * /source/tests/element_test.rs Oct 10 11:59:52.843 INFO kablam! * /source/tests/querying_by_selectors_test.rs Oct 10 11:59:52.843 INFO kablam! * /source/tests/xml_document_test.rs Oct 10 11:59:52.843 INFO kablam! Oct 10 11:59:52.843 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:59:52.843 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 11:59:52.843 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 11:59:52.843 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:59:52.843 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:59:52.843 INFO kablam! Oct 10 11:59:52.843 INFO kablam! For more information on this warning you can consult Oct 10 11:59:52.843 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:59:52.870 INFO kablam! Compiling rquery v0.4.1 (/source) Oct 10 11:59:53.648 INFO kablam! warning: missing documentation for a variant Oct 10 11:59:53.648 INFO kablam! --> src/document/mod.rs:14:5 Oct 10 11:59:53.648 INFO kablam! | Oct 10 11:59:53.648 INFO kablam! 14 | UnableToOpenFile(String), Oct 10 11:59:53.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:59:53.648 INFO kablam! | Oct 10 11:59:53.648 INFO kablam! note: lint level defined here Oct 10 11:59:53.648 INFO kablam! --> src/lib.rs:27:9 Oct 10 11:59:53.648 INFO kablam! | Oct 10 11:59:53.648 INFO kablam! 27 | #![warn(missing_docs)] Oct 10 11:59:53.648 INFO kablam! | ^^^^^^^^^^^^ Oct 10 11:59:53.648 INFO kablam! Oct 10 11:59:53.648 INFO kablam! warning: missing documentation for a variant Oct 10 11:59:53.648 INFO kablam! --> src/document/mod.rs:15:5 Oct 10 11:59:53.648 INFO kablam! | Oct 10 11:59:53.648 INFO kablam! 15 | ParseError(String), Oct 10 11:59:53.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 11:59:53.648 INFO kablam! Oct 10 11:59:54.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.13s Oct 10 11:59:54.945 INFO kablam! su: No module specific data is present Oct 10 11:59:55.719 INFO running `"docker" "rm" "-f" "53e9dc916521a6c369418092a1a0793020206198446a66545244e1c5e1787739"` Oct 10 11:59:56.008 INFO blam! 53e9dc916521a6c369418092a1a0793020206198446a66545244e1c5e1787739 Oct 10 11:59:56.017 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:59:56.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11:59:56.528 INFO blam! 6c15aa67907c7bf11bcda106f0b9ef04c554eaa5077e726196eb45b451a1f277 Oct 10 11:59:56.530 INFO running `"docker" "start" "-a" "6c15aa67907c7bf11bcda106f0b9ef04c554eaa5077e726196eb45b451a1f277"` Oct 10 11:59:57.768 INFO kablam! usermod: no changes Oct 10 11:59:57.816 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 11:59:57.816 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 11:59:57.816 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:59:57.816 INFO kablam! files will be included as a test target: Oct 10 11:59:57.816 INFO kablam! Oct 10 11:59:57.816 INFO kablam! * /source/tests/document_test.rs Oct 10 11:59:57.816 INFO kablam! * /source/tests/selector_test.rs Oct 10 11:59:57.816 INFO kablam! * /source/tests/element_test.rs Oct 10 11:59:57.816 INFO kablam! * /source/tests/querying_by_selectors_test.rs Oct 10 11:59:57.816 INFO kablam! * /source/tests/xml_document_test.rs Oct 10 11:59:57.816 INFO kablam! Oct 10 11:59:57.816 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:59:57.816 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 11:59:57.816 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 11:59:57.816 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:59:57.816 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:59:57.816 INFO kablam! Oct 10 11:59:57.816 INFO kablam! For more information on this warning you can consult Oct 10 11:59:57.816 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:59:57.824 INFO kablam! Compiling rquery v0.4.1 (/source) Oct 10 12:00:01.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.46s Oct 10 12:00:01.272 INFO kablam! su: No module specific data is present Oct 10 12:00:01.818 INFO running `"docker" "rm" "-f" "6c15aa67907c7bf11bcda106f0b9ef04c554eaa5077e726196eb45b451a1f277"` Oct 10 12:00:02.204 INFO blam! 6c15aa67907c7bf11bcda106f0b9ef04c554eaa5077e726196eb45b451a1f277 Oct 10 12:00:02.206 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:00:02.208 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 12:00:02.849 INFO blam! 9995abbbcfa28a88d7627d3b628cee61b3e0ee4e4fd5f1272096dbb2edfae404 Oct 10 12:00:02.854 INFO running `"docker" "start" "-a" "9995abbbcfa28a88d7627d3b628cee61b3e0ee4e4fd5f1272096dbb2edfae404"` Oct 10 12:00:03.844 INFO kablam! usermod: no changes Oct 10 12:00:03.928 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 12:00:03.928 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 12:00:03.928 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 12:00:03.928 INFO kablam! files will be included as a test target: Oct 10 12:00:03.928 INFO kablam! Oct 10 12:00:03.928 INFO kablam! * /source/tests/document_test.rs Oct 10 12:00:03.928 INFO kablam! * /source/tests/selector_test.rs Oct 10 12:00:03.928 INFO kablam! * /source/tests/element_test.rs Oct 10 12:00:03.928 INFO kablam! * /source/tests/querying_by_selectors_test.rs Oct 10 12:00:03.928 INFO kablam! * /source/tests/xml_document_test.rs Oct 10 12:00:03.928 INFO kablam! Oct 10 12:00:03.928 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 12:00:03.928 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 12:00:03.928 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 12:00:03.928 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 12:00:03.928 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 12:00:03.928 INFO kablam! Oct 10 12:00:03.929 INFO kablam! For more information on this warning you can consult Oct 10 12:00:03.929 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 12:00:03.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 12:00:03.948 INFO kablam! Running /target/debug/deps/rquery-5656698da001d5ed Oct 10 12:00:03.955 INFO blam! Oct 10 12:00:03.955 INFO blam! running 1 test Oct 10 12:00:03.961 INFO blam! test document::it_assigns_node_indices_in_monotonically_increasing_order ... ok Oct 10 12:00:03.961 INFO blam! Oct 10 12:00:03.961 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:00:03.961 INFO blam! Oct 10 12:00:03.962 INFO kablam! Running /target/debug/deps/rquery_tests-c465563f75adc489 Oct 10 12:00:03.964 INFO blam! Oct 10 12:00:03.964 INFO blam! running 24 tests Oct 10 12:00:03.964 INFO blam! test querying_by_selectors_test::it_returns_a_parse_error_when_the_selector_is_invalid ... ok Oct 10 12:00:03.968 INFO blam! test querying_by_selectors_test::it_returns_a_no_match_error_when_the_selector_does_not_match_any_element ... ok Oct 10 12:00:03.968 INFO blam! test element_test::it_knows_its_tag_name ... ok Oct 10 12:00:03.968 INFO blam! test element_test::it_knows_its_node_indices ... ok Oct 10 12:00:03.968 INFO blam! test querying_by_selectors_test::it_does_not_repeat_elements ... ok Oct 10 12:00:03.968 INFO blam! test element_test::it_knows_its_inner_text_contents ... ok Oct 10 12:00:03.968 INFO blam! test querying_by_selectors_test::it_supports_nesting_selectors ... ok Oct 10 12:00:03.968 INFO blam! test element_test::it_knows_its_attributes ... ok Oct 10 12:00:03.972 INFO blam! test querying_by_selectors_test::it_supports_the_attribute_selector ... ok Oct 10 12:00:03.972 INFO blam! test querying_by_selectors_test::it_supports_the_compound_selectors ... ok Oct 10 12:00:03.972 INFO blam! test document_test::it_captures_the_correct_number_of_elements ... ok Oct 10 12:00:03.976 INFO blam! test querying_by_selectors_test::it_supports_the_direct_child_tag_selector ... ok Oct 10 12:00:03.976 INFO blam! test querying_by_selectors_test::it_supports_the_nested_tag_selector ... ok Oct 10 12:00:03.976 INFO blam! test selector_test::it_can_parse_a_nested_tag_selectors ... ok Oct 10 12:00:03.977 INFO blam! test querying_by_selectors_test::it_supports_the_tag_selector ... ok Oct 10 12:00:03.977 INFO blam! test selector_test::it_can_parse_a_single_tag_selector ... ok Oct 10 12:00:03.977 INFO blam! test selector_test::it_can_parse_a_direct_child_selector ... ok Oct 10 12:00:03.977 INFO blam! test querying_by_selectors_test::it_supports_the_id_selector ... ok Oct 10 12:00:03.984 INFO blam! test xml_document_test::it_can_be_created_from_a_file ... ok Oct 10 12:00:03.984 INFO blam! test xml_document_test::it_returns_an_error_for_non_existent_files ... ok Oct 10 12:00:03.984 INFO blam! test xml_document_test::it_returns_an_error_for_invalid_xml_files ... ok Oct 10 12:00:03.984 INFO blam! test xml_document_test::it_captures_the_correct_number_of_elements ... ok Oct 10 12:00:03.984 INFO blam! test selector_test::it_can_parse_the_attribute_selector ... ok Oct 10 12:00:03.986 INFO blam! test selector_test::it_can_parse_the_id_selector ... ok Oct 10 12:00:03.986 INFO kablam! Doc-tests rquery Oct 10 12:00:03.986 INFO blam! Oct 10 12:00:03.986 INFO blam! test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:00:03.986 INFO blam! Oct 10 12:00:04.740 INFO blam! Oct 10 12:00:04.740 INFO blam! running 1 test Oct 10 12:00:05.982 INFO blam! test src/lib.rs - (line 4) ... ok Oct 10 12:00:05.982 INFO blam! Oct 10 12:00:05.982 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:00:05.982 INFO blam! Oct 10 12:00:05.994 INFO kablam! su: No module specific data is present Oct 10 12:00:06.638 INFO running `"docker" "rm" "-f" "9995abbbcfa28a88d7627d3b628cee61b3e0ee4e4fd5f1272096dbb2edfae404"` Oct 10 12:00:06.871 INFO blam! 9995abbbcfa28a88d7627d3b628cee61b3e0ee4e4fd5f1272096dbb2edfae404