[INFO] cloning repository https://github.com/maartenp/puuzel [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maartenp/puuzel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaartenp%2Fpuuzel", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaartenp%2Fpuuzel'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a49c45e23c8d390249f055cedd8d4908649e804d [INFO] testing maartenp/puuzel/a49c45e23c8d390249f055cedd8d4908649e804d 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%2Fmaartenp%2Fpuuzel" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/maartenp/puuzel [INFO] finished tweaking git repo https://github.com/maartenp/puuzel [INFO] tweaked toml for git repo https://github.com/maartenp/puuzel written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maartenp/puuzel 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/maartenp/puuzel 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 quad-rand v0.2.3 [INFO] [stderr] Downloaded rand v0.10.0 [INFO] [stderr] Downloaded macroquad_macro v0.1.8 [INFO] [stderr] Downloaded env_logger v0.11.9 [INFO] [stderr] Downloaded objc-rs v0.2.8 [INFO] [stderr] Downloaded portable-atomic-util v0.2.6 [INFO] [stderr] Downloaded miniquad v0.4.8 [INFO] [stderr] Downloaded fontdue v0.9.3 [INFO] [stderr] Downloaded macroquad v0.4.14 [INFO] [stderr] Downloaded sqlite-wasm-rs v0.5.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c [INFO] running `Command { std: "docker" "start" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c", 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" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c" "/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" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c", 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" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling rand_core v0.10.0 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling miniquad v0.4.8 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling chacha20 v0.10.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling hashlink v0.11.0 [INFO] [stderr] Compiling jiff v0.2.23 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling utf8-zero v0.8.1 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libsqlite3-sys v0.37.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling rand v0.10.0 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling fontdue v0.9.3 [INFO] [stderr] Compiling ureq-proto v0.6.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] error: could not compile `jiff` (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 jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.23/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 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=c229b9846ee478a3 -C extra-filename=-dcaeee4d763f038e --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c", kill_on_drop: false }` [INFO] [stdout] c4a9a75ddeb8ad32be4ace21cb5fe3b9b1e01643d794afb5e905a81bdc2ed30c