[INFO] cloning repository https://github.com/YanisARE/HW
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YanisARE/HW" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYanisARE%2FHW", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYanisARE%2FHW'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7708ec44f5772ef2c38980c117f08c5a26abb9db
[INFO] documenting YanisARE/HW against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYanisARE%2FHW" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/YanisARE/HW
[INFO] finished tweaking git repo https://github.com/YanisARE/HW
[INFO] tweaked toml for git repo https://github.com/YanisARE/HW written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YanisARE/HW on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YanisARE/HW 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] documenting YanisARE/HW against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYanisARE%2FHW" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/YanisARE/HW
[INFO] finished tweaking git repo https://github.com/YanisARE/HW
[INFO] tweaked toml for git repo https://github.com/YanisARE/HW written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YanisARE/HW on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YanisARE/HW 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b87737dcc704a27bb6deb3921f5894a58ba89fb77ba83e3351e501f7dd7ec744
[INFO] running `Command { std: "docker" "start" "-a" "b87737dcc704a27bb6deb3921f5894a58ba89fb77ba83e3351e501f7dd7ec744", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b87737dcc704a27bb6deb3921f5894a58ba89fb77ba83e3351e501f7dd7ec744", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b87737dcc704a27bb6deb3921f5894a58ba89fb77ba83e3351e501f7dd7ec744", kill_on_drop: false }`
[INFO] [stdout] b87737dcc704a27bb6deb3921f5894a58ba89fb77ba83e3351e501f7dd7ec744
[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-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d031b73eebf2d313ed46cec8de7b4198364df6402488c3948deb0181f5a79ef0
[INFO] running `Command { std: "docker" "start" "-a" "d031b73eebf2d313ed46cec8de7b4198364df6402488c3948deb0181f5a79ef0", kill_on_drop: false }`
[INFO] [stderr]    Compiling cortex-m-rt v0.6.15
[INFO] [stderr]    Compiling cortex-m-semihosting v0.3.7
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling GPIO v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking panic-halt v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking cortex-m v0.7.7
[INFO] [stderr]     Checking as-slice v0.1.5
[INFO] [stderr]     Checking aligned v0.3.5
[INFO] [stderr]     Checking cortex-m v0.6.7
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.6.15
[INFO] [stderr]  Documenting GPIO v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `usart::Usart`
[INFO] [stdout]   --> src/atmega.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use usart::Usart; // import the Usart structure
[INFO] [stdout]    |     ^^^^^^^^^^^^ no `Usart` in `usart`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/usart.rs:3:12
[INFO] [stdout]    |
[INFO] [stdout]  2 | #[cfg(target_arch = "avr")] // specific to AVR architecture
[INFO] [stdout]    |       ------------------- the item is gated behind the `avr` feature
[INFO] [stdout]  3 | pub struct Usart {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/usart.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg(target_arch = "arm")] // specific to ARM architecture (STM32 or other Cortex-M)
[INFO] [stdout]    |       ------------------- the item is gated behind the `arm` feature
[INFO] [stdout] 65 | pub struct Usart {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i2c::I2c`
[INFO] [stdout]   --> src/atmega.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use i2c::I2c;     // import the I2C structure
[INFO] [stdout]    |     ^^^^^^^^ no `I2c` in `i2c`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/i2c.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(target_arch = "avr")] // specific to the AVR architecture
[INFO] [stdout]    |       ------------------- the item is gated behind the `avr` feature
[INFO] [stdout]  4 | pub struct I2c {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/i2c.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(target_arch = "arm")] // specific to the ARM architecture (STM32 or other Cortex-M)
[INFO] [stdout]    |       ------------------- the item is gated behind the `arm` feature
[INFO] [stdout] 71 | pub struct I2c {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/atmega.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(asm_experimental_arch)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `usart::Usart`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use usart::Usart; // import the Usart structure
[INFO] [stdout]    |     ^^^^^^^^^^^^ no `Usart` in `usart`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/usart.rs:3:12
[INFO] [stdout]    |
[INFO] [stdout]  2 | #[cfg(target_arch = "avr")] // specific to AVR architecture
[INFO] [stdout]    |       ------------------- the item is gated behind the `avr` feature
[INFO] [stdout]  3 | pub struct Usart {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/usart.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[cfg(target_arch = "arm")] // specific to ARM architecture (STM32 or other Cortex-M)
[INFO] [stdout]    |       ------------------- the item is gated behind the `arm` feature
[INFO] [stdout] 65 | pub struct Usart {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `i2c::I2c`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use i2c::I2c;     // import the I2C structure
[INFO] [stdout]    |     ^^^^^^^^ no `I2c` in `i2c`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/i2c.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[cfg(target_arch = "avr")] // specific to the AVR architecture
[INFO] [stdout]    |       ------------------- the item is gated behind the `avr` feature
[INFO] [stdout]  4 | pub struct I2c {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/i2c.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[cfg(target_arch = "arm")] // specific to the ARM architecture (STM32 or other Cortex-M)
[INFO] [stdout]    |       ------------------- the item is gated behind the `arm` feature
[INFO] [stdout] 71 | pub struct I2c {
[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 `GPIO`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not document `GPIO`
[INFO] running `Command { std: "docker" "inspect" "d031b73eebf2d313ed46cec8de7b4198364df6402488c3948deb0181f5a79ef0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d031b73eebf2d313ed46cec8de7b4198364df6402488c3948deb0181f5a79ef0", kill_on_drop: false }`
[INFO] [stdout] d031b73eebf2d313ed46cec8de7b4198364df6402488c3948deb0181f5a79ef0
