[INFO] cloning repository https://github.com/mathewgeejo/eyeos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mathewgeejo/eyeos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathewgeejo%2Feyeos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathewgeejo%2Feyeos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b24ed21d72c78e82f734e8cb3fc1e0e04e16aff9
[INFO] checking mathewgeejo/eyeos against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathewgeejo%2Feyeos" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  57% (20/35)
Updating files:  60% (21/35)
Updating files:  62% (22/35)
Updating files:  65% (23/35)
Updating files:  68% (24/35)
Updating files:  71% (25/35)
Updating files:  74% (26/35)
Updating files:  77% (27/35)
Updating files:  80% (28/35)
Updating files:  82% (29/35)
Updating files:  85% (30/35)
Updating files:  88% (31/35)
Updating files:  91% (32/35)
Updating files:  94% (33/35)
Updating files:  97% (34/35)
Updating files: 100% (35/35)
Updating files: 100% (35/35), done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mathewgeejo/eyeos
[INFO] finished tweaking git repo https://github.com/mathewgeejo/eyeos
[INFO] tweaked toml for git repo https://github.com/mathewgeejo/eyeos written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mathewgeejo/eyeos on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mathewgeejo/eyeos 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef
[INFO] running `Command { std: "docker" "start" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef", 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" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef", 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" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling jiff-core v0.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling openvino-finder v0.11.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling jiff v0.2.34
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling nasm-rs v0.3.2
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking windows-link v0.2.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking windows-sys v0.61.2
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling wayland-backend v0.3.16
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling mozjpeg-sys v2.2.3
[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/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "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=a343eb70e81f748c -C extra-filename=-212623766a27c64d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-12164dedcc9c97c0.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-9692f5d5f45da725.rmeta --cap-lints allow --cap-lints=forbid --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" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef", kill_on_drop: false }`
[INFO] [stdout] 000b2e80f93fd6592e26250e187dc2c66ff53632f7f0f897d3fbaa5ba28684ef
