[INFO] fetching crate castwright 0.0.8...
[INFO] testing castwright-0.0.8 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate castwright 0.0.8 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate castwright 0.0.8
[INFO] finished tweaking crates.io crate castwright 0.0.8
[INFO] tweaked toml for crates.io crate castwright 0.0.8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate castwright 0.0.8 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate castwright 0.0.8 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e0c721b35f6ca6770ba8f8b75201a2ba8a52b7ff5b94893da5ae925cd26bd36
[INFO] running `Command { std: "docker" "start" "-a" "3e0c721b35f6ca6770ba8f8b75201a2ba8a52b7ff5b94893da5ae925cd26bd36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e0c721b35f6ca6770ba8f8b75201a2ba8a52b7ff5b94893da5ae925cd26bd36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e0c721b35f6ca6770ba8f8b75201a2ba8a52b7ff5b94893da5ae925cd26bd36", kill_on_drop: false }`
[INFO] [stdout] 3e0c721b35f6ca6770ba8f8b75201a2ba8a52b7ff5b94893da5ae925cd26bd36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a49792334ac5a5d6edc94f9bf2b611b5ba03177f6538dc0201cf8d000f8f8bc7
[INFO] running `Command { std: "docker" "start" "-a" "a49792334ac5a5d6edc94f9bf2b611b5ba03177f6538dc0201cf8d000f8f8bc7", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling os_pipe v1.2.1
[INFO] [stderr]    Compiling shared_child v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling optfield v0.4.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling castwright v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:16
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<Self> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<'_, Self> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
[INFO] running `Command { std: "docker" "inspect" "a49792334ac5a5d6edc94f9bf2b611b5ba03177f6538dc0201cf8d000f8f8bc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a49792334ac5a5d6edc94f9bf2b611b5ba03177f6538dc0201cf8d000f8f8bc7", kill_on_drop: false }`
[INFO] [stdout] a49792334ac5a5d6edc94f9bf2b611b5ba03177f6538dc0201cf8d000f8f8bc7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4f7f4045b29b14793fe209eb98f2b762c4138b6566ef90c128e9d8ce75b9b99
[INFO] running `Command { std: "docker" "start" "-a" "c4f7f4045b29b14793fe209eb98f2b762c4138b6566ef90c128e9d8ce75b9b99", kill_on_drop: false }`
[INFO] [stderr]    Compiling castwright v0.0.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:16
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<Self> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<'_, Self> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:16
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<Self> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<'_, Self> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] running `Command { std: "docker" "inspect" "c4f7f4045b29b14793fe209eb98f2b762c4138b6566ef90c128e9d8ce75b9b99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4f7f4045b29b14793fe209eb98f2b762c4138b6566ef90c128e9d8ce75b9b99", kill_on_drop: false }`
[INFO] [stdout] c4f7f4045b29b14793fe209eb98f2b762c4138b6566ef90c128e9d8ce75b9b99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ad3b15caebc11d262d6dbb03cb130275ad00ba3f7ff29e8f35d4cf7dd6c11bf5
[INFO] running `Command { std: "docker" "start" "-a" "ad3b15caebc11d262d6dbb03cb130275ad00ba3f7ff29e8f35d4cf7dd6c11bf5", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:125:16
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<Self> {
[INFO] [stderr]     |                ^^^^^ the lifetime is elided here            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 125 |     fn combine(&self, temporary: TemporaryConfiguration) -> Cow<'_, Self> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `castwright` (lib) generated 1 warning (run `cargo fix --lib -p castwright` to apply 1 suggestion)
[INFO] [stderr] warning: `castwright` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/castwright-8f393e30b8a5fe87)
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test asciicast::event::tests::event_serialize ... ok
[INFO] [stdout] test asciicast::tests::explicit_header_already_written ... ok
[INFO] [stdout] test asciicast::header::tests::header_serialize ... ok
[INFO] [stdout] test asciicast::tests::explicit_write_header ... ok
[INFO] [stdout] test asciicast::tests::implicit_header_already_written ... ok
[INFO] [stdout] test instruction::command::tests::command_instruction ... ok
[INFO] [stdout] test instruction::config::tests::config_instruction_persistent ... ok
[INFO] [stdout] test instruction::command::tests::error_handling ... ok
[INFO] [stdout] test instruction::config::tests::config_instruction_type ... ok
[INFO] [stdout] test instruction::config::tests::execute_config_instruction ... ok
[INFO] [stdout] test instruction::config::tests::malformed_config_instruction ... ok
[INFO] [stdout] test instruction::config::tests::unknown_config_instruction ... ok
[INFO] [stdout] test asciicast::tests::implicit_write_header ... ok
[INFO] [stdout] test instruction::empty::tests::empty_instruction ... ok
[INFO] [stdout] test instruction::frontmatter::tests::empty_front_matter ... ok
[INFO] [stdout] test instruction::frontmatter::tests::expected_key_value_pair ... ok
[INFO] [stdout] test instruction::frontmatter::tests::front_matter_instruction ... ok
[INFO] [stdout] test instruction::frontmatter::tests::json_error ... ok
[INFO] [stdout] test instruction::frontmatter::tests::malformed_front_matter_instruction ... ok
[INFO] [stdout] test instruction::frontmatter::tests::test_parse_positive_u16 ... ok
[INFO] [stdout] test instruction::frontmatter::tests::unknown_front_matter_instruction ... ok
[INFO] [stdout] test instruction::marker::tests::marker_instruction ... ok
[INFO] [stdout] test instruction::print::tests::print_instruction ... ok
[INFO] [stdout] test instruction::tests::empty_instruction ... ok
[INFO] [stdout] test instruction::tests::instruction_with_space ... ok
[INFO] [stdout] test instruction::tests::invalid_instruction ... ok
[INFO] [stdout] test instruction::wait::tests::wait_instruction ... ok
[INFO] [stdout] test shell::cd::tests::cd_absolute ... ok
[INFO] [stdout] test shell::cd::tests::cd_relative ... ok
[INFO] [stdout] test instruction::tests::instruction_without_space ... ok
[INFO] [stdout] test shell::tests::replaced_newline ... ok
[INFO] [stdout] test tests::execution_context_consume_temporary ... ok
[INFO] [stdout] test shell::tests::echo_stdout ... ok
[INFO] [stdout] test shell::tests::echo_stderr ... ok
[INFO] [stdout] test tests::expected_key_value_pair ... ok
[INFO] [stdout] test tests::front_matter_exists ... ok
[INFO] [stdout] test tests::expected_closing_delimiter ... ok
[INFO] [stdout] test tests::script_expected_continuation_1 ... ok
[INFO] [stdout] test shell::tests::echo_both ... ok
[INFO] [stdout] test tests::script_expected_continuation_2 ... ok
[INFO] [stdout] test tests::script_unexpected_continuation ... ok
[INFO] [stdout] test tests::script_unknown_instruction ... ok
[INFO] [stdout] test tests::version_correct ... ok
[INFO] [stdout] test util::tests::duration ... ok
[INFO] [stdout] test util::tests::loose_string ... ok
[INFO] [stdout] test util::tests::loose_string_error ... ok
[INFO] [stdout] test shell::tests::echo_with_delay ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests castwright
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/instruction/mod.rs - instruction::InstructionTrait::parse (line 28) ... ignored
[INFO] [stdout] test src/instruction/mod.rs - instruction::InstructionTrait::parse (line 36) ... ignored
[INFO] [stdout] test src/asciicast/mod.rs - asciicast::AsciiCast (line 50) - compile fail ... ok
[INFO] [stdout] test src/asciicast/mod.rs - asciicast::AsciiCast<'a,T>::new (line 125) ... ok
[INFO] [stdout] test src/error.rs - error::Error (line 113) ... ok
[INFO] [stdout] test src/asciicast/mod.rs - asciicast::AsciiCast (line 79) ... ok
[INFO] [stdout] test src/asciicast/mod.rs - asciicast::AsciiCast (line 66) ... ok
[INFO] [stdout] test src/error.rs - error::Error (line 146) ... ok
[INFO] [stdout] test src/asciicast/mod.rs - asciicast::AsciiCast<'a,T>::new (line 132) ... ok
[INFO] [stdout] test src/asciicast/mod.rs - asciicast::AsciiCast (line 95) ... ok
[INFO] [stdout] test src/lib.rs - CastWright (line 298) ... ok
[INFO] [stdout] test src/lib.rs - (line 13) ... ok
[INFO] [stdout] test src/error.rs - error::Error (line 124) ... ok
[INFO] [stdout] test src/lib.rs - CastWright (line 277) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 1.54s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ad3b15caebc11d262d6dbb03cb130275ad00ba3f7ff29e8f35d4cf7dd6c11bf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad3b15caebc11d262d6dbb03cb130275ad00ba3f7ff29e8f35d4cf7dd6c11bf5", kill_on_drop: false }`
[INFO] [stdout] ad3b15caebc11d262d6dbb03cb130275ad00ba3f7ff29e8f35d4cf7dd6c11bf5
