[INFO] cloning repository https://github.com/barebaric/raygeo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/barebaric/raygeo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarebaric%2Fraygeo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarebaric%2Fraygeo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea3a56bfc020b8df7f0b7fc7e41a4e4432f376e7
[INFO] documenting barebaric/raygeo against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarebaric%2Fraygeo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/barebaric/raygeo
[INFO] finished tweaking git repo https://github.com/barebaric/raygeo
[INFO] tweaked toml for git repo https://github.com/barebaric/raygeo written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/barebaric/raygeo on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/barebaric/raygeo 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7
[INFO] running `Command { std: "docker" "start" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7", 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" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7", 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" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling pyo3-build-config v0.28.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling pyo3-ffi v0.28.3
[INFO] [stderr]    Compiling pyo3-macros-backend v0.28.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling rustpython-parser-vendored v0.4.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling pyo3 v0.28.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling clipper2c-sys v0.2.0
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]    Compiling unic-emoji-char v0.9.0
[INFO] [stderr]    Compiling numpy v0.28.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustpython-parser-core v0.4.0
[INFO] [stderr]    Compiling rustpython-ast v0.4.0
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking safe_arch v1.0.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling unicode_names2_generator v1.3.0
[INFO] [stderr]    Compiling rustpython-parser v0.4.0
[INFO] [stderr]     Checking wide v1.5.0
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]     Checking read-fonts v0.39.2
[INFO] [stderr]    Compiling unicode_names2 v1.3.0
[INFO] [stderr]    Compiling pyo3-macros v0.28.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking simba v0.10.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr] error: could not compile `read-fonts` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da3f5c31e5535b3dc210067de660a45784ae1e9c/bin/rustc --crate-name read_fonts --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.39.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("agl", "codegen_test", "default", "experimental_traverse", "ift", "libm", "scaler_test", "serde", "spec_next", "std"))' -C metadata=437b088fa9883fe5 -C extra-filename=-69337b62cecaa848 --out-dir /opt/rustwide/target/debug/build/read-fonts/69337b62cecaa848/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/1caabfa729128ad2/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/21eec457dafd9130/out -L dependency=/opt/rustwide/target/debug/build/font-types/23b1a9e882d98d20/out --extern bytemuck=/opt/rustwide/target/debug/build/bytemuck/1caabfa729128ad2/out/libbytemuck-1caabfa729128ad2.rmeta --extern font_types=/opt/rustwide/target/debug/build/font-types/23b1a9e882d98d20/out/libfont_types-23b1a9e882d98d20.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 `simba` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da3f5c31e5535b3dc210067de660a45784ae1e9c/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simba-0.10.0/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="std"' --cfg 'feature="wide"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cordic", "decimal", "default", "fixed", "libm", "libm_force", "partial_fixed_point_support", "portable_simd", "rand", "rkyv", "rkyv-serialize", "serde", "serde_serialize", "std", "wide"))' -C metadata=4a697205cf9081aa -C extra-filename=-d1bee0a0d3b1e91c --out-dir /opt/rustwide/target/debug/build/simba/d1bee0a0d3b1e91c/out -L dependency=/opt/rustwide/target/debug/build/approx/a9a542ef827d74af/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/1caabfa729128ad2/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/21eec457dafd9130/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/num-complex/0a83a1ba8eef11f7/out -L dependency=/opt/rustwide/target/debug/build/num-traits/b0ab957f0a86187b/out -L dependency=/opt/rustwide/target/debug/build/safe_arch/c518a14a5f2e55c8/out -L dependency=/opt/rustwide/target/debug/build/wide/a88058c7a66d60c9/out --extern approx=/opt/rustwide/target/debug/build/approx/a9a542ef827d74af/out/libapprox-a9a542ef827d74af.rmeta --extern num_complex=/opt/rustwide/target/debug/build/num-complex/0a83a1ba8eef11f7/out/libnum_complex-0a83a1ba8eef11f7.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/b0ab957f0a86187b/out/libnum_traits-b0ab957f0a86187b.rmeta --extern wide=/opt/rustwide/target/debug/build/wide/a88058c7a66d60c9/out/libwide-a88058c7a66d60c9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7", kill_on_drop: false }`
[INFO] [stdout] 94c402fae3cae319de0f9bf1169580e0a49cd43cdd9b5649a0f864f88a9e6aa7
