[INFO] cloning repository https://github.com/hsimah/dalmation
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hsimah/dalmation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhsimah%2Fdalmation", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhsimah%2Fdalmation'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 969c1a40ed46d87fc2426c7bb49a23c55daf0c06
[INFO] checking hsimah/dalmation against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhsimah%2Fdalmation" "/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/hsimah/dalmation
[INFO] finished tweaking git repo https://github.com/hsimah/dalmation
[INFO] tweaked toml for git repo https://github.com/hsimah/dalmation written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hsimah/dalmation on toolchain 4d7f6614d0baa7689bd05eba340114667db4d5b7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hsimah/dalmation 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" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99
[INFO] running `Command { std: "docker" "start" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling cfg-expr v0.20.8
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling system-deps v7.0.8
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling glib-sys v0.22.6
[INFO] [stderr]    Compiling gobject-sys v0.22.6
[INFO] [stderr]    Compiling gio-sys v0.22.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.22.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.22.0
[INFO] [stderr]    Compiling pango-sys v0.22.0
[INFO] [stderr]    Compiling graphene-sys v0.22.0
[INFO] [stderr]    Compiling gdk4-sys v0.11.2
[INFO] [stderr]    Compiling gsk4-sys v0.11.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling gtk4-sys v0.11.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking imgref v1.12.2
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.22.6
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling gtk4-macros v0.11.0
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking glib v0.22.7
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking gio v0.22.6
[INFO] [stderr]     Checking cairo-rs v0.22.0
[INFO] [stderr]     Checking graphene-rs v0.22.0
[INFO] [stderr]     Checking gdk-pixbuf v0.22.0
[INFO] [stderr]     Checking pango v0.22.6
[INFO] [stderr]     Checking gdk4 v0.11.2
[INFO] [stderr]     Checking gsk4 v0.11.1
[INFO] [stderr]     Checking gtk4 v0.11.3
[INFO] [stderr] error: could not compile `gtk4` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d7f6614d0baa7689bd05eba340114667db4d5b7/bin/rustc --crate-name gtk4 --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v4_10"' --cfg 'feature="v4_12"' --cfg 'feature="v4_14"' --cfg 'feature="v4_16"' --cfg 'feature="v4_18"' --cfg 'feature="v4_2"' --cfg 'feature="v4_20"' --cfg 'feature="v4_22"' --cfg 'feature="v4_4"' --cfg 'feature="v4_6"' --cfg 'feature="v4_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blueprint", "gio_v2_80", "gnome_42", "gnome_43", "gnome_44", "gnome_45", "gnome_46", "gnome_47", "gnome_48", "gnome_49", "gnome_50", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_16", "v4_18", "v4_2", "v4_20", "v4_22", "v4_24", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=3747351b8d1d1fbf -C extra-filename=-0a7dd2ff0abfc108 --out-dir /opt/rustwide/target/debug/build/gtk4/0a7dd2ff0abfc108/out -L dependency=/opt/rustwide/target/debug/build/bitflags/4c6374315781593d/out -L dependency=/opt/rustwide/target/debug/build/cairo-rs/4667c9ffba2737f9/out -L dependency=/opt/rustwide/target/debug/build/cairo-sys-rs/3f39c36f6b5a9ef9/out -L dependency=/opt/rustwide/target/debug/build/field-offset/b4a30dd8bde698a0/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/db987eacdbd9f0e3/out -L dependency=/opt/rustwide/target/debug/build/futures-core/d77be0ec3f657f41/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/617d528494060e6e/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8551f65ba49d7852/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/41cd37f09874cb2b/out -L dependency=/opt/rustwide/target/debug/build/futures-task/bde3b8216abf23c5/out -L dependency=/opt/rustwide/target/debug/build/futures-util/37c44fd38841c5bf/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf/873405e4c7c1d1a8/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf-sys/906a85b01d1de5c3/out -L dependency=/opt/rustwide/target/debug/build/gdk4/7e54a2780a4066ef/out -L dependency=/opt/rustwide/target/debug/build/gdk4-sys/be07ea57681a5b04/out -L dependency=/opt/rustwide/target/debug/build/gio/e73673f63997d699/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/6928d8a1ae0ae190/out -L dependency=/opt/rustwide/target/debug/build/glib/dc76571b60a3e2cf/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/d51ae08c88ae9289/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/443e796cb5076eb2/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/0e2d00ea2a31ce6a/out -L dependency=/opt/rustwide/target/debug/build/graphene-rs/ea95175c3da36969/out -L dependency=/opt/rustwide/target/debug/build/graphene-sys/54014692725bd494/out -L dependency=/opt/rustwide/target/debug/build/gsk4/eed2b20675f9b136/out -L dependency=/opt/rustwide/target/debug/build/gsk4-sys/87752aa96bb57ff9/out -L dependency=/opt/rustwide/target/debug/build/gtk4-macros/1db371baf3a38196/out -L dependency=/opt/rustwide/target/debug/build/gtk4-sys/a5bb316febd6af11/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/memchr/e644acf4bdfb9529/out -L dependency=/opt/rustwide/target/debug/build/memoffset/d743d2c5d8788671/out -L dependency=/opt/rustwide/target/debug/build/pango/f4ab097a338f3db3/out -L dependency=/opt/rustwide/target/debug/build/pango-sys/80f9983ec8bf5538/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/slab/ae595133c23c4338/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out --extern cairo=/opt/rustwide/target/debug/build/cairo-rs/4667c9ffba2737f9/out/libcairo-4667c9ffba2737f9.rmeta --extern field_offset=/opt/rustwide/target/debug/build/field-offset/b4a30dd8bde698a0/out/libfield_offset-b4a30dd8bde698a0.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/db987eacdbd9f0e3/out/libfutures_channel-db987eacdbd9f0e3.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/build/gdk-pixbuf/873405e4c7c1d1a8/out/libgdk_pixbuf-873405e4c7c1d1a8.rmeta --extern gdk=/opt/rustwide/target/debug/build/gdk4/7e54a2780a4066ef/out/libgdk4-7e54a2780a4066ef.rmeta --extern gio=/opt/rustwide/target/debug/build/gio/e73673f63997d699/out/libgio-e73673f63997d699.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/dc76571b60a3e2cf/out/libglib-dc76571b60a3e2cf.rmeta --extern graphene=/opt/rustwide/target/debug/build/graphene-rs/ea95175c3da36969/out/libgraphene-ea95175c3da36969.rmeta --extern gsk=/opt/rustwide/target/debug/build/gsk4/eed2b20675f9b136/out/libgsk4-eed2b20675f9b136.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/build/gtk4-macros/1db371baf3a38196/out/libgtk4_macros-1db371baf3a38196.so --extern gtk4_sys=/opt/rustwide/target/debug/build/gtk4-sys/a5bb316febd6af11/out/libgtk4_sys-a5bb316febd6af11.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out/liblibc-7d2af120e89c619c.rmeta --extern pango=/opt/rustwide/target/debug/build/pango/f4ab097a338f3db3/out/libpango-f4ab097a338f3db3.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99", kill_on_drop: false }`
[INFO] [stdout] db0b208fe68673c7283ab8d4cd208d907d03803dd8219288876537cc6c05eb99
