[INFO] cloning repository https://github.com/DanOlson/expl_surrealdb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanOlson/expl_surrealdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanOlson%2Fexpl_surrealdb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanOlson%2Fexpl_surrealdb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f0be64fd289d46f092ae6b681c5233df6c52b46e
[INFO] documenting DanOlson/expl_surrealdb/f0be64fd289d46f092ae6b681c5233df6c52b46e against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanOlson%2Fexpl_surrealdb" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DanOlson/expl_surrealdb
[INFO] finished tweaking git repo https://github.com/DanOlson/expl_surrealdb
[INFO] tweaked toml for git repo https://github.com/DanOlson/expl_surrealdb written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DanOlson/expl_surrealdb on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DanOlson/expl_surrealdb 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3edda1552e3057d8d3babfcd410978551767312b23fa41ec22030ba50c5601fc
[INFO] running `Command { std: "docker" "start" "-a" "3edda1552e3057d8d3babfcd410978551767312b23fa41ec22030ba50c5601fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3edda1552e3057d8d3babfcd410978551767312b23fa41ec22030ba50c5601fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3edda1552e3057d8d3babfcd410978551767312b23fa41ec22030ba50c5601fc", kill_on_drop: false }`
[INFO] [stdout] 3edda1552e3057d8d3babfcd410978551767312b23fa41ec22030ba50c5601fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab41a2081839118c5612fcdacd384d525c1d34b8888ed48709fb24b60446232f
[INFO] running `Command { std: "docker" "start" "-a" "ab41a2081839118c5612fcdacd384d525c1d34b8888ed48709fb24b60446232f", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling web_atoms v0.1.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking rustc_lexer v0.1.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking rstar v0.12.2
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking robust v1.2.0
[INFO] [stderr]    Compiling rust_decimal v1.37.1
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking spade v2.13.1
[INFO] [stderr]     Checking unicode-security v0.1.2
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking markup5ever v0.16.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking geo-types v0.7.16
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]    Compiling async-graphql-value v7.0.17
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling async-graphql-parser v7.0.16
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling lalrpop v0.20.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/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.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 --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --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", "which-rustfmt"))' -C metadata=7b71d878ac7f97c3 -C extra-filename=-03f31294ee9e3070 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-4d850723dc76884d.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-d46f44751312681e.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-a8cadcbdfefb1ddb.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-336aa9b4f14f8faf.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-854696e6ecb228db.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2fa5dbbdcf3ea8ea.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9c1d97928a41491e.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c7f5a35228cdce47.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-d42f9967807a45e2.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-7a6abf5f8724cb55.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/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="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", "which-rustfmt"))' -C metadata=03d1997b390a9c4a -C extra-filename=-9d498a4f596b12ce --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-4d850723dc76884d.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-d46f44751312681e.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-a8cadcbdfefb1ddb.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4603dfc157c9908c.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-52f92367a1466f0a.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-089c1e2726d3acc9.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-854696e6ecb228db.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2fa5dbbdcf3ea8ea.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9c1d97928a41491e.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-61722fad59b5c085.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-d42f9967807a45e2.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-7a6abf5f8724cb55.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ab41a2081839118c5612fcdacd384d525c1d34b8888ed48709fb24b60446232f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab41a2081839118c5612fcdacd384d525c1d34b8888ed48709fb24b60446232f", kill_on_drop: false }`
[INFO] [stdout] ab41a2081839118c5612fcdacd384d525c1d34b8888ed48709fb24b60446232f
