[INFO] cloning repository https://github.com/naschidaniel/image-optimizer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/naschidaniel/image-optimizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaschidaniel%2Fimage-optimizer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaschidaniel%2Fimage-optimizer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 790b2e6b45e6a99c3c69e58fc65bfba598a050aa
[INFO] testing naschidaniel/image-optimizer against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaschidaniel%2Fimage-optimizer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/naschidaniel/image-optimizer
[INFO] finished tweaking git repo https://github.com/naschidaniel/image-optimizer
[INFO] tweaked toml for git repo https://github.com/naschidaniel/image-optimizer written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/naschidaniel/image-optimizer 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/naschidaniel/image-optimizer 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 837b660ef7b47ea7d13b1e5753bafd7498f07248f77382013f14a3da8ce07f7e
[INFO] running `Command { std: "docker" "start" "-a" "837b660ef7b47ea7d13b1e5753bafd7498f07248f77382013f14a3da8ce07f7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "837b660ef7b47ea7d13b1e5753bafd7498f07248f77382013f14a3da8ce07f7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "837b660ef7b47ea7d13b1e5753bafd7498f07248f77382013f14a3da8ce07f7e", kill_on_drop: false }`
[INFO] [stdout] 837b660ef7b47ea7d13b1e5753bafd7498f07248f77382013f14a3da8ce07f7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 51897be753efc56dc0fa75b00e135af6a8ec5ef1e6b1e2d69bf33fda04bf6d7f
[INFO] running `Command { std: "docker" "start" "-a" "51897be753efc56dc0fa75b00e135af6a8ec5ef1e6b1e2d69bf33fda04bf6d7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling half v2.1.0
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling clap_builder v4.5.42
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling png v0.17.6
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling cc v1.0.74
[INFO] [stderr]    Compiling libwebp-sys v0.9.4
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling webp v0.3.0
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling exr v1.5.2
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling clap v4.5.42
[INFO] [stderr]    Compiling image v0.24.8
[INFO] [stderr]    Compiling image-optimizer v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `dest_parent` is never read
[INFO] [stdout]   --> src/resize_images.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ConvertImage {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub dest_parent: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConvertImage` 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 37.49s
[INFO] running `Command { std: "docker" "inspect" "51897be753efc56dc0fa75b00e135af6a8ec5ef1e6b1e2d69bf33fda04bf6d7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51897be753efc56dc0fa75b00e135af6a8ec5ef1e6b1e2d69bf33fda04bf6d7f", kill_on_drop: false }`
[INFO] [stdout] 51897be753efc56dc0fa75b00e135af6a8ec5ef1e6b1e2d69bf33fda04bf6d7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3407013a7a7f8029a7c2af4a5c9aca3889ca694a80c89b91582f87c428af1485
[INFO] running `Command { std: "docker" "start" "-a" "3407013a7a7f8029a7c2af4a5c9aca3889ca694a80c89b91582f87c428af1485", kill_on_drop: false }`
[INFO] [stderr]    Compiling image-optimizer v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "3407013a7a7f8029a7c2af4a5c9aca3889ca694a80c89b91582f87c428af1485", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3407013a7a7f8029a7c2af4a5c9aca3889ca694a80c89b91582f87c428af1485", kill_on_drop: false }`
[INFO] [stdout] 3407013a7a7f8029a7c2af4a5c9aca3889ca694a80c89b91582f87c428af1485
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5d3451c969009fdab22f849c9587fa808f82a7f3e4d881fc479057e375cbb50c
[INFO] running `Command { std: "docker" "start" "-a" "5d3451c969009fdab22f849c9587fa808f82a7f3e4d881fc479057e375cbb50c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/image_optimizer-1e2b837cbdf4fdca)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test resize_images::tests::test_new ... ok
[INFO] [stdout] test resize_images::tests::test_resize_one_file ... ok
[INFO] [stdout] test resize_images::tests::test_resize_images_in_folder has been running for over 60 seconds
[INFO] [stdout] test resize_images::tests::test_resize_images_in_folder ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 65.30s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5d3451c969009fdab22f849c9587fa808f82a7f3e4d881fc479057e375cbb50c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d3451c969009fdab22f849c9587fa808f82a7f3e4d881fc479057e375cbb50c", kill_on_drop: false }`
[INFO] [stdout] 5d3451c969009fdab22f849c9587fa808f82a7f3e4d881fc479057e375cbb50c
