[INFO] fetching crate tinytemplate 1.2.1...
[INFO] testing tinytemplate-1.2.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tinytemplate 1.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate tinytemplate 1.2.1
[INFO] finished tweaking crates.io crate tinytemplate 1.2.1
[INFO] tweaked toml for crates.io crate tinytemplate 1.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tinytemplate 1.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 63 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[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] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] dea1912180ceadea8ae1408be00f70fc8b880e759b7878b08070ce7021082680
[INFO] running `Command { std: "docker" "start" "-a" "dea1912180ceadea8ae1408be00f70fc8b880e759b7878b08070ce7021082680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dea1912180ceadea8ae1408be00f70fc8b880e759b7878b08070ce7021082680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dea1912180ceadea8ae1408be00f70fc8b880e759b7878b08070ce7021082680", kill_on_drop: false }`
[INFO] [stdout] dea1912180ceadea8ae1408be00f70fc8b880e759b7878b08070ce7021082680
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 75c0c8358685716b068853f9315d81ff5babd24971637cd9ddddd16118be0496
[INFO] running `Command { std: "docker" "start" "-a" "75c0c8358685716b068853f9315d81ff5babd24971637cd9ddddd16118be0496", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:120:52
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn compile(text: &'template str) -> Result<Template> {
[INFO] [stdout]     |                           ---------                ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the 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 `'template`
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn compile(text: &'template str) -> Result<Template<'template>> {
[INFO] [stdout]     |                                                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
[INFO] running `Command { std: "docker" "inspect" "75c0c8358685716b068853f9315d81ff5babd24971637cd9ddddd16118be0496", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75c0c8358685716b068853f9315d81ff5babd24971637cd9ddddd16118be0496", kill_on_drop: false }`
[INFO] [stdout] 75c0c8358685716b068853f9315d81ff5babd24971637cd9ddddd16118be0496
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 81320fd2f971b3d6150d54d9e4526176b09287f16190515aff34a0a815a4c8fc
[INFO] running `Command { std: "docker" "start" "-a" "81320fd2f971b3d6150d54d9e4526176b09287f16190515aff34a0a815a4c8fc", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:120:52
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn compile(text: &'template str) -> Result<Template> {
[INFO] [stdout]     |                           ---------                ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the 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 `'template`
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn compile(text: &'template str) -> Result<Template<'template>> {
[INFO] [stdout]     |                                                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/template.rs:120:52
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn compile(text: &'template str) -> Result<Template> {
[INFO] [stdout]     |                           ---------                ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the 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 `'template`
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn compile(text: &'template str) -> Result<Template<'template>> {
[INFO] [stdout]     |                                                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.28s
[INFO] running `Command { std: "docker" "inspect" "81320fd2f971b3d6150d54d9e4526176b09287f16190515aff34a0a815a4c8fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81320fd2f971b3d6150d54d9e4526176b09287f16190515aff34a0a815a4c8fc", kill_on_drop: false }`
[INFO] [stdout] 81320fd2f971b3d6150d54d9e4526176b09287f16190515aff34a0a815a4c8fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] cf78667d2563fb65eaa4a061d7e526d734c85e32a3c648c7a70897ee467db808
[INFO] running `Command { std: "docker" "start" "-a" "cf78667d2563fb65eaa4a061d7e526d734c85e32a3c648c7a70897ee467db808", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/template.rs:120:52
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub fn compile(text: &'template str) -> Result<Template> {
[INFO] [stderr]     |                           ---------                ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the 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 `'template`
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub fn compile(text: &'template str) -> Result<Template<'template>> {
[INFO] [stderr]     |                                                            +++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tinytemplate` (lib) generated 1 warning (run `cargo fix --lib -p tinytemplate` to apply 1 suggestion)
[INFO] [stderr] warning: `tinytemplate` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tinytemplate-1ad36cf8a68ec7bd)
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test compiler::test::test_call ... ok
[INFO] [stdout] test compiler::test::test_comment ... ok
[INFO] [stdout] test compiler::test::test_compile_literal ... ok
[INFO] [stdout] test compiler::test::test_disallows_invalid_keywords ... ok
[INFO] [stdout] test compiler::test::test_dotted_path ... ok
[INFO] [stdout] test compiler::test::test_compile_value ... ok
[INFO] [stdout] test compiler::test::test_compile_value_with_formatter ... ok
[INFO] [stdout] test compiler::test::test_foreach ... ok
[INFO] [stdout] test compiler::test::test_if_else_endif ... ok
[INFO] [stdout] test compiler::test::test_if_not_endif ... ok
[INFO] [stdout] test compiler::test::test_parse_error_line_column_num ... ok
[INFO] [stdout] test compiler::test::test_mixture ... ok
[INFO] [stdout] test compiler::test::test_strip_whitespace_block ... ok
[INFO] [stdout] test compiler::test::test_if_endif ... ok
[INFO] [stdout] test compiler::test::test_diallows_unknown_block_type ... ok
[INFO] [stdout] test compiler::test::test_mismatched_blocks ... ok
[INFO] [stdout] test compiler::test::test_unclosed_tags ... ok
[INFO] [stdout] test compiler::test::test_indexed_path ... ok
[INFO] [stdout] test compiler::test::test_strip_whitespace_followed_by_another_tag ... ok
[INFO] [stdout] test template::test::test_for_loop ... ok
[INFO] [stdout] test template::test::test_for_loop_first ... ok
[INFO] [stdout] test compiler::test::test_with ... ok
[INFO] [stdout] test compiler::test::test_parse_error_on_unclosed_if ... ok
[INFO] [stdout] test compiler::test::test_strip_whitespace_comment ... ok
[INFO] [stdout] test template::test::test_call ... ok
[INFO] [stdout] test compiler::test::test_strip_whitespace_value ... ok
[INFO] [stdout] test compiler::test::test_parse_escaped_open_curly_brace ... ok
[INFO] [stdout] test template::test::test_escaping ... ok
[INFO] [stdout] test template::test::test_formatter ... ok
[INFO] [stdout] test template::test::test_for_loop_last ... ok
[INFO] [stdout] test template::test::test_if_taken ... ok
[INFO] [stdout] test template::test::test_if_else_taken ... ok
[INFO] [stdout] test template::test::test_if_untaken ... ok
[INFO] [stdout] test template::test::test_if_else_untaken ... ok
[INFO] [stdout] test template::test::test_ifnot_untaken ... ok
[INFO] [stdout] test template::test::test_ifnot_else_taken ... ok
[INFO] [stdout] test template::test::test_indexed_paths ... ok
[INFO] [stdout] test template::test::test_indexed_paths_fall_back_to_string_lookup ... ok
[INFO] [stdout] test template::test::test_literal ... ok
[INFO] [stdout] test template::test::test_number_truthiness_zero ... ok
[INFO] [stdout] test template::test::test_ifnot_else_untaken ... ok
[INFO] [stdout] test template::test::test_path ... ok
[INFO] [stdout] test template::test::test_root_branch ... ok
[INFO] [stdout] test template::test::test_nested_ifs ... ok
[INFO] [stdout] test template::test::test_root_print ... ok
[INFO] [stdout] test template::test::test_unescaped ... ok
[INFO] [stdout] test template::test::test_unknown ... ok
[INFO] [stdout] test template::test::test_with ... ok
[INFO] [stdout] test test::test_set_default_formatter ... ok
[INFO] [stdout] test template::test::test_value ... ok
[INFO] [stdout] test template::test::test_ifnot_taken ... ok
[INFO] [stdout] test template::test::test_number_truthiness_one ... ok
[INFO] [stdout] test template::test::test_whitespace_stripping_value ... ok
[INFO] [stdout] test template::test::test_root_iterate ... ok
[INFO] [stdout] test template::test::test_for_loop_index ... ok
[INFO] [stdout] test compiler::test::test_curly_brace_escaping ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tinytemplate
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 31) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cf78667d2563fb65eaa4a061d7e526d734c85e32a3c648c7a70897ee467db808", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf78667d2563fb65eaa4a061d7e526d734c85e32a3c648c7a70897ee467db808", kill_on_drop: false }`
[INFO] [stdout] cf78667d2563fb65eaa4a061d7e526d734c85e32a3c648c7a70897ee467db808
