[INFO] cloning repository https://github.com/bryanp202/simple_fighter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bryanp202/simple_fighter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanp202%2Fsimple_fighter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanp202%2Fsimple_fighter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f1877fddf819852c620c71da820952911723a17a [INFO] checking bryanp202/simple_fighter against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanp202%2Fsimple_fighter" "/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/bryanp202/simple_fighter [INFO] finished tweaking git repo https://github.com/bryanp202/simple_fighter [INFO] tweaked toml for git repo https://github.com/bryanp202/simple_fighter written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bryanp202/simple_fighter 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/bryanp202/simple_fighter 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-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84918b90783f2d7cffcc88669e4c321840c9bd6d3e98dce747b69c3e8c751da9 [INFO] running `Command { std: "docker" "start" "-a" "84918b90783f2d7cffcc88669e4c321840c9bd6d3e98dce747b69c3e8c751da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84918b90783f2d7cffcc88669e4c321840c9bd6d3e98dce747b69c3e8c751da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84918b90783f2d7cffcc88669e4c321840c9bd6d3e98dce747b69c3e8c751da9", kill_on_drop: false }` [INFO] [stdout] 84918b90783f2d7cffcc88669e4c321840c9bd6d3e98dce747b69c3e8c751da9 [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=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] 60f04cd470eeef857597bc806f3f75b032db71ad05d744bfa22e8004ee87e0c4 [INFO] running `Command { std: "docker" "start" "-a" "60f04cd470eeef857597bc806f3f75b032db71ad05d744bfa22e8004ee87e0c4", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking reborrow v0.5.5 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling pulp v0.21.5 [INFO] [stderr] Compiling dyn-stack-macros v0.1.3 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Checking raw-cpuid v10.7.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Compiling cc v1.2.43 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling sdl3-src v3.2.24 [INFO] [stderr] Compiling rpkg-config v0.1.2 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling zip v1.1.4 [INFO] [stderr] Checking memmap2 v0.9.9 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking libloading v0.8.9 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Checking imgref v1.12.0 [INFO] [stderr] Checking zune-jpeg v0.4.21 [INFO] [stderr] Checking pxfm v0.1.25 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking lebe v0.5.3 [INFO] [stderr] Compiling sdl3 v0.16.1 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Checking spin_sleep v1.3.3 [INFO] [stderr] Compiling sdl3-sys v0.5.9+SDL3-3.2.24 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling toml_edit v0.23.7 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Checking moxcms v0.7.9 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling num_enum_derive v0.7.5 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Checking fax v0.2.6 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Checking num_enum v0.7.5 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking av1-grain v0.2.5 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking dyn-stack v0.13.2 [INFO] [stderr] Checking dyn-stack v0.10.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking pulp v0.18.22 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking rav1e v0.7.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking safetensors v0.4.5 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking rand_distr v0.5.1 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking gemm-common v0.18.2 [INFO] [stderr] Checking gemm-common v0.17.1 [INFO] [stderr] Checking tiff v0.10.3 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking ravif v0.11.20 [INFO] [stderr] Checking gemm-f32 v0.18.2 [INFO] [stderr] Checking gemm-f64 v0.18.2 [INFO] [stderr] Checking gemm-c64 v0.18.2 [INFO] [stderr] Checking gemm-c32 v0.18.2 [INFO] [stderr] Checking gemm-f32 v0.17.1 [INFO] [stderr] Checking gemm-f64 v0.17.1 [INFO] [stderr] Checking gemm-c32 v0.17.1 [INFO] [stderr] Checking gemm-c64 v0.17.1 [INFO] [stderr] Checking gemm-f16 v0.18.2 [INFO] [stderr] Checking gemm-f16 v0.17.1 [INFO] [stderr] Checking gemm v0.18.2 [INFO] [stderr] Checking ug v0.4.0 [INFO] [stderr] Checking gemm v0.17.1 [INFO] [stderr] Checking candle-core v0.9.1 [INFO] [stderr] Checking image v0.25.8 [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" "60f04cd470eeef857597bc806f3f75b032db71ad05d744bfa22e8004ee87e0c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60f04cd470eeef857597bc806f3f75b032db71ad05d744bfa22e8004ee87e0c4", kill_on_drop: false }` [INFO] [stdout] 60f04cd470eeef857597bc806f3f75b032db71ad05d744bfa22e8004ee87e0c4