[INFO] cloning repository https://github.com/Australian-Text-Analytics-Platform/polars-text
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Australian-Text-Analytics-Platform/polars-text" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAustralian-Text-Analytics-Platform%2Fpolars-text", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAustralian-Text-Analytics-Platform%2Fpolars-text'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a60aa714b6d869755abc8126e8c86e78aa3ee3e
[INFO] checking Australian-Text-Analytics-Platform/polars-text against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAustralian-Text-Analytics-Platform%2Fpolars-text" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Australian-Text-Analytics-Platform/polars-text
[INFO] finished tweaking git repo https://github.com/Australian-Text-Analytics-Platform/polars-text
[INFO] tweaked toml for git repo https://github.com/Australian-Text-Analytics-Platform/polars-text written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Australian-Text-Analytics-Platform/polars-text on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Australian-Text-Analytics-Platform/polars-text 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483
[INFO] running `Command { std: "docker" "start" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483", 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" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483", 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" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling pyo3-build-config v0.28.3
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling ar_archive_writer v0.5.2
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling pyo3-ffi v0.28.3
[INFO] [stderr]    Compiling pyo3-macros-backend v0.28.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling pyo3 v0.28.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking zlib-rs v0.6.3
[INFO] [stderr]     Checking array-init-cursor v0.2.1
[INFO] [stderr]     Checking planus v1.1.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking polars-arrow-format v0.2.1
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]    Compiling numpy v0.28.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling pyo3-macros v0.28.3
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]    Compiling polars-utils v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]     Checking rmp-serde v1.3.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]     Checking serde_stacker v0.1.14
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking argminmax v0.6.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling polars-error v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking polars-config v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling polars-buffer v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling polars-schema v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling polars-arrow v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking ethnum v1.5.3
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling polars-compute v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking debug_unsafe v0.1.4
[INFO] [stderr]     Checking atoi_simd v0.17.0
[INFO] [stderr]     Checking comfy-table v7.1.4
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]     Checking fast-float2 v0.2.3
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking arrow-buffer v58.3.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]     Checking arrow-schema v58.3.0
[INFO] [stderr]     Checking boxcar v0.2.14
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling polars-core v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking arrow-data v58.3.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]     Checking arrow-array v58.3.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling getset v0.1.7
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling oci-spec v0.6.7
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling link-cplusplus v1.0.12
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling scratch v1.0.9
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling pem-rfc7468 v1.0.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]    Compiling intel-mkl-tool v0.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking lz4 v1.28.1
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling ocipkg v0.2.9
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling polars-ops v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.194
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling cxx v1.0.194
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling intel-mkl-src v0.8.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]    Compiling polars-dtype v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling der v0.8.0
[INFO] [stderr]     Checking streaming-decompression v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking arrow-select v58.3.0
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking lexical-write-integer v1.0.6
[INFO] [stderr]     Checking polars-parquet-format v0.1.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling webpki-root-certs v1.0.7
[INFO] [stderr]     Checking cblas-sys v0.1.4
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]     Checking lexical-write-float v1.0.6
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling cxx-build v1.0.194
[INFO] [stderr]    Compiling zip v6.0.0
[INFO] [stderr]     Checking polars-row v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking polars-parquet v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling polars-plan v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling onig_sys v69.9.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling lzma-rust2 v0.15.8
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling hmac-sha256 v1.1.14
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling ort-sys v2.0.0-rc.12
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]    Compiling usearch v2.23.0
[INFO] [stderr]    Compiling libduckdb-sys v1.10504.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking lexical-core v1.0.6
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking arrow-ord v58.3.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling recursive v0.1.1
[INFO] [stderr]     Checking now v0.1.3
[INFO] [stderr]    Compiling rkyv_derive v0.8.16
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.194
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking lapack-sys v0.14.0
[INFO] [stderr]    Compiling polars v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling petal-decomposition v0.8.0
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking rkyv v0.8.16
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking lapack v0.19.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking polars-io v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking polars-ffi v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr]     Checking arrow-cast v58.3.0
[INFO] [stderr]    Compiling bon-macros v3.9.2
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking polars-time v0.53.0 (https://github.com/pola-rs/polars.git?tag=py-1.40.0#bf6a425f)
[INFO] [stderr] error: ort-sys@2.0.0-rc.12: ort-sys failed to download prebuilt binaries from `https://cdn.pyke.io/0/pyke:ort-rs/ms@1.24.2/x86_64-unknown-linux-gnu.tar.lzma2`: io: failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr] error: build script logged errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `polars-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name polars_core --edition=2024 /opt/rustwide/cargo-home/git/checkouts/polars-54176cdfb679e240/bf6a425/crates/polars-core/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="algorithm_group_by"' --cfg 'feature="allow_unused"' --cfg 'feature="lazy"' --cfg 'feature="rand"' --cfg 'feature="rand_distr"' --cfg 'feature="random"' --cfg 'feature="rows"' --cfg 'feature="zip_with"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm_group_by", "allow_unused", "approx_unique", "array_arithmetic", "avx512", "bigidx", "bitwise", "checked_arithmetic", "chrono", "chrono-tz", "comfy-table", "dataframe_arithmetic", "default", "describe", "diagonal_concat", "docs", "docs-selection", "dot_product", "dsl-schema", "dtype-array", "dtype-categorical", "dtype-date", "dtype-datetime", "dtype-decimal", "dtype-duration", "dtype-extension", "dtype-f16", "dtype-i128", "dtype-i16", "dtype-i8", "dtype-struct", "dtype-time", "dtype-u128", "dtype-u16", "dtype-u8", "dynamic_group_by", "fmt", "fmt_no_tty", "group_by_list", "half", "is_first_distinct", "is_last_distinct", "lazy", "list_arithmetic", "ndarray", "nightly", "object", "partition_by", "performant", "product", "proptest", "python", "rand", "rand_distr", "random", "regex", "reinterpret", "rolling_window", "rolling_window_by", "round_series", "row_hash", "rows", "serde", "serde-lazy", "serde_json", "simd", "strings", "take_opt_iter", "temporal", "timezones", "unique_counts", "zip_with"))' -C metadata=da9e9f31080541d5 -C extra-filename=-2d413d66a9bedccf --out-dir /opt/rustwide/target/debug/build/polars-core/2d413d66a9bedccf/out -C strip=debuginfo -L dependency=/opt/rustwide/target/debug/build/aho-corasick/34e622553b56b147/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/cd5e7da2e00421db/out -L dependency=/opt/rustwide/target/debug/build/argminmax/313d6beb6783911f/out -L dependency=/opt/rustwide/target/debug/build/atoi_simd/bfc6dc922f804c56/out -L dependency=/opt/rustwide/target/debug/build/bitflags/5b38517d83433388/out -L dependency=/opt/rustwide/target/debug/build/boxcar/92f32bb418e74414/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/5639a166f0f6ea35/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/792e6b917459b9a5/out -L dependency=/opt/rustwide/target/debug/build/bytes/849a28996056faa9/out -L dependency=/opt/rustwide/target/debug/build/castaway/c822b2b37ec18673/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/deda4873a4afea49/out -L dependency=/opt/rustwide/target/debug/build/chrono/83354c66dc093090/out -L dependency=/opt/rustwide/target/debug/build/chrono-tz/07154547ac108021/out -L dependency=/opt/rustwide/target/debug/build/compact_str/a685a59a221c3ba1/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/bcf025cd8daee2dc/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/7df747cd04e3bc1f/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/00c40d09f9463c5c/out -L dependency=/opt/rustwide/target/debug/build/debug_unsafe/1d715ccb989ffd38/out -L dependency=/opt/rustwide/target/debug/build/dyn-clone/9c3f6ad27bf0213e/out -L dependency=/opt/rustwide/target/debug/build/either/affe03d3e91bcd5c/out -L dependency=/opt/rustwide/target/debug/build/equivalent/b0224aa5505f603e/out -L dependency=/opt/rustwide/target/debug/build/errno/234677cfe2e2a783/out -L dependency=/opt/rustwide/target/debug/build/ethnum/11643bde0e798aba/out -L dependency=/opt/rustwide/target/debug/build/fast-float2/562e6863e1a0a8e2/out -L dependency=/opt/rustwide/target/debug/build/foldhash/22538cf09c31fbcb/out -L dependency=/opt/rustwide/target/debug/build/futures/0f14fe41ac7a5353/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/1773b45b59eca972/out -L dependency=/opt/rustwide/target/debug/build/futures-core/cf513c50cdd82797/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/487e476072fba72c/out -L dependency=/opt/rustwide/target/debug/build/futures-io/dd2cda4c65326b10/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/4c4dba87ae804320/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/2e48c35dd288f3ca/out -L dependency=/opt/rustwide/target/debug/build/futures-task/5e0826e99a590aa1/out -L dependency=/opt/rustwide/target/debug/build/futures-util/de230a430330d0a1/out -L dependency=/opt/rustwide/target/debug/build/getrandom/07738676bd217fa6/out -L dependency=/opt/rustwide/target/debug/build/getrandom/870ac6fde1cf43c7/out -L dependency=/opt/rustwide/target/debug/build/half/b59d0f8dab426c66/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/084f37a8aa077151/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/f0c5bdaf684005d0/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/6006d00b52acafc2/out -L dependency=/opt/rustwide/target/debug/build/indexmap/134ae4dbb75ba212/out -L dependency=/opt/rustwide/target/debug/build/itoa/dbbc15e4cf12b706/out -L dependency=/opt/rustwide/target/debug/build/libc/2e8181d66530ed36/out -L dependency=/opt/rustwide/target/debug/build/libm/16a019124295cd06/out -L dependency=/opt/rustwide/target/debug/build/lock_api/271ce61ca5b3cd2f/out -L dependency=/opt/rustwide/target/debug/build/memchr/3c8a2928653a91f4/out -L dependency=/opt/rustwide/target/debug/build/memmap2/6b3dec953ff8bb7b/out -L dependency=/opt/rustwide/target/debug/build/mio/326fd2fd2ae8f10a/out -L dependency=/opt/rustwide/target/debug/build/num-derive/45c2d81770ab785f/out -L dependency=/opt/rustwide/target/debug/build/num-traits/0205812674ab2030/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/7ada98a90ec6439d/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/9132be6ed246dd15/out -L dependency=/opt/rustwide/target/debug/build/phf/0ead4e9939fd0edb/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/0c8f8c84792b1a13/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/d91bd6be65069cc6/out -L dependency=/opt/rustwide/target/debug/build/polars-arrow/4773dab8c388b1c8/out -L dependency=/opt/rustwide/target/debug/build/polars-buffer/70ef2091ab7e57f7/out -L dependency=/opt/rustwide/target/debug/build/polars-compute/e33254f5f2892273/out -L dependency=/opt/rustwide/target/debug/build/polars-config/b052e27efacac0f6/out -L dependency=/opt/rustwide/target/debug/build/polars-dtype/0e0ca5fef649717a/out -L dependency=/opt/rustwide/target/debug/build/polars-error/cc4fae6d1a1ad883/out -L dependency=/opt/rustwide/target/debug/build/polars-row/f51fb7bc76c236cd/out -L dependency=/opt/rustwide/target/debug/build/polars-schema/963d6b501a914e2e/out -L dependency=/opt/rustwide/target/debug/build/polars-utils/9a97fefdee4e6371/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/69c0bcf54a9fc79c/out -L dependency=/opt/rustwide/target/debug/build/psm/528faee25cb7650e/out -L dependency=/opt/rustwide/target/debug/build/rand/a50829867094d443/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/181b3d967bf4721e/out -L dependency=/opt/rustwide/target/debug/build/rand_core/3be5b84015264c2d/out -L dependency=/opt/rustwide/target/debug/build/rand_distr/dda2546d2943b6b0/out -L dependency=/opt/rustwide/target/debug/build/raw-cpuid/65fdf3702e55faf4/out -L dependency=/opt/rustwide/target/debug/build/rayon/912cbfcec9ed6565/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/617b8b2d25378d0f/out -L dependency=/opt/rustwide/target/debug/build/regex/5064c40524c564f3/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/d164a254ec5e7614/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/bcd6a5f09daa06d0/out -L dependency=/opt/rustwide/target/debug/build/rustversion/3be39bbb2330388c/out -L dependency=/opt/rustwide/target/debug/build/ryu/ed7f24d6c4038754/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/f29d5af3e5503092/out -L dependency=/opt/rustwide/target/debug/build/serde/28f1e8a6e764de9f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/20e84edb3daf20f9/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/864c6d06f6243d28/out -L dependency=/opt/rustwide/target/debug/build/signal-hook/b4594b30b274640f/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/9fc4aaafdfd72882/out -L dependency=/opt/rustwide/target/debug/build/simdutf8/b36c98aa09eb4121/out -L dependency=/opt/rustwide/target/debug/build/siphasher/23434719f374d47f/out -L dependency=/opt/rustwide/target/debug/build/slab/8b4c8cacd6fc3427/out -L dependency=/opt/rustwide/target/debug/build/slotmap/05566bbae334d4ba/out -L dependency=/opt/rustwide/target/debug/build/smallvec/0b81d833ace997f6/out -L dependency=/opt/rustwide/target/debug/build/socket2/f9d153555cdd9d36/out -L dependency=/opt/rustwide/target/debug/build/stacker/1fd0a23f214f6992/out -L dependency=/opt/rustwide/target/debug/build/static_assertions/bc750bc19ee77a1a/out -L dependency=/opt/rustwide/target/debug/build/streaming-iterator/62e3a3cb5d1885bc/out -L dependency=/opt/rustwide/target/debug/build/strength_reduce/dd746c058625f668/out -L dependency=/opt/rustwide/target/debug/build/strum_macros/9da0252f4284c9df/out -L dependency=/opt/rustwide/target/debug/build/sysinfo/5fdbd42e4fa6885b/out -L dependency=/opt/rustwide/target/debug/build/tokio/fdd336f0acb1ce46/out -L dependency=/opt/rustwide/target/debug/build/uuid/54ea9ccb51771108/out -L dependency=/opt/rustwide/target/debug/build/xxhash-rust/e9d6d1d96b82f212/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/ed6d955d00604355/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/a1f19d2167259056/out -L dependency=/opt/rustwide/target/debug/build/zmij/ec19ab50e0b9f657/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/5b38517d83433388/out/libbitflags-5b38517d83433388.rmeta --extern boxcar=/opt/rustwide/target/debug/build/boxcar/92f32bb418e74414/out/libboxcar-92f32bb418e74414.rmeta --extern bytemuck=/opt/rustwide/target/debug/build/bytemuck/5639a166f0f6ea35/out/libbytemuck-5639a166f0f6ea35.rmeta --extern either=/opt/rustwide/target/debug/build/either/affe03d3e91bcd5c/out/libeither-affe03d3e91bcd5c.rmeta --extern getrandom=/opt/rustwide/target/debug/build/getrandom/870ac6fde1cf43c7/out/libgetrandom-870ac6fde1cf43c7.rmeta --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/084f37a8aa077151/out/libhashbrown-084f37a8aa077151.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/134ae4dbb75ba212/out/libindexmap-134ae4dbb75ba212.rmeta --extern itoa=/opt/rustwide/target/debug/build/itoa/dbbc15e4cf12b706/out/libitoa-dbbc15e4cf12b706.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/0205812674ab2030/out/libnum_traits-0205812674ab2030.rmeta --extern arrow=/opt/rustwide/target/debug/build/polars-arrow/4773dab8c388b1c8/out/libpolars_arrow-4773dab8c388b1c8.rmeta --extern polars_buffer=/opt/rustwide/target/debug/build/polars-buffer/70ef2091ab7e57f7/out/libpolars_buffer-70ef2091ab7e57f7.rmeta --extern polars_compute=/opt/rustwide/target/debug/build/polars-compute/e33254f5f2892273/out/libpolars_compute-e33254f5f2892273.rmeta --extern polars_config=/opt/rustwide/target/debug/build/polars-config/b052e27efacac0f6/out/libpolars_config-b052e27efacac0f6.rmeta --extern polars_dtype=/opt/rustwide/target/debug/build/polars-dtype/0e0ca5fef649717a/out/libpolars_dtype-0e0ca5fef649717a.rmeta --extern polars_error=/opt/rustwide/target/debug/build/polars-error/cc4fae6d1a1ad883/out/libpolars_error-cc4fae6d1a1ad883.rmeta --extern polars_row=/opt/rustwide/target/debug/build/polars-row/f51fb7bc76c236cd/out/libpolars_row-f51fb7bc76c236cd.rmeta --extern polars_schema=/opt/rustwide/target/debug/build/polars-schema/963d6b501a914e2e/out/libpolars_schema-963d6b501a914e2e.rmeta --extern polars_utils=/opt/rustwide/target/debug/build/polars-utils/9a97fefdee4e6371/out/libpolars_utils-9a97fefdee4e6371.rmeta --extern rand=/opt/rustwide/target/debug/build/rand/a50829867094d443/out/librand-a50829867094d443.rmeta --extern rand_distr=/opt/rustwide/target/debug/build/rand_distr/dda2546d2943b6b0/out/librand_distr-dda2546d2943b6b0.rmeta --extern rayon=/opt/rustwide/target/debug/build/rayon/912cbfcec9ed6565/out/librayon-912cbfcec9ed6565.rmeta --extern strum_macros=/opt/rustwide/target/debug/build/strum_macros/9da0252f4284c9df/out/libstrum_macros-9da0252f4284c9df.so --extern uuid=/opt/rustwide/target/debug/build/uuid/54ea9ccb51771108/out/libuuid-54ea9ccb51771108.rmeta --extern xxhash_rust=/opt/rustwide/target/debug/build/xxhash-rust/e9d6d1d96b82f212/out/libxxhash_rust-e9d6d1d96b82f212.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm/863a8481378c50aa/out --cfg 'feature="nightly"'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `bon-macros` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name bon_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bon-macros-3.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "experimental-generics-setters", "experimental-overwritable", "implied-bounds", "std"))' -C metadata=1903b0abef902a20 -C extra-filename=-10a4e10f61c1d777 --out-dir /opt/rustwide/target/debug/build/bon-macros/10a4e10f61c1d777/out -C strip=debuginfo -L dependency=/opt/rustwide/target/debug/build/darling/e3c59fd8cb75c81d/out -L dependency=/opt/rustwide/target/debug/build/darling_core/75406bc00e3fc733/out -L dependency=/opt/rustwide/target/debug/build/darling_macro/d77d304c5b981d1f/out -L dependency=/opt/rustwide/target/debug/build/ident_case/f0081665c4afc1ee/out -L dependency=/opt/rustwide/target/debug/build/prettyplease/b56f8ff50351098a/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/45f94163ebab6593/out -L dependency=/opt/rustwide/target/debug/build/quote/744fbfea00965c2b/out -L dependency=/opt/rustwide/target/debug/build/rustversion/3be39bbb2330388c/out -L dependency=/opt/rustwide/target/debug/build/strsim/19d6be6dfd3295d3/out -L dependency=/opt/rustwide/target/debug/build/syn/478d2e99e0877644/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/87f86b58df10b235/out --extern darling=/opt/rustwide/target/debug/build/darling/e3c59fd8cb75c81d/out/libdarling-e3c59fd8cb75c81d.rlib --extern ident_case=/opt/rustwide/target/debug/build/ident_case/f0081665c4afc1ee/out/libident_case-f0081665c4afc1ee.rlib --extern prettyplease=/opt/rustwide/target/debug/build/prettyplease/b56f8ff50351098a/out/libprettyplease-b56f8ff50351098a.rlib --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/45f94163ebab6593/out/libproc_macro2-45f94163ebab6593.rlib --extern quote=/opt/rustwide/target/debug/build/quote/744fbfea00965c2b/out/libquote-744fbfea00965c2b.rlib --extern rustversion=/opt/rustwide/target/debug/build/rustversion/3be39bbb2330388c/out/librustversion-3be39bbb2330388c.so --extern syn=/opt/rustwide/target/debug/build/syn/478d2e99e0877644/out/libsyn-478d2e99e0877644.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483", kill_on_drop: false }`
[INFO] [stdout] d7e29cc0539cc6332971ff9580dc3a2e698fcfbab8d4c743aafb0ca6cffe3483
