[INFO] cloning repository https://github.com/julianjc84/niri-touch-settings-UI
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/julianjc84/niri-touch-settings-UI" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulianjc84%2Fniri-touch-settings-UI", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulianjc84%2Fniri-touch-settings-UI'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 315577762542e0d290663b3269057269385b59b3
[INFO] testing julianjc84/niri-touch-settings-UI against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjulianjc84%2Fniri-touch-settings-UI" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/julianjc84/niri-touch-settings-UI
[INFO] finished tweaking git repo https://github.com/julianjc84/niri-touch-settings-UI
[INFO] tweaked toml for git repo https://github.com/julianjc84/niri-touch-settings-UI written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/julianjc84/niri-touch-settings-UI on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/julianjc84/niri-touch-settings-UI 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_writer v1.0.7+spec-1.1.0
[INFO] [stderr]   Downloaded libadwaita v0.8.1
[INFO] [stderr]   Downloaded toml_datetime v1.0.1+spec-1.1.0
[INFO] [stderr]   Downloaded toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]   Downloaded libadwaita-sys v0.8.1
[INFO] [stderr]   Downloaded toml_edit v0.25.5+spec-1.1.0
[INFO] [stderr]   Downloaded kdl v6.5.0
[INFO] [stderr]   Downloaded miette v7.6.0
[INFO] [stderr]   Downloaded winnow v0.6.24
[INFO] [stderr]   Downloaded winnow v1.0.0
[INFO] [stderr]   Downloaded libc v0.2.183
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f
[INFO] running `Command { std: "docker" "start" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f", 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" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling toml_datetime v1.0.1+spec-1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling winnow v0.6.24
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling toml_edit v0.25.5+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]    Compiling glib-sys v0.21.5
[INFO] [stderr]    Compiling gobject-sys v0.21.5
[INFO] [stderr]    Compiling gio-sys v0.21.5
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.21.5
[INFO] [stderr]    Compiling cairo-sys-rs v0.21.5
[INFO] [stderr]    Compiling pango-sys v0.21.5
[INFO] [stderr]    Compiling gdk4-sys v0.10.3
[INFO] [stderr]    Compiling graphene-sys v0.21.5
[INFO] [stderr]    Compiling gsk4-sys v0.10.3
[INFO] [stderr]    Compiling gtk4-sys v0.10.3
[INFO] [stderr]    Compiling libadwaita-sys v0.8.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.21.5
[INFO] [stderr]    Compiling gtk4-macros v0.10.3
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling kdl v6.5.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling glib v0.21.5
[INFO] [stderr]    Compiling gio v0.21.5
[INFO] [stderr]    Compiling cairo-rs v0.21.5
[INFO] [stderr]    Compiling graphene-rs v0.21.5
[INFO] [stderr]    Compiling pango v0.21.5
[INFO] [stderr]    Compiling gdk-pixbuf v0.21.5
[INFO] [stderr]    Compiling gdk4 v0.10.3
[INFO] [stderr]    Compiling gsk4 v0.10.3
[INFO] [stderr]    Compiling gtk4 v0.10.3
[INFO] [stderr]    Compiling libadwaita v0.8.1
[INFO] [stderr] error: could not compile `libadwaita` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name libadwaita --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libadwaita-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="v1_1"' --cfg 'feature="v1_2"' --cfg 'feature="v1_3"' --cfg 'feature="v1_4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gio_v2_80", "gtk_v4_18", "gtk_v4_2", "gtk_v4_20", "gtk_v4_6", "v1_1", "v1_2", "v1_3", "v1_4", "v1_5", "v1_6", "v1_7", "v1_8", "v1_9"))' -C metadata=d4729b4629c9fe25 -C extra-filename=-12236630b16289bf --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern gdk=/opt/rustwide/target/release/deps/libgdk4-7ceb8e6f0b568aa1.rmeta --extern gio=/opt/rustwide/target/release/deps/libgio-611b5db4478bf5a7.rmeta --extern glib=/opt/rustwide/target/release/deps/libglib-fe981f74f85f18d4.rmeta --extern gtk=/opt/rustwide/target/release/deps/libgtk4-52617389c8398ffc.rmeta --extern ffi=/opt/rustwide/target/release/deps/liblibadwaita_sys-ac9db30d86038ed0.rmeta --extern libc=/opt/rustwide/target/release/deps/liblibc-c9e046903fda19dd.rmeta --extern pango=/opt/rustwide/target/release/deps/libpango-5c30b1ef768b0be9.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 `gtk4` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name gtk4 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="v4_10"' --cfg 'feature="v4_12"' --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_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=ce7c101697aeace6 -C extra-filename=-52617389c8398ffc --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern cairo=/opt/rustwide/target/release/deps/libcairo-6e06e84668c6dd5e.rmeta --extern field_offset=/opt/rustwide/target/release/deps/libfield_offset-abed0be4eec00ccc.rmeta --extern futures_channel=/opt/rustwide/target/release/deps/libfutures_channel-157276d662cf2058.rmeta --extern gdk_pixbuf=/opt/rustwide/target/release/deps/libgdk_pixbuf-8607adcdfb418b33.rmeta --extern gdk=/opt/rustwide/target/release/deps/libgdk4-7ceb8e6f0b568aa1.rmeta --extern gio=/opt/rustwide/target/release/deps/libgio-611b5db4478bf5a7.rmeta --extern glib=/opt/rustwide/target/release/deps/libglib-fe981f74f85f18d4.rmeta --extern graphene=/opt/rustwide/target/release/deps/libgraphene-1d9f850b2ef78f02.rmeta --extern gsk=/opt/rustwide/target/release/deps/libgsk4-87cb1463e3833c64.rmeta --extern gtk4_macros=/opt/rustwide/target/release/deps/libgtk4_macros-285997d2ffa1c1c3.so --extern gtk4_sys=/opt/rustwide/target/release/deps/libgtk4_sys-c1dacfe18f1ce907.rmeta --extern libc=/opt/rustwide/target/release/deps/liblibc-c9e046903fda19dd.rmeta --extern pango=/opt/rustwide/target/release/deps/libpango-5c30b1ef768b0be9.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f", kill_on_drop: false }`
[INFO] [stdout] b66f9ab5d06b679d900c8ad2e90cb2f31a8e8e73990b458e69204ca52ed2559f
