[INFO] cloning repository https://github.com/MichaAI/zetrproject
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MichaAI/zetrproject" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaAI%2Fzetrproject", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaAI%2Fzetrproject'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bac97034fe96fe027903240cd11ad84be88dd1cf
[INFO] checking MichaAI/zetrproject against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaAI%2Fzetrproject" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MichaAI/zetrproject
[INFO] finished tweaking git repo https://github.com/MichaAI/zetrproject
[INFO] tweaked toml for git repo https://github.com/MichaAI/zetrproject written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MichaAI/zetrproject on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MichaAI/zetrproject 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe
[INFO] running `Command { std: "docker" "start" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe", 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" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe", 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" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde_core v1.0.227
[INFO] [stderr]    Compiling serde v1.0.227
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]     Checking ring v0.17.14
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]     Checking rustls-webpki v0.103.6
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]     Checking fastbloom v0.14.0
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling macro_rules_attribute v0.2.2
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]    Compiling unicode-normalization-alignments v0.1.12
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]     Checking httlib-huffman v0.3.4
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.1
[INFO] [stderr]     Checking octets v0.3.0
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking static_assertions_next v1.1.2
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking rcgen v0.13.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling serde_derive v1.0.227
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling monostate-impl v0.1.17
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling onig v6.5.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling monostate v0.1.17
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling pest v2.8.2
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling spm_precompiled v0.1.4
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling dary_heap v0.3.8
[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]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling pest_meta v2.8.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking x509-parser v0.17.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling async-graphql-value v7.0.17
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking quinn-proto v0.11.13
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling async-graphql-parser v7.0.17
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling pest_generator v2.8.2
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling pest_derive v2.8.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking handlebars v5.1.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling rayon-cond v0.4.0
[INFO] [stderr]    Compiling tokenizers v0.22.1
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking wtransport-proto v0.6.1
[INFO] [stderr]    Compiling async-graphql-derive v7.0.17
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking wtransport v0.6.1
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr] error: could not compile `tokenizers` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name tokenizers --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokenizers-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="esaxx_fast"' --cfg 'feature="indicatif"' --cfg 'feature="onig"' --cfg 'feature="progressbar"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "esaxx_fast", "fancy-regex", "hf-hub", "http", "indicatif", "onig", "progressbar", "rustls-tls", "unstable_wasm"))' -C metadata=d1f70367b637c905 -C extra-filename=-d0a602623a92a9bb --out-dir /opt/rustwide/target/debug/build/tokenizers/d0a602623a92a9bb/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/216f47f27fe31281/out -L dependency=/opt/rustwide/target/debug/build/base64/eaa667d8ea58f379/out -L dependency=/opt/rustwide/target/debug/build/bitflags/0fa6c5f376a0089c/out -L dependency=/opt/rustwide/target/debug/build/castaway/27b225aaf65eaaf6/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/5358a2b3941d2e22/out -L dependency=/opt/rustwide/target/debug/build/console/a48796c8c41d6d7c/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/39735ee95a70f724/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/9c73e0b5463ce93a/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/08647a8004c086ee/out -L dependency=/opt/rustwide/target/debug/build/derive_builder_macro/aafefb01b2ab7b02/out -L dependency=/opt/rustwide/target/debug/build/either/ca9acbe85ab1f9f0/out -L dependency=/opt/rustwide/target/debug/build/getrandom/14f84aeb0ae0ef4a/out -L dependency=/opt/rustwide/target/debug/build/itertools/52e90ed4c929b0ff/out -L dependency=/opt/rustwide/target/debug/build/itoa/c3a1a3771494e946/out -L dependency=/opt/rustwide/target/debug/build/libc/108676c5e8314023/out -L dependency=/opt/rustwide/target/debug/build/macro_rules_attribute-proc_macro/f98a3aed7cf0cc21/out -L dependency=/opt/rustwide/target/debug/build/memchr/ca36ce98a96d8f76/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/26e6c335d7c2433d/out -L dependency=/opt/rustwide/target/debug/build/monostate-impl/6a73bfbb1182bd30/out -L dependency=/opt/rustwide/target/debug/build/nom/9f0a3cc89ad044b8/out -L dependency=/opt/rustwide/target/debug/build/number_prefix/09253c03e6283237/out -L dependency=/opt/rustwide/target/debug/build/once_cell/05887c23ecc18d47/out -L dependency=/opt/rustwide/target/debug/build/onig_sys/9d6129fd4eef9b70/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/portable-atomic/542149038a5a696c/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/e70fbef6daa3de74/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/30aac70e9a888970/out -L dependency=/opt/rustwide/target/debug/build/rand_core/529a054b6430eda9/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/018e4ab4aa5c7653/out -L dependency=/opt/rustwide/target/debug/build/rayon/fe1dfac7d0095190/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/3322c401010c0060/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/c65950e42a980085/out -L dependency=/opt/rustwide/target/debug/build/rustversion/5a027c01becb027b/out -L dependency=/opt/rustwide/target/debug/build/ryu/0fc417cbd813222a/out -L dependency=/opt/rustwide/target/debug/build/serde/b16c72ebc57b85a7/out -L dependency=/opt/rustwide/target/debug/build/serde_core/8e4c80d8c363f9c4/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/4fa3f3e2f0508b2a/out -L dependency=/opt/rustwide/target/debug/build/smallvec/8d760b0007ecdb7a/out -L dependency=/opt/rustwide/target/debug/build/static_assertions/cc529dea72e40a6f/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/e6ffe70556907a34/out -L dependency=/opt/rustwide/target/debug/build/unicode-segmentation/dc98e5380af19de4/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/38a07fe59b79c839/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/8fd8a9f81b02e470/out --extern ahash=/opt/rustwide/target/debug/build/ahash/d85daf01533f6172/out/libahash-d85daf01533f6172.rmeta --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/216f47f27fe31281/out/libaho_corasick-216f47f27fe31281.rmeta --extern compact_str=/opt/rustwide/target/debug/build/compact_str/426d8a9ba01e20a1/out/libcompact_str-426d8a9ba01e20a1.rmeta --extern dary_heap=/opt/rustwide/target/debug/build/dary_heap/73c10a6fc4ecf7ab/out/libdary_heap-73c10a6fc4ecf7ab.rmeta --extern derive_builder=/opt/rustwide/target/debug/build/derive_builder/609a0a38dde730c1/out/libderive_builder-609a0a38dde730c1.rmeta --extern esaxx_rs=/opt/rustwide/target/debug/build/esaxx-rs/6b2289a0aa7e8073/out/libesaxx_rs-6b2289a0aa7e8073.rmeta --extern getrandom=/opt/rustwide/target/debug/build/getrandom/14f84aeb0ae0ef4a/out/libgetrandom-14f84aeb0ae0ef4a.rmeta --extern indicatif=/opt/rustwide/target/debug/build/indicatif/7b1fd5840134645c/out/libindicatif-7b1fd5840134645c.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/52e90ed4c929b0ff/out/libitertools-52e90ed4c929b0ff.rmeta --extern log=/opt/rustwide/target/debug/build/log/c05de81f84f84541/out/liblog-c05de81f84f84541.rmeta --extern macro_rules_attribute=/opt/rustwide/target/debug/build/macro_rules_attribute/01ea761638a91461/out/libmacro_rules_attribute-01ea761638a91461.rmeta --extern monostate=/opt/rustwide/target/debug/build/monostate/e76890266a42c274/out/libmonostate-e76890266a42c274.rmeta --extern onig=/opt/rustwide/target/debug/build/onig/5692ec0472f29a5c/out/libonig-5692ec0472f29a5c.rmeta --extern paste=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out/libpaste-c5e5e8a2bd161c29.so --extern rand=/opt/rustwide/target/debug/build/rand/e24b27c560f730a0/out/librand-e24b27c560f730a0.rmeta --extern rayon=/opt/rustwide/target/debug/build/rayon/fe1dfac7d0095190/out/librayon-fe1dfac7d0095190.rmeta --extern rayon_cond=/opt/rustwide/target/debug/build/rayon-cond/42160fe359b605ca/out/librayon_cond-42160fe359b605ca.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/8372d5a7f4ad10a1/out/libregex-8372d5a7f4ad10a1.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/c65950e42a980085/out/libregex_syntax-c65950e42a980085.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/b16c72ebc57b85a7/out/libserde-b16c72ebc57b85a7.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/a544983f8cde2bdc/out/libserde_json-a544983f8cde2bdc.rmeta --extern spm_precompiled=/opt/rustwide/target/debug/build/spm_precompiled/b9e4028ea6b85b42/out/libspm_precompiled-b9e4028ea6b85b42.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/4861a4680bed9926/out/libthiserror-4861a4680bed9926.rmeta --extern unicode_normalization_alignments=/opt/rustwide/target/debug/build/unicode-normalization-alignments/a4718c84f3d27d84/out/libunicode_normalization_alignments-a4718c84f3d27d84.rmeta --extern unicode_segmentation=/opt/rustwide/target/debug/build/unicode-segmentation/dc98e5380af19de4/out/libunicode_segmentation-dc98e5380af19de4.rmeta --extern unicode_categories=/opt/rustwide/target/debug/build/unicode_categories/5bb069a1dc5524fb/out/libunicode_categories-5bb069a1dc5524fb.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/esaxx-rs/98d20310e5bbc6ef/out -L native=/opt/rustwide/target/debug/build/onig_sys/5810bba64ba522f0/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe", kill_on_drop: false }`
[INFO] [stdout] cac9f6cd7b0e5c7b67587e44c6d22ebb9181b1289a7323d0cf7b152022f09efe
