[INFO] cloning repository https://github.com/natecox/corrator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/natecox/corrator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatecox%2Fcorrator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnatecox%2Fcorrator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6e8a386c8e278f143f8c62b7a9df4ac7ac6dbb47
[INFO] documenting natecox/corrator 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%2Fnatecox%2Fcorrator" "/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/natecox/corrator
[INFO] finished tweaking git repo https://github.com/natecox/corrator
[INFO] tweaked toml for git repo https://github.com/natecox/corrator written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/natecox/corrator 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/natecox/corrator 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fca5ae46fefac4a209ee02342d6b0f48fcab0d6a9bbd72ba43875af5785ada29
[INFO] running `Command { std: "docker" "start" "-a" "fca5ae46fefac4a209ee02342d6b0f48fcab0d6a9bbd72ba43875af5785ada29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fca5ae46fefac4a209ee02342d6b0f48fcab0d6a9bbd72ba43875af5785ada29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fca5ae46fefac4a209ee02342d6b0f48fcab0d6a9bbd72ba43875af5785ada29", kill_on_drop: false }`
[INFO] [stdout] fca5ae46fefac4a209ee02342d6b0f48fcab0d6a9bbd72ba43875af5785ada29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/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] 9e9c2c94d061d7667e09537c666cdbc744d4141e3433e78978dce54f10e08fe6
[INFO] running `Command { std: "docker" "start" "-a" "9e9c2c94d061d7667e09537c666cdbc744d4141e3433e78978dce54f10e08fe6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking transmog v0.1.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-utils v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]     Checking ordered-varint v2.0.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling manyhow-macros v0.8.1
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking regex-automata v0.4.11
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking sysinfo v0.29.11
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking bonsaidb-utils v0.5.0
[INFO] [stderr]     Checking easy-parallel v3.3.1
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]     Checking fraction v0.15.3
[INFO] [stderr] error: could not compile `object` (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 object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=93f6a1fa0d975bd7 -C extra-filename=-c5ceff514cbc79b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-8685802ced2d7019.rmeta --cap-lints allow --cap-lints=warn --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9e9c2c94d061d7667e09537c666cdbc744d4141e3433e78978dce54f10e08fe6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e9c2c94d061d7667e09537c666cdbc744d4141e3433e78978dce54f10e08fe6", kill_on_drop: false }`
[INFO] [stdout] 9e9c2c94d061d7667e09537c666cdbc744d4141e3433e78978dce54f10e08fe6
