[INFO] cloning repository https://github.com/neilisaac/stm32f469ni-rtic-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neilisaac/stm32f469ni-rtic-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example/hooks/: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/neilisaac/stm32f469ni-rtic-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neilisaac/stm32f469ni-rtic-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 2) [INFO] cloning repository https://github.com/neilisaac/stm32f469ni-rtic-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neilisaac/stm32f469ni-rtic-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 3) [INFO] cloning repository https://github.com/neilisaac/stm32f469ni-rtic-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neilisaac/stm32f469ni-rtic-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 199e666b45af82800636d60a19758de28803ba6e [INFO] checking neilisaac/stm32f469ni-rtic-example against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilisaac%2Fstm32f469ni-rtic-example" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/neilisaac/stm32f469ni-rtic-example [INFO] finished tweaking git repo https://github.com/neilisaac/stm32f469ni-rtic-example [INFO] tweaked toml for git repo https://github.com/neilisaac/stm32f469ni-rtic-example written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/neilisaac/stm32f469ni-rtic-example on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/neilisaac/stm32f469ni-rtic-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rtic-core v1.0.0 [INFO] [stderr] Downloaded embedded-hal-nb v1.0.0-rc.1 [INFO] [stderr] Downloaded embedded-storage v0.3.0 [INFO] [stderr] Downloaded rtic-monotonic v1.0.0 [INFO] [stderr] Downloaded systick-monotonic v1.0.1 [INFO] [stderr] Downloaded rtic-syntax v1.0.3 [INFO] [stderr] Downloaded cortex-m-rtic-macros v1.1.6 [INFO] [stderr] Downloaded embedded-hal v1.0.0-rc.1 [INFO] [stderr] Downloaded inverted-pin v0.2.0 [INFO] [stderr] Downloaded cortex-m-rtic v1.1.4 [INFO] [stderr] Downloaded stm32f4xx-hal v0.18.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 17643df5b5e1f1fcaf099f2a368acc7e3f30f1f02c17faab0b9793c5e24bd606 [INFO] running `Command { std: "docker" "start" "-a" "17643df5b5e1f1fcaf099f2a368acc7e3f30f1f02c17faab0b9793c5e24bd606", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17643df5b5e1f1fcaf099f2a368acc7e3f30f1f02c17faab0b9793c5e24bd606", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17643df5b5e1f1fcaf099f2a368acc7e3f30f1f02c17faab0b9793c5e24bd606", kill_on_drop: false }` [INFO] [stdout] 17643df5b5e1f1fcaf099f2a368acc7e3f30f1f02c17faab0b9793c5e24bd606 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71bec960b95970a2830203b0a2a04a29f9bfe1c9614494865ebb7c06e77f43b2 [INFO] running `Command { std: "docker" "start" "-a" "71bec960b95970a2830203b0a2a04a29f9bfe1c9614494865ebb7c06e77f43b2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling defmt v0.3.5 [INFO] [stderr] Compiling defmt-macros v0.3.6 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cortex-m v0.7.7 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Checking critical-section v1.1.2 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking volatile-register v0.2.2 [INFO] [stderr] Compiling cortex-m-rt v0.7.3 [INFO] [stderr] Checking gcd v2.3.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking rtic-monotonic v1.0.0 [INFO] [stderr] Compiling stm32f4 v0.15.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking bare-metal v1.0.0 [INFO] [stderr] Checking deranged v0.3.9 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/semver-79cf5947221ee1dd.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/semver-79cf5947221ee1dd/dep-lib-semver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCQP05p" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bare-metal` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rustc_version` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/bin/rustc --crate-name rustc_version --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=531138b2c6905120 -C extra-filename=-e619d5be3496fdf1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern semver=/opt/rustwide/target/debug/deps/libsemver-79cf5947221ee1dd.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `proc-macro-error-attr` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8eacaa954efb9f63 -C extra-filename=-252dfd0cde6816e7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-7acd4cf30f1a55b9.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-77abab44c8daf8b5.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libsyn-765b7a677bc11fa3.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "71bec960b95970a2830203b0a2a04a29f9bfe1c9614494865ebb7c06e77f43b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71bec960b95970a2830203b0a2a04a29f9bfe1c9614494865ebb7c06e77f43b2", kill_on_drop: false }` [INFO] [stdout] 71bec960b95970a2830203b0a2a04a29f9bfe1c9614494865ebb7c06e77f43b2