[INFO] cloning repository https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmic-utils%2Fcosmic-ext-applet-external-monitor-brightness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmic-utils%2Fcosmic-ext-applet-external-monitor-brightness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a1c5ce74bc6fc4ad71b2119122e6b7b59062d66c
[INFO] checking cosmic-utils/cosmic-ext-applet-external-monitor-brightness against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmic-utils%2Fcosmic-ext-applet-external-monitor-brightness" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness
[INFO] finished tweaking git repo https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness
[INFO] tweaked toml for git repo https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cosmic-utils/cosmic-ext-applet-external-monitor-brightness 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71
[INFO] running `Command { std: "docker" "start" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71", 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" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71", 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" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]     Checking xkbcommon v0.8.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]     Checking lilt v0.8.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking glam v0.25.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-server v0.31.13
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking read-fonts v0.37.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking unicode-script v0.5.8
[INFO] [stderr]     Checking self_cell v1.2.2
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking yazi v0.2.1
[INFO] [stderr]     Checking zeno v0.3.3
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking rangemap v1.7.1
[INFO] [stderr] error: could not compile `palette` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name palette --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/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="alloc"' --cfg 'feature="approx"' --cfg 'feature="default"' --cfg 'feature="named"' --cfg 'feature="named_from_str"' --cfg 'feature="phf"' --cfg 'feature="serde"' --cfg 'feature="serializing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "approx", "bytemuck", "default", "find-crate", "libm", "named", "named_from_str", "phf", "rand", "random", "serde", "serializing", "std", "wide"))' -C metadata=be9464a20cf90e7f -C extra-filename=-1dcd3c8f0923a999 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-8d8b9eac90340f87.rmeta --extern fast_srgb8=/opt/rustwide/target/debug/deps/libfast_srgb8-82ab2686c36dd08c.rmeta --extern palette_derive=/opt/rustwide/target/debug/deps/libpalette_derive-87cb26782b4c065e.so --extern phf=/opt/rustwide/target/debug/deps/libphf-3d700ee6f218fe55.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-cf47f13fc4c11bcd.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `x11rb-protocol` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name x11rb_protocol --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/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="dri3"' --cfg 'feature="randr"' --cfg 'feature="render"' --cfg 'feature="resource_manager"' --cfg 'feature="shape"' --cfg 'feature="shm"' --cfg 'feature="std"' --cfg 'feature="sync"' --cfg 'feature="xfixes"' --cfg 'feature="xinput"' --cfg 'feature="xkb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=4e36924adf2cc089 -C extra-filename=-5af51048efb9e071 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71", kill_on_drop: false }`
[INFO] [stdout] 77be19dd4c7648ccfdd1770c9dc7b8caab2f12ad3f6c519cad2ed7b38e846d71
