[INFO] cloning repository https://github.com/planet0104/rp2040-st7735-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/planet0104/rp2040-st7735-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Frp2040-st7735-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Frp2040-st7735-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1afc441dd87446ef305e2714242429952dad668f [INFO] checking planet0104/rp2040-st7735-demo against master#2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48 for pr-142723 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Frp2040-st7735-demo" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/planet0104/rp2040-st7735-demo on toolchain 2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/planet0104/rp2040-st7735-demo [INFO] finished tweaking git repo https://github.com/planet0104/rp2040-st7735-demo [INFO] tweaked toml for git repo https://github.com/planet0104/rp2040-st7735-demo written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/planet0104/rp2040-st7735-demo 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" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rp-pico v0.9.0 [INFO] [stderr] Downloaded st7735-lcd v0.8.1 [INFO] [stderr] Downloaded crc-any v2.4.4 [INFO] [stderr] Downloaded cortex-m-rt v0.7.4 [INFO] [stderr] Downloaded rp2040-hal v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b331028eb64218c8c9694af5839b8a4c83a475dbd1a7e0950d023d3ceb96cd8a [INFO] running `Command { std: "docker" "start" "-a" "b331028eb64218c8c9694af5839b8a4c83a475dbd1a7e0950d023d3ceb96cd8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b331028eb64218c8c9694af5839b8a4c83a475dbd1a7e0950d023d3ceb96cd8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b331028eb64218c8c9694af5839b8a4c83a475dbd1a7e0950d023d3ceb96cd8a", kill_on_drop: false }` [INFO] [stdout] b331028eb64218c8c9694af5839b8a4c83a475dbd1a7e0950d023d3ceb96cd8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba1e6af875e219317758713bc1f92e13a4af87393a88d07f44bce9849a9283e3 [INFO] running `Command { std: "docker" "start" "-a" "ba1e6af875e219317758713bc1f92e13a4af87393a88d07f44bce9849a9283e3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cortex-m-rt v0.7.4 [INFO] [stderr] Checking nb v1.1.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling cortex-m v0.7.7 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Checking embedded-hal v0.2.7 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling debug-helper v0.3.13 [INFO] [stderr] Compiling frunk_core v0.4.2 [INFO] [stderr] Compiling defmt v0.3.6 [INFO] [stderr] Compiling syn v2.0.59 [INFO] [stderr] Compiling crc-any v2.4.4 [INFO] [stderr] Checking volatile-register v0.2.1 [INFO] [stderr] Checking hash32 v0.3.1 [INFO] [stderr] Compiling rp2040-pac v0.6.0 [INFO] [stderr] Checking embedded-hal v1.0.0 [INFO] [stderr] Compiling defmt-macros v0.3.7 [INFO] [stderr] Checking bitfield v0.13.2 [INFO] [stderr] Compiling embedded-hal-async v1.0.0 [INFO] [stderr] Checking critical-section v1.1.1 [INFO] [stderr] Compiling rp2040-boot2 v0.3.0 [INFO] [stderr] Checking either v1.11.0 [INFO] [stderr] Checking gcd v2.3.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking fugit v0.3.7 [INFO] [stderr] Checking float-cmp v0.8.0 [INFO] [stderr] Checking usb-device v0.3.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking embedded-hal-nb v1.0.0 [INFO] [stderr] Checking embedded-dma v0.2.0 [INFO] [stderr] Compiling defmt-rtt v0.4.0 [INFO] [stderr] Checking micromath v1.1.1 [INFO] [stderr] Checking bitfield v0.14.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking embedded-io v0.6.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling rp-pico v0.9.0 [INFO] [stderr] Checking embedded-graphics-core v0.3.3 [INFO] [stderr] Compiling rp2040-st7735-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking panic-halt v0.2.0 [INFO] [stderr] Checking embedded-graphics v0.7.1 [INFO] [stderr] Compiling frunk_proc_macro_helpers v0.1.2 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetal1yohw" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `frunk_proc_macro_helpers` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `syn` (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/2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.59/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=79e18b2b5324bd86 -C extra-filename=-78d2571172751f3b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-2340e7b8202d5169.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b437cb4d4c6ff365.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-bd626417b457fa0b.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetafev977/full.rmeta`: 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] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaM9jHWX/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `embedded-graphics` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ba1e6af875e219317758713bc1f92e13a4af87393a88d07f44bce9849a9283e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba1e6af875e219317758713bc1f92e13a4af87393a88d07f44bce9849a9283e3", kill_on_drop: false }` [INFO] [stdout] ba1e6af875e219317758713bc1f92e13a4af87393a88d07f44bce9849a9283e3