[INFO] cloning repository https://github.com/David-OConnor/semtech-radios
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/David-OConnor/semtech-radios" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavid-OConnor%2Fsemtech-radios", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavid-OConnor%2Fsemtech-radios'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 191691f817f28a7128d64978070623ef624e7829
[INFO] checking David-OConnor/semtech-radios against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavid-OConnor%2Fsemtech-radios" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/David-OConnor/semtech-radios
[INFO] finished tweaking git repo https://github.com/David-OConnor/semtech-radios
[INFO] tweaked toml for git repo https://github.com/David-OConnor/semtech-radios written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/David-OConnor/semtech-radios on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/David-OConnor/semtech-radios 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded volatile-register v0.2.2
[INFO] [stderr]   Downloaded cortex-m-rt-macros v0.7.5
[INFO] [stderr]   Downloaded defmt-macros v1.0.1
[INFO] [stderr]   Downloaded defmt-parser v1.0.0
[INFO] [stderr]   Downloaded cortex-m-rt v0.7.5
[INFO] [stderr]   Downloaded defmt v1.0.1
[INFO] [stderr]   Downloaded cortex-m v0.7.7
[INFO] [stderr]   Downloaded stm32-hal2 v2.1.4
[INFO] [stderr]   Downloaded stm32g4 v0.16.0
[INFO] [stderr]   Downloaded stm32wl v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 732c7fced4324b06884a9175c0b95bed4240bd06533275964144761bf0fed003
[INFO] running `Command { std: "docker" "start" "-a" "732c7fced4324b06884a9175c0b95bed4240bd06533275964144761bf0fed003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "732c7fced4324b06884a9175c0b95bed4240bd06533275964144761bf0fed003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "732c7fced4324b06884a9175c0b95bed4240bd06533275964144761bf0fed003", kill_on_drop: false }`
[INFO] [stdout] 732c7fced4324b06884a9175c0b95bed4240bd06533275964144761bf0fed003
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27d101cb825be3e80076f9a843adc7f4c6e96afc6e0c8caa267cc3641761e02a
[INFO] running `Command { std: "docker" "start" "-a" "27d101cb825be3e80076f9a843adc7f4c6e96afc6e0c8caa267cc3641761e02a", kill_on_drop: false }`
[INFO] [stderr]    Compiling defmt-macros v1.0.1
[INFO] [stderr]    Compiling defmt v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling defmt-parser v1.0.0
[INFO] [stderr]     Checking semtech_radios v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hal`
[INFO] [stdout]  --> src/shared.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hal::gpio::Pin;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hal`
[INFO] [stdout]  --> src/spi_interface.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hal::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use hal::dma::DmaChannel;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hal`
[INFO] [stdout]  --> src/spi_interface.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hal::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hal`
[INFO] [stdout]  --> src/shared.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hal::gpio::Pin;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hal`
[INFO] [stdout]  --> src/spi_interface.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hal::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use hal::dma::DmaChannel;
[INFO] [stdout]    |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hal`
[INFO] [stdout]  --> src/spi_interface.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hal::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `hal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hal`, use `cargo add hal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `defmt::println`
[INFO] [stdout]  --> src/status.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use defmt::println;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `defmt::println`
[INFO] [stdout]  --> src/status.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use defmt::println;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]   --> src/configure.rs:64:30
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 let mut p1 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]   --> src/configure.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut p2 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]   --> src/configure.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 let mut p3 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p4` is never read
[INFO] [stdout]   --> src/configure.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 let mut p4 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]    --> src/configure.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 let mut p1 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]    --> src/configure.rs:106:30
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 let mut p2 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/configure.rs:107:30
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 let mut p3 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]    --> src/configure.rs:162:22
[INFO] [stdout]     |
[INFO] [stdout] 162 |         let mut p1 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]    --> src/configure.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let mut p2 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/configure.rs:164:22
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let mut p3 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p4` is never read
[INFO] [stdout]    --> src/configure.rs:165:22
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let mut p4 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p5` is never read
[INFO] [stdout]    --> src/configure.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |         let mut p5 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p6` is never read
[INFO] [stdout]    --> src/configure.rs:167:22
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let mut p6 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]    --> src/configure.rs:219:30
[INFO] [stdout]     |
[INFO] [stdout] 219 |                 let mut p1 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]    --> src/configure.rs:220:30
[INFO] [stdout]     |
[INFO] [stdout] 220 |                 let mut p2 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/configure.rs:221:30
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 let mut p3 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p4` is never read
[INFO] [stdout]    --> src/configure.rs:222:30
[INFO] [stdout]     |
[INFO] [stdout] 222 |                 let mut p4 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p5` is never read
[INFO] [stdout]    --> src/configure.rs:223:30
[INFO] [stdout]     |
[INFO] [stdout] 223 |                 let mut p5 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]   --> src/configure.rs:64:30
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 let mut p1 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]   --> src/configure.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 let mut p2 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]   --> src/configure.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 let mut p3 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p4` is never read
[INFO] [stdout]   --> src/configure.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 let mut p4 = 0;
[INFO] [stdout]    |                              ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]    --> src/configure.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 let mut p1 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]    --> src/configure.rs:106:30
[INFO] [stdout]     |
[INFO] [stdout] 106 |                 let mut p2 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/configure.rs:107:30
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 let mut p3 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]    --> src/configure.rs:162:22
[INFO] [stdout]     |
[INFO] [stdout] 162 |         let mut p1 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]    --> src/configure.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let mut p2 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/configure.rs:164:22
[INFO] [stdout]     |
[INFO] [stdout] 164 |         let mut p3 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p4` is never read
[INFO] [stdout]    --> src/configure.rs:165:22
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let mut p4 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p5` is never read
[INFO] [stdout]    --> src/configure.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |         let mut p5 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p6` is never read
[INFO] [stdout]    --> src/configure.rs:167:22
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let mut p6 = 0;
[INFO] [stdout]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p1` is never read
[INFO] [stdout]    --> src/configure.rs:219:30
[INFO] [stdout]     |
[INFO] [stdout] 219 |                 let mut p1 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p2` is never read
[INFO] [stdout]    --> src/configure.rs:220:30
[INFO] [stdout]     |
[INFO] [stdout] 220 |                 let mut p2 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/configure.rs:221:30
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 let mut p3 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p4` is never read
[INFO] [stdout]    --> src/configure.rs:222:30
[INFO] [stdout]     |
[INFO] [stdout] 222 |                 let mut p4 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p5` is never read
[INFO] [stdout]    --> src/configure.rs:223:30
[INFO] [stdout]     |
[INFO] [stdout] 223 |                 let mut p5 = 0;
[INFO] [stdout]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semtech_radios` (lib) due to 4 previous errors; 19 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semtech_radios` (lib test) due to 4 previous errors; 19 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "27d101cb825be3e80076f9a843adc7f4c6e96afc6e0c8caa267cc3641761e02a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27d101cb825be3e80076f9a843adc7f4c6e96afc6e0c8caa267cc3641761e02a", kill_on_drop: false }`
[INFO] [stdout] 27d101cb825be3e80076f9a843adc7f4c6e96afc6e0c8caa267cc3641761e02a
