[INFO] fetching crate efm32gg-hal 0.3.0... [INFO] testing efm32gg-hal-0.3.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate efm32gg-hal 0.3.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate efm32gg-hal 0.3.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "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] 5ad19d37b8eab29a8f2b4fdb8ef1421d84ccb4e12ed45c40f1b6344c90139cbd [INFO] running `Command { std: "docker" "start" "-a" "5ad19d37b8eab29a8f2b4fdb8ef1421d84ccb4e12ed45c40f1b6344c90139cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ad19d37b8eab29a8f2b4fdb8ef1421d84ccb4e12ed45c40f1b6344c90139cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ad19d37b8eab29a8f2b4fdb8ef1421d84ccb4e12ed45c40f1b6344c90139cbd", kill_on_drop: false }` [INFO] [stdout] 5ad19d37b8eab29a8f2b4fdb8ef1421d84ccb4e12ed45c40f1b6344c90139cbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6db8f7258c76980f80651d60ee45e3675785afd796bc7e58242bcc140471976f [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" "6db8f7258c76980f80651d60ee45e3675785afd796bc7e58242bcc140471976f", kill_on_drop: false }` [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling cortex-m v0.5.11 [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 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: 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:27 [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:48 [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:26 [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:31 [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 the macro `gpio` (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:31 [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 the macro `gpio` (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:31 [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 the macro `gpio` (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 the macro `timer` (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 the macro `timerchannel` (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 the macro `timerchannel` (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 the macro `timerchannel` (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 the macro `timer` (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 the macro `timerchannel` (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 the macro `timerchannel` (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 the macro `timerchannel` (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] 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 the macro `gpio` (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 the macro `gpio` (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` due to 13 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "6db8f7258c76980f80651d60ee45e3675785afd796bc7e58242bcc140471976f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db8f7258c76980f80651d60ee45e3675785afd796bc7e58242bcc140471976f", kill_on_drop: false }` [INFO] [stdout] 6db8f7258c76980f80651d60ee45e3675785afd796bc7e58242bcc140471976f