[INFO] crate efm32gg-hal 0.3.0 is already in cache [INFO] testing efm32gg-hal-0.3.0 against 1.45.2 for beta-1.46-1 [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 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d5876d68a6727ca88f157dde9e79536d7dd34aefc9e340b8d5badfca6577c54 [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" "5d5876d68a6727ca88f157dde9e79536d7dd34aefc9e340b8d5badfca6577c54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d5876d68a6727ca88f157dde9e79536d7dd34aefc9e340b8d5badfca6577c54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d5876d68a6727ca88f157dde9e79536d7dd34aefc9e340b8d5badfca6577c54", kill_on_drop: false }` [INFO] [stdout] 5d5876d68a6727ca88f157dde9e79536d7dd34aefc9e340b8d5badfca6577c54 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84ad2a70ca1ad5bc5004157a7ed5516b24d1bf8b70b66ff8164bfe1f4bdcbc89 [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" "84ad2a70ca1ad5bc5004157a7ed5516b24d1bf8b70b66ff8164bfe1f4bdcbc89", kill_on_drop: false }` [INFO] [stderr] Compiling 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 `registers` external crate [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 `registers` external crate [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 `registers` external crate [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 item '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 item '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 item '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 item '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 item '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 item '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[E0308]: mismatched types [INFO] [stdout] --> src/cmu.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | fn get_frequency(&self) -> Hertz { [INFO] [stdout] | ------------- ^^^^^ expected struct `time_util::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 item '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 item '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] [stderr] error: could not compile `efm32gg-hal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "84ad2a70ca1ad5bc5004157a7ed5516b24d1bf8b70b66ff8164bfe1f4bdcbc89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84ad2a70ca1ad5bc5004157a7ed5516b24d1bf8b70b66ff8164bfe1f4bdcbc89", kill_on_drop: false }` [INFO] [stdout] 84ad2a70ca1ad5bc5004157a7ed5516b24d1bf8b70b66ff8164bfe1f4bdcbc89