[INFO] cloning repository https://github.com/iqlusioninc/armistice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iqlusioninc/armistice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Farmistice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Farmistice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98c0c9679e154e74f792328715ab0f47036302d5 [INFO] testing iqlusioninc/armistice against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiqlusioninc%2Farmistice" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iqlusioninc/armistice on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iqlusioninc/armistice [INFO] finished tweaking git repo https://github.com/iqlusioninc/armistice [INFO] tweaked toml for git repo https://github.com/iqlusioninc/armistice written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/iqlusioninc/armistice already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/iqlusioninc/usbarmory.rs.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded p256 v0.3.0 [INFO] [stderr] Downloaded displaydoc v0.1.6 [INFO] [stderr] Downloaded vint64 v1.0.1 [INFO] [stderr] Downloaded aead v0.3.1 [INFO] [stderr] Downloaded backtrace v0.3.49 [INFO] [stderr] Downloaded veriform_derive v0.2.0 [INFO] [stderr] Downloaded libusb1-sys v0.3.7 [INFO] [stderr] Downloaded heapless v0.5.5 [INFO] [stderr] Downloaded r0 v1.0.0 [INFO] [stderr] Downloaded rusb v0.6.2 [INFO] [stderr] Downloaded rtic-core v0.3.0 [INFO] [stderr] Downloaded generic-array v0.14.2 [INFO] [stderr] Downloaded usb-device v0.2.5 [INFO] [stderr] Downloaded aes-gcm-siv v0.5.0 [INFO] [stderr] Downloaded tai64 v3.1.0 [INFO] [stderr] Downloaded elliptic-curve v0.4.0 [INFO] [stderr] Downloaded veriform v0.2.0 [INFO] [stderr] Downloaded ecdsa v0.6.1 [INFO] [stderr] Downloaded as-slice v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdab3fed248a0c4cff83309ea2579314f02d85cc51b234a44684ed2b7cf51049 [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" "bdab3fed248a0c4cff83309ea2579314f02d85cc51b234a44684ed2b7cf51049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdab3fed248a0c4cff83309ea2579314f02d85cc51b234a44684ed2b7cf51049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdab3fed248a0c4cff83309ea2579314f02d85cc51b234a44684ed2b7cf51049", kill_on_drop: false }` [INFO] [stdout] bdab3fed248a0c4cff83309ea2579314f02d85cc51b234a44684ed2b7cf51049 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eb901a4dfe9d06eb482afadc1a994fa015cfa21fb276c1483dec240c04ab54ea [INFO] running `Command { std: "docker" "start" "-a" "eb901a4dfe9d06eb482afadc1a994fa015cfa21fb276c1483dec240c04ab54ea", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling heapless v0.5.5 [INFO] [stderr] Compiling adler32 v1.1.0 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling cortex-a v0.0.0 (https://github.com/iqlusioninc/usbarmory.rs.git?branch=develop#692433d1) [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling imx6ul-pac v0.0.0 (https://github.com/iqlusioninc/usbarmory.rs.git?branch=develop#692433d1) [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling r0 v1.0.0 [INFO] [stderr] Compiling vint64 v1.0.1 [INFO] [stderr] Compiling consts v0.0.0 (https://github.com/iqlusioninc/usbarmory.rs.git?branch=develop#692433d1) [INFO] [stderr] Compiling tai64 v3.1.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling usb-device v0.2.5 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling signature v1.1.0 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling rtic-core v0.3.0 [INFO] [stderr] Compiling generic-array v0.14.2 [INFO] [stderr] Compiling c-stubs v0.0.0 (https://github.com/iqlusioninc/usbarmory.rs.git?branch=develop#692433d1) [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] error: failed to run custom build command for `cortex-a v0.0.0 (https://github.com/iqlusioninc/usbarmory.rs.git?branch=develop#692433d1)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/cortex-a-7dbe5f7b12ffaaf6/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "eb901a4dfe9d06eb482afadc1a994fa015cfa21fb276c1483dec240c04ab54ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb901a4dfe9d06eb482afadc1a994fa015cfa21fb276c1483dec240c04ab54ea", kill_on_drop: false }` [INFO] [stdout] eb901a4dfe9d06eb482afadc1a994fa015cfa21fb276c1483dec240c04ab54ea