[INFO] cloning repository https://github.com/Fingel/cosmic-theme-tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Fingel/cosmic-theme-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFingel%2Fcosmic-theme-tools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFingel%2Fcosmic-theme-tools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af728eea9dbaf071525e0be1863de6d906bfa356
[INFO] checking Fingel/cosmic-theme-tools against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFingel%2Fcosmic-theme-tools" "/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/Fingel/cosmic-theme-tools
[INFO] finished tweaking git repo https://github.com/Fingel/cosmic-theme-tools
[INFO] tweaked toml for git repo https://github.com/Fingel/cosmic-theme-tools written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Fingel/cosmic-theme-tools on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Fingel/cosmic-theme-tools 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded notify-types v2.0.0
[INFO] [stderr]   Downloaded known-folders v1.4.2
[INFO] [stderr]   Downloaded csscolorparser v0.8.3
[INFO] [stderr]   Downloaded hex_color v3.0.0
[INFO] [stderr]   Downloaded configparser v3.2.0
[INFO] [stderr]   Downloaded almost v0.2.0
[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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73
[INFO] running `Command { std: "docker" "start" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73", 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" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73", 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" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]    Compiling build_helpers v0.14.0 (https://github.com/pop-os/libcosmic.git#ef162b8e)
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling iced_core v0.14.0 (https://github.com/pop-os/libcosmic.git#ef162b8e)
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking xdg v3.0.0
[INFO] [stderr]     Checking configparser v3.2.0
[INFO] [stderr]     Checking almost v0.2.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling cosmic-config-derive v1.0.0 (https://github.com/pop-os/libcosmic.git#ef162b8e)
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking ron v0.12.2
[INFO] [stderr]     Checking csscolorparser v0.8.3
[INFO] [stderr]     Checking hex_color v3.0.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking atomicwrites v0.4.2 (https://github.com/jackpot51/rust-atomicwrites#043ab485)
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking clipboard_x11 v0.4.2 (https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20#f68595ee)
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking wayland-protocols v0.32.13
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking smithay-clipboard v0.8.0 (https://github.com/pop-os/smithay-clipboard?tag=sctk-0.20#859b02c8)
[INFO] [stderr]     Checking mime v0.1.0 (https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20#f68595ee)
[INFO] [stderr]     Checking dnd v0.1.0 (https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20#f68595ee)
[INFO] [stderr]     Checking clipboard_wayland v0.2.2 (https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20#f68595ee)
[INFO] [stderr]     Checking window_clipboard v0.4.1 (https://github.com/pop-os/window_clipboard.git?tag=sctk-0.20#f68595ee)
[INFO] [stderr]     Checking iced_futures v0.14.0 (https://github.com/pop-os/libcosmic.git#ef162b8e)
[INFO] [stderr]     Checking cosmic-config v1.0.0 (https://github.com/pop-os/libcosmic.git#ef162b8e)
[INFO] [stderr]     Checking cosmic-theme v1.0.0 (https://github.com/pop-os/libcosmic.git#ef162b8e)
[INFO] [stderr]     Checking cosmic-theme-tools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.51s
[INFO] running `Command { std: "docker" "inspect" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73", kill_on_drop: false }`
[INFO] [stdout] 92d2581cc7e331489ca407722dea78983e6043318971d8252477bf8e8bdc3c73
