[INFO] fetching crate tiscript 0.0.3...
[INFO] testing tiscript-0.0.3 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tiscript 0.0.3 into /workspace/builds/worker-0-tc2/source
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate tiscript 0.0.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tiscript 0.0.3
[INFO] tweaked toml for crates.io crate tiscript 0.0.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tiscript 0.0.3 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 crates.io crate tiscript 0.0.3 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 899f79ac9f266dca1334804ac79e2d83edb9b4130673b05170bb7de70b67cc31
[INFO] running `Command { std: "docker" "start" "-a" "899f79ac9f266dca1334804ac79e2d83edb9b4130673b05170bb7de70b67cc31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "899f79ac9f266dca1334804ac79e2d83edb9b4130673b05170bb7de70b67cc31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "899f79ac9f266dca1334804ac79e2d83edb9b4130673b05170bb7de70b67cc31", kill_on_drop: false }`
[INFO] [stdout] 899f79ac9f266dca1334804ac79e2d83edb9b4130673b05170bb7de70b67cc31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] fe45134fc5174e18900b9c77d812bd7d443be548ed72ebcbd0a7851d08289f43
[INFO] running `Command { std: "docker" "start" "-a" "fe45134fc5174e18900b9c77d812bd7d443be548ed72ebcbd0a7851d08289f43", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.205
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling indexmap v2.3.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling tiscript v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:240:36
[INFO] [stdout]     |
[INFO] [stdout] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression> {
[INFO] [stdout]     |                                    ^^                   ^^   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                    |
[INFO] [stdout]     |                                    |                    the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided 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 `'_`
[INFO] [stdout]     |
[INFO] [stdout] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:248:33
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                     ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:260:33
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                     ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:272:35
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                   ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |               |
[INFO] [stdout]     |                                   |               the same lifetime is hidden here
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                       ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/value/de.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn unexpected(&self) -> Unexpected {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
[INFO] running `Command { std: "docker" "inspect" "fe45134fc5174e18900b9c77d812bd7d443be548ed72ebcbd0a7851d08289f43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe45134fc5174e18900b9c77d812bd7d443be548ed72ebcbd0a7851d08289f43", kill_on_drop: false }`
[INFO] [stdout] fe45134fc5174e18900b9c77d812bd7d443be548ed72ebcbd0a7851d08289f43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5cd228517623caa2fa68ba13b9174775e6e75475c5a405837a4597e474047be3
[INFO] running `Command { std: "docker" "start" "-a" "5cd228517623caa2fa68ba13b9174775e6e75475c5a405837a4597e474047be3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.205
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling serde_derive v1.0.205
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling tiscript v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:240:36
[INFO] [stdout]     |
[INFO] [stdout] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression> {
[INFO] [stdout]     |                                    ^^                   ^^   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                    |
[INFO] [stdout]     |                                    |                    the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided 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 `'_`
[INFO] [stdout]     |
[INFO] [stdout] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:248:33
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                     ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:260:33
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                     ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:272:35
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                   ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |               |
[INFO] [stdout]     |                                   |               the same lifetime is hidden here
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                       ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/value/de.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn unexpected(&self) -> Unexpected {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:240:36
[INFO] [stdout]     |
[INFO] [stdout] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression> {
[INFO] [stdout]     |                                    ^^                   ^^   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |                    |
[INFO] [stdout]     |                                    |                    the same lifetime is elided here
[INFO] [stdout]     |                                    the lifetime is elided 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 `'_`
[INFO] [stdout]     |
[INFO] [stdout] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:248:33
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                     ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:260:33
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |               |
[INFO] [stdout]     |                                 |               the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                     ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:272:35
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stdout]     |                                   ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |               |
[INFO] [stdout]     |                                   |               the same lifetime is hidden here
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stdout]     |                                                       ++++      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/value/de.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn unexpected(&self) -> Unexpected {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.01s
[INFO] running `Command { std: "docker" "inspect" "5cd228517623caa2fa68ba13b9174775e6e75475c5a405837a4597e474047be3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cd228517623caa2fa68ba13b9174775e6e75475c5a405837a4597e474047be3", kill_on_drop: false }`
[INFO] [stdout] 5cd228517623caa2fa68ba13b9174775e6e75475c5a405837a4597e474047be3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b793de4fa838aeff78f2d7ac91133c55cba0977e0c3a21842525eda59cb274bf
[INFO] running `Command { std: "docker" "start" "-a" "b793de4fa838aeff78f2d7ac91133c55cba0977e0c3a21842525eda59cb274bf", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:240:36
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression> {
[INFO] [stderr]     |                                    ^^                   ^^   ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                    |                    |
[INFO] [stderr]     |                                    |                    the same lifetime is elided here
[INFO] [stderr]     |                                    the lifetime is elided 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 `'_`
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn parse_interpolation(input: Span<'_>) -> IResult<Span<'_>, Expression<'_>> {
[INFO] [stderr]     |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:248:33
[INFO] [stderr]     |
[INFO] [stderr] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stderr]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                 |               |
[INFO] [stderr]     |                                 |               the same lifetime is hidden here
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 248 | fn parse_dq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stderr]     |                                                     ++++      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:260:33
[INFO] [stderr]     |
[INFO] [stderr] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stderr]     |                                 ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                 |               |
[INFO] [stderr]     |                                 |               the same lifetime is hidden here
[INFO] [stderr]     |                                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 260 | fn parse_sq_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stderr]     |                                                     ++++      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:272:35
[INFO] [stderr]     |
[INFO] [stderr] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span, Span> {
[INFO] [stderr]     |                                   ^^              ^^^^  ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |               |
[INFO] [stderr]     |                                   |               the same lifetime is hidden here
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 272 | fn parse_tmpl_literal(input: Span<'_>) -> IResult<Span<'_>, Span<'_>> {
[INFO] [stderr]     |                                                       ++++      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/value/de.rs:60:19
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn unexpected(&self) -> Unexpected {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn unexpected(&self) -> Unexpected<'_> {
[INFO] [stderr]    |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tiscript` (lib) generated 5 warnings (run `cargo fix --lib -p tiscript` to apply 5 suggestions)
[INFO] [stderr] warning: `tiscript` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tiscript-b22777492daa6094)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test parser::tests::test_bad_escape3 ... ok
[INFO] [stdout] test parser::tests::test_bigint_literal_1n ... ok
[INFO] [stdout] test parser::tests::test_bad_escape1 ... ok
[INFO] [stdout] test parser::tests::test_good_escape ... ok
[INFO] [stdout] test parser::tests::test_cmp_expr ... ok
[INFO] [stdout] test parser::tests::test_array_spread ... ok
[INFO] [stdout] test parser::tests::test_bigint_literal_0n ... ok
[INFO] [stdout] test parser::tests::test_null_statement ... ok
[INFO] [stdout] test parser::tests::test_num_literal_simple ... ok
[INFO] [stdout] test parser::tests::test_num_literal_w_underscores ... ok
[INFO] [stdout] test parser::tests::test_parse_interpolation1 ... ok
[INFO] [stdout] test parser::tests::test_object_spread ... ok
[INFO] [stdout] test parser::tests::test_parse_interpolation2 ... ok
[INFO] [stdout] test parser::tests::test_statements_w_whitespaces ... ok
[INFO] [stdout] test parser::tests::test_unary_op_minus ... ok
[INFO] [stdout] test parser::tests::test_statement_w_whitespaces ... ok
[INFO] [stdout] test parser::tests::test_statement ... ok
[INFO] [stdout] test parser::tests::test_bigint_literal_w_underscores ... ok
[INFO] [stdout] test parser::tests::test_parse_sq_literal ... ok
[INFO] [stdout] test parser::tests::test_unary_op_not ... ok
[INFO] [stdout] test parser::tests::test_type_object_empty ... ok
[INFO] [stdout] test parser::tests::test_unary_op_plus ... ok
[INFO] [stdout] test parser::tests::test_statements ... ok
[INFO] [stdout] test parser::tests::test_bad_escape2 ... ok
[INFO] [stdout] test parser::tests::test_type_object_entries ... ok
[INFO] [stdout] test util::tests::test_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.56s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tiscript-b8d658a4bf410634)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test tests::test_bigint_add ... ok
[INFO] [stdout] test tests::test_bigint_div ... ok
[INFO] [stdout] test tests::test_array_empty ... ok
[INFO] [stdout] test tests::test_err_add_number_and_bigint ... ok
[INFO] [stdout] test tests::test_bigint_sub ... ok
[INFO] [stdout] test tests::test_scalar_dq_str_with_unicode_escapes ... ok
[INFO] [stdout] test tests::test_scalar_num_int ... ok
[INFO] [stdout] test tests::test_bigint_literals ... ok
[INFO] [stdout] test tests::test_number_add ... ok
[INFO] [stdout] test tests::test_scalar_dq_str_simple ... ok
[INFO] [stdout] test tests::test_scalar_sq_str_empty ... ok
[INFO] [stdout] test tests::test_scalar_sq_str_with_unicode_escapes ... ok
[INFO] [stdout] test tests::test_err_add_bigint_and_number ... ok
[INFO] [stdout] test tests::test_scalar_dq_str_with_newline_escapes ... ok
[INFO] [stdout] test tests::test_var_failure ... ok
[INFO] [stdout] test tests::test_bigint_mul ... ok
[INFO] [stdout] test tests::test_scalar_dq_str_empty ... ok
[INFO] [stdout] test tests::test_scalar_sq_str_with_escapes ... ok
[INFO] [stdout] test tests::test_object_empty ... ok
[INFO] [stdout] test tests::test_scalar_num_fract ... ok
[INFO] [stdout] test tests::test_multiple_exports ... ok
[INFO] [stdout] test tests::test_p ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/spec.rs (/opt/rustwide/target/debug/deps/spec-55fa21d5f570df43)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_evaluate_specs_that_should_fail ... ok
[INFO] [stdout] test test_evaluate_specs_that_should_pass ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_evaluate_specs_that_should_pass stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_evaluate_specs_that_should_pass' (69) panicked at tests/spec.rs:83:9:
[INFO] [stdout] tiscript2json should pass in spec/if_false_branch.ts
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64598f7ec39a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64598f7ec39a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64598f7ec39a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64598f7ec39a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64598f801fea - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64598f801fea - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x64598f7f0f92 - std[128c3efe2914e152]::io::default_write_fmt::<alloc[fef50e8eecedd288]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64598f7f0f92 - <alloc[fef50e8eecedd288]::vec::Vec<u8> as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64598f7ca9cf - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64598f7ca9cf - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64598f7e4099 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64598f69d2dc - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   12:     0x64598f69d2dc - test[b137923399915ecf]::test_main_with_exit_callback::<test[b137923399915ecf]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64598f7e4252 - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   14:     0x64598f7e4252 - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64598f7caa88 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64598f7bfa89 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64598f7cb79d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64598f8027ac - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64598f666e50 - spec::test_evaluate_specs_that_should_pass::h28e6283de31c095a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/spec.rs:83:9
[INFO] [stdout]   20:     0x64598f667c17 - spec::test_evaluate_specs_that_should_pass::{{closure}}::hdfe4ad0207f61166
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/spec.rs:69:46
[INFO] [stdout]   21:     0x64598f66e106 - core::ops::function::FnOnce::call_once::h5a74d8d65f8d179b
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x64598f6913db - <fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64598f6913db - test[b137923399915ecf]::__rust_begin_short_backtrace::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x64598f69ddab - test[b137923399915ecf]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x64598f69ddab - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x64598f69ddab - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x64598f69ddab - std[128c3efe2914e152]::panicking::catch_unwind::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x64598f69ddab - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64598f69ddab - test[b137923399915ecf]::run_test_in_process
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x64598f69ddab - test[b137923399915ecf]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x64598f698204 - test[b137923399915ecf]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x64598f698204 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace::<test[b137923399915ecf]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x64598f6a09b2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x64598f6a09b2 - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x64598f6a09b2 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x64598f6a09b2 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x64598f6a09b2 - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x64598f6a09b2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x64598f6a09b2 - <std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64598f7eb78f - <alloc[fef50e8eecedd288]::boxed::Box<dyn core[6771d259883166e6]::ops::function::FnOnce<(), Output = ()> + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stdout]   41:     0x64598f7eb78f - <std[128c3efe2914e152]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7d95c306caa4 - <unknown>
[INFO] [stdout]   43:     0x7d95c30f9a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_evaluate_specs_that_should_pass
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test spec`
[INFO] running `Command { std: "docker" "inspect" "b793de4fa838aeff78f2d7ac91133c55cba0977e0c3a21842525eda59cb274bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b793de4fa838aeff78f2d7ac91133c55cba0977e0c3a21842525eda59cb274bf", kill_on_drop: false }`
[INFO] [stdout] b793de4fa838aeff78f2d7ac91133c55cba0977e0c3a21842525eda59cb274bf
