[INFO] fetching crate yash-prompt 0.7.1...
[INFO] testing yash-prompt-0.7.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate yash-prompt 0.7.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate yash-prompt 0.7.1
[INFO] finished tweaking crates.io crate yash-prompt 0.7.1
[INFO] tweaked toml for crates.io crate yash-prompt 0.7.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate yash-prompt 0.7.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yash-prompt 0.7.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yash-quote v1.1.1
[INFO] [stderr]   Downloaded enumset v1.1.10
[INFO] [stderr]   Downloaded unix_str v1.0.0
[INFO] [stderr]   Downloaded yash-fnmatch v1.1.2
[INFO] [stderr]   Downloaded yash-executor v1.0.0
[INFO] [stderr]   Downloaded enumset_derive v0.14.0
[INFO] [stderr]   Downloaded yash-arith v0.2.2
[INFO] [stderr]   Downloaded yash-env v0.9.2
[INFO] [stderr]   Downloaded unix_path v1.0.1
[INFO] [stderr]   Downloaded yash-syntax v0.16.0
[INFO] [stderr]   Downloaded yash-semantics v0.11.0
[INFO] [stderr]   Downloaded annotate-snippets v0.12.8
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d008ea1af404b2772e10e652d75820653594585b62c747e47957c26db0fcc949
[INFO] running `Command { std: "docker" "start" "-a" "d008ea1af404b2772e10e652d75820653594585b62c747e47957c26db0fcc949", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d008ea1af404b2772e10e652d75820653594585b62c747e47957c26db0fcc949", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d008ea1af404b2772e10e652d75820653594585b62c747e47957c26db0fcc949", kill_on_drop: false }`
[INFO] [stdout] d008ea1af404b2772e10e652d75820653594585b62c747e47957c26db0fcc949
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 143ebf0ac96027fc8611a0ef6fbf089280767c2a4b1496eaab1294003c7c47b7
[INFO] running `Command { std: "docker" "start" "-a" "143ebf0ac96027fc8611a0ef6fbf089280767c2a4b1496eaab1294003c7c47b7", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling unix_str v1.0.0
[INFO] [stderr]    Compiling yash-quote v1.1.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling yash-executor v1.0.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling unix_path v1.0.1
[INFO] [stderr]    Compiling annotate-snippets v0.12.8
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yash-arith v0.2.2
[INFO] [stderr]    Compiling yash-fnmatch v1.1.2
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling yash-syntax v0.16.0
[INFO] [stderr]    Compiling yash-env v0.9.2
[INFO] [stderr]    Compiling yash-semantics v0.11.0
[INFO] [stderr]    Compiling yash-prompt v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.89s
[INFO] running `Command { std: "docker" "inspect" "143ebf0ac96027fc8611a0ef6fbf089280767c2a4b1496eaab1294003c7c47b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "143ebf0ac96027fc8611a0ef6fbf089280767c2a4b1496eaab1294003c7c47b7", kill_on_drop: false }`
[INFO] [stdout] 143ebf0ac96027fc8611a0ef6fbf089280767c2a4b1496eaab1294003c7c47b7
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e21d2d7838c461abe3e3eab7032c20b1a6c78a0c5c5b8bed4923e47ab2d337d8
[INFO] running `Command { std: "docker" "start" "-a" "e21d2d7838c461abe3e3eab7032c20b1a6c78a0c5c5b8bed4923e47ab2d337d8", kill_on_drop: false }`
[INFO] [stderr]    Compiling yash-prompt v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `yash_env_test_helper`
[INFO] [stdout]   --> src/prompter.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |     use yash_env_test_helper::assert_stderr;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `yash_env_test_helper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `yash_env_test_helper`, use `cargo add yash_env_test_helper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yash-prompt` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "e21d2d7838c461abe3e3eab7032c20b1a6c78a0c5c5b8bed4923e47ab2d337d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e21d2d7838c461abe3e3eab7032c20b1a6c78a0c5c5b8bed4923e47ab2d337d8", kill_on_drop: false }`
[INFO] [stdout] e21d2d7838c461abe3e3eab7032c20b1a6c78a0c5c5b8bed4923e47ab2d337d8
