[INFO] crate tm1637 0.1.0 is already in cache [INFO] testing tm1637-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate tm1637 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate tm1637 0.1.0 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 tm1637 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate tm1637 0.1.0 [INFO] tweaked toml for crates.io crate tm1637 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate tm1637 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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] 38174e3040ea7b0dee26bf0492bbb5218cd97a87b7f15b116e3bc0592bf5e446 [INFO] running `"docker" "start" "-a" "38174e3040ea7b0dee26bf0492bbb5218cd97a87b7f15b116e3bc0592bf5e446"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nb v0.1.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling embedded-hal v0.2.3 [INFO] [stderr] Compiling tm1637 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "38174e3040ea7b0dee26bf0492bbb5218cd97a87b7f15b116e3bc0592bf5e446"` [INFO] running `"docker" "rm" "-f" "38174e3040ea7b0dee26bf0492bbb5218cd97a87b7f15b116e3bc0592bf5e446"` [INFO] [stdout] 38174e3040ea7b0dee26bf0492bbb5218cd97a87b7f15b116e3bc0592bf5e446 [INFO] running `"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" "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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b8573e28e52594f94888c8f866f8fcdf8b2751afa5d50d9d8ab564356114019f [INFO] running `"docker" "start" "-a" "b8573e28e52594f94888c8f866f8fcdf8b2751afa5d50d9d8ab564356114019f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling cortex-m-rt v0.6.12 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling cortex-m-rt-macros v0.1.8 [INFO] [stderr] Compiling tm1637 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `stm32f103xx_hal` [INFO] [stderr] --> examples/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate stm32f103xx_hal as hal; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `tm1637`. [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: build failed [INFO] running `"docker" "inspect" "b8573e28e52594f94888c8f866f8fcdf8b2751afa5d50d9d8ab564356114019f"` [INFO] running `"docker" "rm" "-f" "b8573e28e52594f94888c8f866f8fcdf8b2751afa5d50d9d8ab564356114019f"` [INFO] [stdout] b8573e28e52594f94888c8f866f8fcdf8b2751afa5d50d9d8ab564356114019f