[INFO] crate atsamd-hal 0.8.2 is already in cache
[INFO] checking atsamd-hal-0.8.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate atsamd-hal 0.8.2 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate atsamd-hal 0.8.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate atsamd-hal 0.8.2
[INFO] finished tweaking crates.io crate atsamd-hal 0.8.2
[INFO] tweaked toml for crates.io crate atsamd-hal 0.8.2 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0bc0860d9e726126ebe0d2bf6e48b4de078814be2fa2b0d460fd8257508ee4dc
[INFO] running `"docker" "start" "-a" "0bc0860d9e726126ebe0d2bf6e48b4de078814be2fa2b0d460fd8257508ee4dc"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking nb v0.1.2
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking embedded-hal v0.2.3
[INFO] [stderr]    Compiling paste-impl v0.1.10
[INFO] [stderr]     Checking paste v0.1.10
[INFO] [stderr]     Checking atsamd-hal v0.8.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `target_device`?
[INFO] [stderr]   --> src/common/gpio.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::target_device::port::{DIRCLR, DIRSET, OUTCLR, OUTSET, PINCFG0_, PMUX0_};
[INFO] [stderr]    |            ^^^^^^^^^^^^^ maybe a missing crate `target_device`?
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::clock`
[INFO] [stderr]  --> src/common/delay.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::clock::GenericClockController;
[INFO] [stderr]   |            ^^^^^ maybe a missing crate `clock`?
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::target_device`
[INFO] [stderr]   --> src/common/gpio.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | use crate::target_device::PORT;
[INFO] [stderr]    |            ^^^^^^^^^^^^^ maybe a missing crate `target_device`?
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DIRSET` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:403:31
[INFO] [stderr]     |
[INFO] [stderr] 403 |     fn dirset0(&mut self) -> &DIRSET {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DIRCLR` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:406:31
[INFO] [stderr]     |
[INFO] [stderr] 406 |     fn dirclr0(&mut self) -> &DIRCLR {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PINCFG0_` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:409:32
[INFO] [stderr]     |
[INFO] [stderr] 409 |     fn pincfg0(&mut self) -> &[PINCFG0_; 32] {
[INFO] [stderr]     |                                ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `OUTSET` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:412:31
[INFO] [stderr]     |
[INFO] [stderr] 412 |     fn outset0(&mut self) -> &OUTSET {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `OUTCLR` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:415:31
[INFO] [stderr]     |
[INFO] [stderr] 415 |     fn outclr0(&mut self) -> &OUTCLR {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PMUX0_` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:418:30
[INFO] [stderr]     |
[INFO] [stderr] 418 |     fn pmux0(&mut self) -> &[PMUX0_; 16] {
[INFO] [stderr]     |                              ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `target_device`?
[INFO] [stderr]   --> src/common/gpio.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::target_device::port::{DIRCLR, DIRSET, OUTCLR, OUTSET, PINCFG0_, PMUX0_};
[INFO] [stderr]    |            ^^^^^^^^^^^^^ maybe a missing crate `target_device`?
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::clock`
[INFO] [stderr]  --> src/common/delay.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::clock::GenericClockController;
[INFO] [stderr]   |            ^^^^^ maybe a missing crate `clock`?
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::target_device`
[INFO] [stderr]   --> src/common/gpio.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | use crate::target_device::PORT;
[INFO] [stderr]    |            ^^^^^^^^^^^^^ maybe a missing crate `target_device`?
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition
[INFO] [stderr]   --> src/common/pad.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / macro_rules! pad {
[INFO] [stderr] 14 | |     ($PadType:ident {
[INFO] [stderr] 15 | |         $($PinType:ident ($Pf:ident),)+
[INFO] [stderr] 16 | |     }
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | |     };
[INFO] [stderr] 41 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DIRSET` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:403:31
[INFO] [stderr]     |
[INFO] [stderr] 403 |     fn dirset0(&mut self) -> &DIRSET {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DIRCLR` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:406:31
[INFO] [stderr]     |
[INFO] [stderr] 406 |     fn dirclr0(&mut self) -> &DIRCLR {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PINCFG0_` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:409:32
[INFO] [stderr]     |
[INFO] [stderr] 409 |     fn pincfg0(&mut self) -> &[PINCFG0_; 32] {
[INFO] [stderr]     |                                ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `OUTSET` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:412:31
[INFO] [stderr]     |
[INFO] [stderr] 412 |     fn outset0(&mut self) -> &OUTSET {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `OUTCLR` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:415:31
[INFO] [stderr]     |
[INFO] [stderr] 415 |     fn outclr0(&mut self) -> &OUTCLR {
[INFO] [stderr]     |                               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PMUX0_` in this scope
[INFO] [stderr]    --> src/common/gpio.rs:418:30
[INFO] [stderr]     |
[INFO] [stderr] 418 |     fn pmux0(&mut self) -> &[PMUX0_; 16] {
[INFO] [stderr]     |                              ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition
[INFO] [stderr]   --> src/common/pad.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / macro_rules! pad {
[INFO] [stderr] 14 | |     ($PadType:ident {
[INFO] [stderr] 15 | |         $($PinType:ident ($Pf:ident),)+
[INFO] [stderr] 16 | |     }
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | |     };
[INFO] [stderr] 41 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[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] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `atsamd-hal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "0bc0860d9e726126ebe0d2bf6e48b4de078814be2fa2b0d460fd8257508ee4dc"`
[INFO] running `"docker" "rm" "-f" "0bc0860d9e726126ebe0d2bf6e48b4de078814be2fa2b0d460fd8257508ee4dc"`
[INFO] [stdout] 0bc0860d9e726126ebe0d2bf6e48b4de078814be2fa2b0d460fd8257508ee4dc
