[INFO] cloning repository https://github.com/RLKevin/hyprhue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RLKevin/hyprhue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRLKevin%2Fhyprhue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRLKevin%2Fhyprhue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6aa2e1d347ea2befe253c73c9bf8d8d5e4269c3a [INFO] checking RLKevin/hyprhue against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRLKevin%2Fhyprhue" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/RLKevin/hyprhue [INFO] finished tweaking git repo https://github.com/RLKevin/hyprhue [INFO] tweaked toml for git repo https://github.com/RLKevin/hyprhue written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/RLKevin/hyprhue on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/RLKevin/hyprhue 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simplelog v0.12.2 [INFO] [stderr] Downloaded zvariant_utils v3.2.1 [INFO] [stderr] Downloaded zvariant_derive v5.8.0 [INFO] [stderr] Downloaded notify-rust v4.11.7 [INFO] [stderr] Downloaded zbus_macros v5.12.0 [INFO] [stderr] Downloaded zvariant v5.8.0 [INFO] [stderr] Downloaded zbus v5.12.0 [INFO] [stderr] Downloaded gif v0.13.3 [INFO] [stderr] Downloaded dtls v0.13.0 [INFO] [stderr] Downloaded webrtc-util v0.12.0 [INFO] [stderr] Downloaded base64ct v1.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827 [INFO] running `Command { std: "docker" "start" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827", 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" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827", 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" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking itoa v1.0.16 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking base64ct v1.8.1 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Checking deranged v0.5.5 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling cc v1.2.50 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking unicode-ident v1.0.22 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Compiling wayland-sys v0.31.7 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling endi v1.1.1 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling wayland-client v0.31.11 [INFO] [stderr] Compiling portable-atomic v1.12.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling wayland-backend v0.3.11 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking async-lock v3.4.2 [INFO] [stderr] Checking ryu v1.0.21 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking weezl v0.1.12 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling serde_json v1.0.146 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking async-executor v1.13.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling wayland-scanner v0.31.7 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] error: could not compile `rustix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8df82673d5911b6112a85bf91d9adefb2c66a1a/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8c2b928b7c5adc21 -C extra-filename=-ee73718c6f0dfe3a --out-dir /opt/rustwide/target/debug/build/rustix/ee73718c6f0dfe3a/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/c85988d0561b2741/out/libbitflags-c85988d0561b2741.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/dd80aefb0724e325/out/liblinux_raw_sys-dd80aefb0724e325.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827", kill_on_drop: false }` [INFO] [stdout] db9ea27f1ed81a982ca32a4993d2bfa3e4044f7ed37b09a703ca0ac5ec371827