[INFO] cloning repository https://github.com/catethos/DSL
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/catethos/DSL" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcatethos%2FDSL", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcatethos%2FDSL'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0cec56b3896cea7202e49a7951e13895b6c92ec4
[INFO] checking catethos/DSL against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcatethos%2FDSL" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/catethos/DSL
[INFO] finished tweaking git repo https://github.com/catethos/DSL
[INFO] tweaked toml for git repo https://github.com/catethos/DSL written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/catethos/DSL 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/catethos/DSL 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] 794cba052366a09fd5202533a2d0a271b595b6180cab4baefb3d5a9cf156fd29
[INFO] running `Command { std: "docker" "start" "-a" "794cba052366a09fd5202533a2d0a271b595b6180cab4baefb3d5a9cf156fd29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "794cba052366a09fd5202533a2d0a271b595b6180cab4baefb3d5a9cf156fd29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "794cba052366a09fd5202533a2d0a271b595b6180cab4baefb3d5a9cf156fd29", kill_on_drop: false }`
[INFO] [stdout] 794cba052366a09fd5202533a2d0a271b595b6180cab4baefb3d5a9cf156fd29
[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] f1e03a92f20b9cbed56787c947bd1001892fb5c26d4294b2789ac8a32af18b0d
[INFO] running `Command { std: "docker" "start" "-a" "f1e03a92f20b9cbed56787c947bd1001892fb5c26d4294b2789ac8a32af18b0d", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking arrow-schema v56.2.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]     Checking webpki-roots v1.0.3
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking lexical-write-float v1.0.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking lexical-core v1.0.6
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking tree-sitter-language v0.1.5
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]    Compiling tree-sitter-dsl v0.1.0 (/opt/rustwide/workdir/tree-sitter-dsl)
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking nucleo-matcher v0.3.1
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]     Checking prefix-tree-rs v0.1.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]     Checking dsl-autocomplete v0.2.0 (/opt/rustwide/workdir/crates/dsl-autocomplete)
[INFO] [stderr]    Compiling dsl-repl v0.2.0 (/opt/rustwide/workdir/crates/dsl-repl)
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking moxcms v0.7.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling simplify_baml_macros v0.1.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking comfy-table v7.1.2
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.15.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking arrow-buffer v56.2.0
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking tree-sitter-highlight v0.25.10
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking arrow-data v56.2.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serde_with v3.15.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" "f1e03a92f20b9cbed56787c947bd1001892fb5c26d4294b2789ac8a32af18b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1e03a92f20b9cbed56787c947bd1001892fb5c26d4294b2789ac8a32af18b0d", kill_on_drop: false }`
[INFO] [stdout] f1e03a92f20b9cbed56787c947bd1001892fb5c26d4294b2789ac8a32af18b0d
