[INFO] fetching crate stm32l0x1-hal 0.9.0... [INFO] checking stm32l0x1-hal-0.9.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate stm32l0x1-hal 0.9.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate stm32l0x1-hal 0.9.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-11/source/.cargo/config [INFO] started tweaking crates.io crate stm32l0x1-hal 0.9.0 [INFO] finished tweaking crates.io crate stm32l0x1-hal 0.9.0 [INFO] tweaked toml for crates.io crate stm32l0x1-hal 0.9.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded flash-embedded-hal v0.1.2 [INFO] [stderr] Downloaded stm32l0 v0.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 385a78b256895d22b992179560fc6ef7e5eba54f78a13a2a2559f0469492e712 [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" "385a78b256895d22b992179560fc6ef7e5eba54f78a13a2a2559f0469492e712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "385a78b256895d22b992179560fc6ef7e5eba54f78a13a2a2559f0469492e712", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "385a78b256895d22b992179560fc6ef7e5eba54f78a13a2a2559f0469492e712", kill_on_drop: false }` [INFO] [stdout] 385a78b256895d22b992179560fc6ef7e5eba54f78a13a2a2559f0469492e712 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 761e616886a2e30d81b796547f4aa0d304a6ebcb72264c252cb628b5f2c152dc [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" "761e616886a2e30d81b796547f4aa0d304a6ebcb72264c252cb628b5f2c152dc", kill_on_drop: false }` [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling stm32l0 v0.11.0 [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking flash-embedded-hal v0.1.2 [INFO] [stderr] Checking cast v0.2.3 [INFO] [stderr] Checking embedded-hal v1.0.0-alpha.4 [INFO] [stderr] Checking cortex-m-rt v0.6.13 [INFO] [stderr] Checking stm32l0x1-hal v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 208 | adc_pin!(PA0, 0); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 209 | adc_pin!(PA1, 1); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 210 | adc_pin!(PA2, 2); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 211 | adc_pin!(PA3, 3); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 212 | adc_pin!(PA4, 4); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 213 | adc_pin!(PA5, 5); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 214 | adc_pin!(PA6, 6); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 215 | adc_pin!(PA7, 7); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 216 | adc_pin!(PB0, 8); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 217 | adc_pin!(PB1, 9); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 208 | adc_pin!(PA0, 0); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 209 | adc_pin!(PA1, 1); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 210 | adc_pin!(PA2, 2); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 211 | adc_pin!(PA3, 3); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 212 | adc_pin!(PA4, 4); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 213 | adc_pin!(PA5, 5); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 214 | adc_pin!(PA6, 6); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 215 | adc_pin!(PA7, 7); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 216 | adc_pin!(PB0, 8); [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] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `CHANNEL` is not a member of trait `Channel` [INFO] [stdout] --> src/adc.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | const CHANNEL: u8 = $i; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Channel` [INFO] [stdout] ... [INFO] [stdout] 217 | adc_pin!(PB1, 9); [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] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 208 | adc_pin!(PA0, 0); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 209 | adc_pin!(PA1, 1); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 210 | adc_pin!(PA2, 2); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 211 | adc_pin!(PA3, 3); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 212 | adc_pin!(PA4, 4); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 213 | adc_pin!(PA5, 5); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 214 | adc_pin!(PA6, 6); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 215 | adc_pin!(PA7, 7); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 216 | adc_pin!(PB0, 8); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 217 | adc_pin!(PB1, 9); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 208 | adc_pin!(PA0, 0); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 209 | adc_pin!(PA1, 1); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 210 | adc_pin!(PA2, 2); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 211 | adc_pin!(PA3, 3); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 212 | adc_pin!(PA4, 4); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 213 | adc_pin!(PA5, 5); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 214 | adc_pin!(PA6, 6); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 215 | adc_pin!(PA7, 7); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 216 | adc_pin!(PB0, 8); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `channel` [INFO] [stdout] --> src/adc.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | / impl Channel> for $PXi [INFO] [stdout] 198 | | where [INFO] [stdout] 199 | | MODE: RunMode, [INFO] [stdout] 200 | | RES: Resolution, [INFO] [stdout] ... | [INFO] [stdout] 203 | | const CHANNEL: u8 = $i; [INFO] [stdout] 204 | | } [INFO] [stdout] | |_________^ missing `channel` in implementation [INFO] [stdout] ... [INFO] [stdout] 217 | adc_pin!(PB1, 9); [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 channel(&self) -> >::ID { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `CHANNEL` found for type parameter `PIN` in the current scope [INFO] [stdout] --> src/adc.rs:271:30 [INFO] [stdout] | [INFO] [stdout] 271 | let chan = 1 << PIN::CHANNEL; [INFO] [stdout] | ^^^^^^^ associated item not found in `PIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `CHANNEL` found for type parameter `PIN` in the current scope [INFO] [stdout] --> src/adc.rs:271:30 [INFO] [stdout] | [INFO] [stdout] 271 | let chan = 1 << PIN::CHANNEL; [INFO] [stdout] | ^^^^^^^ associated item not found in `PIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `CHANNEL` found for type parameter `PIN` in the current scope [INFO] [stdout] --> src/adc.rs:297:58 [INFO] [stdout] | [INFO] [stdout] 297 | .write(|w| unsafe { w.bits(1 << PIN::CHANNEL) }); [INFO] [stdout] | ^^^^^^^ associated item not found in `PIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `CHANNEL` found for type parameter `PIN` in the current scope [INFO] [stdout] --> src/adc.rs:297:58 [INFO] [stdout] | [INFO] [stdout] 297 | .write(|w| unsafe { w.bits(1 << PIN::CHANNEL) }); [INFO] [stdout] | ^^^^^^^ associated item not found in `PIN` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0438, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32l0x1-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] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0438, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "761e616886a2e30d81b796547f4aa0d304a6ebcb72264c252cb628b5f2c152dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "761e616886a2e30d81b796547f4aa0d304a6ebcb72264c252cb628b5f2c152dc", kill_on_drop: false }` [INFO] [stdout] 761e616886a2e30d81b796547f4aa0d304a6ebcb72264c252cb628b5f2c152dc