[INFO] cloning repository https://github.com/septante/minim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/septante/minim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseptante%2Fminim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseptante%2Fminim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8cc872c7696afb6ae38f6829d9ae0d2422867a5b
[INFO] checking septante/minim against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseptante%2Fminim" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/septante/minim
[INFO] finished tweaking git repo https://github.com/septante/minim
[INFO] tweaked toml for git repo https://github.com/septante/minim written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/septante/minim on toolchain 81ab7f2139295590561adbe6d5b0aaa2feff765f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/septante/minim 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" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9fe79f4de653f9563a861828da1ab0260cfa757be5de39babb23857937bb1a04
[INFO] running `Command { std: "docker" "start" "-a" "9fe79f4de653f9563a861828da1ab0260cfa757be5de39babb23857937bb1a04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fe79f4de653f9563a861828da1ab0260cfa757be5de39babb23857937bb1a04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fe79f4de653f9563a861828da1ab0260cfa757be5de39babb23857937bb1a04", kill_on_drop: false }`
[INFO] [stdout] 9fe79f4de653f9563a861828da1ab0260cfa757be5de39babb23857937bb1a04
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f3c08df865120935c98c28fcaf2305f66aa5aad2dba0be109a9879378a6b26b
[INFO] running `Command { std: "docker" "start" "-a" "9f3c08df865120935c98c28fcaf2305f66aa5aad2dba0be109a9879378a6b26b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking symphonia-core v0.5.4
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking symphonia-metadata v0.5.4
[INFO] [stderr]     Checking pxfm v0.1.24
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.4
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.4
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.4
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.4
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.4
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.4
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.4
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.4
[INFO] [stderr]     Checking symphonia-format-riff v0.5.4
[INFO] [stderr]     Checking object v0.36.7
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking ogg_pager v0.7.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking nucleo-matcher v0.3.1 (https://github.com/septante/nucleo#d76d5727)
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking icy_sixel v0.1.3
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking symphonia v0.5.4
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking nucleo v0.5.0 (https://github.com/septante/nucleo#d76d5727)
[INFO] [stderr]     Checking moxcms v0.7.5
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling lofty_attr v0.11.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking lofty v0.22.4
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking av1-grain v0.2.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.48
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking rodio v0.21.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking tui-textarea v0.7.0
[INFO] [stdout] error[E0446]: crate-private trait `HelpDispatchTransform` in public interface
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.8/src/traits.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 255 |         type TransformableSubpixel: HelpDispatchTransform;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait
[INFO] [stdout] ...
[INFO] [stdout] 380 |     pub(crate) trait HelpDispatchTransform: Sized + 'static {
[INFO] [stdout]     |     ------------------------------------------------------- `HelpDispatchTransform` declared as crate-private
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0446`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `image` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9f3c08df865120935c98c28fcaf2305f66aa5aad2dba0be109a9879378a6b26b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f3c08df865120935c98c28fcaf2305f66aa5aad2dba0be109a9879378a6b26b", kill_on_drop: false }`
[INFO] [stdout] 9f3c08df865120935c98c28fcaf2305f66aa5aad2dba0be109a9879378a6b26b
