[INFO] cloning repository https://github.com/lambdaclass/starknet-replay [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lambdaclass/starknet-replay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flambdaclass%2Fstarknet-replay", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flambdaclass%2Fstarknet-replay'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b2362d8c3d31133910c782257a3cd230a01f173d [INFO] checking lambdaclass/starknet-replay/b2362d8c3d31133910c782257a3cd230a01f173d against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flambdaclass%2Fstarknet-replay" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/lambdaclass/starknet-replay [INFO] finished tweaking git repo https://github.com/lambdaclass/starknet-replay [INFO] tweaked toml for git repo https://github.com/lambdaclass/starknet-replay written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lambdaclass/starknet-replay on toolchain d8be25549d5418405531341b4be6d8538fc3c42e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lambdaclass/starknet-replay 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" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:fd22e2154e7db748230f413534f3a6d034160c9d2b7c14b90fba4e9bfc1a36d4" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779 [INFO] running `Command { std: "docker" "start" "1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779", 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" "1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779", 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" "1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling deranged v0.5.3 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling inventory v0.3.21 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling intrusive-collections v0.9.7 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling boxcar v0.2.14 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling salsa-macro-rules v0.26.0 [INFO] [stderr] Compiling thin-vec v0.2.14 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling time v0.3.43 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling genco-macros v0.19.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling term v1.2.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling xshell-macros v0.2.7 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling ascii-canvas v4.0.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Checking const_format v0.2.34 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling parity-scale-codec v3.7.5 [INFO] [stderr] Checking byte-slice-cast v1.2.3 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling rust_decimal v1.37.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Checking winnow v0.7.13 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Checking toml_writer v1.0.4 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking relative-path v1.9.3 [INFO] [stderr] Checking xshell v0.2.7 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking cairo-lang-primitive-token v1.0.0 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Checking convert_case v0.11.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Checking const-fnv1a-hash v1.1.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling lalrpop-util v0.22.2 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking toml_parser v1.0.4 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking diffy v0.4.2 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking indent v0.1.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking ark-std v0.5.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking clap_builder v4.5.47 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling salsa-macros v0.26.0 [INFO] [stderr] Compiling schemars_derive v1.0.4 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling typetag-impl v0.2.20 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Compiling ark-serialize-derive v0.5.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling ark-ff-asm v0.5.0 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking unescaper v0.1.6 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking genco v0.19.0 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking sprs v0.11.3 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking cobs v0.3.0 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking tempfile v3.22.0 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking cairo-lang-syntax-codegen v2.16.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking microlp v0.2.11 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling apollo_proc_macros v0.18.0-dev.0 (https://github.com/lambdaclass/sequencer.git?rev=594e2e2a1d5258c4310b77796f42b39ef567523f#594e2e2a) [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json_pythonic v0.1.2 [INFO] [stderr] Checking good_lp v1.14.0 [INFO] [stderr] Compiling serde_with_macros v3.14.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking clap v4.5.47 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Compiling bindgen v0.71.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking smol_str v0.3.2 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling vector-map v1.0.2 [INFO] [stderr] Checking indexmap v2.11.1 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking lambdaworks-math v0.13.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking erased-serde v0.4.6 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Checking toml v0.9.5 [INFO] [stderr] Checking schemars v1.0.4 [INFO] [stderr] Checking num-modular v0.5.1 [INFO] [stderr] Checking salsa v0.26.0 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking ark-serialize v0.5.0 [INFO] [stderr] Checking typetag v0.2.20 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Checking num-prime v0.4.4 [INFO] [stderr] Checking postcard v1.1.3 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Compiling ark-ff-macros v0.5.0 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking lambdaworks-crypto v0.13.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking ark-ff v0.5.0 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling lalrpop v0.22.2 [INFO] [stderr] Checking starknet-types-core v0.2.4 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Compiling cached_proc_macro v0.17.0 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling apollo_sizeof_macros v0.18.0-dev.0 (https://github.com/lambdaclass/sequencer.git?rev=594e2e2a1d5258c4310b77796f42b39ef567523f#594e2e2a) [INFO] [stderr] Compiling starknet-core-derive v0.1.0 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking starknet-curve v0.6.0 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Checking starknet-crypto v0.8.1 [INFO] [stderr] Compiling cairo-lang-utils v2.16.0 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking cairo-vm v3.1.0 (https://github.com/avivg-starkware/cairo-vm?rev=2ad6d5fba6df67da62309bb64d1482a47ad54132#2ad6d5fb) [INFO] [stderr] Compiling parity-scale-codec-derive v3.7.5 [INFO] [stderr] Compiling num_enum_derive v0.7.4 [INFO] [stderr] Compiling cairo-lang-debug v2.16.0 [INFO] [stderr] Compiling cairo-lang-eq-solver v2.16.0 [INFO] [stderr] Compiling cairo-lang-proc-macros v2.16.0 [INFO] [stderr] error: could not compile `ark-ff` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8be25549d5418405531341b4be6d8538fc3c42e/bin/rustc --crate-name ark_ff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ark-ff-0.5.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "parallel", "rayon", "std"))' -C metadata=67c18c39f38091f9 -C extra-filename=-4c7223af7589b25d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ark_ff_asm=/opt/rustwide/target/debug/deps/libark_ff_asm-0da0d693e3b0d9c2.so --extern ark_ff_macros=/opt/rustwide/target/debug/deps/libark_ff_macros-521bd83f1911e27e.so --extern ark_serialize=/opt/rustwide/target/debug/deps/libark_serialize-4d68bff1d64181c1.rmeta --extern ark_std=/opt/rustwide/target/debug/deps/libark_std-0632cad21f0f627f.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-254bc7dd6c5b9987.rmeta --extern digest=/opt/rustwide/target/debug/deps/libdigest-f6906cd4b2821a2d.rmeta --extern educe=/opt/rustwide/target/debug/deps/libeduce-9713135d04c7fe19.so --extern itertools=/opt/rustwide/target/debug/deps/libitertools-de4addfc13ba046e.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-3347904a9cb67c9b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-3f20bdcfe3eb0a45.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-026274c2defe1454.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779", kill_on_drop: false }` [INFO] [stdout] 1e961dac1ffedc1a2ae78e53b005b315c9662f7531833a9c437dee69a52c1779