[INFO] cloning repository https://github.com/ClementNerma/RustVM
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ClementNerma/RustVM" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClementNerma%2FRustVM", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClementNerma%2FRustVM'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 399bfb135e19d0cca805c9903f9620110515cb56
[INFO] documenting ClementNerma/RustVM 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%2FClementNerma%2FRustVM" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ClementNerma/RustVM
[INFO] finished tweaking git repo https://github.com/ClementNerma/RustVM
[INFO] tweaked toml for git repo https://github.com/ClementNerma/RustVM written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ClementNerma/RustVM 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/ClementNerma/RustVM 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] bb4e56799b4c43b676e7e40818dc4a1eec2ab45c4530ff39a5966b99ea4b96cf
[INFO] running `Command { std: "docker" "start" "-a" "bb4e56799b4c43b676e7e40818dc4a1eec2ab45c4530ff39a5966b99ea4b96cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb4e56799b4c43b676e7e40818dc4a1eec2ab45c4530ff39a5966b99ea4b96cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb4e56799b4c43b676e7e40818dc4a1eec2ab45c4530ff39a5966b99ea4b96cf", kill_on_drop: false }`
[INFO] [stdout] bb4e56799b4c43b676e7e40818dc4a1eec2ab45c4530ff39a5966b99ea4b96cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9b2432e0c6110de24840d8e6669dbeebb6fa34affa31729d41c9c518fce42c74
[INFO] running `Command { std: "docker" "start" "-a" "9b2432e0c6110de24840d8e6669dbeebb6fa34affa31729d41c9c518fce42c74", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling customasm v0.13.11
[INFO] [stderr]     Checking lrvm v0.2.1 (/opt/rustwide/workdir/lrvm)
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking getopts v0.2.23
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]  Documenting lrvm v0.2.1 (/opt/rustwide/workdir/lrvm)
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stdout] warning: unresolved link to `Bus`
[INFO] [stdout]  --> lrvm/src/lib.rs:3:74
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Auxiliary components can be connected to the motherboard through a [`Bus`] interface.
[INFO] [stdout]   |                                                                          ^^^ no item named `Bus` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `mem`
[INFO] [stdout]  --> lrvm/src/board/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / /// Virtual motherboard-related structures.
[INFO] [stdout] 2 | | mod board;
[INFO] [stdout] 3 | | mod bus;
[INFO] [stdout] 4 | | mod hw_bridge;
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           which allows to connect components through memory mapping (MMIO) using the [`mem`] function.
[INFO] [stdout]                                                                                       ^^^^^
[INFO] [stdout]   = note: no item named `mem` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reset`
[INFO] [stdout]  --> lrvm/src/board/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / /// Virtual motherboard-related structures.
[INFO] [stdout] 2 | | mod board;
[INFO] [stdout] 3 | | mod bus;
[INFO] [stdout] 4 | | mod hw_bridge;
[INFO] [stdout]   | |_______________^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           The motherboard can also emulate a reset button through the [`reset`] function which propagates the even through all connected [`Bus`].
[INFO] [stdout]                                                                        ^^^^^^^
[INFO] [stdout]   = note: no item named `reset` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `CPU::reset`
[INFO] [stdout]   --> lrvm/src/board/board.rs:52:75
[INFO] [stdout]    |
[INFO] [stdout] 52 |     /// The CPU will also be reset, before every other component. Check [`CPU::reset`] for more informations.
[INFO] [stdout]    |                                                                           ^^^^^^^^^^ no item named `CPU` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Bus::size`
[INFO] [stdout]   --> lrvm/src/mem/mem.rs:23:70
[INFO] [stdout]    |
[INFO] [stdout] 23 |     /// The end address will be determined through the component's [`Bus::size`] method.
[INFO] [stdout]    |                                                                      ^^^^^^^^^ no item named `Bus` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Bus::size`
[INFO] [stdout]   --> lrvm/src/mem/mem.rs:29:73
[INFO] [stdout]    |
[INFO] [stdout] 29 |     /// NOTE: The address range cannot be higher than the component's [`Bus::size`] value.
[INFO] [stdout]    |                                                                         ^^^^^^^^^ no item named `Bus` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Bus`
[INFO] [stdout]   --> lrvm/src/mem/mem.rs:91:63
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// The related component will be contacted through its [`Bus`] if mounted at this address.
[INFO] [stdout]    |                                                               ^^^ no item named `Bus` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Bus`
[INFO] [stdout]    --> lrvm/src/mem/mem.rs:121:63
[INFO] [stdout]     |
[INFO] [stdout] 121 |     /// The related component will be contacted through its [`Bus`] if mounted at this address.
[INFO] [stdout]     |                                                               ^^^ no item named `Bus` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking lrvm_tools v0.2.3 (/opt/rustwide/workdir/lrvm_tools)
[INFO] [stderr]  Documenting lrvm_tools v0.2.3 (/opt/rustwide/workdir/lrvm_tools)
[INFO] [stderr]     Checking lrvm_aux v0.2.1 (/opt/rustwide/workdir/lrvm_aux)
[INFO] [stderr]  Documenting lrvm_aux v0.2.1 (/opt/rustwide/workdir/lrvm_aux)
[INFO] [stderr]  Documenting disassemble v0.1.0 (/opt/rustwide/workdir/examples/disassemble)
[INFO] [stderr]  Documenting async_hw v0.1.0 (/opt/rustwide/workdir/examples/async_hw)
[INFO] [stderr]  Documenting elapsed_time v0.1.0 (/opt/rustwide/workdir/examples/elapsed_time)
[INFO] [stderr]  Documenting hw_detect v0.1.0 (/opt/rustwide/workdir/examples/hw_detect)
[INFO] [stderr]  Documenting brainfuck v0.1.0 (/opt/rustwide/workdir/examples/brainfuck)
[INFO] [stderr]  Documenting minimal v0.1.0 (/opt/rustwide/workdir/examples/minimal)
[INFO] [stderr]  Documenting hello_world v0.1.0 (/opt/rustwide/workdir/examples/hello_world)
[INFO] [stderr]  Documenting benchmark v0.1.0 (/opt/rustwide/workdir/examples/benchmark)
[INFO] [stdout] warning: unresolved link to `BufferedDisplay`
[INFO] [stdout]  --> lrvm_aux/src/display/character.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! See [`BufferedDisplay`] for more details.
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ no item named `BufferedDisplay` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SyncLineKeyboard`
[INFO] [stdout]  --> lrvm_aux/src/keyboard/sync_char.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! See [`SyncLineKeyboard`] for more details.
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^ no item named `SyncLineKeyboard` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BootROM`
[INFO] [stdout]  --> lrvm_aux/src/storage/bootrom.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! See [`BootROM`] for more details.
[INFO] [stdout]   |           ^^^^^^^ no item named `BootROM` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `RAM`
[INFO] [stdout]  --> lrvm_aux/src/volatile_mem/ram.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! See [`RAM`] for more details.
[INFO] [stdout]   |           ^^^ no item named `RAM` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/async_hw/index.html and 10 other files
[INFO] running `Command { std: "docker" "inspect" "9b2432e0c6110de24840d8e6669dbeebb6fa34affa31729d41c9c518fce42c74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b2432e0c6110de24840d8e6669dbeebb6fa34affa31729d41c9c518fce42c74", kill_on_drop: false }`
[INFO] [stdout] 9b2432e0c6110de24840d8e6669dbeebb6fa34affa31729d41c9c518fce42c74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70d9d003ace1c17bdec04236e36feeb6162e136f15eeffbef7673cfe7afeb556
[INFO] running `Command { std: "docker" "start" "-a" "70d9d003ace1c17bdec04236e36feeb6162e136f15eeffbef7673cfe7afeb556", kill_on_drop: false }`
[INFO] [stderr] error: manifest path `/opt/rustwide/workdir/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace
[INFO] running `Command { std: "docker" "inspect" "70d9d003ace1c17bdec04236e36feeb6162e136f15eeffbef7673cfe7afeb556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70d9d003ace1c17bdec04236e36feeb6162e136f15eeffbef7673cfe7afeb556", kill_on_drop: false }`
[INFO] [stdout] 70d9d003ace1c17bdec04236e36feeb6162e136f15eeffbef7673cfe7afeb556
