[INFO] fetching crate atsamd-hal 0.10.1... [INFO] checking atsamd-hal-0.10.1 against beta for pr-78714 [INFO] extracting crate atsamd-hal 0.10.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate atsamd-hal 0.10.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate atsamd-hal 0.10.1 [INFO] finished tweaking crates.io crate atsamd-hal 0.10.1 [INFO] tweaked toml for crates.io crate atsamd-hal 0.10.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d74128af6f02d6caeb724d0a9972e9daa5f4a5a18abbe42b6c6e7c94fb06828b [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" "d74128af6f02d6caeb724d0a9972e9daa5f4a5a18abbe42b6c6e7c94fb06828b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d74128af6f02d6caeb724d0a9972e9daa5f4a5a18abbe42b6c6e7c94fb06828b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d74128af6f02d6caeb724d0a9972e9daa5f4a5a18abbe42b6c6e7c94fb06828b", kill_on_drop: false }` [INFO] [stdout] d74128af6f02d6caeb724d0a9972e9daa5f4a5a18abbe42b6c6e7c94fb06828b [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=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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b15f6e111a410b83861f061bc1d748c98aa399a7444fd158a2099f46b52d214 [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" "6b15f6e111a410b83861f061bc1d748c98aa399a7444fd158a2099f46b52d214", kill_on_drop: false }` [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.4 [INFO] [stderr] Checking atsamd-hal v0.10.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::clock` [INFO] [stdout] --> src/common/delay.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::clock::GenericClockController; [INFO] [stdout] | ^^^^^ maybe a missing crate `clock`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::gpio` [INFO] [stdout] --> src/common/pad.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gpio::Port; [INFO] [stdout] | ^^^^ maybe a missing crate `gpio`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::gpio` [INFO] [stdout] --> src/common/prelude.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | pub use crate::gpio::GpioExt as _atsamd21_hal_gpio_GpioExt; [INFO] [stdout] | ^^^^ maybe a missing crate `gpio`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPI` in this scope [INFO] [stdout] --> src/common/spi_common.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | fn spi(&self) -> &SPI; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPI` in this scope [INFO] [stdout] --> src/common/spi_common.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | fn spi_mut(&mut self) -> &SPI; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/common/pad.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / macro_rules! pad { [INFO] [stdout] 14 | | ($PadType:ident { [INFO] [stdout] 15 | | $( [INFO] [stdout] 16 | | $( #[$attr:meta] )* [INFO] [stdout] ... | [INFO] [stdout] 44 | | }; [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::clock` [INFO] [stdout] --> src/common/delay.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::clock::GenericClockController; [INFO] [stdout] | ^^^^^ maybe a missing crate `clock`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::gpio` [INFO] [stdout] --> src/common/pad.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::gpio::Port; [INFO] [stdout] | ^^^^ maybe a missing crate `gpio`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::gpio` [INFO] [stdout] --> src/common/prelude.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | pub use crate::gpio::GpioExt as _atsamd21_hal_gpio_GpioExt; [INFO] [stdout] | ^^^^ maybe a missing crate `gpio`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPI` in this scope [INFO] [stdout] --> src/common/spi_common.rs:13:23 [INFO] [stdout] | [INFO] [stdout] 13 | fn spi(&self) -> &SPI; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SPI` in this scope [INFO] [stdout] --> src/common/spi_common.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | fn spi_mut(&mut self) -> &SPI; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/common/pad.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / macro_rules! pad { [INFO] [stdout] 14 | | ($PadType:ident { [INFO] [stdout] 15 | | $( [INFO] [stdout] 16 | | $( #[$attr:meta] )* [INFO] [stdout] ... | [INFO] [stdout] 44 | | }; [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `atsamd-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 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6b15f6e111a410b83861f061bc1d748c98aa399a7444fd158a2099f46b52d214", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b15f6e111a410b83861f061bc1d748c98aa399a7444fd158a2099f46b52d214", kill_on_drop: false }` [INFO] [stdout] 6b15f6e111a410b83861f061bc1d748c98aa399a7444fd158a2099f46b52d214