[INFO] cloning repository https://github.com/noctux/full-text-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noctux/full-text-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoctux%2Ffull-text-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoctux%2Ffull-text-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c2a998ea739b36129ab4b0f6706ed7152940d5c [INFO] checking noctux/full-text-rs against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoctux%2Ffull-text-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/noctux/full-text-rs [INFO] finished tweaking git repo https://github.com/noctux/full-text-rs [INFO] tweaked toml for git repo https://github.com/noctux/full-text-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/noctux/full-text-rs on toolchain f70ee28831acc074c109afab32d287057c3eca46 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/noctux/full-text-rs 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" "+f70ee28831acc074c109afab32d287057c3eca46" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e00d5d48064387ada7de2cc0dcb2a4b1d26c23438e05721e6313027f452474da [INFO] running `Command { std: "docker" "start" "-a" "e00d5d48064387ada7de2cc0dcb2a4b1d26c23438e05721e6313027f452474da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e00d5d48064387ada7de2cc0dcb2a4b1d26c23438e05721e6313027f452474da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e00d5d48064387ada7de2cc0dcb2a4b1d26c23438e05721e6313027f452474da", kill_on_drop: false }` [INFO] [stdout] e00d5d48064387ada7de2cc0dcb2a4b1d26c23438e05721e6313027f452474da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdff5466846a66ba1b0a0bc1c44dd337a52f74fd653d808cfc4304457d1e3d5e [INFO] running `Command { std: "docker" "start" "-a" "bdff5466846a66ba1b0a0bc1c44dd337a52f74fd653d808cfc4304457d1e3d5e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking indexmap v2.11.1 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Compiling cc v1.2.36 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Checking bitstream-io v2.6.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking zune-jpeg v0.4.21 [INFO] [stderr] Compiling rust-embed-utils v8.7.2 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking avif-serialize v0.8.6 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking pxfm v0.1.23 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking rgb v0.8.52 [INFO] [stderr] Checking bytemuck v1.23.2 [INFO] [stderr] Checking bit_field v0.10.3 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking iri-string v0.7.8 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking lebe v0.5.3 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking gif v0.13.3 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking toml_parser v1.0.2 [INFO] [stderr] Checking image-webp v0.2.4 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking diligent-date-parser v0.1.5 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Checking quick-xml v0.37.5 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking never v0.1.0 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking escaper v0.1.1 [INFO] [stderr] Checking unic-emoji-char v0.9.0 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking quick-xml v0.38.3 [INFO] [stderr] Checking stderrlog v0.6.0 [INFO] [stderr] Checking moxcms v0.7.5 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Checking structopt v0.3.26 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking fax v0.2.6 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Checking tiff v0.10.3 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling rust-embed-impl v8.7.2 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling confique-macro v0.0.12 [INFO] [stderr] Checking av1-grain v0.2.4 [INFO] [stderr] Checking axum-core v0.5.2 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f70ee28831acc074c109afab32d287057c3eca46/bin/rustc --crate-name bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.72.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' --warn=unused_qualifications '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::similar_names' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::maybe_infinite_iter' '--allow=clippy::match_same_arms' '--allow=clippy::items_after_statements' '--allow=clippy::implicit_hasher' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::enum_glob_use' '--allow=clippy::default_trait_access' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static"))' -C metadata=dc98b8bbab2fa5b5 -C extra-filename=-0885b8c40ec0628c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0fa6c5f376a0089c.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-a945e565e4cba32d.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-ae38c5c57ad42eb7.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-5c22dfd29cf6fae8.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-5e1e04ba65cffdbe.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-afd5d845d69680b0.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-a37699dfec9809d6.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-b734c5d09be80aba.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-9810e1769680c23b.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" "bdff5466846a66ba1b0a0bc1c44dd337a52f74fd653d808cfc4304457d1e3d5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdff5466846a66ba1b0a0bc1c44dd337a52f74fd653d808cfc4304457d1e3d5e", kill_on_drop: false }` [INFO] [stdout] bdff5466846a66ba1b0a0bc1c44dd337a52f74fd653d808cfc4304457d1e3d5e