[INFO] cloning repository https://github.com/vani-tty1/sector
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vani-tty1/sector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvani-tty1%2Fsector", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvani-tty1%2Fsector'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e46208d8bc8fc32abf48034f0d458d970bbc4974
[INFO] checking vani-tty1/sector against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvani-tty1%2Fsector" "/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/vani-tty1/sector
[INFO] finished tweaking git repo https://github.com/vani-tty1/sector
[INFO] tweaked toml for git repo https://github.com/vani-tty1/sector written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vani-tty1/sector 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/vani-tty1/sector 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] [stderr]     Blocking waiting for file lock on package cache
[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] 8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d
[INFO] running `Command { std: "docker" "start" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d", 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" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d", 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" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d" "/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.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_datetime v1.0.1+spec-1.1.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling gio v0.20.12
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling toml_edit v0.25.5+spec-1.1.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling temp-dir v0.1.16
[INFO] [stderr]    Compiling glib-sys v0.20.10
[INFO] [stderr]    Compiling gobject-sys v0.20.10
[INFO] [stderr]    Compiling gio-sys v0.20.10
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.10
[INFO] [stderr]    Compiling pango-sys v0.20.10
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.20.10
[INFO] [stderr]    Compiling graphene-sys v0.20.10
[INFO] [stderr]    Compiling gdk4-sys v0.9.6
[INFO] [stderr]    Compiling gsk4-sys v0.9.6
[INFO] [stderr]    Compiling gtk4-sys v0.9.6
[INFO] [stderr]    Compiling gettext-sys v0.26.0
[INFO] [stderr]    Compiling libadwaita-sys v0.7.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking sysinfo v0.38.4
[INFO] [stderr]     Checking blueprint v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.20.12
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling gtk4-macros v0.9.5
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking locale_config v0.3.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking gettext-rs v0.7.7
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking zvariant_utils v3.3.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking glib v0.20.12
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking cairo-rs v0.20.12
[INFO] [stderr]     Checking graphene-rs v0.20.10
[INFO] [stderr]     Checking pango v0.20.12
[INFO] [stderr]     Checking gdk-pixbuf v0.20.10
[INFO] [stderr]     Checking gdk4 v0.9.6
[INFO] [stderr]     Checking gsk4 v0.9.6
[INFO] [stderr]     Checking gtk4 v0.9.7
[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=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.9.7/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="gio_v2_80"' --cfg 'feature="gnome_46"' --cfg 'feature="gnome_47"' --cfg 'feature="v4_10"' --cfg 'feature="v4_12"' --cfg 'feature="v4_14"' --cfg 'feature="v4_16"' --cfg 'feature="v4_2"' --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", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_16", "v4_18", "v4_2", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=c69ab6fa75488b50 -C extra-filename=-03d5ea4164fd332b --out-dir /opt/rustwide/target/debug/build/gtk4/03d5ea4164fd332b/out -L dependency=/opt/rustwide/target/debug/build/bitflags/924610f47dcb2cb8/out -L dependency=/opt/rustwide/target/debug/build/cairo-rs/87497d223f710199/out -L dependency=/opt/rustwide/target/debug/build/cairo-sys-rs/552f0b5a43f5166e/out -L dependency=/opt/rustwide/target/debug/build/field-offset/b0abb4ad89dc92bb/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/9c1e7f39b7c26e53/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1cd512d543215c04/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/21f0609138281e1a/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8551f65ba49d7852/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/af43c36ba63ecea2/out -L dependency=/opt/rustwide/target/debug/build/futures-task/bde3b8216abf23c5/out -L dependency=/opt/rustwide/target/debug/build/futures-util/44d7df01a980c750/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf/de59ab565fbbdbda/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf-sys/eb61d8b3d8d43c4c/out -L dependency=/opt/rustwide/target/debug/build/gdk4/0394b0436546f15c/out -L dependency=/opt/rustwide/target/debug/build/gdk4-sys/67fa2cbcc0557564/out -L dependency=/opt/rustwide/target/debug/build/gio/cdaa0fe681ae4da2/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/9b7955c9d1f4c189/out -L dependency=/opt/rustwide/target/debug/build/glib/ece29659a9ffcd25/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/533c7dafd47fb8bb/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/fa9f2e1cb6dd9761/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/e59207e61d0c9537/out -L dependency=/opt/rustwide/target/debug/build/graphene-rs/fed1421dc9d4a18e/out -L dependency=/opt/rustwide/target/debug/build/graphene-sys/90298436c7138b78/out -L dependency=/opt/rustwide/target/debug/build/gsk4/4c4bca7595df52cb/out -L dependency=/opt/rustwide/target/debug/build/gsk4-sys/6ee1c999b0e1fd72/out -L dependency=/opt/rustwide/target/debug/build/gtk4-macros/d840cb9d91484a1d/out -L dependency=/opt/rustwide/target/debug/build/gtk4-sys/4316c306f0eafca3/out -L dependency=/opt/rustwide/target/debug/build/libc/6f65a897ddedb32c/out -L dependency=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out -L dependency=/opt/rustwide/target/debug/build/memoffset/92fd022c61dbdb80/out -L dependency=/opt/rustwide/target/debug/build/pango/b070db9a5a15acc0/out -L dependency=/opt/rustwide/target/debug/build/pango-sys/854ca7afaebfe198/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/slab/101f873bca723251/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out --extern cairo=/opt/rustwide/target/debug/build/cairo-rs/87497d223f710199/out/libcairo-87497d223f710199.rmeta --extern field_offset=/opt/rustwide/target/debug/build/field-offset/b0abb4ad89dc92bb/out/libfield_offset-b0abb4ad89dc92bb.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/9c1e7f39b7c26e53/out/libfutures_channel-9c1e7f39b7c26e53.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/build/gdk-pixbuf/de59ab565fbbdbda/out/libgdk_pixbuf-de59ab565fbbdbda.rmeta --extern gdk=/opt/rustwide/target/debug/build/gdk4/0394b0436546f15c/out/libgdk4-0394b0436546f15c.rmeta --extern gio=/opt/rustwide/target/debug/build/gio/cdaa0fe681ae4da2/out/libgio-cdaa0fe681ae4da2.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/ece29659a9ffcd25/out/libglib-ece29659a9ffcd25.rmeta --extern graphene=/opt/rustwide/target/debug/build/graphene-rs/fed1421dc9d4a18e/out/libgraphene-fed1421dc9d4a18e.rmeta --extern gsk=/opt/rustwide/target/debug/build/gsk4/4c4bca7595df52cb/out/libgsk4-4c4bca7595df52cb.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/build/gtk4-macros/d840cb9d91484a1d/out/libgtk4_macros-d840cb9d91484a1d.so --extern gtk4_sys=/opt/rustwide/target/debug/build/gtk4-sys/4316c306f0eafca3/out/libgtk4_sys-4316c306f0eafca3.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/6f65a897ddedb32c/out/liblibc-6f65a897ddedb32c.rmeta --extern pango=/opt/rustwide/target/debug/build/pango/b070db9a5a15acc0/out/libpango-b070db9a5a15acc0.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d", kill_on_drop: false }`
[INFO] [stdout] 8a0ae7e7d61c6d9f9ca0d0edfc9a3fbe5dbec693c65333a7e945398901a4948d
