[INFO] cloning repository https://github.com/zetaloop/virtual-link
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zetaloop/virtual-link" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzetaloop%2Fvirtual-link", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzetaloop%2Fvirtual-link'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b2767c0869a1d0a5f82b9f3916752243811c4a1e
[INFO] checking zetaloop/virtual-link against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzetaloop%2Fvirtual-link" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zetaloop/virtual-link
[INFO] finished tweaking git repo https://github.com/zetaloop/virtual-link
[INFO] tweaked toml for git repo https://github.com/zetaloop/virtual-link written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zetaloop/virtual-link on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zetaloop/virtual-link 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83
[INFO] running `Command { std: "docker" "start" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83", 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" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83", 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" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling serde_spanned v1.1.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling glib-sys v0.22.3
[INFO] [stderr]    Compiling gobject-sys v0.22.0
[INFO] [stderr]    Compiling gio-sys v0.22.0
[INFO] [stderr]    Compiling pango-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 gdk4-sys v0.11.1
[INFO] [stderr]    Compiling graphene-sys v0.22.0
[INFO] [stderr]    Compiling gsk4-sys v0.11.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling gtk4-sys v0.11.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling compio-driver v0.11.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]     Checking compio-buf v0.8.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking thin-cell v0.1.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]    Compiling pangocairo-sys v0.22.0
[INFO] [stderr]    Compiling glib-unix-sys v0.22.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking winio-primitive v0.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling glib-macros v0.22.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling gtk4-macros v0.11.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking compio-log v0.1.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking synchrony v0.1.6
[INFO] [stderr]     Checking glib v0.22.3
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking compio-runtime v0.11.0
[INFO] [stderr]     Checking compio v0.18.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling inherit-methods-macro v0.1.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking grid v1.0.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking vl-protocol v0.1.0 (/opt/rustwide/workdir/crates/vl-protocol)
[INFO] [stderr]     Checking taffy v0.9.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking winio-pollable v0.4.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling winio v0.11.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking tuplex v0.1.2
[INFO] [stderr]     Checking winio-callback v0.1.2
[INFO] [stderr]     Checking vl-client-core v0.1.0 (/opt/rustwide/workdir/crates/vl-client-core)
[INFO] [stderr]     Checking winio-layout v0.2.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking vl-server v0.1.0 (/opt/rustwide/workdir/crates/vl-server)
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking gio v0.22.2
[INFO] [stderr]     Checking cairo-rs v0.22.0
[INFO] [stderr]     Checking graphene-rs v0.22.0
[INFO] [stderr]     Checking glib-unix v0.22.0
[INFO] [stderr]     Checking pango v0.22.0
[INFO] [stderr]     Checking gdk-pixbuf v0.22.0
[INFO] [stderr]     Checking gdk4 v0.11.1
[INFO] [stderr]     Checking pangocairo v0.22.0
[INFO] [stderr]     Checking gsk4 v0.11.1
[INFO] [stderr]     Checking gtk4 v0.11.1
[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/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name gtk4 --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.11.1/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_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", "gnome_48", "gnome_49", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_16", "v4_18", "v4_2", "v4_20", "v4_22", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=e521b8b03e55473b -C extra-filename=-c02dfbeb487e0bcc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cairo=/opt/rustwide/target/debug/deps/libcairo-1b960fa6734cc18e.rmeta --extern field_offset=/opt/rustwide/target/debug/deps/libfield_offset-b0abb4ad89dc92bb.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-9c1e7f39b7c26e53.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-8c4a6f4a9e4d82d4.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk4-a19e01ab2a8a5d5b.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-0f7c7b78bbe088ac.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-dafea5305b017eda.rmeta --extern graphene=/opt/rustwide/target/debug/deps/libgraphene-1968538c85a22994.rmeta --extern gsk=/opt/rustwide/target/debug/deps/libgsk4-462897f2dab4e1d3.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/deps/libgtk4_macros-e41208cfdeba51f1.so --extern gtk4_sys=/opt/rustwide/target/debug/deps/libgtk4_sys-e039f42d53e9e823.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-6f65a897ddedb32c.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-eb052ba8ee18f414.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83", kill_on_drop: false }`
[INFO] [stdout] 98beab0149f8f48919cc3a9865de93ba8e4dcf80821d023da9f11d1389f24c83
