[INFO] fetching crate atsamx7x-hal 0.0.2... [INFO] testing atsamx7x-hal-0.0.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate atsamx7x-hal 0.0.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate atsamx7x-hal 0.0.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate atsamx7x-hal 0.0.2 [INFO] finished tweaking crates.io crate atsamx7x-hal 0.0.2 [INFO] tweaked toml for crates.io crate atsamx7x-hal 0.0.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d104bea15abaa95bd34e8a63fcdd124f103ac501344c97eeeda0632a00c92240 [INFO] running `"docker" "start" "-a" "d104bea15abaa95bd34e8a63fcdd124f103ac501344c97eeeda0632a00c92240"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling atsamx7x-hal v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `target_device`? [INFO] [stderr] --> src/serial.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | use crate::target_device::{ [INFO] [stderr] | ^^^^^^^^^^^^^ maybe a missing crate `target_device`? [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::target_device` [INFO] [stderr] --> src/serial.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::target_device::{ UART0, UART1, UART2, USART0, USART1 }; [INFO] [stderr] | ^^^^^^^^^^^^^ maybe a missing crate `target_device`? [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UARTRegisterBlock` in this scope [INFO] [stderr] --> src/serial.rs:150:22 [INFO] [stderr] | [INFO] [stderr] 150 | fn write_uart(regs: &UARTRegisterBlock, word: u8) -> nb::Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `USARTRegisterBlock` in this scope [INFO] [stderr] --> src/serial.rs:160:23 [INFO] [stderr] | [INFO] [stderr] 160 | fn write_usart(regs: &USARTRegisterBlock, word: u8) -> nb::Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UARTRegisterBlock` in this scope [INFO] [stderr] --> src/serial.rs:170:22 [INFO] [stderr] | [INFO] [stderr] 170 | fn flush_uart(regs: &UARTRegisterBlock) -> nb::Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `USARTRegisterBlock` in this scope [INFO] [stderr] --> src/serial.rs:178:23 [INFO] [stderr] | [INFO] [stderr] 178 | fn flush_usart(regs: &USARTRegisterBlock) -> nb::Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 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 `atsamx7x-hal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d104bea15abaa95bd34e8a63fcdd124f103ac501344c97eeeda0632a00c92240"` [INFO] running `"docker" "rm" "-f" "d104bea15abaa95bd34e8a63fcdd124f103ac501344c97eeeda0632a00c92240"` [INFO] [stdout] d104bea15abaa95bd34e8a63fcdd124f103ac501344c97eeeda0632a00c92240