[INFO] cloning repository https://github.com/bertiqwerty/balance [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bertiqwerty/balance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbertiqwerty%2Fbalance", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbertiqwerty%2Fbalance'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 323974e4334400101a0284f499365f602c54626a [INFO] checking bertiqwerty/balance against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbertiqwerty%2Fbalance" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/bertiqwerty/balance [INFO] finished tweaking git repo https://github.com/bertiqwerty/balance [INFO] tweaked toml for git repo https://github.com/bertiqwerty/balance written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bertiqwerty/balance 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/bertiqwerty/balance 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 30a8af796abe05471fe0365f1142e058ba0af1fb5363dba72c7c6e43e2d50bf6 [INFO] running `Command { std: "docker" "start" "-a" "30a8af796abe05471fe0365f1142e058ba0af1fb5363dba72c7c6e43e2d50bf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30a8af796abe05471fe0365f1142e058ba0af1fb5363dba72c7c6e43e2d50bf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30a8af796abe05471fe0365f1142e058ba0af1fb5363dba72c7c6e43e2d50bf6", kill_on_drop: false }` [INFO] [stdout] 30a8af796abe05471fe0365f1142e058ba0af1fb5363dba72c7c6e43e2d50bf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 166284ec034b3fc36224a985618487bc23032e6ce42f067cceba64a48157cbbe [INFO] running `Command { std: "docker" "start" "-a" "166284ec034b3fc36224a985618487bc23032e6ce42f067cceba64a48157cbbe", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling cc v1.2.19 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling wayland-client v0.31.11 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.104 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Checking miniz_oxide v0.8.2 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling xml-rs v0.8.24 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.91 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking epaint_default_fonts v0.33.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling winit v0.30.12 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking rustls-pki-types v1.10.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling glutin v0.32.3 [INFO] [stderr] Compiling rustls v0.23.20 [INFO] [stderr] Checking x11rb-protocol v0.13.1 [INFO] [stderr] Checking pxfm v0.1.25 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling glutin-winit v0.5.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling wayland-sys v0.31.7 [INFO] [stderr] Compiling wasm-bindgen v0.2.104 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Checking webpki-roots v0.26.7 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking ab_glyph v0.2.32 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking csv-core v0.1.11 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking nu-ansi-term v0.50.1 [INFO] [stderr] Compiling wayland-scanner v0.31.7 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Compiling glutin_egl_sys v0.7.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking moxcms v0.7.6 [INFO] [stderr] Compiling wayland-backend v0.3.11 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.104 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.104 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.104 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking js-sys v0.3.81 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.54 [INFO] [stderr] Checking web-sys v0.3.81 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking rand_distr v0.5.1 [INFO] [stderr] Checking zerofrom v0.1.5 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking emath v0.33.0 [INFO] [stderr] Checking serde-wasm-bindgen v0.6.5 [INFO] [stderr] Checking exmex v0.20.5 [INFO] [stderr] Checking csv v1.3.1 [INFO] [stderr] Checking ron v0.11.0 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking ecolor v0.33.0 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking epaint v0.33.0 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking image v0.25.8 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking icu_properties v1.5.1 [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" "166284ec034b3fc36224a985618487bc23032e6ce42f067cceba64a48157cbbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "166284ec034b3fc36224a985618487bc23032e6ce42f067cceba64a48157cbbe", kill_on_drop: false }` [INFO] [stdout] 166284ec034b3fc36224a985618487bc23032e6ce42f067cceba64a48157cbbe