[INFO] cloning repository https://github.com/prixt/ggez-ecs-boids
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prixt/ggez-ecs-boids" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprixt%2Fggez-ecs-boids", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprixt%2Fggez-ecs-boids'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2cdfcd66267f6e7253677608ec4563e3bf1f5210
[INFO] checking prixt/ggez-ecs-boids against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprixt%2Fggez-ecs-boids" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/prixt/ggez-ecs-boids
[INFO] finished tweaking git repo https://github.com/prixt/ggez-ecs-boids
[INFO] tweaked toml for git repo https://github.com/prixt/ggez-ecs-boids written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prixt/ggez-ecs-boids on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 295 packages to latest compatible versions
[INFO] [stderr]       Adding ggez v0.5.1 (available: v0.10.0)
[INFO] [stderr]       Adding nalgebra v0.18.1 (available: v0.35.0)
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.10.2)
[INFO] [stderr]       Adding specs v0.15.1 (available: v0.20.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f
[INFO] running `Command { std: "docker" "start" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f", 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" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f", 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" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking ordered-float v1.1.1
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking zerocopy v0.8.55
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling camino v1.2.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]     Checking draw_state v0.8.0
[INFO] [stderr]    Compiling alsa-sys v0.1.2
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling nix v0.15.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking sid v0.5.2
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.6.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]     Checking xi-unicode v0.2.1
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]     Checking lzw v0.10.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking glyph_brush_layout v0.1.9
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]     Checking matrixmultiply v0.2.4
[INFO] [stderr]     Checking alga v0.9.3
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking ahash v0.2.19
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking slice-deque v0.3.0
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking deflate v0.7.20
[INFO] [stderr]     Checking ogg v0.7.1
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking mint v0.5.9
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking lewton v0.9.4
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]     Checking png v0.15.3
[INFO] [stderr]     Checking gif v0.10.3
[INFO] [stderr]     Checking nalgebra v0.18.1
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]     Checking minimp3 v0.3.5
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking cpal v0.8.2
[INFO] [stderr] error: could not compile `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=7071d1eb72dd33bd -C extra-filename=-1086b312cdd6db4c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f", kill_on_drop: false }`
[INFO] [stdout] 405e58e1106a9593889bb31f5ae134036ccf596567df563d2312e46ec8c8dc3f
