[INFO] fetching crate reframe 0.5.2...
[INFO] testing reframe-0.5.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate reframe 0.5.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate reframe 0.5.2
[INFO] finished tweaking crates.io crate reframe 0.5.2
[INFO] tweaked toml for crates.io crate reframe 0.5.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate reframe 0.5.2 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 reframe 0.5.2 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] 79d1eb20153381f863f44f66d6785c32b5f1ac09129def58820c898c3a5feee9
[INFO] running `Command { std: "docker" "start" "-a" "79d1eb20153381f863f44f66d6785c32b5f1ac09129def58820c898c3a5feee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79d1eb20153381f863f44f66d6785c32b5f1ac09129def58820c898c3a5feee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79d1eb20153381f863f44f66d6785c32b5f1ac09129def58820c898c3a5feee9", kill_on_drop: false }`
[INFO] [stdout] 79d1eb20153381f863f44f66d6785c32b5f1ac09129def58820c898c3a5feee9
[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] 596cc00dae6a154574fa251aaf7de5a7193378e399da7b7c7f96056222771913
[INFO] running `Command { std: "docker" "start" "-a" "596cc00dae6a154574fa251aaf7de5a7193378e399da7b7c7f96056222771913", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling bytes v1.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.140
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling serde v1.0.140
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling ucd-trie v0.1.4
[INFO] [stderr]    Compiling io-lifetimes v0.7.2
[INFO] [stderr]    Compiling tokio v1.20.0
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rustix v0.35.7
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling zstd-safe v4.1.6+zstd.1.5.2
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling zstd-sys v1.6.3+zstd.1.5.2
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling sha1 v0.10.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling fd-lock v3.0.6
[INFO] [stderr]    Compiling pbkdf2 v0.10.1
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling time v0.3.11
[INFO] [stderr]    Compiling rustyline v10.0.0
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling pest v2.2.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling pest_meta v2.2.1
[INFO] [stderr]    Compiling pest_generator v2.2.1
[INFO] [stderr]    Compiling pest_derive v2.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling handlebars v4.3.3
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling zstd v0.10.2+zstd.1.5.2
[INFO] [stderr]    Compiling zip v0.6.2
[INFO] [stderr]    Compiling reframe v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/core.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout]     |                       ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/core.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout]     |                       ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `make_case_variant`
[INFO] [stdout]    --> src/core.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub use make_case_variant;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `author` are never read
[INFO] [stdout]   --> src/core.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct ReframeConfig {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 51 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub author: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReframeConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.41
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "596cc00dae6a154574fa251aaf7de5a7193378e399da7b7c7f96056222771913", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "596cc00dae6a154574fa251aaf7de5a7193378e399da7b7c7f96056222771913", kill_on_drop: false }`
[INFO] [stdout] 596cc00dae6a154574fa251aaf7de5a7193378e399da7b7c7f96056222771913
[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] d275018231070f384f96ae93063ae286210279aee0262a6993558c6f86bfe823
[INFO] running `Command { std: "docker" "start" "-a" "d275018231070f384f96ae93063ae286210279aee0262a6993558c6f86bfe823", kill_on_drop: false }`
[INFO] [stderr]    Compiling reframe v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/core.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout]     |                       ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/core.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout]     |                       ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `make_case_variant`
[INFO] [stdout]    --> src/core.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub use make_case_variant;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `author` are never read
[INFO] [stdout]   --> src/core.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct ReframeConfig {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 51 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub author: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReframeConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/core.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout]     |                       ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/core.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout]     |                       ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stdout] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `make_case_variant`
[INFO] [stdout]    --> src/core.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub use make_case_variant;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `author` are never read
[INFO] [stdout]   --> src/core.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct ReframeConfig {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 51 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub author: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ReframeConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.41
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "d275018231070f384f96ae93063ae286210279aee0262a6993558c6f86bfe823", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d275018231070f384f96ae93063ae286210279aee0262a6993558c6f86bfe823", kill_on_drop: false }`
[INFO] [stdout] d275018231070f384f96ae93063ae286210279aee0262a6993558c6f86bfe823
[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] 26f8c65519ba680f4ca460301c78f53e2a8edb86493bd701799619e13e9566fa
[INFO] running `Command { std: "docker" "start" "-a" "26f8c65519ba680f4ca460301c78f53e2a8edb86493bd701799619e13e9566fa", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/core.rs:152:23
[INFO] [stderr]     |
[INFO] [stderr] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stderr]     |                       ^                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stderr] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `reframe` (lib) generated 1 warning (run `cargo fix --lib -p reframe` to apply 1 suggestion)
[INFO] [stderr] warning: `reframe` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unused import: `make_case_variant`
[INFO] [stderr]    --> src/core.rs:190:9
[INFO] [stderr]     |
[INFO] [stderr] 190 | pub use make_case_variant;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `author` are never read
[INFO] [stderr]   --> src/core.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub struct ReframeConfig {
[INFO] [stderr]    |            ------------- fields in this struct
[INFO] [stderr] 51 |     pub name: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 52 |     pub author: String,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ReframeConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `reframe` (bin "reframe") generated 3 warnings (1 duplicate) (run `cargo fix --bin "reframe" -p reframe` to apply 1 suggestion)
[INFO] [stderr] warning: `reframe` (bin "reframe" test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.41
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reframe-f550df851358c294)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test core::tests::test_string_sub ... ok
[INFO] [stdout] test util::tests::test_file_pattern_match ... ok
[INFO] [stdout] test test_handlebars::test_if_conditional ... ok
[INFO] [stdout] test util::tests::test_compare_version ... ok
[INFO] [stdout] test util::tests::test_get_current_time_millis ... ok
[INFO] [stdout] test test_handlebars::test_if_conditional_nested ... ok
[INFO] [stdout] test util::tests::test_compare_version_empty ... ok
[INFO] [stdout] test util::tests::test_path_to_relative ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/reframe-9bd81736a3a4f02f)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test util::tests::test_compare_version_empty ... ok
[INFO] [stdout] test core::tests::test_string_sub ... ok
[INFO] [stdout] test util::tests::test_get_current_time_millis ... ok
[INFO] [stdout] test util::tests::test_path_to_relative ... ok
[INFO] [stdout] test util::tests::test_file_pattern_match ... ok
[INFO] [stdout] test util::tests::test_compare_version ... ok
[INFO] [stderr]      Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-ae636ad6b7b4f461)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_if_conditional_sql ... ok
[INFO] [stdout] test test_if_conditional_comment_mark ... ok
[INFO] [stdout] test test_if_conditional ... ok
[INFO] [stdout] test test_unclosed_if_tag - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests reframe
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/core.rs:152:23
[INFO] [stderr]     |
[INFO] [stderr] 152 |     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stderr]     |                       ^                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 152 -     pub replacer: Box<(dyn Fn(&str) -> String)>,
[INFO] [stderr] 152 +     pub replacer: Box<dyn Fn(&str) -> String >,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "26f8c65519ba680f4ca460301c78f53e2a8edb86493bd701799619e13e9566fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26f8c65519ba680f4ca460301c78f53e2a8edb86493bd701799619e13e9566fa", kill_on_drop: false }`
[INFO] [stdout] 26f8c65519ba680f4ca460301c78f53e2a8edb86493bd701799619e13e9566fa
