[INFO] cloning repository https://github.com/sbmueller/mandelbrot.rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sbmueller/mandelbrot.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbmueller%2Fmandelbrot.rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbmueller%2Fmandelbrot.rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b9a8d5da4fb6d5cc6d238af99e7fd174b6edfba [INFO] testing sbmueller/mandelbrot.rs against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbmueller%2Fmandelbrot.rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbmueller/mandelbrot.rs on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sbmueller/mandelbrot.rs [INFO] finished tweaking git repo https://github.com/sbmueller/mandelbrot.rs [INFO] tweaked toml for git repo https://github.com/sbmueller/mandelbrot.rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sbmueller/mandelbrot.rs 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" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pest v2.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eaacad3a21958b4e12162635b928334bcd6a6df154280dbdb1e522eb85c407c1 [INFO] running `Command { std: "docker" "start" "-a" "eaacad3a21958b4e12162635b928334bcd6a6df154280dbdb1e522eb85c407c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eaacad3a21958b4e12162635b928334bcd6a6df154280dbdb1e522eb85c407c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaacad3a21958b4e12162635b928334bcd6a6df154280dbdb1e522eb85c407c1", kill_on_drop: false }` [INFO] [stdout] eaacad3a21958b4e12162635b928334bcd6a6df154280dbdb1e522eb85c407c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6efda7407b3d6a65b4b2c2eaa87db3d066ae092d765855dd9bb865061958026f [INFO] running `Command { std: "docker" "start" "-a" "6efda7407b3d6a65b4b2c2eaa87db3d066ae092d765855dd9bb865061958026f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling cc v1.0.76 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v3.2.0 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling cmake v0.1.49 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling freetype-sys v0.13.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling jpeg-decoder v0.2.6 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling const-cstr v0.3.0 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling font-kit v0.11.0 [INFO] [stderr] Compiling bytemuck v1.12.3 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling gif v0.11.4 [INFO] [stderr] Compiling freetype v0.7.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling num-complex v0.4.2 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling image v0.24.4 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling pest v2.4.1 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling plotters-bitmap v0.3.2 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling pathfinder_simd v0.5.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `image` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.86.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name image --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.4/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 -C debuginfo=2 --cfg 'feature="bmp"' --cfg 'feature="jpeg"' --cfg 'feature="png"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-decoder", "avif-encoder", "benchmarks", "bmp", "dav1d", "dcv-color-primitives", "dds", "default", "dxt", "exr", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "libwebp", "mp4parse", "openexr", "png", "pnm", "ravif", "rgb", "scoped_threadpool", "tga", "tiff", "webp", "webp-encoder"))' -C metadata=83276a1c494e8e11 -C extra-filename=-7731f4d44d564cfe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-05ed9b8ed1afbb57.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-17848641bf598723.rmeta --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-86ea11d1dd84f115.rmeta --extern jpeg=/opt/rustwide/target/debug/deps/libjpeg_decoder-f955c1d158e95447.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-bd83cbb91448be9b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-62f18ed44b89d74e.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-4c76f5070c13e688.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [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/rmetaqSwsWl" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pathfinder_simd` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "6efda7407b3d6a65b4b2c2eaa87db3d066ae092d765855dd9bb865061958026f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6efda7407b3d6a65b4b2c2eaa87db3d066ae092d765855dd9bb865061958026f", kill_on_drop: false }` [INFO] [stdout] 6efda7407b3d6a65b4b2c2eaa87db3d066ae092d765855dd9bb865061958026f