[INFO] updating cached repository ddfreyne/d-mark-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ddfreyne/d-mark-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ddfreyne/d-mark-rust" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ddfreyne/d-mark-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ddfreyne/d-mark-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ddfreyne/d-mark-rust" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ddfreyne/d-mark-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ddfreyne/d-mark-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f824101732c8764a071e4ba47e58bd6bfade594a [INFO] sha for GitHub repo ddfreyne/d-mark-rust: f824101732c8764a071e4ba47e58bd6bfade594a [INFO] validating manifest of ddfreyne/d-mark-rust on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ddfreyne/d-mark-rust on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ddfreyne/d-mark-rust [INFO] finished frobbing ddfreyne/d-mark-rust [INFO] frobbed toml for ddfreyne/d-mark-rust written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ddfreyne/d-mark-rust/Cargo.toml [INFO] started frobbing ddfreyne/d-mark-rust [INFO] finished frobbing ddfreyne/d-mark-rust [INFO] frobbed toml for ddfreyne/d-mark-rust written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ddfreyne/d-mark-rust/Cargo.toml [INFO] crate ddfreyne/d-mark-rust has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ddfreyne/d-mark-rust against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ddfreyne/d-mark-rust:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 2f0ba9e78947091c7a14fbde4745440be917506637dec891b78fb271e6ded4bd [INFO] running `"docker" "start" "-a" "2f0ba9e78947091c7a14fbde4745440be917506637dec891b78fb271e6ded4bd"` [INFO] [stderr] Compiling d-mark v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | / write!( [INFO] [stderr] 82 | | f, [INFO] [stderr] 83 | | "parse error at line {}, column {}: #{:?}\n\n", [INFO] [stderr] 84 | | self.pos.line_nr, self.pos.col_nr, self.error, [INFO] [stderr] 85 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | write!(f, "{}\n", line); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | write!(f, "{}\n", self.line1.unwrap_or("")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `"docker" "inspect" "2f0ba9e78947091c7a14fbde4745440be917506637dec891b78fb271e6ded4bd"` [INFO] running `"docker" "rm" "-f" "2f0ba9e78947091c7a14fbde4745440be917506637dec891b78fb271e6ded4bd"` [INFO] [stdout] 2f0ba9e78947091c7a14fbde4745440be917506637dec891b78fb271e6ded4bd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ddfreyne/d-mark-rust:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 5ad4b5de86d31f06086d11a314089e6a6ca00fd22fb2a5408ee98b7fd41be256 [INFO] running `"docker" "start" "-a" "5ad4b5de86d31f06086d11a314089e6a6ca00fd22fb2a5408ee98b7fd41be256"` [INFO] [stderr] Compiling d-mark v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | / write!( [INFO] [stderr] 82 | | f, [INFO] [stderr] 83 | | "parse error at line {}, column {}: #{:?}\n\n", [INFO] [stderr] 84 | | self.pos.line_nr, self.pos.col_nr, self.error, [INFO] [stderr] 85 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | write!(f, "{}\n", line); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | write!(f, "{}\n", self.line1.unwrap_or("")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.37s [INFO] running `"docker" "inspect" "5ad4b5de86d31f06086d11a314089e6a6ca00fd22fb2a5408ee98b7fd41be256"` [INFO] running `"docker" "rm" "-f" "5ad4b5de86d31f06086d11a314089e6a6ca00fd22fb2a5408ee98b7fd41be256"` [INFO] [stdout] 5ad4b5de86d31f06086d11a314089e6a6ca00fd22fb2a5408ee98b7fd41be256 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ddfreyne/d-mark-rust:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 2ef75dddc1996a2c00c8beefe645108f41e478c20ffb627846f4101917003dbf [INFO] running `"docker" "start" "-a" "2ef75dddc1996a2c00c8beefe645108f41e478c20ffb627846f4101917003dbf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/d_mark-1c73768331bb5dc2 [INFO] [stdout] [INFO] [stdout] running 68 tests [INFO] [stdout] test parser::tests::parse_block_one_el_attr_early_eof ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_with_number ... ok [INFO] [stdout] test parser::tests::parse_block_empty ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_starts_with_dash ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_starts_with_num ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_starts_with_underscore ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_early_eof_escape ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_with_dash ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_empty ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_with_underscore ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attrs_without_value ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content2 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content3 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content4 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attrs_escaped ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content1 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content5 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content_nested ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_without_value ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_simple ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_value_has_unescaped_percent ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_continued_content_hash_but_no_block ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_nested1 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_nested2 ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_unexpected_rbrace ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_with_string ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_name_with_dash ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_early_eof_escape ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_name_with_underscore ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_garbage_at_eol ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_name_with_uppercase ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attrs_simple ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_attr_key_with_uppercase ... ok [INFO] [stdout] test parser::tests::parse_block_one_empty_el_with_space ... ok [INFO] [stdout] test parser::tests::parse_block_one_empty_el ... ok [INFO] [stdout] test parser::tests::parse_block_two_els_continued ... ok [INFO] [stdout] test parser::tests::parse_block_two_els_simple ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_early_eof ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_early_eol ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_escape_eof ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_with_string_with_escaped_rbrace ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_without_space ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_empty ... ok [INFO] [stdout] test parser::tests::parse_block_one_el_with_string_with_escaped_percent ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_escape_comma ... ok [INFO] [stdout] test parser::tests::parse_inline_element_eof1 ... ok [INFO] [stdout] test parser::tests::parse_inline_element_empty ... ok [INFO] [stdout] test parser::tests::parse_inline_element_eof2 ... ok [INFO] [stdout] test parser::tests::parse_inline_element_eof3 ... ok [INFO] [stdout] test parser::tests::parse_inline_element_nested ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_escape_other ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_escape_eol ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_escape_rbracket ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_single_pair ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_just_key ... ok [INFO] [stdout] test parser::tests::parse_inline_attr_escape_percentage ... ok [INFO] [stdout] test parser::tests::parse_inline_element_nl1 ... ok [INFO] [stdout] test parser::tests::parse_inline_element_nl2 ... ok [INFO] [stdout] test parser::tests::parse_inline_element_nl3 ... ok [INFO] [stdout] test parser::tests::parse_inline_element_nl4 ... ok [INFO] [stdout] test translator::tests::example_string ... ok [INFO] [stdout] test parser::tests::parse_inline_element_escaped ... ok [INFO] [stdout] test parser::tests::parse_inline_string ... ok [INFO] [stdout] test parser::tests::parse_inline_element_wrapped ... ok [INFO] [stdout] test parser::tests::parse_inline_element_str ... ok [INFO] [stdout] test translator::tests::example_tree ... ok [INFO] [stdout] test translator::tests::example_context ... ok [INFO] [stdout] test parser::tests::parse_inline_string_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/d_mark-9c11659b2b1138b0 [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] [stderr] Doc-tests d-mark [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2ef75dddc1996a2c00c8beefe645108f41e478c20ffb627846f4101917003dbf"` [INFO] running `"docker" "rm" "-f" "2ef75dddc1996a2c00c8beefe645108f41e478c20ffb627846f4101917003dbf"` [INFO] [stdout] 2ef75dddc1996a2c00c8beefe645108f41e478c20ffb627846f4101917003dbf