[INFO] cloning repository https://github.com/samox73/nullspace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/samox73/nullspace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamox73%2Fnullspace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamox73%2Fnullspace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c72828037eeba40e42b15909510517f82306701
[INFO] checking samox73/nullspace against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsamox73%2Fnullspace" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/samox73/nullspace
[INFO] finished tweaking git repo https://github.com/samox73/nullspace
[INFO] tweaked toml for git repo https://github.com/samox73/nullspace written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/samox73/nullspace on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/samox73/nullspace 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" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ratex-unicode-font v0.1.11
[INFO] [stderr]   Downloaded ratex-svg v0.1.11
[INFO] [stderr]   Downloaded ratex-types v0.1.11
[INFO] [stderr]   Downloaded ratex-font-loader v0.1.11
[INFO] [stderr]   Downloaded ratex-lexer v0.1.11
[INFO] [stderr]   Downloaded tui-textarea-2 v0.11.0
[INFO] [stderr]   Downloaded system-fonts v0.1.2
[INFO] [stderr]   Downloaded ratex-font v0.1.11
[INFO] [stderr]   Downloaded ratex-parser v0.1.11
[INFO] [stderr]   Downloaded ratex-layout v0.1.11
[INFO] [stderr]   Downloaded ratex-katex-fonts v0.1.11
[INFO] [stderr]   Downloaded ratatui-image v11.0.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680
[INFO] running `Command { std: "docker" "start" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680", 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" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680", 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" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]     Checking arrayvec v0.7.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking imgref v1.12.2
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking ratex-types v0.1.11
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking time v0.3.51
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking ratex-font v0.1.11
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking tiny-skia-path v0.12.0
[INFO] [stderr]     Checking system-fonts v0.1.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking rustybuzz v0.20.1
[INFO] [stderr]     Checking ratex-katex-fonts v0.1.11
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]     Checking ratex-unicode-font v0.1.11
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ratex-lexer v0.1.11
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking safe_arch v0.9.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking ratatui-core v0.1.2
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking roxmltree v0.21.1
[INFO] [stderr]     Checking svgtypes v0.16.1
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking palette v0.7.6
[INFO] [stderr]     Checking wide v0.8.3
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking ratex-font-loader v0.1.11
[INFO] [stderr]     Checking tiny-skia v0.12.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking ratex-svg v0.1.11
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking os_pipe v1.2.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling ratatui-image v11.0.5
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking ratatui-widgets v0.3.2
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/22950ab9e29e11620a10905f027f141ea126966e/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/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="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7738452a4b1189af -C extra-filename=-0d39c18f5d8cb73d --out-dir /opt/rustwide/target/debug/build/regex-automata/0d39c18f5d8cb73d/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/195d378ba3961ee0/out -L dependency=/opt/rustwide/target/debug/build/memchr/3ca07533bbd8f674/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/aa2c0ef21912879c/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/195d378ba3961ee0/out/libaho_corasick-195d378ba3961ee0.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/3ca07533bbd8f674/out/libmemchr-3ca07533bbd8f674.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/aa2c0ef21912879c/out/libregex_syntax-aa2c0ef21912879c.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 `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/22950ab9e29e11620a10905f027f141ea126966e/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.52/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="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --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=79639a9d3825b116 -C extra-filename=-766a36a2a6e948a4 --out-dir /opt/rustwide/target/debug/build/zerocopy/766a36a2a6e948a4/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/4ba7fce873e37441/out --extern zerocopy_derive=/opt/rustwide/target/debug/build/zerocopy-derive/4ba7fce873e37441/out/libzerocopy_derive-4ba7fce873e37441.so --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] running `Command { std: "docker" "inspect" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680", kill_on_drop: false }`
[INFO] [stdout] d1180497b9907c48ea1783425d5942763150e140106e9c925235b4085b084680
