[INFO] cloning repository https://github.com/bigmoves/atpdb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bigmoves/atpdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbigmoves%2Fatpdb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbigmoves%2Fatpdb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3a75bc36ad19e6ca7fc04f874fcf515a6e9becaa [INFO] testing bigmoves/atpdb against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbigmoves%2Fatpdb" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/bigmoves/atpdb [INFO] finished tweaking git repo https://github.com/bigmoves/atpdb [INFO] tweaked toml for git repo https://github.com/bigmoves/atpdb written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bigmoves/atpdb on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/bigmoves/atpdb 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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7e262f3030baa699d0001547c47583d81faaea896b869ae86cff99bc18a2164 [INFO] running `Command { std: "docker" "start" "-a" "c7e262f3030baa699d0001547c47583d81faaea896b869ae86cff99bc18a2164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7e262f3030baa699d0001547c47583d81faaea896b869ae86cff99bc18a2164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7e262f3030baa699d0001547c47583d81faaea896b869ae86cff99bc18a2164", kill_on_drop: false }` [INFO] [stdout] c7e262f3030baa699d0001547c47583d81faaea896b869ae86cff99bc18a2164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d749677227414796a9f78069f8af23d8bc5665efb0506227f801d99edf8fbc04 [INFO] running `Command { std: "docker" "start" "-a" "d749677227414796a9f78069f8af23d8bc5665efb0506227f801d99edf8fbc04", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling zerocopy v0.8.34 [INFO] [stderr] Compiling data-encoding v2.10.0 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling const-str v0.4.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling base-x v0.2.11 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling constant_time_eq v0.4.2 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling unsigned-varint v0.7.2 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling blake2b_simd v1.0.4 [INFO] [stderr] Compiling blake2s_simd v1.0.4 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling zmij v1.0.17 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling aws-lc-rs v1.15.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling unsigned-varint v0.8.0 [INFO] [stderr] Compiling cc v1.2.54 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling ownedbytes v0.7.0 [INFO] [stderr] Compiling serde_bytes v0.11.19 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling twox-hash v2.1.2 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling bitpacking v0.9.3 [INFO] [stderr] Compiling lz4_flex v0.11.5 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling flate2 v1.1.8 [INFO] [stderr] Compiling compression-core v0.4.29 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling compare v0.0.6 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling interval-heap v0.0.5 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling tantivy-fst v0.5.0 [INFO] [stderr] Compiling compression-codecs v0.4.30 [INFO] [stderr] Compiling sfa v1.0.0 [INFO] [stderr] Compiling time v0.3.46 [INFO] [stderr] Compiling tantivy-bitpacker v0.6.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling quick_cache v0.6.18 [INFO] [stderr] Compiling raw-cpuid v11.6.0 [INFO] [stderr] Compiling crossbeam-skiplist v0.1.3 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling byteview v0.10.0 [INFO] [stderr] Compiling self_cell v1.2.2 [INFO] [stderr] Compiling varint-rs v2.2.0 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling murmurhash32 v0.3.1 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling flume v0.12.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling rand_xoshiro v0.7.0 [INFO] [stderr] Compiling quick-protobuf v0.8.1 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling blake3 v1.8.3 [INFO] [stderr] Compiling aws-lc-sys v0.37.0 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling sketches-ddsketch v0.3.0 [INFO] [stderr] Compiling fastdivide v0.4.2 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling measure_time v0.8.3 [INFO] [stderr] Compiling arc-swap v1.8.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tantivy-query-grammar v0.22.0 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling fd-lock v4.0.4 [INFO] [stderr] Compiling uuid v1.20.0 [INFO] [stderr] Compiling memmap2 v0.9.9 [INFO] [stderr] Compiling fs4 v0.8.4 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling quanta v0.12.6 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling census v0.4.2 [INFO] [stderr] Compiling levenshtein_automata v0.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling oneshot v0.1.13 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.34 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.17 [INFO] [stderr] Compiling match-lookup v0.1.2 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling base256emoji v1.0.2 [INFO] [stderr] Compiling data-encoding-macro v0.1.19 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling multibase v0.9.2 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling multihash-derive v0.8.1 [INFO] [stderr] Compiling libipld-cbor-derive v0.16.0 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling multihash v0.18.1 [INFO] [stderr] Compiling lsm-tree v3.0.1 [INFO] [stderr] Compiling rustyline v17.0.2 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling cid v0.10.1 [INFO] [stderr] Compiling multihash v0.19.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling cid v0.11.1 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling libipld-core v0.16.0 [INFO] [stderr] Compiling tantivy-common v0.7.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling ipld-core v0.4.2 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling cbor4ii v0.2.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling metrics v0.24.3 [INFO] [stderr] Compiling tantivy-stacker v0.3.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling async-compression v0.4.30 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling serde_ipld_dagcbor v0.6.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling fjall v3.0.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling iroh-car v0.5.1 [INFO] [stderr] Compiling metrics-util v0.19.1 [INFO] [stderr] Compiling libipld-json v0.16.0 [INFO] [stderr] Compiling libipld-pb v0.16.0 [INFO] [stderr] Compiling libipld-cbor v0.16.0 [INFO] [stderr] Compiling libipld-macro v0.16.0 [INFO] [stderr] Compiling sketches-ddsketch v0.2.2 [INFO] [stderr] Compiling rust-stemmers v1.2.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling tantivy-tokenizer-api v0.3.0 [INFO] [stderr] Compiling libipld v0.16.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling repo-stream v0.4.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tantivy-sstable v0.3.0 [INFO] [stderr] Compiling tantivy-columnar v0.3.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tantivy v0.22.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling metrics-exporter-prometheus v0.16.2 [INFO] [stderr] error: could not compile `rustls` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.36/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 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1a4c79275c9c6708 -C extra-filename=-e813a4915cd29cda --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aws_lc_rs=/opt/rustwide/target/debug/deps/libaws_lc_rs-a8ee8ed464d6dd9d.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-db8f3eed2a1f3f7b.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-d9016c657ae33e66.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-87056cacef1fc32f.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-e2f0af8959bd7889.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-e5ba3babb6b7003b.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-b852e56f581c0fad/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tantivy` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name tantivy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tantivy-0.22.1/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fs4"' --cfg 'feature="lz4-compression"' --cfg 'feature="lz4_flex"' --cfg 'feature="memmap2"' --cfg 'feature="mmap"' --cfg 'feature="stopwords"' --cfg 'feature="tempfile"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compare_hash_only", "default", "fail", "failpoints", "fs4", "futures-util", "lz4-compression", "lz4_flex", "memmap2", "mmap", "quickwit", "sstable", "stopwords", "tempfile", "unstable", "zstd", "zstd-compression"))' -C metadata=204bc671ce3abe6d -C extra-filename=-1e45aae0985c16bd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-f2d588fcfa61cff1.rmeta --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-983bd5dc65d1c13f.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-fff42f7554bbeb90.rmeta --extern bitpacking=/opt/rustwide/target/debug/deps/libbitpacking-0722bab3df1a03ed.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-7912a666fa871683.rmeta --extern census=/opt/rustwide/target/debug/deps/libcensus-72e04ba0326f61c3.rmeta --extern crc32fast=/opt/rustwide/target/debug/deps/libcrc32fast-5906a57d877d687d.rmeta --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-5add0dde592d5282.rmeta --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-c198ce84cb90b565.rmeta --extern fastdivide=/opt/rustwide/target/debug/deps/libfastdivide-047663cfe70da1f5.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-2a26f5d3b9cd4973.rmeta --extern fs4=/opt/rustwide/target/debug/deps/libfs4-a853ac0a2b9131a8.rmeta --extern htmlescape=/opt/rustwide/target/debug/deps/libhtmlescape-9942f1998041056a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-40fa1b35b5222bb9.rmeta --extern levenshtein_automata=/opt/rustwide/target/debug/deps/liblevenshtein_automata-c0be4a824823b7db.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-753a0cb3f11b08fe.rmeta --extern lru=/opt/rustwide/target/debug/deps/liblru-4f30ecbc259dd4f2.rmeta --extern lz4_flex=/opt/rustwide/target/debug/deps/liblz4_flex-147cb171482a72a9.rmeta --extern measure_time=/opt/rustwide/target/debug/deps/libmeasure_time-eccb25a5871e19af.rmeta --extern memmap2=/opt/rustwide/target/debug/deps/libmemmap2-22b236caf04bdb75.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-d078978c68bfb763.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-db8f3eed2a1f3f7b.rmeta --extern oneshot=/opt/rustwide/target/debug/deps/liboneshot-d2aac182ea5b16d9.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-730e42f842911204.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-61ea28fc11a429ed.rmeta --extern rust_stemmers=/opt/rustwide/target/debug/deps/librust_stemmers-ff90f5628c1a2756.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-077fac84b15c224f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-904e704463210a83.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-55604bc0798ec829.rmeta --extern sketches_ddsketch=/opt/rustwide/target/debug/deps/libsketches_ddsketch-c5296af14ffa56c3.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-128704011005142e.rmeta --extern tantivy_bitpacker=/opt/rustwide/target/debug/deps/libtantivy_bitpacker-5bbe1b8554cff16e.rmeta --extern columnar=/opt/rustwide/target/debug/deps/libtantivy_columnar-7f5769c6a003d1d9.rmeta --extern common=/opt/rustwide/target/debug/deps/libtantivy_common-8f308af29a6e9a19.rmeta --extern tantivy_fst=/opt/rustwide/target/debug/deps/libtantivy_fst-fa349b6a588452f2.rmeta --extern query_grammar=/opt/rustwide/target/debug/deps/libtantivy_query_grammar-c74ff8e179b8544a.rmeta --extern stacker=/opt/rustwide/target/debug/deps/libtantivy_stacker-addc2084ef39613e.rmeta --extern tokenizer_api=/opt/rustwide/target/debug/deps/libtantivy_tokenizer_api-160a9154157e6f70.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-48cbf2c148cc498f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b2a1ee65aa2885bd.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-80fe613674592db1.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-90894213f4fbd544.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/zstd-sys-9493e74de5bfc13c/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d749677227414796a9f78069f8af23d8bc5665efb0506227f801d99edf8fbc04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d749677227414796a9f78069f8af23d8bc5665efb0506227f801d99edf8fbc04", kill_on_drop: false }` [INFO] [stdout] d749677227414796a9f78069f8af23d8bc5665efb0506227f801d99edf8fbc04