[INFO] cloning repository https://github.com/112RG/tag_lib_bench_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/112RG/tag_lib_bench_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F112RG%2Ftag_lib_bench_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F112RG%2Ftag_lib_bench_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 43ae8532aed923558eb73596009d5606a6a5de33
[INFO] testing 112RG/tag_lib_bench_rs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F112RG%2Ftag_lib_bench_rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/112RG/tag_lib_bench_rs
[INFO] finished tweaking git repo https://github.com/112RG/tag_lib_bench_rs
[INFO] tweaked toml for git repo https://github.com/112RG/tag_lib_bench_rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/112RG/tag_lib_bench_rs 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 git repo https://github.com/112RG/tag_lib_bench_rs 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] dc8aa42708694dd5caf9c648f784c55615873492d78ef79d4109cbb5688ce1db
[INFO] running `Command { std: "docker" "start" "-a" "dc8aa42708694dd5caf9c648f784c55615873492d78ef79d4109cbb5688ce1db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc8aa42708694dd5caf9c648f784c55615873492d78ef79d4109cbb5688ce1db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc8aa42708694dd5caf9c648f784c55615873492d78ef79d4109cbb5688ce1db", kill_on_drop: false }`
[INFO] [stdout] dc8aa42708694dd5caf9c648f784c55615873492d78ef79d4109cbb5688ce1db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b24652f6dc39a9b7b6799ee883f36c1dce44c7fb80d6af034a3cf6d24ac60060
[INFO] running `Command { std: "docker" "start" "-a" "b24652f6dc39a9b7b6799ee883f36c1dce44c7fb80d6af034a3cf6d24ac60060", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling simd-adler32 v0.3.5
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling symphonia-core v0.5.3
[INFO] [stderr]    Compiling fdeflate v0.3.0
[INFO] [stderr]    Compiling libloading v0.8.0
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]    Compiling const-cstr v0.3.0
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.99
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]    Compiling flate2 v1.0.26
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling os_str_bytes v6.5.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling float-ord v0.2.0
[INFO] [stderr]    Compiling taglib-sys v1.0.0 (https://github.com/ebassi/taglib-rust#8395821e)
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling png v0.17.9
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling freetype v0.7.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling ttf-parser v0.17.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ogg_pager v0.5.0
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling symphonia-metadata v0.5.3
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling symphonia-codec-adpcm v0.5.3
[INFO] [stderr]    Compiling symphonia-codec-pcm v0.5.3
[INFO] [stderr]    Compiling image v0.24.6
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling symphonia-utils-xiph v0.5.3
[INFO] [stderr]    Compiling symphonia-format-mkv v0.5.3
[INFO] [stderr]    Compiling symphonia-format-ogg v0.5.3
[INFO] [stderr]    Compiling symphonia-bundle-flac v0.5.3
[INFO] [stderr]    Compiling symphonia-codec-vorbis v0.5.3
[INFO] [stderr]    Compiling symphonia-format-wav v0.5.3
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling metaflac v0.2.5
[INFO] [stderr]    Compiling taglib v1.0.0 (https://github.com/ebassi/taglib-rust#8395821e)
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling symphonia v0.5.3
[INFO] [stderr]    Compiling plotters-bitmap v0.3.3
[INFO] [stderr]    Compiling pest v2.7.0
[INFO] [stderr]    Compiling lofty_attr v0.6.0
[INFO] [stderr]    Compiling lofty v0.11.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.1
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling tag_bench v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `AudioFile` and `Probe`
[INFO] [stdout]  --> src/main.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stdout]   |                       ^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Accessor`
[INFO] [stdout]  --> src/main.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TaggedFileExt`
[INFO] [stdout]  --> src/main.rs:1:41
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "b24652f6dc39a9b7b6799ee883f36c1dce44c7fb80d6af034a3cf6d24ac60060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b24652f6dc39a9b7b6799ee883f36c1dce44c7fb80d6af034a3cf6d24ac60060", kill_on_drop: false }`
[INFO] [stdout] b24652f6dc39a9b7b6799ee883f36c1dce44c7fb80d6af034a3cf6d24ac60060
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1f1a956e6d6d1b3474b7fe9404e228f40463e532d3e36a518a3b0eb25c49009b
[INFO] running `Command { std: "docker" "start" "-a" "1f1a956e6d6d1b3474b7fe9404e228f40463e532d3e36a518a3b0eb25c49009b", kill_on_drop: false }`
[INFO] [stderr]    Compiling tag_bench v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `AudioFile` and `Probe`
[INFO] [stdout]  --> src/main.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stdout]   |                       ^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Accessor`
[INFO] [stdout]  --> src/main.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TaggedFileExt`
[INFO] [stdout]  --> src/main.rs:1:41
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "1f1a956e6d6d1b3474b7fe9404e228f40463e532d3e36a518a3b0eb25c49009b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f1a956e6d6d1b3474b7fe9404e228f40463e532d3e36a518a3b0eb25c49009b", kill_on_drop: false }`
[INFO] [stdout] 1f1a956e6d6d1b3474b7fe9404e228f40463e532d3e36a518a3b0eb25c49009b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0c9e208d3afeaea1c92061057e31c27b4fe4fa42b34098e0755b5035ce16abef
[INFO] running `Command { std: "docker" "start" "-a" "0c9e208d3afeaea1c92061057e31c27b4fe4fa42b34098e0755b5035ce16abef", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `AudioFile` and `Probe`
[INFO] [stderr]  --> src/main.rs:1:23
[INFO] [stderr]   |
[INFO] [stderr] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stderr]   |                       ^^^^^^^^^  ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Accessor`
[INFO] [stderr]  --> src/main.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stderr]   |             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `TaggedFileExt`
[INFO] [stderr]  --> src/main.rs:1:41
[INFO] [stderr]   |
[INFO] [stderr] 1 | use lofty::{Accessor, AudioFile, Probe, TaggedFileExt};
[INFO] [stderr]   |                                         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `tag_bench` (bin "tag_bench" test) generated 3 warnings (run `cargo fix --bin "tag_bench" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tag_bench-f045229bd280b5fc)
[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" "0c9e208d3afeaea1c92061057e31c27b4fe4fa42b34098e0755b5035ce16abef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c9e208d3afeaea1c92061057e31c27b4fe4fa42b34098e0755b5035ce16abef", kill_on_drop: false }`
[INFO] [stdout] 0c9e208d3afeaea1c92061057e31c27b4fe4fa42b34098e0755b5035ce16abef
