[INFO] cloning repository https://github.com/luxluth/fsearch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luxluth/fsearch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxluth%2Ffsearch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxluth%2Ffsearch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5df74f56582b0640c0dee49d9ccb02a087125d82 [INFO] checking luxluth/fsearch against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxluth%2Ffsearch" "/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/luxluth/fsearch [INFO] finished tweaking git repo https://github.com/luxluth/fsearch [INFO] tweaked toml for git repo https://github.com/luxluth/fsearch written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/luxluth/fsearch 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/luxluth/fsearch 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280 [INFO] running `Command { std: "docker" "start" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280", 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" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280", 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" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.20 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling version-compare v0.2.0 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling cfg-expr v0.20.3 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking time-core v0.1.8 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking num-conv v0.2.1 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking ownedbytes v0.9.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking zmij v1.0.0 [INFO] [stderr] Compiling temp-dir v0.1.16 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking bitpacking v0.9.3 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling cc v1.2.43 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling which v8.0.0 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Checking utf8-ranges v1.0.5 [INFO] [stderr] Compiling erased-serde v0.4.10 [INFO] [stderr] Checking tantivy-fst v0.5.0 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling toml_edit v0.23.7 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Checking tantivy-bitpacker v0.10.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling libdbus-sys v0.2.7 [INFO] [stderr] Compiling system-deps v7.0.6 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling typetag v0.2.21 [INFO] [stderr] Checking murmurhash32 v0.3.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Checking deranged v0.5.5 [INFO] [stderr] Compiling base62 v2.2.3 [INFO] [stderr] Compiling normpath v1.5.0 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling lua-src v550.0.0 [INFO] [stderr] Compiling luajit-src v210.6.2+25a61a1 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking tempfile v3.23.0 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking lock_api v0.4.14 [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 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.2 [INFO] [stderr] Compiling graphene-sys v0.22.0 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling gsk4-sys v0.11.1 [INFO] [stderr] Compiling gettext-sys v0.26.0 [INFO] [stderr] Checking globset v0.4.18 [INFO] [stderr] Compiling mlua-sys v0.10.0 [INFO] [stderr] Compiling gtk4-sys v0.11.3 [INFO] [stderr] Checking locale_config v0.3.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking inotify v0.11.0 [INFO] [stderr] Checking ordered-float v5.3.0 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking downcast-rs v2.0.2 [INFO] [stderr] Checking ignore v0.4.24 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking notify-types v2.0.0 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking fastdivide v0.4.2 [INFO] [stderr] Checking inventory v0.3.24 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking gettext-rs v0.7.7 [INFO] [stderr] Checking notify v8.2.0 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking fs4 v0.13.1 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking memmap2 v0.9.9 [INFO] [stderr] Checking lru v0.16.4 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking measure_time v0.9.0 [INFO] [stderr] Checking levenshtein_automata v0.2.1 [INFO] [stderr] Checking datasketches v0.2.0 [INFO] [stderr] Checking census v0.4.2 [INFO] [stderr] Checking lz4_flex v0.13.0 [INFO] [stderr] Checking oneshot v0.1.13 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking xdg v3.0.0 [INFO] [stderr] Checking htmlescape v0.3.1 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking notify-debouncer-mini v0.7.0 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking dbus v0.9.11 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking jwalk v0.8.1 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Checking exmex v0.20.5 [INFO] [stderr] Checking ini-roundtrip v0.2.1 [INFO] [stderr] Checking tokio v1.52.1 [INFO] [stderr] Checking fragile v2.0.1 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling rust-i18n v4.0.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling glib-macros v0.22.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling typetag-impl v0.2.21 [INFO] [stderr] Compiling gtk4-macros v0.11.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking thiserror v2.0.17 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking mlua v0.11.6 [INFO] [stderr] Checking freedesktop-desktop-entry v0.8.1 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling bon-macros v3.8.1 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking glib v0.22.6 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking tantivy-common v0.11.0 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling triomphe v0.1.15 [INFO] [stderr] Checking sketches-ddsketch v0.4.0 [INFO] [stderr] Checking tantivy-tokenizer-api v0.7.0 [INFO] [stderr] Checking tantivy-query-grammar v0.26.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Checking rust-stemmers v1.2.0 [INFO] [stderr] Checking tantivy-sstable v0.7.0 [INFO] [stderr] Checking tantivy-stacker v0.7.0 [INFO] [stderr] Checking tantivy-columnar v0.7.0 [INFO] [stderr] Checking bon v3.8.1 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking tantivy v0.26.1 [INFO] [stderr] Checking rust-i18n-support v4.0.0 [INFO] [stderr] Compiling rust-i18n-macro v4.0.0 [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 pango v0.22.6 [INFO] [stderr] Checking gdk-pixbuf v0.22.0 [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_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=c274d7511db6ae0e -C extra-filename=-e8264cd47696ec7c --out-dir /opt/rustwide/target/debug/build/gtk4/e8264cd47696ec7c/out -L dependency=/opt/rustwide/target/debug/build/bitflags/c85988d0561b2741/out -L dependency=/opt/rustwide/target/debug/build/cairo-rs/9f8334afff83e6af/out -L dependency=/opt/rustwide/target/debug/build/cairo-sys-rs/ecd11cb9ddc450d6/out -L dependency=/opt/rustwide/target/debug/build/field-offset/b0abb4ad89dc92bb/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/2eb4f8fc6d179c6e/out -L dependency=/opt/rustwide/target/debug/build/futures-core/e0f5028531ad71be/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/662f43526f6b0561/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8d88089869a627e9/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/bdb4948b93170214/out -L dependency=/opt/rustwide/target/debug/build/futures-task/011073701ea3a715/out -L dependency=/opt/rustwide/target/debug/build/futures-util/2a8852b7495a28a9/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf/20a787a7dc3b549d/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf-sys/37a003c94115a852/out -L dependency=/opt/rustwide/target/debug/build/gdk4/6e950fca124e1a9f/out -L dependency=/opt/rustwide/target/debug/build/gdk4-sys/4fe12107d601f739/out -L dependency=/opt/rustwide/target/debug/build/gio/09cd63e9a9463ea7/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/be6944016a07ee68/out -L dependency=/opt/rustwide/target/debug/build/glib/3842762797c2001a/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/4cafe48d81fe41fb/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/58493fe5f093eaae/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/b7af39277ee3840f/out -L dependency=/opt/rustwide/target/debug/build/graphene-rs/76f83bc83f795098/out -L dependency=/opt/rustwide/target/debug/build/graphene-sys/bd7a88016cb63353/out -L dependency=/opt/rustwide/target/debug/build/gsk4/ef3675e55ab03521/out -L dependency=/opt/rustwide/target/debug/build/gsk4-sys/8b83262e220526c6/out -L dependency=/opt/rustwide/target/debug/build/gtk4-macros/f8b7056ce67f6b1b/out -L dependency=/opt/rustwide/target/debug/build/gtk4-sys/80ceaf52d759df8f/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/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/49bf2ca905602152/out -L dependency=/opt/rustwide/target/debug/build/pango-sys/fcb47f1409cb6106/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out -L dependency=/opt/rustwide/target/debug/build/pin-utils/db1de871cd8706a6/out -L dependency=/opt/rustwide/target/debug/build/slab/ab20fc0822f5e3c5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out --extern cairo=/opt/rustwide/target/debug/build/cairo-rs/9f8334afff83e6af/out/libcairo-9f8334afff83e6af.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/2eb4f8fc6d179c6e/out/libfutures_channel-2eb4f8fc6d179c6e.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/build/gdk-pixbuf/20a787a7dc3b549d/out/libgdk_pixbuf-20a787a7dc3b549d.rmeta --extern gdk=/opt/rustwide/target/debug/build/gdk4/6e950fca124e1a9f/out/libgdk4-6e950fca124e1a9f.rmeta --extern gio=/opt/rustwide/target/debug/build/gio/09cd63e9a9463ea7/out/libgio-09cd63e9a9463ea7.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/3842762797c2001a/out/libglib-3842762797c2001a.rmeta --extern graphene=/opt/rustwide/target/debug/build/graphene-rs/76f83bc83f795098/out/libgraphene-76f83bc83f795098.rmeta --extern gsk=/opt/rustwide/target/debug/build/gsk4/ef3675e55ab03521/out/libgsk4-ef3675e55ab03521.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/build/gtk4-macros/f8b7056ce67f6b1b/out/libgtk4_macros-f8b7056ce67f6b1b.so --extern gtk4_sys=/opt/rustwide/target/debug/build/gtk4-sys/80ceaf52d759df8f/out/libgtk4_sys-80ceaf52d759df8f.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out/liblibc-7d2af120e89c619c.rmeta --extern pango=/opt/rustwide/target/debug/build/pango/49bf2ca905602152/out/libpango-49bf2ca905602152.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280", kill_on_drop: false }` [INFO] [stdout] 54081c5036f85fd200d606a9a8596d52757f313fc3d49c3e266653527877a280