[INFO] cloning repository https://github.com/Abhay478/paxos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Abhay478/paxos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbhay478%2Fpaxos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbhay478%2Fpaxos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9eb677500bbbbe0cb0a174c6d02047c6d3be9de2
[INFO] documenting Abhay478/paxos 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%2FAbhay478%2Fpaxos" "/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/Abhay478/paxos
[INFO] finished tweaking git repo https://github.com/Abhay478/paxos
[INFO] tweaked toml for git repo https://github.com/Abhay478/paxos written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Abhay478/paxos 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/Abhay478/paxos 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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 86888355268aacd0d7f940a6f90a6b07c15bfe09ca75891ecc5e2546a4442f24
[INFO] running `Command { std: "docker" "start" "-a" "86888355268aacd0d7f940a6f90a6b07c15bfe09ca75891ecc5e2546a4442f24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86888355268aacd0d7f940a6f90a6b07c15bfe09ca75891ecc5e2546a4442f24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86888355268aacd0d7f940a6f90a6b07c15bfe09ca75891ecc5e2546a4442f24", kill_on_drop: false }`
[INFO] [stdout] 86888355268aacd0d7f940a6f90a6b07c15bfe09ca75891ecc5e2546a4442f24
[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=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] 18bd9e9722bf9d73c267e9d4ff41b20b64242c9e296212b72c6b1d0bb4934c88
[INFO] running `Command { std: "docker" "start" "-a" "18bd9e9722bf9d73c267e9d4ff41b20b64242c9e296212b72c6b1d0bb4934c88", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling sqlite3-src v0.6.1
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking sqlite3-sys v0.17.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking sqlite v0.36.0
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking message-io v0.18.1
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]     Checking neli v0.6.4
[INFO] [stderr]     Checking local-ip-address v0.6.1
[INFO] [stderr]  Documenting dc_project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking dc_project v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `dc_project::paxos::dir::ACCEPTOR_COUNT`, `dc_project::paxos::dir::LEADER_COUNT`, `dc_project::paxos::dir::REPLICA_COUNT`
[INFO] [stdout]   --> src/bin/paxos_processes.rs:12:46
[INFO] [stdout]    |
[INFO] [stdout] 12 |         dir::{client_init, get_all_replicas, ACCEPTOR_COUNT, LEADER_COUNT, REPLICA_COUNT},
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `REPLICA_COUNT` in `paxos::dir`
[INFO] [stdout]    |                                              |               |
[INFO] [stdout]    |                                              |               no `LEADER_COUNT` in `paxos::dir`
[INFO] [stdout]    |                                              no `ACCEPTOR_COUNT` in `paxos::dir`
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 12 -         dir::{client_init, get_all_replicas, ACCEPTOR_COUNT, LEADER_COUNT, REPLICA_COUNT},
[INFO] [stdout] 12 +         dir::{client_init, get_all_replicas, ACCEPTOR_PORT, LEADER_COUNT, REPLICA_COUNT},
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 12 -         dir::{client_init, get_all_replicas, ACCEPTOR_COUNT, LEADER_COUNT, REPLICA_COUNT},
[INFO] [stdout] 12 +         dir::{client_init, get_all_replicas, ACCEPTOR_COUNT, LEADER_PORT, REPLICA_COUNT},
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 12 -         dir::{client_init, get_all_replicas, ACCEPTOR_COUNT, LEADER_COUNT, REPLICA_COUNT},
[INFO] [stdout] 12 +         dir::{client_init, get_all_replicas, ACCEPTOR_COUNT, LEADER_COUNT, REPLICA_PORT},
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `dc_project`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "18bd9e9722bf9d73c267e9d4ff41b20b64242c9e296212b72c6b1d0bb4934c88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18bd9e9722bf9d73c267e9d4ff41b20b64242c9e296212b72c6b1d0bb4934c88", kill_on_drop: false }`
[INFO] [stdout] 18bd9e9722bf9d73c267e9d4ff41b20b64242c9e296212b72c6b1d0bb4934c88
