[INFO] fetching crate fluent-template-macros 0.13.1...
[INFO] testing fluent-template-macros-0.13.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate fluent-template-macros 0.13.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate fluent-template-macros 0.13.1
[INFO] finished tweaking crates.io crate fluent-template-macros 0.13.1
[INFO] tweaked toml for crates.io crate fluent-template-macros 0.13.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fluent-template-macros 0.13.1 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 fluent-template-macros 0.13.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" "+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] 662e030cae5e4acd2c5ecd135c802fbefd8faf9e549a23924e44eb55aca854ff
[INFO] running `Command { std: "docker" "start" "-a" "662e030cae5e4acd2c5ecd135c802fbefd8faf9e549a23924e44eb55aca854ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "662e030cae5e4acd2c5ecd135c802fbefd8faf9e549a23924e44eb55aca854ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "662e030cae5e4acd2c5ecd135c802fbefd8faf9e549a23924e44eb55aca854ff", kill_on_drop: false }`
[INFO] [stdout] 662e030cae5e4acd2c5ecd135c802fbefd8faf9e549a23924e44eb55aca854ff
[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] bc8299bfbb2d4394811c09bf7edda11b499f7ad726d5a7675fecb50482709140
[INFO] running `Command { std: "docker" "start" "-a" "bc8299bfbb2d4394811c09bf7edda11b499f7ad726d5a7675fecb50482709140", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.6
[INFO] [stderr]    Compiling unic-langid-macros v0.9.6
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling fluent-template-macros v0.13.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: one of the features `ignore` or `walkdir` must be enabled.
[INFO] [stdout]    --> src/lib.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     compile_error!("one of the features `ignore` or `walkdir` must be enabled.");
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:119:57
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub(crate) fn read_from_dir<P: AsRef<Path>>(path: P) -> Vec<String> {
[INFO] [stdout]     |               -------------                             ^^^^^^^^^^^ expected `Vec<String>`, found `()`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<std::string::String>`
[INFO] [stdout]             found unit type `()`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fluent-template-macros` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "bc8299bfbb2d4394811c09bf7edda11b499f7ad726d5a7675fecb50482709140", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc8299bfbb2d4394811c09bf7edda11b499f7ad726d5a7675fecb50482709140", kill_on_drop: false }`
[INFO] [stdout] bc8299bfbb2d4394811c09bf7edda11b499f7ad726d5a7675fecb50482709140
