[INFO] fetching crate nrf52-hal-common 0.8.1... [INFO] checking nrf52-hal-common-0.8.1 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate nrf52-hal-common 0.8.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate nrf52-hal-common 0.8.1 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nrf52-hal-common 0.8.1 [INFO] finished tweaking crates.io crate nrf52-hal-common 0.8.1 [INFO] tweaked toml for crates.io crate nrf52-hal-common 0.8.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nrf52810-pac v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d9975451e49490e58706e8611391b07352d142baf641215dd3da07bdb26eef2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8d9975451e49490e58706e8611391b07352d142baf641215dd3da07bdb26eef2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d9975451e49490e58706e8611391b07352d142baf641215dd3da07bdb26eef2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d9975451e49490e58706e8611391b07352d142baf641215dd3da07bdb26eef2", kill_on_drop: false }` [INFO] [stdout] 8d9975451e49490e58706e8611391b07352d142baf641215dd3da07bdb26eef2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e32e96095f837d6fb7a115cec1fafb431c8a9e9aac406e4d6e7a04b957698d1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1e32e96095f837d6fb7a115cec1fafb431c8a9e9aac406e4d6e7a04b957698d1", kill_on_drop: false }` [INFO] [stderr] Compiling nrf52832-pac v0.8.0 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Checking as-slice v0.1.4 [INFO] [stderr] Checking aligned v0.3.4 [INFO] [stderr] Checking cortex-m v0.6.3 [INFO] [stderr] Checking nrf52-hal-common v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:72:38 [INFO] [stdout] | [INFO] [stdout] 72 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:72:57 [INFO] [stdout] | [INFO] [stdout] 72 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:229:12 [INFO] [stdout] | [INFO] [stdout] 229 | impl InputPin for Pin> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:246:12 [INFO] [stdout] | [INFO] [stdout] 246 | impl OutputPin for Pin> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | impl StatefulOutputPin for Pin> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:351:39 [INFO] [stdout] | [INFO] [stdout] 351 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:351:50 [INFO] [stdout] | [INFO] [stdout] 351 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:351:69 [INFO] [stdout] | [INFO] [stdout] 351 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:504:28 [INFO] [stdout] | [INFO] [stdout] 504 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:514:28 [INFO] [stdout] | [INFO] [stdout] 514 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:530:28 [INFO] [stdout] | [INFO] [stdout] 530 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:161:32 [INFO] [stdout] | [INFO] [stdout] 161 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:162:32 [INFO] [stdout] | [INFO] [stdout] 162 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:202:32 [INFO] [stdout] | [INFO] [stdout] 202 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:203:32 [INFO] [stdout] | [INFO] [stdout] 203 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 279 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:72:38 [INFO] [stdout] | [INFO] [stdout] 72 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:72:57 [INFO] [stdout] | [INFO] [stdout] 72 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:229:12 [INFO] [stdout] | [INFO] [stdout] 229 | impl InputPin for Pin> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:246:12 [INFO] [stdout] | [INFO] [stdout] 246 | impl OutputPin for Pin> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | impl StatefulOutputPin for Pin> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:351:39 [INFO] [stdout] | [INFO] [stdout] 351 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:351:50 [INFO] [stdout] | [INFO] [stdout] 351 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:351:69 [INFO] [stdout] | [INFO] [stdout] 351 | use crate::hal::digital::{OutputPin, StatefulOutputPin, InputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:504:28 [INFO] [stdout] | [INFO] [stdout] 504 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:442:48 [INFO] [stdout] | [INFO] [stdout] 442 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:514:28 [INFO] [stdout] | [INFO] [stdout] 514 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:443:48 [INFO] [stdout] | [INFO] [stdout] 443 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:530:28 [INFO] [stdout] | [INFO] [stdout] 530 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:472:48 [INFO] [stdout] | [INFO] [stdout] 472 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:473:48 [INFO] [stdout] | [INFO] [stdout] 473 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:506:31 [INFO] [stdout] | [INFO] [stdout] 506 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:533:31 [INFO] [stdout] | [INFO] [stdout] 533 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::enable`: Use `NVIC::unmask` [INFO] [stdout] --> src/rtc.rs:107:14 [INFO] [stdout] | [INFO] [stdout] 107 | nvic.enable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::disable`: Use `NVIC::mask` [INFO] [stdout] --> src/rtc.rs:120:14 [INFO] [stdout] | [INFO] [stdout] 120 | nvic.disable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:161:32 [INFO] [stdout] | [INFO] [stdout] 161 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:162:32 [INFO] [stdout] | [INFO] [stdout] 162 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:202:32 [INFO] [stdout] | [INFO] [stdout] 202 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:203:32 [INFO] [stdout] | [INFO] [stdout] 203 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:231:15 [INFO] [stdout] | [INFO] [stdout] 231 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:268:21 [INFO] [stdout] | [INFO] [stdout] 268 | chip_select.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:278:21 [INFO] [stdout] | [INFO] [stdout] 278 | chip_select.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | chip_select.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:313:21 [INFO] [stdout] | [INFO] [stdout] 313 | chip_select.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:279:15 [INFO] [stdout] | [INFO] [stdout] 279 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:353:21 [INFO] [stdout] | [INFO] [stdout] 353 | chip_select.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:375:21 [INFO] [stdout] | [INFO] [stdout] 375 | chip_select.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::enable`: Use `NVIC::unmask` [INFO] [stdout] --> src/timer.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | nvic.enable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::disable`: Use `NVIC::mask` [INFO] [stdout] --> src/timer.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | nvic.disable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/uarte.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | pins.txd.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:442:48 [INFO] [stdout] | [INFO] [stdout] 442 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:443:48 [INFO] [stdout] | [INFO] [stdout] 443 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:472:48 [INFO] [stdout] | [INFO] [stdout] 472 | Level::Low => pin.set_low(), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:473:48 [INFO] [stdout] | [INFO] [stdout] 473 | Level::High => pin.set_high(), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:506:31 [INFO] [stdout] | [INFO] [stdout] 506 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:533:31 [INFO] [stdout] | [INFO] [stdout] 533 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 554 | / gpio!(P0, p0, p0, false, [ [INFO] [stdout] 555 | | P0_00: (p0_00, 0, Input), [INFO] [stdout] 556 | | P0_01: (p0_01, 1, Input), [INFO] [stdout] 557 | | P0_02: (p0_02, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 586 | | P0_31: (p0_31, 31, Input), [INFO] [stdout] 587 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::enable`: Use `NVIC::unmask` [INFO] [stdout] --> src/rtc.rs:107:14 [INFO] [stdout] | [INFO] [stdout] 107 | nvic.enable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::disable`: Use `NVIC::mask` [INFO] [stdout] --> src/rtc.rs:120:14 [INFO] [stdout] | [INFO] [stdout] 120 | nvic.disable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:268:21 [INFO] [stdout] | [INFO] [stdout] 268 | chip_select.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:278:21 [INFO] [stdout] | [INFO] [stdout] 278 | chip_select.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | chip_select.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:313:21 [INFO] [stdout] | [INFO] [stdout] 313 | chip_select.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:353:21 [INFO] [stdout] | [INFO] [stdout] 353 | chip_select.set_low(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/spim.rs:375:21 [INFO] [stdout] | [INFO] [stdout] 375 | chip_select.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::enable`: Use `NVIC::unmask` [INFO] [stdout] --> src/timer.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | nvic.enable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cortex_m::peripheral::nvic::::disable`: Use `NVIC::mask` [INFO] [stdout] --> src/timer.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | nvic.disable(T::INTERRUPT); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::OutputPin::set_high`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/uarte.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | pins.txd.set_high(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.50s [INFO] running `Command { std: "docker" "inspect" "1e32e96095f837d6fb7a115cec1fafb431c8a9e9aac406e4d6e7a04b957698d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e32e96095f837d6fb7a115cec1fafb431c8a9e9aac406e4d6e7a04b957698d1", kill_on_drop: false }` [INFO] [stdout] 1e32e96095f837d6fb7a115cec1fafb431c8a9e9aac406e4d6e7a04b957698d1