[INFO] cloning repository https://github.com/createra-robotics/dreambo_servo_wizard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/createra-robotics/dreambo_servo_wizard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcreatera-robotics%2Fdreambo_servo_wizard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcreatera-robotics%2Fdreambo_servo_wizard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ee71e12254dbc59ac5e9f78b0ec30c4a3e18edc
[INFO] checking createra-robotics/dreambo_servo_wizard against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcreatera-robotics%2Fdreambo_servo_wizard" "/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/createra-robotics/dreambo_servo_wizard
[INFO] finished tweaking git repo https://github.com/createra-robotics/dreambo_servo_wizard
[INFO] tweaked toml for git repo https://github.com/createra-robotics/dreambo_servo_wizard written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/createra-robotics/dreambo_servo_wizard on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/createra-robotics/dreambo_servo_wizard 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e
[INFO] running `Command { std: "docker" "start" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking unescaper v0.1.8
[INFO] [stderr]     Checking serialport v4.9.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking servocom v1.0.1
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking dreambo_servo_wizard v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `BackToSetup` is never constructed
[INFO] [stdout]   --> src/app.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub enum Hit {
[INFO] [stdout]    |          --- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 97 |     BackToSetup,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Hit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `toggle_led` is never used
[INFO] [stdout]    --> src/app.rs:610:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 610 |     pub fn toggle_led(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `I8` is never constructed
[INFO] [stdout]   --> src/registers.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum RegType {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 14 |     I8,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RegType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `signed` is never used
[INFO] [stdout]   --> src/registers.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl RegType {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn signed(self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `model_number_addr` is never read
[INFO] [stdout]   --> src/registers.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Model {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub model_number_addr: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Model` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `led` is never read
[INFO] [stdout]    --> src/registers.rs:653:9
[INFO] [stdout]     |
[INFO] [stdout] 641 | pub struct MotorControl {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 653 |     pub led: Option<Reg>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MotorControl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BackToSetup` is never constructed
[INFO] [stdout]   --> src/app.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub enum Hit {
[INFO] [stdout]    |          --- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 97 |     BackToSetup,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Hit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `toggle_led` is never used
[INFO] [stdout]    --> src/app.rs:610:12
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 610 |     pub fn toggle_led(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `I8` is never constructed
[INFO] [stdout]   --> src/registers.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum RegType {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 14 |     I8,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RegType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `signed` is never used
[INFO] [stdout]   --> src/registers.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl RegType {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn signed(self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `model_number_addr` is never read
[INFO] [stdout]   --> src/registers.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Model {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub model_number_addr: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Model` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `led` is never read
[INFO] [stdout]    --> src/registers.rs:653:9
[INFO] [stdout]     |
[INFO] [stdout] 641 | pub struct MotorControl {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 653 |     pub led: Option<Reg>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MotorControl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s
[INFO] running `Command { std: "docker" "inspect" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e", kill_on_drop: false }`
[INFO] [stdout] 91f0a8b59fef69fa6a855f085b59b225b55c0d5a20cf314ba6ef67abcb32246e
