[INFO] cloning repository https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flondrwus%2Fhyperliquid-python-ml-to-rust-layer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flondrwus%2Fhyperliquid-python-ml-to-rust-layer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7563e86cf2d9413702885ea1c0728322ca6c94c9
[INFO] checking londrwus/hyperliquid-python-ml-to-rust-layer against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flondrwus%2Fhyperliquid-python-ml-to-rust-layer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer
[INFO] finished tweaking git repo https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer
[INFO] tweaked toml for git repo https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/londrwus/hyperliquid-python-ml-to-rust-layer 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af
[INFO] running `Command { std: "docker" "start" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af", 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" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af", 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" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking keccak v0.2.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.3
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling const-hex v1.19.1
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]    Compiling proc-macro-error-attr3 v3.0.1
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.11
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling memo-map v0.3.3
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking sha3 v0.11.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]    Compiling aws-lc-sys v0.43.0
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking dyn-eq v0.1.3
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking dyn-hash v1.0.0
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking anymap3 v1.1.0
[INFO] [stderr]     Checking bit-set v0.10.0
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking rand_distr v0.6.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling minijinja v2.21.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling syn-solidity v1.6.1
[INFO] [stderr]    Compiling macro-string v0.2.0
[INFO] [stderr]    Compiling proc-macro-error3 v3.0.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tar v0.4.46
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.16
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr] error: could not compile `minijinja` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name minijinja --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="adjacent_loop_items"' --cfg 'feature="builtins"' --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="deserialization"' --cfg 'feature="macros"' --cfg 'feature="multi_template"' --cfg 'feature="serde"' --cfg 'feature="std_collections"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("adjacent_loop_items", "builtins", "custom_syntax", "debug", "default", "deserialization", "fuel", "indexmap", "internal_debug", "internal_safe_search", "json", "key_interning", "loader", "loop_controls", "macros", "multi_template", "percent-encoding", "preserve_order", "serde", "serde_json", "speedups", "stacker", "std_collections", "unicase", "unicode", "unicode-ident", "unstable_machinery", "unstable_machinery_serde", "urlencode", "v_htmlescape"))' -C metadata=ccddbe79c80c225e -C extra-filename=-35296d54dc64cab9 --out-dir /opt/rustwide/target/debug/build/minijinja/35296d54dc64cab9/out -L dependency=/opt/rustwide/target/debug/build/memo-map/f5345a915aee7a21/out -L dependency=/opt/rustwide/target/debug/build/serde/71e81875285ed5f2/out -L dependency=/opt/rustwide/target/debug/build/serde_core/0326a842d103b0e6/out --extern memo_map=/opt/rustwide/target/debug/build/memo-map/f5345a915aee7a21/out/libmemo_map-f5345a915aee7a21.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/71e81875285ed5f2/out/libserde-71e81875285ed5f2.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 `rustfft` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name rustfft --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustfft-6.4.1/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="avx"' --cfg 'feature="default"' --cfg 'feature="neon"' --cfg 'feature="sse"' --cfg 'feature="wasm_simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avx", "default", "neon", "sse", "wasm_simd"))' -C metadata=557eab0fbc2112dc -C extra-filename=-2ef82aa5c49c0265 --out-dir /opt/rustwide/target/debug/build/rustfft/2ef82aa5c49c0265/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/num-complex/52094011d82f8a6e/out -L dependency=/opt/rustwide/target/debug/build/num-integer/c4046ec4953c87ca/out -L dependency=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out -L dependency=/opt/rustwide/target/debug/build/primal-check/a7e2ca422fcce8a6/out -L dependency=/opt/rustwide/target/debug/build/strength_reduce/07d80d3e81412670/out -L dependency=/opt/rustwide/target/debug/build/transpose/478f7f2ef688c616/out --extern num_complex=/opt/rustwide/target/debug/build/num-complex/52094011d82f8a6e/out/libnum_complex-52094011d82f8a6e.rmeta --extern num_integer=/opt/rustwide/target/debug/build/num-integer/c4046ec4953c87ca/out/libnum_integer-c4046ec4953c87ca.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out/libnum_traits-db5824db52a73596.rmeta --extern primal_check=/opt/rustwide/target/debug/build/primal-check/a7e2ca422fcce8a6/out/libprimal_check-a7e2ca422fcce8a6.rmeta --extern strength_reduce=/opt/rustwide/target/debug/build/strength_reduce/07d80d3e81412670/out/libstrength_reduce-07d80d3e81412670.rmeta --extern transpose=/opt/rustwide/target/debug/build/transpose/478f7f2ef688c616/out/libtranspose-478f7f2ef688c616.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af", kill_on_drop: false }`
[INFO] [stdout] f282f4efe72e5139762b2f82815f5dca637ea685f658f797fbb25d46752b35af
