[INFO] fetching crate sfz 0.7.1...
[INFO] testing sfz-0.7.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate sfz 0.7.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate sfz 0.7.1
[INFO] finished tweaking crates.io crate sfz 0.7.1
[INFO] tweaked toml for crates.io crate sfz 0.7.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sfz 0.7.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sfz 0.7.1 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d884f5605fc8a1971cde1d632c77f0c732090f7572067db0f2660d06015ad02
[INFO] running `Command { std: "docker" "start" "-a" "5d884f5605fc8a1971cde1d632c77f0c732090f7572067db0f2660d06015ad02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d884f5605fc8a1971cde1d632c77f0c732090f7572067db0f2660d06015ad02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d884f5605fc8a1971cde1d632c77f0c732090f7572067db0f2660d06015ad02", kill_on_drop: false }`
[INFO] [stdout] 5d884f5605fc8a1971cde1d632c77f0c732090f7572067db0f2660d06015ad02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db99362c7d06ca4e03385bba9b43be0644406f82b60ad75ca8f1b6832800aadd
[INFO] running `Command { std: "docker" "start" "-a" "db99362c7d06ca4e03385bba9b43be0644406f82b60ad75ca8f1b6832800aadd", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling tokio v1.21.0
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling futures-io v0.3.24
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.47
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling sha1 v0.10.4
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling zip v0.6.2
[INFO] [stderr]    Compiling qstring v0.7.2
[INFO] [stderr]    Compiling headers v0.3.8
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling clap v3.2.20
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.34
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling thiserror v1.0.34
[INFO] [stderr]    Compiling pest v2.3.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling pest_meta v2.3.0
[INFO] [stderr]    Compiling pest_generator v2.3.0
[INFO] [stderr]    Compiling futures-executor v0.3.24
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling pest_derive v2.3.0
[INFO] [stderr]    Compiling futures v0.3.24
[INFO] [stderr]    Compiling async-compression v0.3.14
[INFO] [stderr]    Compiling tera v1.17.0
[INFO] [stderr]    Compiling sfz v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/extensions.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn guess_charset(&self) -> Option<mime::Name>;
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn guess_charset(&self) -> Option<mime::Name<'_>>;
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/extensions.rs:128:22
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn guess_charset(&self) -> Option<mime::Name> {
[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] 128 |     fn guess_charset(&self) -> Option<mime::Name<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/http/content_encoding.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 | fn parse_qvalue(q: &str) -> Option<QualityValue> {
[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] 90 | fn parse_qvalue(q: &str) -> Option<QualityValue<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.95s
[INFO] running `Command { std: "docker" "inspect" "db99362c7d06ca4e03385bba9b43be0644406f82b60ad75ca8f1b6832800aadd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db99362c7d06ca4e03385bba9b43be0644406f82b60ad75ca8f1b6832800aadd", kill_on_drop: false }`
[INFO] [stdout] db99362c7d06ca4e03385bba9b43be0644406f82b60ad75ca8f1b6832800aadd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb33ab16aaff7381683385905be64d208b8b6f73c031bda4b0d18aca7702ae04
[INFO] running `Command { std: "docker" "start" "-a" "fb33ab16aaff7381683385905be64d208b8b6f73c031bda4b0d18aca7702ae04", kill_on_drop: false }`
[INFO] [stderr]    Compiling sfz v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/extensions.rs:94:22
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn guess_charset(&self) -> Option<mime::Name>;
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn guess_charset(&self) -> Option<mime::Name<'_>>;
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/extensions.rs:128:22
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn guess_charset(&self) -> Option<mime::Name> {
[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] 128 |     fn guess_charset(&self) -> Option<mime::Name<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/http/content_encoding.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 | fn parse_qvalue(q: &str) -> Option<QualityValue> {
[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] 90 | fn parse_qvalue(q: &str) -> Option<QualityValue<'_>> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.62s
[INFO] running `Command { std: "docker" "inspect" "fb33ab16aaff7381683385905be64d208b8b6f73c031bda4b0d18aca7702ae04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb33ab16aaff7381683385905be64d208b8b6f73c031bda4b0d18aca7702ae04", kill_on_drop: false }`
[INFO] [stdout] fb33ab16aaff7381683385905be64d208b8b6f73c031bda4b0d18aca7702ae04
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e3b7e7ec9dee19c38120d6296fc871ab1c0e3117cdc8b84af29daba34c65fcea
[INFO] running `Command { std: "docker" "start" "-a" "e3b7e7ec9dee19c38120d6296fc871ab1c0e3117cdc8b84af29daba34c65fcea", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/extensions.rs:94:22
[INFO] [stderr]    |
[INFO] [stderr] 94 |     fn guess_charset(&self) -> Option<mime::Name>;
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 94 |     fn guess_charset(&self) -> Option<mime::Name<'_>>;
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/extensions.rs:128:22
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn guess_charset(&self) -> Option<mime::Name> {
[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] 128 |     fn guess_charset(&self) -> Option<mime::Name<'_>> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/http/content_encoding.rs:90:20
[INFO] [stderr]    |
[INFO] [stderr] 90 | fn parse_qvalue(q: &str) -> Option<QualityValue> {
[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] 90 | fn parse_qvalue(q: &str) -> Option<QualityValue<'_>> {
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `sfz` (bin "sfz" test) generated 3 warnings (run `cargo fix --bin "sfz" --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sfz-4e25040024fe6a3c)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test cli::args::t::parse_addresses ... ok
[INFO] [stdout] test extensions::t_extensions::path_filename_str ... ok
[INFO] [stdout] test extensions::t_extensions::path_is_not_relatively_hidden ... ok
[INFO] [stdout] test extensions::t_extensions::path_mtime ... ignored
[INFO] [stdout] test extensions::t_extensions::path_size ... ok
[INFO] [stdout] test cli::args::t::parse_default ... ok
[INFO] [stdout] test http::conditional_requests::t_fresh::if_none_match_precedes_if_modified_since ... ok
[INFO] [stdout] test cli::app::t::verify_app ... ok
[INFO] [stdout] test cli::args::t::parse_absolute_path ... ok
[INFO] [stdout] test extensions::t_extensions::path_is_relatively_hidden ... ok
[INFO] [stdout] test extensions::t_extensions::guess_charset ... ok
[INFO] [stdout] test extensions::t_extensions::system_time_to_timestamp ... ok
[INFO] [stdout] test cli::args::t::parse_relative_path ... ok
[INFO] [stdout] test http::conditional_requests::t_fresh::no_precondition_header_fields ... ok
[INFO] [stdout] test http::conditional_requests::t_fresh::only_if_modified_since ... ok
[INFO] [stdout] test http::conditional_requests::t_precondition::failed_with_if_unmodified_since_not_passes ... ok
[INFO] [stdout] test http::conditional_requests::t_precondition::ok_without_any_precondition ... ok
[INFO] [stdout] test http::conditional_requests::t_precondition::with_if_match_passes ... ok
[INFO] [stdout] test http::conditional_requests::t_precondition::with_if_unmodified_since_passes ... ok
[INFO] [stdout] test extensions::t_extensions::path_mime ... ok
[INFO] [stdout] test extensions::t_extensions::mime_is_compressed ... ok
[INFO] [stdout] test http::content_encoding::t_prior::with_unsupported_encoding ... ok
[INFO] [stdout] test http::range_requests::t_range::no_if_range_header ... ok
[INFO] [stdout] test http::range_requests::t_range::no_range_header ... ok
[INFO] [stdout] test http::range_requests::t_range::only_accept_exact_match_mtime ... ok
[INFO] [stdout] test http::content_encoding::t_parse_qvalue::parse_successfully ... ok
[INFO] [stdout] test http::content_encoding::t_prior::pick_highest_priority ... ok
[INFO] [stdout] test http::range_requests::t_satisfiable::multiple_byte_ranges ... ok
[INFO] [stdout] test http::range_requests::t_satisfiable::one_satisfiable_byte_range ... ok
[INFO] [stdout] test http::conditional_requests::t_precondition::failed_with_if_match_not_passes ... ok
[INFO] [stdout] test http::range_requests::t_satisfiable::one_unsatisfiable_byte_range ... ok
[INFO] [stdout] test http::range_requests::t_range::strong_validator ... ok
[INFO] [stdout] test http::content_encoding::t_prior::filter_out_zero_quality ... ok
[INFO] [stdout] test http::content_encoding::t_sort::second_item_with_greater_quality ... ok
[INFO] [stdout] test http::content_encoding::t_sort::same_qualities ... ok
[INFO] [stdout] test http::range_requests::t_range::weak_validator_as_falsy ... ok
[INFO] [stdout] test http::range_requests::t_satisfiable::zero_byte_range ... ok
[INFO] [stdout] test http::content_encoding::t_compress::compressed ... ok
[INFO] [stdout] test server::res::t::response_412 ... ok
[INFO] [stdout] test server::res::t::response_304 ... ok
[INFO] [stdout] test server::res::t::response_403 ... ok
[INFO] [stdout] test server::send::t::breadcrumbs ... ok
[INFO] [stdout] test server::res::t::response_404 ... ok
[INFO] [stdout] test server::res::t::response_500 ... ok
[INFO] [stdout] test server::send::t_send::t_send_dir ... ignored
[INFO] [stdout] test server::send::t::breadcrumbs_from_root ... ok
[INFO] [stdout] test server::send::t_send::t_send_file_with_range_invalid_range ... ok
[INFO] [stdout] test server::send::t_send::t_send_file_success ... ok
[INFO] [stdout] test server::send::t_send::t_send_file_not_found ... ok
[INFO] [stdout] test server::send::t::breadcrumbs_with_slashes ... ok
[INFO] [stdout] test server::send::t_send::t_send_file_with_range_not_found ... ok
[INFO] [stdout] test server::send::t_send::t_send_dir_as_zip ... ok
[INFO] [stdout] test server::send::t_send::t_send_file_with_range_multiple_bytes ... ok
[INFO] [stdout] test server::serve::t_server::handle_request ... ignored
[INFO] [stdout] test server::serve::t_server::cannot_compress ... ok
[INFO] [stdout] test server::send::t_send::t_send_file_with_range_one_byte ... ok
[INFO] [stdout] test server::serve::t_server::enable_coi ... ok
[INFO] [stdout] test server::serve::t_server::file_path_from_path ... ok
[INFO] [stdout] test server::send::t::prefixed_breadcrumbs ... ok
[INFO] [stdout] test server::serve::t_server::enable_cache_control ... ok
[INFO] [stdout] test server::serve::t_server::enable_cors ... ok
[INFO] [stdout] test server::serve::t_server::guess_path_mime ... ok
[INFO] [stdout] test server::serve::t_server::can_compress ... ok
[INFO] [stdout] test server::serve::t_server::path_does_not_exists ... ok
[INFO] [stdout] test server::serve::t_server::disable_cors ... ok
[INFO] [stdout] test server::serve::t_server::path_exists ... ok
[INFO] [stdout] test server::serve::t_server::path_is_ignored ... ok
[INFO] [stdout] test server::serve::t_server::path_is_hidden ... ok
[INFO] [stdout] test server::send::t::render_successfully ... ok
[INFO] [stdout] test server::serve::t_server::path_is_not_ignored ... ok
[INFO] [stdout] test server::serve::t_server::path_is_not_hidden ... ok
[INFO] [stdout] test server::serve::t_server::path_is_under_basepath ... ok
[INFO] [stdout] test server::serve::t_server::strips_path_prefix ... ok
[INFO] [stdout] test http::content_encoding::t_compress::failed ... ok
[INFO] [stdout] test extensions::t_extensions::path_type_ ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- extensions::t_extensions::path_type_ stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'extensions::t_extensions::path_type_' (37) panicked at src/extensions.rs:201:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Dir
[INFO] [stdout]  right: SymlinkDir
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64feb053b862 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64feb053b862 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64feb053b862 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64feb053b862 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64feb054e66f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64feb054e66f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64feb0505ee1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64feb0505ee1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64feb05133f2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64feb051868f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64feb0518521 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x64feafdd976e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x64feafdd976e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64feb0518dff - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x64feb0518dff - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x64feb0518baa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x64feb0513529 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64feb04f8d1d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x64feb0559d30 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64feb0559b33 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x64feafd6736f - core::panicking::assert_failed::hb1f63b4604711d62
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x64feafc5a312 - sfz::extensions::t_extensions::path_type_::hca0124017a65ecf5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/extensions.rs:201:9
[INFO] [stdout]   22:     0x64feafc5a597 - sfz::extensions::t_extensions::path_type_::{{closure}}::h8b8ae12343a4bd05
[INFO] [stdout]                                at /opt/rustwide/workdir/src/extensions.rs:192:20
[INFO] [stdout]   23:     0x64feafc71006 - core::ops::function::FnOnce::call_once::h065047279b1e0c83
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x64feafdd952b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64feafdd952b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x64feafdef195 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x64feafdef195 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x64feafdef195 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x64feafdef195 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x64feafdef195 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64feafdef195 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x64feafdef195 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x64feafdc5984 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x64feafdc5984 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x64feafdc924a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x64feafdc924a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x64feafdc924a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x64feafdc924a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x64feafdc924a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x64feafdc924a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x64feafdc924a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x64feb050e68f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x64feb050e68f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x747ec8a3eaa4 - <unknown>
[INFO] [stdout]   45:     0x747ec8acba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     extensions::t_extensions::path_type_
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 71 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin sfz`
[INFO] running `Command { std: "docker" "inspect" "e3b7e7ec9dee19c38120d6296fc871ab1c0e3117cdc8b84af29daba34c65fcea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3b7e7ec9dee19c38120d6296fc871ab1c0e3117cdc8b84af29daba34c65fcea", kill_on_drop: false }`
[INFO] [stdout] e3b7e7ec9dee19c38120d6296fc871ab1c0e3117cdc8b84af29daba34c65fcea
