[INFO] fetching crate stm32l0x1-hal 0.9.0... [INFO] testing stm32l0x1-hal-0.9.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate stm32l0x1-hal 0.9.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate stm32l0x1-hal 0.9.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0d3cbf93aec50cc1d722d545cb2bfe82a32741da74c61b8c9bed15222c3ced6 [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" "e0d3cbf93aec50cc1d722d545cb2bfe82a32741da74c61b8c9bed15222c3ced6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0d3cbf93aec50cc1d722d545cb2bfe82a32741da74c61b8c9bed15222c3ced6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0d3cbf93aec50cc1d722d545cb2bfe82a32741da74c61b8c9bed15222c3ced6", kill_on_drop: false }` [INFO] [stdout] e0d3cbf93aec50cc1d722d545cb2bfe82a32741da74c61b8c9bed15222c3ced6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1de7727a473df4173896d2e94062a833bd3fb1e3f14a09df410d97e52016327a [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" "1de7727a473df4173896d2e94062a833bd3fb1e3f14a09df410d97e52016327a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling stm32l0 v0.11.0 [INFO] [stderr] Compiling flash-embedded-hal v0.1.2 [INFO] [stderr] Compiling embedded-hal v1.0.0-alpha.7 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling stm32l0x1-hal v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `hal::adc::Channel`, `hal::adc::OneShot` [INFO] [stdout] --> src/adc.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | use hal::adc::{Channel, OneShot}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^ no `OneShot` in `adc` [INFO] [stdout] | | [INFO] [stdout] | no `Channel` in `adc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `blocking` in `hal` [INFO] [stdout] --> src/i2c/mod.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | use hal::blocking::i2c::{Write, WriteRead}; [INFO] [stdout] | ^^^^^^^^ could not find `blocking` in `hal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hal::digital::InputPin`, `hal::digital::OutputPin`, `hal::digital::StatefulOutputPin` [INFO] [stdout] --> src/gpio.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `StatefulOutputPin` in `digital` [INFO] [stdout] | | | [INFO] [stdout] | | no `OutputPin` in `digital` [INFO] [stdout] | no `InputPin` in `digital` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hal::serial::Read`, `hal::serial::Write` [INFO] [stdout] --> src/serial/mod.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | use hal::serial::{Read, Write}; [INFO] [stdout] | ^^^^ ^^^^^ no `Write` in `serial` [INFO] [stdout] | | [INFO] [stdout] | no `Read` in `serial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hal::timer` [INFO] [stdout] --> src/timer.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use hal::timer::*; [INFO] [stdout] | ^^^^^ could not find `timer` in `hal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Write` in this scope [INFO] [stdout] --> src/i2c/mod.rs:265:24 [INFO] [stdout] | [INFO] [stdout] 265 | impl Write for I2c<$I2CX, PINS> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 376 | / hal! { [INFO] [stdout] 377 | | I2C1: (i2c1, i2c1en, i2c1rst, i2c1sel), [INFO] [stdout] 378 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `hal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 40 | use core::fmt::Write; [INFO] [stdout] | [INFO] [stdout] 40 | use hal::serial::blocking::Write; [INFO] [stdout] | [INFO] [stdout] 40 | use hal::serial::nb::Write; [INFO] [stdout] | [INFO] [stdout] 40 | use hal::spi::blocking::Write; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WriteRead` in this scope [INFO] [stdout] --> src/i2c/mod.rs:304:24 [INFO] [stdout] | [INFO] [stdout] 304 | impl WriteRead for I2c<$I2CX, PINS> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 376 | / hal! { [INFO] [stdout] 377 | | I2C1: (i2c1, i2c1en, i2c1rst, i2c1sel), [INFO] [stdout] 378 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `hal` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Periodic` in this scope [INFO] [stdout] --> src/timer.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | impl Periodic for Timer<$TIMX> {} [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 143 | / impl_timer! { [INFO] [stdout] 144 | | TIM2: (tim2, APB1, apb1, tim2en, tim2rst), [INFO] [stdout] 145 | | TIM21: (tim21, APB2, apb2, tim21en, tim21rst), [INFO] [stdout] 146 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_timer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Cancel` in this scope [INFO] [stdout] --> src/timer.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | impl Cancel for Timer<$TIMX> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 143 | / impl_timer! { [INFO] [stdout] 144 | | TIM2: (tim2, APB1, apb1, tim2en, tim2rst), [INFO] [stdout] 145 | | TIM21: (tim21, APB2, apb2, tim21en, tim21rst), [INFO] [stdout] 146 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_timer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `CountDown` in this scope [INFO] [stdout] --> src/timer.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | impl CountDown for Timer<$TIMX> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 143 | / impl_timer! { [INFO] [stdout] 144 | | TIM2: (tim2, APB1, apb1, tim2en, tim2rst), [INFO] [stdout] 145 | | TIM21: (tim21, APB2, apb2, tim21en, tim21rst), [INFO] [stdout] 146 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_timer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32l0x1-hal` due to 11 previous errors [INFO] running `Command { std: "docker" "inspect" "1de7727a473df4173896d2e94062a833bd3fb1e3f14a09df410d97e52016327a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1de7727a473df4173896d2e94062a833bd3fb1e3f14a09df410d97e52016327a", kill_on_drop: false }` [INFO] [stdout] 1de7727a473df4173896d2e94062a833bd3fb1e3f14a09df410d97e52016327a