[INFO] fetching crate tweep 0.3.0...
[INFO] testing tweep-0.3.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate tweep 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate tweep 0.3.0
[INFO] finished tweaking crates.io crate tweep 0.3.0
[INFO] tweaked toml for crates.io crate tweep 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tweep 0.3.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] [stderr]       Adding bimap v0.4.0 (available: v0.6.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bimap v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cb059ea5da484b0a52d410f5f7299f2a57e61f0cbeb567e514a3855118a18fd0
[INFO] running `Command { std: "docker" "start" "-a" "cb059ea5da484b0a52d410f5f7299f2a57e61f0cbeb567e514a3855118a18fd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb059ea5da484b0a52d410f5f7299f2a57e61f0cbeb567e514a3855118a18fd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb059ea5da484b0a52d410f5f7299f2a57e61f0cbeb567e514a3855118a18fd0", kill_on_drop: false }`
[INFO] [stdout] cb059ea5da484b0a52d410f5f7299f2a57e61f0cbeb567e514a3855118a18fd0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d72fe20112c6071395dd65ed2526b4b3804413255cec3aea3ecefefe29b997dc
[INFO] running `Command { std: "docker" "start" "-a" "d72fe20112c6071395dd65ed2526b4b3804413255cec3aea3ecefefe29b997dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tweep v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/context/full_context.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |                     self.contents.as_str().borrow(),
[INFO] [stdout]    |                                           ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/context/full_context.rs:80:47
[INFO] [stdout]    |
[INFO] [stdout] 80 |                         self.contents.as_str().borrow(),
[INFO] [stdout]    |                                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
[INFO] running `Command { std: "docker" "inspect" "d72fe20112c6071395dd65ed2526b4b3804413255cec3aea3ecefefe29b997dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d72fe20112c6071395dd65ed2526b4b3804413255cec3aea3ecefefe29b997dc", kill_on_drop: false }`
[INFO] [stdout] d72fe20112c6071395dd65ed2526b4b3804413255cec3aea3ecefefe29b997dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 068cf7166fb699cffa1ebfc91158b5fe1422cb97de2387b90ae4459d939717c5
[INFO] running `Command { std: "docker" "start" "-a" "068cf7166fb699cffa1ebfc91158b5fe1422cb97de2387b90ae4459d939717c5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/context/full_context.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |                     self.contents.as_str().borrow(),
[INFO] [stdout]    |                                           ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/context/full_context.rs:80:47
[INFO] [stdout]    |
[INFO] [stdout] 80 |                         self.contents.as_str().borrow(),
[INFO] [stdout]    |                                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tweep v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/issues/error_list.rs:187:10
[INFO] [stdout]     |
[INFO] [stdout] 187 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/issues/error_list.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/context/full_context.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |                     self.contents.as_str().borrow(),
[INFO] [stdout]    |                                           ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/context/full_context.rs:80:47
[INFO] [stdout]    |
[INFO] [stdout] 80 |                         self.contents.as_str().borrow(),
[INFO] [stdout]    |                                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.72s
[INFO] running `Command { std: "docker" "inspect" "068cf7166fb699cffa1ebfc91158b5fe1422cb97de2387b90ae4459d939717c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "068cf7166fb699cffa1ebfc91158b5fe1422cb97de2387b90ae4459d939717c5", kill_on_drop: false }`
[INFO] [stdout] 068cf7166fb699cffa1ebfc91158b5fe1422cb97de2387b90ae4459d939717c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ebe9953e43ce990f838fa86f3b2e4ab786f197a5f253931a6d074a7503dc8f16
[INFO] running `Command { std: "docker" "start" "-a" "ebe9953e43ce990f838fa86f3b2e4ab786f197a5f253931a6d074a7503dc8f16", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/context/full_context.rs:69:43
[INFO] [stderr]    |
[INFO] [stderr] 69 |                     self.contents.as_str().borrow(),
[INFO] [stderr]    |                                           ^^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/context/full_context.rs:80:47
[INFO] [stderr]    |
[INFO] [stderr] 80 |                         self.contents.as_str().borrow(),
[INFO] [stderr]    |                                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Borrow`, so calling `borrow` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/issues/error_list.rs:187:10
[INFO] [stderr]     |
[INFO] [stderr] 187 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/issues/error_list.rs:192:10
[INFO] [stderr]     |
[INFO] [stderr] 192 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: `tweep` (lib) generated 2 warnings (run `cargo fix --lib -p tweep` to apply 2 suggestions)
[INFO] [stderr] warning: `tweep` (lib test) generated 4 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tweep-4daf7ec4a39d0917)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test context::full_context::tests::test_construction ... ok
[INFO] [stdout] test context::partial_context::tests::from_subcontext ... ok
[INFO] [stdout] test context::partial_context::tests::test_conversion ... ok
[INFO] [stdout] test context::position::tests::subpositions ... ok
[INFO] [stdout] test context::full_context::tests::subcontext ... ok
[INFO] [stdout] test issues::error_list::tests::merge ... ok
[INFO] [stdout] test issues::error_list::tests::basic ... ok
[INFO] [stdout] test issues::error_list::tests::positional ... ok
[INFO] [stdout] test output::tests::basic_with_warnings ... ok
[INFO] [stdout] test output::tests::output_result ... ok
[INFO] [stdout] test output::tests::basic ... ok
[INFO] [stdout] test passages::header::tests::leading_whitespace ... ok
[INFO] [stdout] test passages::header::tests::escaped_chars ... ok
[INFO] [stdout] test passages::header::tests::empty_tags ... ok
[INFO] [stdout] test passages::header::tests::malformed_metadata ... ok
[INFO] [stdout] test passages::header::tests::metadata_before_tags ... ok
[INFO] [stdout] test passages::header::tests::metadata ... ok
[INFO] [stdout] test passages::header::tests::missing_sigil ... ok
[INFO] [stdout] test passages::header::tests::empty_name ... ok
[INFO] [stdout] test passages::header::tests::metadata_with_array ... ok
[INFO] [stdout] test passages::header::tests::multilevel_metadata ... ok
[INFO] [stdout] test passages::header::tests::tags ... ok
[INFO] [stdout] test passages::header::tests::tags_and_metadata ... ok
[INFO] [stdout] test issues::warning::tests::incremental ... ok
[INFO] [stdout] test issues::warning::tests::unchanged_referent ... ok
[INFO] [stdout] test passages::header::tests::unclosed_metadata ... ok
[INFO] [stdout] test passages::passage::tests::one_line_story_title ... ok
[INFO] [stdout] test passages::passage::tests::a_test ... ok
[INFO] [stdout] test passages::passage::tests::script_passage ... ok
[INFO] [stdout] test passages::header::tests::unclosed_tags ... ok
[INFO] [stdout] test passages::header::tests::unescaped_chars ... ok
[INFO] [stdout] test passages::script_content::tests::basic ... ok
[INFO] [stdout] test passages::passage::tests::stylesheet_passage ... ok
[INFO] [stdout] test passages::story_data::tests::test_example ... ok
[INFO] [stdout] test passages::passage::tests::multi_line_story_title ... ok
[INFO] [stdout] test passages::story_title::tests::basic ... ok
[INFO] [stdout] test passages::stylesheet_content::tests::basic ... ok
[INFO] [stdout] test passages::twine_content::tests::a_test ... ok
[INFO] [stdout] test passages::twine_content::tests::unclosed_link ... ok
[INFO] [stdout] test passages::twine_content::tests::whitespace_in_link ... ok
[INFO] [stdout] test passages::twine_content::tests::links ... ok
[INFO] [stdout] test stories::story::tests::warning_offsets ... ok
[INFO] [stdout] test passages::story_data::tests::test_malformed ... ok
[INFO] [stdout] test stories::story::tests::a_test ... ok
[INFO] [stdout] test stories::story_passages::tests::dead_start ... ok
[INFO] [stdout] test stories::story_passages::tests::alt_start ... ok
[INFO] [stdout] test stories::story_passages::tests::a_test ... ok
[INFO] [stdout] test stories::story::tests::file_input ... ok
[INFO] [stdout] test stories::story_passages::tests::dead_link ... ok
[INFO] [stdout] test stories::story::tests::dir_input ... ok
[INFO] [stdout] test stories::story_passages::tests::dir_input_duplicates ... ok
[INFO] [stdout] test stories::story_passages::tests::dir_input ... ok
[INFO] [stdout] test stories::story_passages::tests::duplicate_story_data ... ok
[INFO] [stdout] test stories::story_passages::tests::duplicate_story_title ... ok
[INFO] [stdout] test stories::story_passages::tests::from_string_error ... ok
[INFO] [stdout] test stories::story_passages::tests::missing_start ... ok
[INFO] [stdout] test stories::story_passages::tests::missing_title ... ok
[INFO] [stdout] test stories::story_passages::tests::empty_passage ... ok
[INFO] [stdout] test stories::story_passages::tests::file_input ... ok
[INFO] [stdout] test stories::story_passages::tests::multi_path ... ok
[INFO] [stdout] test stories::story_passages::tests::warning_offsets ... ok
[INFO] [stdout] test output::tests::into_err_panic - should panic ... ok
[INFO] [stderr]    Doc-tests tweep
[INFO] [stdout] test output::tests::into_ok_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/lib.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 | #![warn(missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples`
[INFO] [stderr]    --> src/lib.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 | #![warn(missing_doc_code_examples)]
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the `rustdoc::missing_doc_code_examples` lint is unstable
[INFO] [stderr]     = note: see issue #101730 <https://github.com/rust-lang/rust/issues/101730> for more information
[INFO] [stderr]     = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable
[INFO] [stderr]     = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]     = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test src/context/position.rs - context::position::Position::subposition (line 62) ... ok
[INFO] [stdout] test src/context/position.rs - context::position::Position::abs (line 37) ... ok
[INFO] [stdout] test src/issues/error.rs - issues::error::Error::new (line 22) ... ok
[INFO] [stdout] test src/issues/error_list.rs - issues::error_list::ErrorList::is_empty (line 42) ... ok
[INFO] [stdout] test src/context/position.rs - context::position::Position::subposition (line 79) ... ok
[INFO] [stdout] test src/context/position.rs - context::position::Position::subposition (line 70) ... ok
[INFO] [stdout] test src/context/position.rs - context::position::Position::rel (line 49) ... ok
[INFO] [stdout] test src/context/position.rs - context::position::Position (line 14) ... ok
[INFO] [stdout] test src/issues/warning.rs - issues::warning::Warning (line 8) ... ok
[INFO] [stdout] test src/issues/error_list.rs - issues::error_list::ErrorList::merge (line 61) ... ok
[INFO] [stdout] test src/issues/error_list.rs - issues::error_list::ErrorList::merge (line 71) ... ok
[INFO] [stdout] test src/issues/error_list.rs - issues::error_list::ErrorList::new (line 16) ... ok
[INFO] [stdout] test src/issues/error_list.rs - issues::error_list::ErrorList::push (line 28) ... ok
[INFO] [stdout] test src/issues/error_list.rs - issues::error_list::ErrorList::merge (line 84) ... ok
[INFO] [stdout] test src/lib.rs - (line 40) ... ok
[INFO] [stdout] test src/issues/warning.rs - issues::warning::Warning::has_referent (line 52) ... ok
[INFO] [stdout] test src/issues/warning.rs - issues::warning::Warning::set_referent (line 83) ... ok
[INFO] [stdout] test src/issues/warning.rs - issues::warning::Warning::new (line 35) ... ok
[INFO] [stdout] test src/issues/warning.rs - issues::warning::Warning::with_referent (line 99) ... ok
[INFO] [stdout] test src/issues/warning.rs - issues::warning::Warning::get_referent (line 68) ... ok
[INFO] [stdout] test src/output.rs - output::Output<Result<T,E>>::into_err (line 192) ... ok
[INFO] [stdout] test src/output.rs - output::Output<Result<T,E>>::into_result (line 211) ... ok
[INFO] [stdout] test src/output.rs - output::Output<Result<T,E>>::into_ok (line 170) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::get_output (line 60) ... ok
[INFO] [stdout] test src/output.rs - output::Output<Result<T,E>>::is_ok (line 140) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::has_warnings (line 85) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::new (line 28) ... ok
[INFO] [stdout] test src/output.rs - output::Output<Result<T,E>>::is_err (line 152) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::get_warnings (line 101) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::mut_output (line 72) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::with_warnings (line 44) ... ok
[INFO] [stdout] test src/passages/header.rs - passages::header::PassageHeader (line 31) ... ok
[INFO] [stdout] test src/passages/passage.rs - passages::passage::Passage::new (line 45) ... ok
[INFO] [stdout] test src/passages/header.rs - passages::header::PassageHeader::has_tag (line 73) ... ok
[INFO] [stdout] test src/passages/twine_content.rs - passages::twine_content::TwineContent (line 32) ... ok
[INFO] [stdout] test src/output.rs - output::Output<T>::take (line 115) ... ok
[INFO] [stdout] test src/passages/story_title.rs - passages::story_title::StoryTitle (line 15) ... ok
[INFO] [stdout] test src/stories/story.rs - stories::story::Story (line 43) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ebe9953e43ce990f838fa86f3b2e4ab786f197a5f253931a6d074a7503dc8f16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebe9953e43ce990f838fa86f3b2e4ab786f197a5f253931a6d074a7503dc8f16", kill_on_drop: false }`
[INFO] [stdout] ebe9953e43ce990f838fa86f3b2e4ab786f197a5f253931a6d074a7503dc8f16
