[INFO] cloning repository https://github.com/yarrow/dreadnom [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yarrow/dreadnom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyarrow%2Fdreadnom", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyarrow%2Fdreadnom'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 54855845463e6e0c6dd9b7028293fe5c7ed61dbc [INFO] testing yarrow/dreadnom against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyarrow%2Fdreadnom" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/yarrow/dreadnom [INFO] finished tweaking git repo https://github.com/yarrow/dreadnom [INFO] tweaked toml for git repo https://github.com/yarrow/dreadnom written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/yarrow/dreadnom on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/yarrow/dreadnom already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb9514381546cd5cdbd050ff38daf9647d2ec78e1397234370e8883f0683bae2 [INFO] running `Command { std: "docker" "start" "-a" "bb9514381546cd5cdbd050ff38daf9647d2ec78e1397234370e8883f0683bae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb9514381546cd5cdbd050ff38daf9647d2ec78e1397234370e8883f0683bae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb9514381546cd5cdbd050ff38daf9647d2ec78e1397234370e8883f0683bae2", kill_on_drop: false }` [INFO] [stdout] bb9514381546cd5cdbd050ff38daf9647d2ec78e1397234370e8883f0683bae2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2739b82523382e9c5ab0e3ba633a6fdc9d2dedec540509302e75d7af3347f15d [INFO] running `Command { std: "docker" "start" "-a" "2739b82523382e9c5ab0e3ba633a6fdc9d2dedec540509302e75d7af3347f15d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling zstd-safe v7.2.3 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling miniz_oxide v0.8.5 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling lockfree-object-pool v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling zip v2.2.2 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling zopfli v0.8.1 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling deflate64 v0.1.9 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling logos-codegen v0.15.0 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.2.15 [INFO] [stderr] Compiling zstd-sys v2.0.14+zstd.1.5.7 [INFO] [stderr] Compiling bzip2-sys v0.1.12+1.0.8 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling color-print-proc-macro v0.3.7 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling logos-derive v0.15.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling logos v0.15.0 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling color-print v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling dreadnom v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.65s [INFO] running `Command { std: "docker" "inspect" "2739b82523382e9c5ab0e3ba633a6fdc9d2dedec540509302e75d7af3347f15d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2739b82523382e9c5ab0e3ba633a6fdc9d2dedec540509302e75d7af3347f15d", kill_on_drop: false }` [INFO] [stdout] 2739b82523382e9c5ab0e3ba633a6fdc9d2dedec540509302e75d7af3347f15d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1bb8e4815210d360d1e876c139e1d6c8eb92a66de47f968b91508cb8a644f907 [INFO] running `Command { std: "docker" "start" "-a" "1bb8e4815210d360d1e876c139e1d6c8eb92a66de47f968b91508cb8a644f907", kill_on_drop: false }` [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.8 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling assert_cmd v2.0.16 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling dir-diff v0.3.3 [INFO] [stderr] Compiling predicates-tree v1.0.11 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling predicates v3.1.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling bstr v1.11.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling dreadnom v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling assert_fs v1.1.2 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.77s [INFO] running `Command { std: "docker" "inspect" "1bb8e4815210d360d1e876c139e1d6c8eb92a66de47f968b91508cb8a644f907", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bb8e4815210d360d1e876c139e1d6c8eb92a66de47f968b91508cb8a644f907", kill_on_drop: false }` [INFO] [stdout] 1bb8e4815210d360d1e876c139e1d6c8eb92a66de47f968b91508cb8a644f907 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2f6bd8f713d2851f9011bcf01607bcd0fff12f2020ec3e7e1f26ad6498214dc6 [INFO] running `Command { std: "docker" "start" "-a" "2f6bd8f713d2851f9011bcf01607bcd0fff12f2020ec3e7e1f26ad6498214dc6", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dreadnom-a586f0e048a87b1b) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test obsidianize::tests::number_and_title_from_splits_initial_number_from_rest ... ok [INFO] [stdout] test parse::test_embedded_file_name::must_be_a_markdown_header ... ok [INFO] [stdout] test obsidianize::tests::special_case_for_urban_ideas ... ok [INFO] [stdout] test parse::test_embedded_file_name::markdown_can_be_header_2_etc ... ok [INFO] [stdout] test parse::test_embedded_file_name::trims_20_things_prefix ... ok [INFO] [stdout] test parse::test_embedded_file_name::embedded_file_name_removes_colon_everywhere ... ok [INFO] [stdout] test parse::test_embedded_file_name::trims_header_marker_and_whitespace ... ok [INFO] [stdout] test parse::tests::heading_followed_by_vanilla_does_not_introduce_a_paragraph ... ok [INFO] [stdout] test parse::tests::check_bad_parse_regression ... ok [INFO] [stdout] test parse::tests::dice_code_inserts_name_and_link_into_a_code_template ... ok [INFO] [stdout] test parse::tests::added_material_is_preceded_and_followed_by_paragraphs ... ok [INFO] [stdout] test parse::tests::list_to_table_output ... ok [INFO] [stdout] test parse::tests::make_link_result_starts_with_newline_and_hat ... ok [INFO] [stdout] test parse::tests::list_to_table_errors_on_an_empty_list ... ok [INFO] [stdout] test parse::tests::parse_requires_nonempty_content_to_begin_with_a_newline ... ok [INFO] [stdout] test parse::tests::we_add_a_link_after_a_list_that_ends_the_file_even_if_it_doesnt_end_with_a_newline ... ok [INFO] [stdout] test parse::tests::a_minimal_content_suffices ... ok [INFO] [stdout] test parse::tests::name_copyright_body_does ... ok [INFO] [stdout] test parse::tests::copyright_is_required_even_if_there_are_no_subsections ... ok [INFO] [stdout] test parse::tests::but_OGL_instead_of_copyright_is_ok ... ok [INFO] [stdout] test parse::tests::prologue_must_contain_copyright_symbol ... ok [INFO] [stdout] test parse::test_embedded_file_name::tries_to_find_a_better_name_than_Name ... ok [INFO] [stdout] test parse::tests::make_link_trims_cruft_and_lowercases ... ok [INFO] [stdout] test parse::tests::parse_adds_dice_rolling_code_before_and_link_after_lists ... ok [INFO] [stdout] test parse::tests::if_entire_content_is_vanilla_then_parse_returns_it_unchanged ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dreadnom-3bb602e0128ec07e) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/compare_to_baseline.rs (/opt/rustwide/target/debug/deps/compare_to_baseline-1cb01f183a1643b6) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test compare_to_baseline ... ignored, The actual data won't exist in CI [INFO] [stderr] Running tests/fs.rs (/opt/rustwide/target/debug/deps/fs-01afae538302f3a0) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test dreadnom_creates_an_obsidian_file_for_each_source_file ... ok [INFO] [stdout] test obsidian_need_not_exist ... ok [INFO] [stdout] test obsidian_may_contain_md_files ... ok [INFO] [stdout] test obsidian_may_exist_and_be_empty ... ok [INFO] [stdout] test source_must_contain_only_txt_files_starting_with_numbers ... ok [INFO] [stdout] test source_must_exist ... ok [INFO] [stdout] test source_must_not_be_empty ... ok [INFO] [stdout] test obsidian_may_not_contain_non_md_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] [stderr] Doc-tests dreadnom [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2f6bd8f713d2851f9011bcf01607bcd0fff12f2020ec3e7e1f26ad6498214dc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f6bd8f713d2851f9011bcf01607bcd0fff12f2020ec3e7e1f26ad6498214dc6", kill_on_drop: false }` [INFO] [stdout] 2f6bd8f713d2851f9011bcf01607bcd0fff12f2020ec3e7e1f26ad6498214dc6