[INFO] cloning repository https://github.com/nviennot/stm32-emulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nviennot/stm32-emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnviennot%2Fstm32-emulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnviennot%2Fstm32-emulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6622f2ce5047910a401ca958b7f6e91a0000f1b6
[INFO] documenting nviennot/stm32-emulator 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%2Fnviennot%2Fstm32-emulator" "/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/nviennot/stm32-emulator
[INFO] finished tweaking git repo https://github.com/nviennot/stm32-emulator
[INFO] tweaked toml for git repo https://github.com/nviennot/stm32-emulator written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nviennot/stm32-emulator 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/nviennot/stm32-emulator 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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1dec4048c344f096538ab762435224430e32be04389fd64988e22b3b3f62b0e
[INFO] running `Command { std: "docker" "start" "-a" "c1dec4048c344f096538ab762435224430e32be04389fd64988e22b3b3f62b0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1dec4048c344f096538ab762435224430e32be04389fd64988e22b3b3f62b0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1dec4048c344f096538ab762435224430e32be04389fd64988e22b3b3f62b0e", kill_on_drop: false }`
[INFO] [stdout] c1dec4048c344f096538ab762435224430e32be04389fd64988e22b3b3f62b0e
[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: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] 85353ff282d03e06f511d55aec3aa187745f10c67b87d1bb469ee0bf352d170d
[INFO] running `Command { std: "docker" "start" "-a" "85353ff282d03e06f511d55aec3aa187745f10c67b87d1bb469ee0bf352d170d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.89
[INFO] [stderr]    Compiling version-compare v0.1.0
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling libc v0.2.121
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling capstone-sys v0.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]     Checking xmlparser v0.13.3
[INFO] [stderr]     Checking deflate v1.0.0
[INFO] [stderr]     Checking miniz_oxide v0.5.1
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]    Compiling stm32-emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking clap-num v1.0.0
[INFO] [stderr]     Checking roxmltree v0.14.1
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling unicorn-engine v2.0.0
[INFO] [stderr]     Checking png v0.17.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking env_logger v0.9.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling clap_derive v3.1.4
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]     Checking svd-rs v0.13.1
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]     Checking clap v3.1.6
[INFO] [stderr]     Checking svd-parser v0.13.1
[INFO] [stderr]     Checking num_enum v0.5.7
[INFO] [stderr]     Checking serde v1.0.136
[INFO] [stderr]     Checking serde_yaml v0.8.23
[INFO] [stderr]     Checking capstone v0.11.0
[INFO] [stderr]  Documenting stm32-emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/ext_devices/touchscreen.rs:91:61
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     (Operation::MeasureX, Some(true), _) => (MAX - v),
[INFO] [stdout]    |                                                             ^       ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 -                     (Operation::MeasureX, Some(true), _) => (MAX - v),
[INFO] [stdout] 91 +                     (Operation::MeasureX, Some(true), _) => MAX - v,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/ext_devices/touchscreen.rs:92:61
[INFO] [stdout]    |
[INFO] [stdout] 92 |                     (Operation::MeasureY, _, Some(true)) => (MAX - v),
[INFO] [stdout]    |                                                             ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 92 -                     (Operation::MeasureY, _, Some(true)) => (MAX - v),
[INFO] [stdout] 92 +                     (Operation::MeasureY, _, Some(true)) => MAX - v,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/stm32_emulator/index.html
[INFO] running `Command { std: "docker" "inspect" "85353ff282d03e06f511d55aec3aa187745f10c67b87d1bb469ee0bf352d170d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85353ff282d03e06f511d55aec3aa187745f10c67b87d1bb469ee0bf352d170d", kill_on_drop: false }`
[INFO] [stdout] 85353ff282d03e06f511d55aec3aa187745f10c67b87d1bb469ee0bf352d170d
