[INFO] fetching crate serpente 0.7.0... [INFO] testing serpente-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate serpente 0.7.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate serpente 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-8/source/.cargo/config [INFO] started tweaking crates.io crate serpente 0.7.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate serpente 0.7.0 [INFO] tweaked toml for crates.io crate serpente 0.7.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate serpente 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ade8d9684f65fe674fbd212bc44535b0391ad1eaf2004fa656a9842e26431c88 [INFO] running `Command { std: "docker" "start" "-a" "ade8d9684f65fe674fbd212bc44535b0391ad1eaf2004fa656a9842e26431c88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ade8d9684f65fe674fbd212bc44535b0391ad1eaf2004fa656a9842e26431c88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ade8d9684f65fe674fbd212bc44535b0391ad1eaf2004fa656a9842e26431c88", kill_on_drop: false }` [INFO] [stdout] ade8d9684f65fe674fbd212bc44535b0391ad1eaf2004fa656a9842e26431c88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73e778afb71fd5ad2ad7381dce636613fc5408bb22c4dc89a7e457948b60b1ba [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" "73e778afb71fd5ad2ad7381dce636613fc5408bb22c4dc89a7e457948b60b1ba", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling atsamd21e v0.11.0 [INFO] [stderr] Compiling replace_with v0.1.7 [INFO] [stderr] Compiling serpente v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling seq-macro v0.2.2 [INFO] [stderr] Compiling embedded-hal v0.2.6 [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling cortex-m-rt-macros v0.7.0 [INFO] [stderr] Compiling modular-bitfield-impl v0.11.2 [INFO] [stderr] Compiling cortex-m-rt v0.7.1 [INFO] [stderr] Compiling modular-bitfield v0.11.2 [INFO] [stderr] Compiling atsamd-hal v0.14.0 [INFO] [stdout] warning: use of deprecated module `atsamd_hal::common`: The `common` module is deprecated and will be removed in a future [INFO] [stdout] release. Directly use modules from atsamd_hal instead. [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | pub use hal::common::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | use hal::sercom::{PadPin, UART0}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa4`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa5`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa6`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa7`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa19`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa22`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa23`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa16`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa18`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa17`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa15`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:19 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | port: &mut Port, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:67:6 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:43 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:85 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:89 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | UART0::new( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::sercom::UART0::::new`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | UART0::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::gpio::GpioExt::split`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa4`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa5`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa6`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa7`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa19`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa22`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa23`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa16`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa18`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa17`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa15`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.67s [INFO] running `Command { std: "docker" "inspect" "73e778afb71fd5ad2ad7381dce636613fc5408bb22c4dc89a7e457948b60b1ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73e778afb71fd5ad2ad7381dce636613fc5408bb22c4dc89a7e457948b60b1ba", kill_on_drop: false }` [INFO] [stdout] 73e778afb71fd5ad2ad7381dce636613fc5408bb22c4dc89a7e457948b60b1ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] da9df198aa26335262249a935c37c778b7fff87eda1c627314a3341ff8d7f4e1 [INFO] running `Command { std: "docker" "start" "-a" "da9df198aa26335262249a935c37c778b7fff87eda1c627314a3341ff8d7f4e1", kill_on_drop: false }` [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stdout] warning: use of deprecated module `atsamd_hal::common`: The `common` module is deprecated and will be removed in a future [INFO] [stdout] release. Directly use modules from atsamd_hal instead. [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | pub use hal::common::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | use hal::sercom::{PadPin, UART0}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa4`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa5`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa6`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa7`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa19`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa22`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa23`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa16`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa18`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa17`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa15`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:19 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | port: &mut Port, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:67:6 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:43 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:85 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:89 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | UART0::new( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::sercom::UART0::::new`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | UART0::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::gpio::GpioExt::split`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa4`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa5`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa6`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa7`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa19`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa22`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa23`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa16`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa18`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa17`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa15`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serpente v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `serpente::gpio::Pin::::into_open_drain_output`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> examples/blinky_basic.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | let mut red_led = pins.led_r.into_open_drain_output(&mut pins.port); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `serpente::gpio::Pin::::into_open_drain_output`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> examples/blinky_basic.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | let mut blue_led = pins.led_b.into_open_drain_output(&mut pins.port); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serpente` due to 2 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of deprecated module `atsamd_hal::common`: The `common` module is deprecated and will be removed in a future [INFO] [stdout] release. Directly use modules from atsamd_hal instead. [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | pub use hal::common::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | use gpio::{Floating, Input, PfC, Port}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | use hal::sercom::{PadPin, UART0}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa4`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa5`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa6`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa7`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa19`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa22`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa23`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa16`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa18`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa17`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa15`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:19 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | d5: gpio::Pa9>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Input`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Floating`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | d4: gpio::Pa8>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::gpio::Port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | port: &mut Port, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:67:6 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:43 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::Pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:85 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `atsamd_hal::gpio::PfC`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:67:89 [INFO] [stdout] | [INFO] [stdout] 67 | ) -> UART0>, hal::sercom::Sercom0Pad0>, (), ()> [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `atsamd_hal::sercom::UART0`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | UART0::new( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::sercom::UART0::::new`: The `sercom::v1::uart` module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the `sercom::v2::uart` module instead. [INFO] [stdout] --> src/lib.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | UART0::new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `atsamd_hal::gpio::GpioExt::split`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::port`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa4`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa5`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa6`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa7`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa8`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa9`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa19`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa22`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa23`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa16`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa18`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa17`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `atsamd_hal::gpio::Parts::pa15`: The gpio::v1 module is deprecated, and will be removed in a subsequent release. [INFO] [stdout] Please use the gpio::v2 module instead. [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_pins!( [INFO] [stdout] 24 | | /// Maps the pins to their arduino names and [INFO] [stdout] 25 | | /// the numbers printed on the board. [INFO] [stdout] 26 | | struct Pins, [INFO] [stdout] ... | [INFO] [stdout] 54 | | pin flash_cs = a15, [INFO] [stdout] 55 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_pins` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 51 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da9df198aa26335262249a935c37c778b7fff87eda1c627314a3341ff8d7f4e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da9df198aa26335262249a935c37c778b7fff87eda1c627314a3341ff8d7f4e1", kill_on_drop: false }` [INFO] [stdout] da9df198aa26335262249a935c37c778b7fff87eda1c627314a3341ff8d7f4e1