[INFO] fetching crate efm32gg-hal 0.3.0... [INFO] checking efm32gg-hal-0.3.0 against try#81275a1445c7502a974118e0c69b795ab60be991 for pr-80243 [INFO] extracting crate efm32gg-hal 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate efm32gg-hal 0.3.0 on toolchain 81275a1445c7502a974118e0c69b795ab60be991 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate efm32gg-hal 0.3.0 [INFO] finished tweaking crates.io crate efm32gg-hal 0.3.0 [INFO] tweaked toml for crates.io crate efm32gg-hal 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded efr32xg1 v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e71a4367b11b1548c77f878fa6cf2894da4c6cc8d25ac3b491d70149798658c6 [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" "e71a4367b11b1548c77f878fa6cf2894da4c6cc8d25ac3b491d70149798658c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e71a4367b11b1548c77f878fa6cf2894da4c6cc8d25ac3b491d70149798658c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e71a4367b11b1548c77f878fa6cf2894da4c6cc8d25ac3b491d70149798658c6", kill_on_drop: false }` [INFO] [stdout] e71a4367b11b1548c77f878fa6cf2894da4c6cc8d25ac3b491d70149798658c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 318415de188ec5ae422ab85b1b83f0a6991a2eae1d91c79bbef54a9fdc4fae26 [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" "318415de188ec5ae422ab85b1b83f0a6991a2eae1d91c79bbef54a9fdc4fae26", kill_on_drop: false }` [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Checking efm32gg-hal v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `registers` [INFO] [stdout] --> src/cmu.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use registers; [INFO] [stdout] | ^^^^^^^^^ no external crate `registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `registers` [INFO] [stdout] --> src/gpio.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use registers; [INFO] [stdout] | ^^^^^^^^^ no external crate `registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `registers` [INFO] [stdout] --> src/timer.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use registers; [INFO] [stdout] | ^^^^^^^^^ no external crate `registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `registers` [INFO] [stdout] --> src/cmu.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use registers; [INFO] [stdout] | ^^^^^^^^^ no external crate `registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `registers` [INFO] [stdout] --> src/gpio.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use registers; [INFO] [stdout] | ^^^^^^^^^ no external crate `registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `registers` [INFO] [stdout] --> src/timer.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use registers; [INFO] [stdout] | ^^^^^^^^^ no external crate `registers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::gpio` [INFO] [stdout] --> src/timer.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 333 | use crate::gpio; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::gpio` [INFO] [stdout] --> src/timer.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 333 | use crate::gpio; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | type Output: digital::OutputPin + digital::StatefulOutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:44:39 [INFO] [stdout] | [INFO] [stdout] 44 | type Output: digital::OutputPin + digital::StatefulOutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | type Input: digital::InputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | impl digital::OutputPin for $PXi { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | impl digital::StatefulOutputPin for $PXi { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | impl digital::InputPin for $PXi { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | type Output: digital::OutputPin + digital::StatefulOutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:44:39 [INFO] [stdout] | [INFO] [stdout] 44 | type Output: digital::OutputPin + digital::StatefulOutputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | type Input: digital::InputPin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | impl digital::OutputPin for $PXi { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | impl digital::StatefulOutputPin for $PXi { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `embedded_hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | impl digital::InputPin for $PXi { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | impl embedded_hal::Pwm for $TimerN { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self, _: ::Channel) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | impl embedded_hal::Pwm for $TimerN { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self, _: ::Channel) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | impl embedded_hal::Pwm for $TimerN { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self, _: ::Channel) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 328 | timer!(TIMER0, TIMER0Clk, Timer0, timer0); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | impl embedded_hal::Pwm for $TimerN { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self, _: ::Channel) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `disable` [INFO] [stdout] --> src/timer.rs:247:1 [INFO] [stdout] | [INFO] [stdout] 247 | impl

embedded_hal::PwmPin for RoutedTimerChannel<$TimerN, $ChannelX, P> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `disable` in implementation [INFO] [stdout] ... [INFO] [stdout] 329 | timer!(TIMER1, TIMER1Clk, Timer1, timer1); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] = help: implement the missing item: `fn disable(&mut self) { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/cmu.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | fn get_frequency(&self) -> Hertz { [INFO] [stdout] | ------------- ^^^^^ expected struct `Hertz`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/cmu.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | fn get_frequency(&self) -> Hertz { [INFO] [stdout] | ------------- ^^^^^ expected struct `Hertz`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:109:31 [INFO] [stdout] | [INFO] [stdout] 109 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:109:31 [INFO] [stdout] | [INFO] [stdout] 109 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:120:31 [INFO] [stdout] | [INFO] [stdout] 120 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `embedded_hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:120:31 [INFO] [stdout] | [INFO] [stdout] 120 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | / gpio!([ [INFO] [stdout] 176 | | PA0: (pa0, 0, pa_din, pa_dout, mode0, pa_model), [INFO] [stdout] 177 | | PA1: (pa1, 1, pa_din, pa_dout, mode1, pa_model), [INFO] [stdout] 178 | | PA2: (pa2, 2, pa_din, pa_dout, mode2, pa_model), [INFO] [stdout] ... | [INFO] [stdout] 271 | | PF15: (pf15, 15, pf_din, pf_dout, mode15, pf_modeh), [INFO] [stdout] 272 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0308, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0308, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `efm32gg-hal` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "318415de188ec5ae422ab85b1b83f0a6991a2eae1d91c79bbef54a9fdc4fae26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "318415de188ec5ae422ab85b1b83f0a6991a2eae1d91c79bbef54a9fdc4fae26", kill_on_drop: false }` [INFO] [stdout] 318415de188ec5ae422ab85b1b83f0a6991a2eae1d91c79bbef54a9fdc4fae26