[INFO] cloning repository https://github.com/flexatone/xensieve-sandbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flexatone/xensieve-sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflexatone%2Fxensieve-sandbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflexatone%2Fxensieve-sandbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8f945e935c331c495531f0d23041aa5874decc8a [INFO] testing flexatone/xensieve-sandbox against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflexatone%2Fxensieve-sandbox" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/flexatone/xensieve-sandbox 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/flexatone/xensieve-sandbox [INFO] finished tweaking git repo https://github.com/flexatone/xensieve-sandbox [INFO] tweaked toml for git repo https://github.com/flexatone/xensieve-sandbox written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/flexatone/xensieve-sandbox 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] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xensieve v0.3.0 [INFO] [stderr] Downloaded inquire v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 8e3c4c130670d38eb7c83e75355363de5612c7e89474a44b841583876d7ea98e [INFO] running `Command { std: "docker" "start" "-a" "8e3c4c130670d38eb7c83e75355363de5612c7e89474a44b841583876d7ea98e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e3c4c130670d38eb7c83e75355363de5612c7e89474a44b841583876d7ea98e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e3c4c130670d38eb7c83e75355363de5612c7e89474a44b841583876d7ea98e", kill_on_drop: false }` [INFO] [stdout] 8e3c4c130670d38eb7c83e75355363de5612c7e89474a44b841583876d7ea98e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ad2a3da6030a899ec83de6d0bef5fca980e450f8f2fbbec32d33332e5072db17 [INFO] running `Command { std: "docker" "start" "-a" "ad2a3da6030a899ec83de6d0bef5fca980e450f8f2fbbec32d33332e5072db17", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v3.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling pathfinder_simd v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling half v2.4.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling libloading v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rayon v1.8.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling wide v0.7.15 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling freetype-sys v0.19.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling font-kit v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling const-cstr v0.3.0 [INFO] [stderr] Compiling freetype v0.7.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling chrono v0.4.34 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling num-iter v0.1.44 [INFO] [stderr] Compiling castaway v0.2.2 [INFO] [stderr] Compiling simba v0.7.3 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling owned_ttf_parser v0.15.2 [INFO] [stderr] Compiling rusttype v0.9.3 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling newline-converter v0.3.0 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling indoc v2.0.4 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling ttf-parser v0.17.1 [INFO] [stderr] Compiling xensieve v0.3.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling strum_macros v0.26.1 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling inquire v0.7.0 [INFO] [stderr] Compiling stability v0.1.1 [INFO] [stderr] Compiling strum v0.26.1 [INFO] [stderr] Compiling ratatui v0.26.1 [INFO] [stderr] Compiling nalgebra v0.30.1 [INFO] [stdout] error: failed to write /tmp/rustcxuHdhL/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simba` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaIMmIvL/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ratatui` (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 `image` (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/1.86.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name image --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.9/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="dds"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="exr"' --cfg 'feature="farbfeld"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="openexr"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="qoi"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' --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", "qoi", "ravif", "rayon", "rgb", "tga", "tiff", "webp", "webp-encoder"))' -C metadata=c77c44c2a5b6c1c2 -C extra-filename=-a5fa66666e3abf48 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-c8a31fd7fd4d48e4.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-f923bb3f21c22618.rmeta --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-86ea11d1dd84f115.rmeta --extern exr=/opt/rustwide/target/debug/deps/libexr-42fc89a90250500a.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-16906ac873bba26d.rmeta --extern jpeg=/opt/rustwide/target/debug/deps/libjpeg_decoder-7eb45437874344d6.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-e987a9966f78a9b4.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-8af4489068be66ed.rmeta --extern qoi=/opt/rustwide/target/debug/deps/libqoi-9e166d90f905b432.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-9a590cd37a58654c.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "ad2a3da6030a899ec83de6d0bef5fca980e450f8f2fbbec32d33332e5072db17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad2a3da6030a899ec83de6d0bef5fca980e450f8f2fbbec32d33332e5072db17", kill_on_drop: false }` [INFO] [stdout] ad2a3da6030a899ec83de6d0bef5fca980e450f8f2fbbec32d33332e5072db17