[INFO] cloning repository https://github.com/ambyshframber/mandelbrot2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ambyshframber/mandelbrot2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fambyshframber%2Fmandelbrot2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fambyshframber%2Fmandelbrot2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e2d3dad942c03b55a1a1b3db8a0aeba8e1cbd5d8 [INFO] checking ambyshframber/mandelbrot2 against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fambyshframber%2Fmandelbrot2" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ambyshframber/mandelbrot2 [INFO] finished tweaking git repo https://github.com/ambyshframber/mandelbrot2 [INFO] tweaked toml for git repo https://github.com/ambyshframber/mandelbrot2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ambyshframber/mandelbrot2 on toolchain 987a165cfab916796a8315782b83ac460a651ce2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ambyshframber/mandelbrot2 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60301c58f0b098d6112f091dcd9ce3a45c08d7501133c08b414478694a236758 [INFO] running `Command { std: "docker" "start" "-a" "60301c58f0b098d6112f091dcd9ce3a45c08d7501133c08b414478694a236758", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60301c58f0b098d6112f091dcd9ce3a45c08d7501133c08b414478694a236758", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60301c58f0b098d6112f091dcd9ce3a45c08d7501133c08b414478694a236758", kill_on_drop: false }` [INFO] [stdout] 60301c58f0b098d6112f091dcd9ce3a45c08d7501133c08b414478694a236758 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3f57c8249c1f5c5ab628a4781b39214fc5ed379dcb6fd89ec8a4fd736da2024 [INFO] running `Command { std: "docker" "start" "-a" "e3f57c8249c1f5c5ab628a4781b39214fc5ed379dcb6fd89ec8a4fd736da2024", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling proc-macro2 v1.0.60 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling xml-rs v0.8.15 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking simd-adler32 v0.3.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking libloading v0.8.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking bytemuck v1.13.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking fdeflate v0.3.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v2.0.20 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Compiling rustix v0.38.3 [INFO] [stderr] Checking ttf-parser v0.19.1 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking tiny-skia-path v0.8.4 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Checking bitflags v2.3.3 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking png v0.17.9 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking linux-raw-sys v0.4.3 [INFO] [stderr] Compiling x11rb v0.12.0 [INFO] [stderr] Checking weezl v0.1.7 [INFO] [stderr] Compiling quick-xml v0.28.2 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling softbuffer v0.3.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/cc-79655d38c9cfd8cd.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/cc-79655d38c9cfd8cd/dep-lib-cc` [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/rmetatshq5E" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/num-rational-3905780d7291d3c5/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `io-lifetimes` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `softbuffer` (build script) [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/987a165cfab916796a8315782b83ac460a651ce2/bin/rustc --crate-name build_script_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/softbuffer-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytemuck"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="memmap2"' --cfg 'feature="nix"' --cfg 'feature="wayland"' --cfg 'feature="wayland-backend"' --cfg 'feature="wayland-client"' --cfg 'feature="wayland-dlopen"' --cfg 'feature="x11"' --cfg 'feature="x11-dl"' --cfg 'feature="x11rb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "default", "fastrand", "memmap2", "nix", "wayland", "wayland-backend", "wayland-client", "wayland-dlopen", "x11", "x11-dl", "x11rb"))' -C metadata=8e68405e02a3afc8 -C extra-filename=-4ba1592bf4bd236d --out-dir /opt/rustwide/target/debug/build/softbuffer-4ba1592bf4bd236d -L dependency=/opt/rustwide/target/debug/deps --extern cfg_aliases=/opt/rustwide/target/debug/deps/libcfg_aliases-615fb2d73acd9747.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetarfYG1y" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num_cpus` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetazkCIpr" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tiny-skia-path` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaayeRVG" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-scanner` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaHKmn3P/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linux-raw-sys` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta4wwtpV/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (lib) due to 1 previous error [INFO] [stdout] error: failed to write /tmp/rustceQA96D/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quick-xml` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e3f57c8249c1f5c5ab628a4781b39214fc5ed379dcb6fd89ec8a4fd736da2024", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3f57c8249c1f5c5ab628a4781b39214fc5ed379dcb6fd89ec8a4fd736da2024", kill_on_drop: false }` [INFO] [stdout] e3f57c8249c1f5c5ab628a4781b39214fc5ed379dcb6fd89ec8a4fd736da2024