[INFO] cloning repository https://github.com/kevinand11/rust-droid-todo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevinand11/rust-droid-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinand11%2Frust-droid-todo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinand11%2Frust-droid-todo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 66dffc2d57123186e7e25979b5bc9a2450230a0e
[INFO] testing kevinand11/rust-droid-todo against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinand11%2Frust-droid-todo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kevinand11/rust-droid-todo
[INFO] finished tweaking git repo https://github.com/kevinand11/rust-droid-todo
[INFO] tweaked toml for git repo https://github.com/kevinand11/rust-droid-todo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kevinand11/rust-droid-todo on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kevinand11/rust-droid-todo 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa055fc16dd1c31be90edef1d6d1bd05295fc7cdd1aeaf86bc79d68443f9c04b
[INFO] running `Command { std: "docker" "start" "-a" "aa055fc16dd1c31be90edef1d6d1bd05295fc7cdd1aeaf86bc79d68443f9c04b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa055fc16dd1c31be90edef1d6d1bd05295fc7cdd1aeaf86bc79d68443f9c04b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa055fc16dd1c31be90edef1d6d1bd05295fc7cdd1aeaf86bc79d68443f9c04b", kill_on_drop: false }`
[INFO] [stdout] aa055fc16dd1c31be90edef1d6d1bd05295fc7cdd1aeaf86bc79d68443f9c04b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8e4edc6e972c8d97a8b2746ce0d252d3238d4b95699d86cd34a94020884bd90
[INFO] running `Command { std: "docker" "start" "-a" "b8e4edc6e972c8d97a8b2746ce0d252d3238d4b95699d86cd34a94020884bd90", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling toml_datetime v0.5.1
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling gio v0.16.7
[INFO] [stderr]    Compiling cfg-expr v0.11.0
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling unic-ucd-bidi v0.9.0
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling kurbo v0.9.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling gtk v0.16.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling unic-bidi v0.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling type-map v0.4.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling druid-shell v0.8.0
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.5
[INFO] [stderr]    Compiling keyboard-types v0.6.2
[INFO] [stderr]    Compiling self_cell v0.10.2
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling nom8 v0.2.0
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling piet v0.6.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.18.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling futures-macro v0.3.26
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling druid-derive v0.5.0
[INFO] [stderr]    Compiling tinystr v0.7.1
[INFO] [stderr]    Compiling unic-langid-impl v0.9.1
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling unic-langid v0.9.1
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl-memoizer v0.5.1
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling pest v2.5.5
[INFO] [stderr]    Compiling fluent-syntax v0.11.0
[INFO] [stderr]    Compiling system-deps v6.0.3
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling fluent-bundle v0.15.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.0
[INFO] [stderr]    Compiling glib-macros v0.16.3
[INFO] [stderr]    Compiling gtk3-macros v0.16.0
[INFO] [stderr]    Compiling glib-sys v0.16.3
[INFO] [stderr]    Compiling gobject-sys v0.16.3
[INFO] [stderr]    Compiling gio-sys v0.16.3
[INFO] [stderr]    Compiling pango-sys v0.16.3
[INFO] [stderr]    Compiling cairo-sys-rs v0.16.3
[INFO] [stderr]    Compiling gdk-sys v0.16.0
[INFO] [stderr]    Compiling atk-sys v0.16.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.16.3
[INFO] [stderr]    Compiling pangocairo-sys v0.16.3
[INFO] [stderr]    Compiling gtk-sys v0.16.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling futures-executor v0.3.26
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling field-offset v0.3.4
[INFO] [stderr]    Compiling glib v0.16.7
[INFO] [stderr]    Compiling cairo-rs v0.16.7
[INFO] [stderr]    Compiling atk v0.16.0
[INFO] [stderr]    Compiling pango v0.16.5
[INFO] [stderr]    Compiling gdk-pixbuf v0.16.7
[INFO] [stderr]    Compiling pangocairo v0.16.3
[INFO] [stderr]    Compiling gdk v0.16.2
[INFO] [stderr]    Compiling piet-cairo v0.6.2
[INFO] [stderr]    Compiling piet-common v0.6.2
[INFO] [stderr]    Compiling druid v0.8.2
[INFO] [stderr] error: could not compile `druid-shell` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name druid_shell --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/druid-shell-0.8.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 --cfg 'feature="gdk-sys"' --cfg 'feature="glib-sys"' --cfg 'feature="gtk"' --cfg 'feature="gtk-rs"' --cfg 'feature="gtk-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ashpd", "bindgen", "bmp", "cairo-sys-rs", "calloop", "dds", "default", "dxt", "farbfeld", "futures", "gdk-sys", "gif", "glib-sys", "gtk", "gtk-rs", "gtk-sys", "hdr", "ico", "im", "image", "image_png", "jpeg", "jpeg_rayon", "log", "nix", "pkg-config", "pnm", "rand", "raw-win-handle", "raw-window-handle", "serde", "tga", "tiff", "wayland", "wayland-client", "wayland-cursor", "wayland-protocols", "webp", "x11", "x11rb"))' -C metadata=82e77dd31589e9ba -C extra-filename=-fc9f25f21b4bcff4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ccecc034d570a97f.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-83796047361144fd.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-d9b80cb51cda7b5b.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-414f8f4c2153f458.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-a4f29ad5a0260d9c.rmeta --extern gtk_rs=/opt/rustwide/target/debug/deps/libgtk-f1c1964e98868b72.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-27f82049fcd42ba9.rmeta --extern instant=/opt/rustwide/target/debug/deps/libinstant-54eaa7ea70d8afd9.rmeta --extern keyboard_types=/opt/rustwide/target/debug/deps/libkeyboard_types-1fc22a37f26b8a56.rmeta --extern kurbo=/opt/rustwide/target/debug/deps/libkurbo-b0ac42410eaa04d9.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-aad2620dd3dc24d0.rmeta --extern piet_common=/opt/rustwide/target/debug/deps/libpiet_common-cf10fdf7a4d63b25.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-39472bb1a05b19dc.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-a2b685e575d91686.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `gtk` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name gtk --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.16.2/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dox", "gio_v2_58", "unsafe-assume-initialized", "v3_24", "v3_24_1", "v3_24_11", "v3_24_30", "v3_24_8", "v3_24_9"))' -C metadata=2e26a64f5aa3cdf0 -C extra-filename=-f1c1964e98868b72 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-18328e098029a309.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-a9851ebd0ab18f47.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-83796047361144fd.rmeta --extern field_offset=/opt/rustwide/target/debug/deps/libfield_offset-58a0457edbf8d067.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-d4f6e926e17425d3.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-cc386640c30f731d.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-876b83e4782227fc.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-31c6ebf04adfadec.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-ca0a27dc8fae827f.rmeta --extern ffi=/opt/rustwide/target/debug/deps/libgtk_sys-27f82049fcd42ba9.rmeta --extern gtk3_macros=/opt/rustwide/target/debug/deps/libgtk3_macros-3cb54e72e0cbe113.so --extern libc=/opt/rustwide/target/debug/deps/liblibc-f03d6a5e64e20edf.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-aad2620dd3dc24d0.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-6249579fbf558a7e.rmeta --cap-lints allow --cap-lints=warn --cfg 'gdk_backend="broadway"' --cfg 'gdk_backend="wayland"' --cfg 'gdk_backend="x11"'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b8e4edc6e972c8d97a8b2746ce0d252d3238d4b95699d86cd34a94020884bd90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8e4edc6e972c8d97a8b2746ce0d252d3238d4b95699d86cd34a94020884bd90", kill_on_drop: false }`
[INFO] [stdout] b8e4edc6e972c8d97a8b2746ce0d252d3238d4b95699d86cd34a94020884bd90
