[INFO] cloning repository https://github.com/gregtatum/fluent-migrator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gregtatum/fluent-migrator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregtatum%2Ffluent-migrator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregtatum%2Ffluent-migrator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0d49a139860a1841435c40ec78b61e875fa0a7ca
[INFO] testing gregtatum/fluent-migrator against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregtatum%2Ffluent-migrator" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gregtatum/fluent-migrator
[INFO] finished tweaking git repo https://github.com/gregtatum/fluent-migrator
[INFO] tweaked toml for git repo https://github.com/gregtatum/fluent-migrator written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gregtatum/fluent-migrator on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gregtatum/fluent-migrator 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ebd512a4de36f5f80d7b9578ae0195a74ebab5e0d153504d2debe28133b47f0e
[INFO] running `Command { std: "docker" "start" "-a" "ebd512a4de36f5f80d7b9578ae0195a74ebab5e0d153504d2debe28133b47f0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebd512a4de36f5f80d7b9578ae0195a74ebab5e0d153504d2debe28133b47f0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebd512a4de36f5f80d7b9578ae0195a74ebab5e0d153504d2debe28133b47f0e", kill_on_drop: false }`
[INFO] [stdout] ebd512a4de36f5f80d7b9578ae0195a74ebab5e0d153504d2debe28133b47f0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 809ba153e249ce9e490db7e58ee1e25e079e7569dc18e26658bb8176f6bb8b8b
[INFO] running `Command { std: "docker" "start" "-a" "809ba153e249ce9e490db7e58ee1e25e079e7569dc18e26658bb8176f6bb8b8b", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling bitvec v0.19.5
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling nom-trace v0.2.1
[INFO] [stderr]    Compiling fluent-migrator v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 41 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 42 | ) -> IResult<&'a str, &str, E> {
[INFO] [stdout]    |               --      ^^^^ the same lifetime is elided here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 42 | ) -> IResult<&'a str, &'a str, E> {
[INFO] [stdout]    |                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/dtd.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 21 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 22 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]    |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 22 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/dtd.rs:68:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 68 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]    |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 68 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/dtd.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 101 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 102 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]     |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 102 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/dtd.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 128 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]     |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 128 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/dtd.rs:144:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 144 | ) -> IResult<&'a str, Vec<Node>, E> {
[INFO] [stdout]     |               --          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 144 | ) -> IResult<&'a str, Vec<Node<'a>>, E> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/properties.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 38 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 39 | ) -> IResult<&'a str, &str, E> {
[INFO] [stdout]    |               --      ^^^^ the same lifetime is elided here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 39 | ) -> IResult<&'a str, &'a str, E> {
[INFO] [stdout]    |                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/properties.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 45 | ) -> IResult<&'a str, Message, E> {
[INFO] [stdout]    |               --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 | ) -> IResult<&'a str, Message<'a>, E> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/properties.rs:109:23
[INFO] [stdout]     |
[INFO] [stdout] 108 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 109 | ) -> IResult<&'a str, Comment, E> {
[INFO] [stdout]     |               --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 109 | ) -> IResult<&'a str, Comment<'a>, E> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/properties.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 199 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 200 | ) -> IResult<&'a str, Vec<Node>, E> {
[INFO] [stdout]     |               --          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 200 | ) -> IResult<&'a str, Vec<Node<'a>>, E> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, nom v6.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "809ba153e249ce9e490db7e58ee1e25e079e7569dc18e26658bb8176f6bb8b8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "809ba153e249ce9e490db7e58ee1e25e079e7569dc18e26658bb8176f6bb8b8b", kill_on_drop: false }`
[INFO] [stdout] 809ba153e249ce9e490db7e58ee1e25e079e7569dc18e26658bb8176f6bb8b8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b14915037dffef334d05b26004a0f0e3771cbae7dbe4ce00c9b542c0c616e13b
[INFO] running `Command { std: "docker" "start" "-a" "b14915037dffef334d05b26004a0f0e3771cbae7dbe4ce00c9b542c0c616e13b", kill_on_drop: false }`
[INFO] [stderr]    Compiling fluent-migrator v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/mod.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 41 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 42 | ) -> IResult<&'a str, &str, E> {
[INFO] [stdout]    |               --      ^^^^ the same lifetime is elided here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 42 | ) -> IResult<&'a str, &'a str, E> {
[INFO] [stdout]    |                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/dtd.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 21 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 22 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]    |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 22 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/dtd.rs:68:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 68 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]    |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 68 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/dtd.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 101 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 102 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]     |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 102 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/dtd.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 127 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 128 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stdout]     |               --             ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 128 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/dtd.rs:144:27
[INFO] [stdout]     |
[INFO] [stdout] 143 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 144 | ) -> IResult<&'a str, Vec<Node>, E> {
[INFO] [stdout]     |               --          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 144 | ) -> IResult<&'a str, Vec<Node<'a>>, E> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/properties.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 38 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 39 | ) -> IResult<&'a str, &str, E> {
[INFO] [stdout]    |               --      ^^^^ the same lifetime is elided here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 39 | ) -> IResult<&'a str, &'a str, E> {
[INFO] [stdout]    |                        ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/properties.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     i: &'a str,
[INFO] [stdout]    |         -- the lifetime is named here
[INFO] [stdout] 45 | ) -> IResult<&'a str, Message, E> {
[INFO] [stdout]    |               --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 | ) -> IResult<&'a str, Message<'a>, E> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/properties.rs:109:23
[INFO] [stdout]     |
[INFO] [stdout] 108 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 109 | ) -> IResult<&'a str, Comment, E> {
[INFO] [stdout]     |               --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 109 | ) -> IResult<&'a str, Comment<'a>, E> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser/properties.rs:200:27
[INFO] [stdout]     |
[INFO] [stdout] 199 |     i: &'a str,
[INFO] [stdout]     |         -- the lifetime is named here
[INFO] [stdout] 200 | ) -> IResult<&'a str, Vec<Node>, E> {
[INFO] [stdout]     |               --          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the same lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 200 | ) -> IResult<&'a str, Vec<Node<'a>>, E> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, nom v6.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b14915037dffef334d05b26004a0f0e3771cbae7dbe4ce00c9b542c0c616e13b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b14915037dffef334d05b26004a0f0e3771cbae7dbe4ce00c9b542c0c616e13b", kill_on_drop: false }`
[INFO] [stdout] b14915037dffef334d05b26004a0f0e3771cbae7dbe4ce00c9b542c0c616e13b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5a044c4894a7df72d43d8065c9bf3b92a93041d220442f8f9bc189f22e912f2f
[INFO] running `Command { std: "docker" "start" "-a" "5a044c4894a7df72d43d8065c9bf3b92a93041d220442f8f9bc189f22e912f2f", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/mod.rs:42:23
[INFO] [stderr]    |
[INFO] [stderr] 41 |     i: &'a str,
[INFO] [stderr]    |         -- the lifetime is named here
[INFO] [stderr] 42 | ) -> IResult<&'a str, &str, E> {
[INFO] [stderr]    |               --      ^^^^ the same lifetime is elided here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the same lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 42 | ) -> IResult<&'a str, &'a str, E> {
[INFO] [stderr]    |                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/dtd.rs:22:30
[INFO] [stderr]    |
[INFO] [stderr] 21 |     i: &'a str,
[INFO] [stderr]    |         -- the lifetime is named here
[INFO] [stderr] 22 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stderr]    |               --             ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 22 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/dtd.rs:68:30
[INFO] [stderr]    |
[INFO] [stderr] 67 |     i: &'a str,
[INFO] [stderr]    |         -- the lifetime is named here
[INFO] [stderr] 68 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stderr]    |               --             ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 68 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/dtd.rs:102:30
[INFO] [stderr]     |
[INFO] [stderr] 101 |     i: &'a str,
[INFO] [stderr]     |         -- the lifetime is named here
[INFO] [stderr] 102 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stderr]     |               --             ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 102 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/dtd.rs:128:30
[INFO] [stderr]     |
[INFO] [stderr] 127 |     i: &'a str,
[INFO] [stderr]     |         -- the lifetime is named here
[INFO] [stderr] 128 | ) -> IResult<&'a str, Option<Node>, E> {
[INFO] [stderr]     |               --             ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 128 | ) -> IResult<&'a str, Option<Node<'a>>, E> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/dtd.rs:144:27
[INFO] [stderr]     |
[INFO] [stderr] 143 |     i: &'a str,
[INFO] [stderr]     |         -- the lifetime is named here
[INFO] [stderr] 144 | ) -> IResult<&'a str, Vec<Node>, E> {
[INFO] [stderr]     |               --          ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 144 | ) -> IResult<&'a str, Vec<Node<'a>>, E> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/properties.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 38 |     i: &'a str,
[INFO] [stderr]    |         -- the lifetime is named here
[INFO] [stderr] 39 | ) -> IResult<&'a str, &str, E> {
[INFO] [stderr]    |               --      ^^^^ the same lifetime is elided here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 39 | ) -> IResult<&'a str, &'a str, E> {
[INFO] [stderr]    |                        ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/properties.rs:45:23
[INFO] [stderr]    |
[INFO] [stderr] 44 |     i: &'a str,
[INFO] [stderr]    |         -- the lifetime is named here
[INFO] [stderr] 45 | ) -> IResult<&'a str, Message, E> {
[INFO] [stderr]    |               --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 45 | ) -> IResult<&'a str, Message<'a>, E> {
[INFO] [stderr]    |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/properties.rs:109:23
[INFO] [stderr]     |
[INFO] [stderr] 108 |     i: &'a str,
[INFO] [stderr]     |         -- the lifetime is named here
[INFO] [stderr] 109 | ) -> IResult<&'a str, Comment, E> {
[INFO] [stderr]     |               --      ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 109 | ) -> IResult<&'a str, Comment<'a>, E> {
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser/properties.rs:200:27
[INFO] [stderr]     |
[INFO] [stderr] 199 |     i: &'a str,
[INFO] [stderr]     |         -- the lifetime is named here
[INFO] [stderr] 200 | ) -> IResult<&'a str, Vec<Node>, E> {
[INFO] [stderr]     |               --          ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 200 | ) -> IResult<&'a str, Vec<Node<'a>>, E> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `fluent-migrator` (bin "fluent-migrator" test) generated 10 warnings (run `cargo fix --bin "fluent-migrator" -p fluent-migrator --tests` to apply 10 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, nom v6.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fluent_migrator-3749da573d149e2f)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test parser::properties::test_message ... ok
[INFO] [stdout] test parser::properties::test_properties ... ok
[INFO] [stdout] test parser::dtd::test::test_quoted_strings ... ok
[INFO] [stdout] test parser::dtd::test::test_entity_percent ... ok
[INFO] [stdout] test parser::properties::test_comment ... ok
[INFO] [stdout] test parser::dtd::test::test_entities ... ok
[INFO] [stdout] test parser::dtd::test::test_dtd ... ok
[INFO] [stdout] test parser::dtd::test::test_comments ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5a044c4894a7df72d43d8065c9bf3b92a93041d220442f8f9bc189f22e912f2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a044c4894a7df72d43d8065c9bf3b92a93041d220442f8f9bc189f22e912f2f", kill_on_drop: false }`
[INFO] [stdout] 5a044c4894a7df72d43d8065c9bf3b92a93041d220442f8f9bc189f22e912f2f
