[INFO] fetching crate samd-timer 0.2.0... [INFO] checking samd-timer-0.2.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate samd-timer 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate samd-timer 0.2.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate samd-timer 0.2.0 [INFO] finished tweaking crates.io crate samd-timer 0.2.0 [INFO] tweaked toml for crates.io crate samd-timer 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 10fcecb0d0c5656172848d70bf0ac214bd4b2b99f2c8cf9593d3abc411a98589 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "10fcecb0d0c5656172848d70bf0ac214bd4b2b99f2c8cf9593d3abc411a98589"` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking vcell v0.1.2 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] Checking embedded-hal v0.2.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking as-slice v0.1.3 [INFO] [stderr] Checking aligned v0.3.2 [INFO] [stderr] Compiling paste-impl v0.1.11 [INFO] [stderr] Compiling smart-default v0.6.0 [INFO] [stderr] Checking paste v0.1.11 [INFO] [stderr] Checking atsamd-hal v0.8.2 [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `target_device`? [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/atsamd-hal-0.8.2/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: 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" "10fcecb0d0c5656172848d70bf0ac214bd4b2b99f2c8cf9593d3abc411a98589"` [INFO] running `"docker" "rm" "-f" "10fcecb0d0c5656172848d70bf0ac214bd4b2b99f2c8cf9593d3abc411a98589"` [INFO] [stdout] 10fcecb0d0c5656172848d70bf0ac214bd4b2b99f2c8cf9593d3abc411a98589