[INFO] cloning repository https://github.com/kenjibraun-pro/apix-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kenjibraun-pro/apix-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenjibraun-pro%2Fapix-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenjibraun-pro%2Fapix-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3bd670bc9fec6f78763f961399662085f7e64439
[INFO] testing kenjibraun-pro/apix-rust against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenjibraun-pro%2Fapix-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kenjibraun-pro/apix-rust
[INFO] finished tweaking git repo https://github.com/kenjibraun-pro/apix-rust
[INFO] tweaked toml for git repo https://github.com/kenjibraun-pro/apix-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kenjibraun-pro/apix-rust on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kenjibraun-pro/apix-rust 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-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] ac9e11a7c0846b11472fa6e4a61c63855230ad278b085afabbc3cbc177fc3229
[INFO] running `Command { std: "docker" "start" "-a" "ac9e11a7c0846b11472fa6e4a61c63855230ad278b085afabbc3cbc177fc3229", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ac9e11a7c0846b11472fa6e4a61c63855230ad278b085afabbc3cbc177fc3229", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac9e11a7c0846b11472fa6e4a61c63855230ad278b085afabbc3cbc177fc3229", kill_on_drop: false }`
[INFO] [stdout] ac9e11a7c0846b11472fa6e4a61c63855230ad278b085afabbc3cbc177fc3229
[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] 9c7f2777a20fd23c9ec13a2c139e2e4e4c49cf531d64377b97c3c6c8a3318867
[INFO] running `Command { std: "docker" "start" "-a" "9c7f2777a20fd23c9ec13a2c139e2e4e4c49cf531d64377b97c3c6c8a3318867", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.105
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling futures-sink v0.3.19
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling siphasher v0.3.7
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling futures-io v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling onig_sys v69.7.1
[INFO] [stderr]    Compiling sys-info v0.9.1
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling term_size v0.3.2
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling libgit2-sys v0.12.24+1.3.0
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling globset v0.4.8
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling line-wrap v0.1.1
[INFO] [stderr]    Compiling chrono-tz-build v0.0.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling chrono-tz v0.6.1
[INFO] [stderr]    Compiling ansi_colours v1.0.4
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling bugreport v0.4.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling bit-set v0.5.2
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling signal-hook-mio v0.2.1
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling console v0.15.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling std_prelude v0.2.12
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling path_abs v0.5.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling git-version-macro v0.3.5
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling tokio v1.15.0
[INFO] [stderr]    Compiling time v0.3.5
[INFO] [stderr]    Compiling iso8601 v0.4.1
[INFO] [stderr]    Compiling git-version v0.3.5
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling cmd_lib_macros v1.3.0
[INFO] [stderr]    Compiling strum_macros v0.22.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling fancy-regex v0.7.1
[INFO] [stderr]    Compiling fraction v0.9.0
[INFO] [stderr]    Compiling crossterm v0.22.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling grep-cli v0.1.6
[INFO] [stderr]    Compiling console v0.14.1
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling structopt v0.3.25
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling faccess v0.2.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling shell-words v1.0.0
[INFO] [stderr]    Compiling wild v2.0.4
[INFO] [stderr]    Compiling strum v0.22.0
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling bytecount v0.6.2
[INFO] [stderr]    Compiling zeroize v1.4.3
[INFO] [stderr]    Compiling indicatif v0.16.2
[INFO] [stderr]    Compiling dialoguer v0.9.0
[INFO] [stderr]    Compiling cmd_lib v1.3.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling strum_macros v0.23.1
[INFO] [stderr]    Compiling whoami v1.2.1
[INFO] [stderr]    Compiling comfy-table v5.0.0
[INFO] [stderr]    Compiling strum v0.23.0
[INFO] [stderr]    Compiling bat v0.18.3
[INFO] [stderr]    Compiling futures-executor v0.3.19
[INFO] [stderr]    Compiling onig v6.3.1
[INFO] [stderr]    Compiling futures v0.3.19
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-socks v0.5.1
[INFO] [stderr]    Compiling async-compression v0.3.8
[INFO] [stderr]    Compiling git2 v0.13.23
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling clircle v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.10
[INFO] [stderr]    Compiling plist v1.2.1
[INFO] [stderr]    Compiling clap v3.0.7
[INFO] [stderr]    Compiling serde_yaml v0.8.23
[INFO] [stderr]    Compiling syntect v4.6.0
[INFO] [stderr]    Compiling tera v1.15.0
[INFO] [stderr]    Compiling clap_complete v3.0.3
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.9
[INFO] [stderr]    Compiling jsonschema v0.13.3
[INFO] [stderr]    Compiling apix v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/execute.rs:186:28
[INFO] [stdout]     |
[INFO] [stdout] 186 |   fn render_request_params(&mut self, options: &RequestOptions<'a>) -> Result<RequestParams> {
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |   fn render_request_params(&mut self, options: &RequestOptions<'a>) -> Result<RequestParams<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/manifests/config.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     unsafe { CONFIG.deref_mut() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] running `Command { std: "docker" "inspect" "9c7f2777a20fd23c9ec13a2c139e2e4e4c49cf531d64377b97c3c6c8a3318867", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c7f2777a20fd23c9ec13a2c139e2e4e4c49cf531d64377b97c3c6c8a3318867", kill_on_drop: false }`
[INFO] [stdout] 9c7f2777a20fd23c9ec13a2c139e2e4e4c49cf531d64377b97c3c6c8a3318867
[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] 79ae208116cf04b3d7992d035a41dda15405a936bc3c8f31562a8c651bb7d5ee
[INFO] running `Command { std: "docker" "start" "-a" "79ae208116cf04b3d7992d035a41dda15405a936bc3c8f31562a8c651bb7d5ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling test-case v1.2.1
[INFO] [stderr]    Compiling apix v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/execute.rs:186:28
[INFO] [stdout]     |
[INFO] [stdout] 186 |   fn render_request_params(&mut self, options: &RequestOptions<'a>) -> Result<RequestParams> {
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |   fn render_request_params(&mut self, options: &RequestOptions<'a>) -> Result<RequestParams<'_>> {
[INFO] [stdout]     |                                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/manifests/config.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     unsafe { CONFIG.deref_mut() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.20s
[INFO] running `Command { std: "docker" "inspect" "79ae208116cf04b3d7992d035a41dda15405a936bc3c8f31562a8c651bb7d5ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79ae208116cf04b3d7992d035a41dda15405a936bc3c8f31562a8c651bb7d5ee", kill_on_drop: false }`
[INFO] [stdout] 79ae208116cf04b3d7992d035a41dda15405a936bc3c8f31562a8c651bb7d5ee
[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] 9a8c9ba99f2b2227698da78a44528c0b16e05b2797063e61dbb558b1914f6a29
[INFO] running `Command { std: "docker" "start" "-a" "9a8c9ba99f2b2227698da78a44528c0b16e05b2797063e61dbb558b1914f6a29", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/execute.rs:186:28
[INFO] [stderr]     |
[INFO] [stderr] 186 |   fn render_request_params(&mut self, options: &RequestOptions<'a>) -> Result<RequestParams> {
[INFO] [stderr]     |                            ^^^^^^^^^ the lifetime is elided here              ^^^^^^^^^^^^^ the same lifetime is hidden 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 186 |   fn render_request_params(&mut self, options: &RequestOptions<'a>) -> Result<RequestParams<'_>> {
[INFO] [stderr]     |                                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/manifests/config.rs:26:14
[INFO] [stderr]    |
[INFO] [stderr] 26 |     unsafe { CONFIG.deref_mut() }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `apix` (bin "apix" test) generated 2 warnings (run `cargo fix --bin "apix" -p apix --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/apix-0be6c3b6b5998c41)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_text_css_expects_css_ ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_text_html_expects_html_ ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_application_octet_stream_expects_binary_ ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_application_pdf_expects_binary_ ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_application_json_expects_json_ ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_text_javascript_expects_js_ ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_text_x_yaml_expects_yaml_ ... ok
[INFO] [stdout] test manifests::config::tests::test_default_config_deserialize ... ok
[INFO] [stdout] test match_params::tests::test_match_body ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_application_xml_expects_xml_ ... ok
[INFO] [stdout] test manifests::config::tests::test_default_config ... ok
[INFO] [stdout] test template::tests::test_render_string ... ok
[INFO] [stdout] test http_utils::test_get_language::test_get_language::_text_plain_expects_txt_ ... ok
[INFO] [stdout] test match_params::tests::test_match_headers ... ok
[INFO] [stdout] test manifests::config::tests::test_config_deserialize ... ok
[INFO] [stdout] test validators::tests::test_validate_param::_name_value_ ... ok
[INFO] [stdout] test validators::tests::test_validate_url::_http_www_google_com_ ... ok
[INFO] [stdout] test validators::tests::test_validate_url::_https_www_google_com_ ... ok
[INFO] [stdout] test match_params::tests::test_match_params ... ok
[INFO] [stdout] test match_params::tests::test_match_queries ... ok
[INFO] [stdout] test template::tests::test_render_value_object ... ok
[INFO] [stdout] test template::tests::test_render_value_array ... ok
[INFO] [stdout] test template::tests::test_render_map ... ok
[INFO] [stdout] test validators::tests::test_validate_url::_ftp_www_google_com_panics_ - should panic ... ok
[INFO] [stdout] test validators::tests::test_validate_param::_name_value_panics_ - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9a8c9ba99f2b2227698da78a44528c0b16e05b2797063e61dbb558b1914f6a29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a8c9ba99f2b2227698da78a44528c0b16e05b2797063e61dbb558b1914f6a29", kill_on_drop: false }`
[INFO] [stdout] 9a8c9ba99f2b2227698da78a44528c0b16e05b2797063e61dbb558b1914f6a29
