[INFO] cloning repository https://github.com/sn0w12/skrift [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sn0w12/skrift" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsn0w12%2Fskrift", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsn0w12%2Fskrift'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bb2defcfe9bb3202355f26fe29da03e898ea479 [INFO] testing sn0w12/skrift against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759-retry2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsn0w12%2Fskrift" "/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/sn0w12/skrift [INFO] finished tweaking git repo https://github.com/sn0w12/skrift [INFO] tweaked toml for git repo https://github.com/sn0w12/skrift written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sn0w12/skrift on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sn0w12/skrift 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c65e9e0cac5f948833def5bf7c94fe91405491965d4788f9ee3d483efb41b97 [INFO] running `Command { std: "docker" "start" "-a" "7c65e9e0cac5f948833def5bf7c94fe91405491965d4788f9ee3d483efb41b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c65e9e0cac5f948833def5bf7c94fe91405491965d4788f9ee3d483efb41b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c65e9e0cac5f948833def5bf7c94fe91405491965d4788f9ee3d483efb41b97", kill_on_drop: false }` [INFO] [stdout] 7c65e9e0cac5f948833def5bf7c94fe91405491965d4788f9ee3d483efb41b97 [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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d83d8ede35436824f1ae78f9a74e3e67034bc10f756725b04bbd29490feee2f7 [INFO] running `Command { std: "docker" "start" "-a" "d83d8ede35436824f1ae78f9a74e3e67034bc10f756725b04bbd29490feee2f7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling wayland-sys v0.31.6 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wayland-backend v0.3.10 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling polling v3.9.0 [INFO] [stderr] Compiling async-io v2.5.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling wayland-client v0.31.10 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling async-signal v0.2.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling wayland-scanner v0.31.6 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling fltk-sys v1.5.9 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling async-process v2.4.0 [INFO] [stderr] Compiling async-executor v1.13.2 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling async-net v2.0.0 [INFO] [stderr] Compiling async-fs v2.1.3 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling rfd v0.15.4 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling wayland-protocols v0.32.8 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling pollster v0.4.0 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zvariant_utils v3.2.0 [INFO] [stderr] Compiling enumflags2 v0.7.12 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling zvariant_derive v5.6.0 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling zvariant v5.6.0 [INFO] [stderr] Compiling zbus_names v4.2.0 [INFO] [stderr] Compiling fltk v1.5.9 [INFO] [stderr] Compiling zbus_macros v5.9.0 [INFO] [stderr] Compiling zbus v5.9.0 [INFO] [stderr] Compiling ashpd v0.11.0 [INFO] [stderr] error: could not compile `fltk` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733b47ea4b1b86216f14ef56e49440c33933f230/bin/rustc --crate-name fltk --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fltk-1.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cairoext", "default", "enable-glwindow", "fltk-bundled", "fltk-config", "fltk-shared", "gtk-decor", "legacy-opengl", "no-gdiplus", "no-images", "no-pango", "pkg-config", "raw-window-handle", "rwh05", "rwh06", "single-threaded", "static-msvcrt", "system-fltk", "system-libjpeg", "system-libpng", "system-zlib", "use-ninja", "use-wayland"))' -C metadata=bbd8e40c3a2e3599 -C extra-filename=-50461a7fb6f8a9be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-614d532210afc96d.rmeta --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-e8d5357060f36cd9.rmeta --extern fltk_sys=/opt/rustwide/target/debug/deps/libfltk_sys-e49b33b3dccb19ce.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-3c6215c804b866be.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-a4f7b3b8791d0761.so --extern ttf_parser=/opt/rustwide/target/debug/deps/libttf_parser-66ce4dc56fb61414.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3 -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/lib -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/build -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/build/Release -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/lib -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/lib64 -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/lib/Release -L native=/opt/rustwide/target/debug/build/fltk-sys-beab2398935f3473/out/lib64/Release` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `zbus` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/733b47ea4b1b86216f14ef56e49440c33933f230/bin/rustc --crate-name zbus --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="async-executor"' --cfg 'feature="async-fs"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="async-task"' --cfg 'feature="blocking"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-executor", "async-fs", "async-io", "async-lock", "async-process", "async-task", "blocking", "blocking-api", "bus-impl", "camino", "chrono", "default", "heapless", "option-as-array", "p2p", "serde_bytes", "time", "tokio", "tokio-vsock", "url", "uuid", "vsock"))' -C metadata=0c9a959c814b6dba -C extra-filename=-0559ae7e5b51d993 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_broadcast=/opt/rustwide/target/debug/deps/libasync_broadcast-0043b7abc903cc0e.rmeta --extern async_executor=/opt/rustwide/target/debug/deps/libasync_executor-2968d9e6de0c291f.rmeta --extern async_io=/opt/rustwide/target/debug/deps/libasync_io-f0ed74d43212630c.rmeta --extern async_lock=/opt/rustwide/target/debug/deps/libasync_lock-58b8124af242709b.rmeta --extern async_process=/opt/rustwide/target/debug/deps/libasync_process-e55fba7baedf3955.rmeta --extern async_task=/opt/rustwide/target/debug/deps/libasync_task-e3831091b3493770.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-6d797c4e91f67504.so --extern blocking=/opt/rustwide/target/debug/deps/libblocking-68624a98a95dc917.rmeta --extern enumflags2=/opt/rustwide/target/debug/deps/libenumflags2-0a83204c7ddaab01.rmeta --extern event_listener=/opt/rustwide/target/debug/deps/libevent_listener-da3795ca26c8b134.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-6a962cd5a09a8a6c.rmeta --extern futures_lite=/opt/rustwide/target/debug/deps/libfutures_lite-543c625c428c8c32.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-f8780b52ba33bd3a.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-ea95a66635d5acf5.rmeta --extern ordered_stream=/opt/rustwide/target/debug/deps/libordered_stream-6d298d08a2ad6cac.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-fd0db26a380caeba.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-b58e6ac2d8815702.so --extern tracing=/opt/rustwide/target/debug/deps/libtracing-83f3dbb8682d8609.rmeta --extern winnow=/opt/rustwide/target/debug/deps/libwinnow-6dadc28084a14cf9.rmeta --extern zbus_macros=/opt/rustwide/target/debug/deps/libzbus_macros-5bc74843aa39991d.so --extern zbus_names=/opt/rustwide/target/debug/deps/libzbus_names-994a6118990e7507.rmeta --extern zvariant=/opt/rustwide/target/debug/deps/libzvariant-b94fff51e9006d8f.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d83d8ede35436824f1ae78f9a74e3e67034bc10f756725b04bbd29490feee2f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d83d8ede35436824f1ae78f9a74e3e67034bc10f756725b04bbd29490feee2f7", kill_on_drop: false }` [INFO] [stdout] d83d8ede35436824f1ae78f9a74e3e67034bc10f756725b04bbd29490feee2f7