[INFO] cloning repository https://github.com/kildevaeld/pipes-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kildevaeld/pipes-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkildevaeld%2Fpipes-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkildevaeld%2Fpipes-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a4044a4443cc06904c88001e52744390990f9c6 [INFO] checking kildevaeld/pipes-rs against try#8cf44c88fc5805dc578c5c987397615b47d2e2b2 for pr-136764 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkildevaeld%2Fpipes-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kildevaeld/pipes-rs on toolchain 8cf44c88fc5805dc578c5c987397615b47d2e2b2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8cf44c88fc5805dc578c5c987397615b47d2e2b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kildevaeld/pipes-rs [INFO] finished tweaking git repo https://github.com/kildevaeld/pipes-rs [INFO] tweaked toml for git repo https://github.com/kildevaeld/pipes-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kildevaeld/pipes-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" "+8cf44c88fc5805dc578c5c987397615b47d2e2b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+8cf44c88fc5805dc578c5c987397615b47d2e2b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd6fb1f74c16e587e05d6a89eaab6b44aa36b47504f0e396a280db9e946224cb [INFO] running `Command { std: "docker" "start" "-a" "dd6fb1f74c16e587e05d6a89eaab6b44aa36b47504f0e396a280db9e946224cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd6fb1f74c16e587e05d6a89eaab6b44aa36b47504f0e396a280db9e946224cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd6fb1f74c16e587e05d6a89eaab6b44aa36b47504f0e396a280db9e946224cb", kill_on_drop: false }` [INFO] [stdout] dd6fb1f74c16e587e05d6a89eaab6b44aa36b47504f0e396a280db9e946224cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+8cf44c88fc5805dc578c5c987397615b47d2e2b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55be7a642934469d3dd6067a53c145ea6520c12641a94fd6a0122dc8ceb4767e [INFO] running `Command { std: "docker" "start" "-a" "55be7a642934469d3dd6067a53c145ea6520c12641a94fd6a0122dc8ceb4767e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling serde v1.0.200 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking rustls-pki-types v1.6.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling thiserror v1.0.60 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking http-body-util v0.1.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking relative-path v1.9.3 [INFO] [stderr] Checking either v1.11.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking bytemuck v1.15.0 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling cc v1.0.97 [INFO] [stderr] Checking zune-jpeg v0.4.11 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling libwebp-sys v0.9.5 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/openssl_sys-0ca6f04abf641087.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openssl-sys` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccEHW7ob.s: Assembler messages: [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccEHW7ob.s: Fatal error: can't write 11 bytes to section .text.WebPInitSamplersMIPSdspR2 of /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_mips_dsp_r2.o: 'No space left on device' [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccEHW7ob.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_mips_dsp_r2.o: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccvcrUuP.s: Assembler messages: [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccvcrUuP.s: Fatal error: can't write 11 bytes to section .text.WebPInitSamplersSSE41 of /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse41.o: 'No space left on device' [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccvcrUuP.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse41.o: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse41.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_sse41.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_mips_dsp_r2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_mips_dsp_r2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/tmp/ccOzZnBA.s: Assembler messages: [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccOzZnBA.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-enc_sse2.o: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-enc_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/enc_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/tmp/ccPtJHpS.s: Assembler messages: [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccPtJHpS.s: Fatal error: can't write 16 bytes to section .text.BitsCtz of /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_enc_sse2.o: 'No space left on device' [INFO] [stderr] warning: libwebp-sys@0.9.5: /tmp/ccPtJHpS.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_enc_sse2.o: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_enc_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/lossless_enc_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/rescaler_sse2.c:360:1: fatal error: error writing to /tmp/cc7M8IwJ.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 360 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-rescaler_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/rescaler_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling.c:326:1: fatal error: error writing to /tmp/ccxPOYXZ.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 326 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-upsampling.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/lossless_sse2.c:706:1: fatal error: error writing to /tmp/ccKciDoJ.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 706 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/lossless_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/dec_sse2.c:1222:1: fatal error: error writing to /tmp/ccLrEE9C.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 1222 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-dec_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/dec_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling_sse2.c:257:1: fatal error: error writing to /tmp/ccnGUZC2.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 257 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_sse2.c:751:1: fatal error: error writing to /tmp/ccE7zwHj.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 751 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/iterator_enc.c:457:1: fatal error: error writing to /tmp/cclMceXL.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 457 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/near_lossless_enc.c:144:1: fatal error: error writing to /tmp/cc30bhbm.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 144 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-near_lossless_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/near_lossless_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_enc.c:299:1: fatal error: error writing to /tmp/ccX3clYH.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 299 | LOSSLESS_ENCODE_FUNC(WebPEncodeLosslessBGRA, WebPPictureImportBGRA) [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-picture_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_enc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-iterator_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/iterator_enc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-upsampling_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/backward_references_enc.c:1065:1: fatal error: error writing to /tmp/ccV9Zbdb.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 1065 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-backward_references_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/backward_references_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/frame_enc.c:894:1: fatal error: error writing to /tmp/ccqrxBMT.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 894 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-frame_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/frame_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_csp_enc.c:844:1: fatal error: error writing to /tmp/cckcYiz4.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 844 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-picture_csp_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_csp_enc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: libwebp-sys@0.9.5: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/color_cache_utils.c:49:1: fatal error: error writing to /tmp/ccsazdFx.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 49 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/histogram_enc.c:1250:1: fatal error: error writing to /tmp/cckKIzyF.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 1250 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-histogram_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/histogram_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/vp8l_enc.c:1895:1: fatal error: error writing to /tmp/ccpkwVXm.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 1895 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-vp8l_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/vp8l_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxedit.c:654:1: fatal error: error writing to /tmp/cc5YdqIU.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 654 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-muxedit.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxedit.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxinternal.c:544:1: fatal error: error writing to /tmp/ccyWnCNI.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 544 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-muxinternal.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxinternal.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxread.c:555:1: fatal error: error writing to /tmp/ccPkAaHx.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 555 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-muxread.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxread.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_reader_utils.c:222:1: fatal error: error writing to /tmp/ccXlQ8kb.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 222 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-bit_reader_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_reader_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_writer_utils.c:345:1: fatal error: error writing to /tmp/cctFBgtn.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 345 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-bit_writer_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_writer_utils.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-color_cache_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/color_cache_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/filters_utils.c:71:1: fatal error: error writing to /tmp/ccusLTYL.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 71 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-filters_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/filters_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_encode_utils.c:416:1: fatal error: error writing to /tmp/ccBCPj0N.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 416 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-huffman_encode_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_encode_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_utils.c:296:1: fatal error: error writing to /tmp/ccG8NGrs.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 296 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-huffman_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/palette.c:402:1: fatal error: error writing to /tmp/cc4i9yvr.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 402 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-palette.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/palette.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/quant_levels_dec_utils.c:291:1: fatal error: error writing to /tmp/cclEcDF0.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 291 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-quant_levels_dec_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/quant_levels_dec_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/anim_encode.c:1583:1: fatal error: error writing to /tmp/ccw93A8w.s: No space left on device [INFO] [stderr] warning: libwebp-sys@0.9.5: 1583 | } [INFO] [stderr] warning: libwebp-sys@0.9.5: | ^ [INFO] [stderr] warning: libwebp-sys@0.9.5: compilation terminated. [INFO] [stderr] warning: libwebp-sys@0.9.5: ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-anim_encode.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/anim_encode.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] error: failed to run custom build command for `libwebp-sys v0.9.5` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libwebp-sys-69cf191b6a0942d1/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu [INFO] [stderr] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_AR [INFO] [stderr] HOST_AR = None [INFO] [stderr] cargo:rerun-if-env-changed=AR [INFO] [stderr] AR = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] ARFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] ARFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_ARFLAGS [INFO] [stderr] HOST_ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS [INFO] [stderr] ARFLAGS = None [INFO] [stderr] cargo:rustc-link-lib=static=sharpyuv [INFO] [stderr] cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=/tmp/ccEHW7ob.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccEHW7ob.s: Fatal error: can't write 11 bytes to section .text.WebPInitSamplersMIPSdspR2 of /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_mips_dsp_r2.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccEHW7ob.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_mips_dsp_r2.o: No space left on device [INFO] [stderr] cargo:warning=/tmp/ccvcrUuP.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccvcrUuP.s: Fatal error: can't write 11 bytes to section .text.WebPInitSamplersSSE41 of /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse41.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccvcrUuP.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse41.o: No space left on device [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse41.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_sse41.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_mips_dsp_r2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_mips_dsp_r2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/tmp/ccOzZnBA.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccOzZnBA.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-enc_sse2.o: No space left on device [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-enc_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/enc_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/tmp/ccPtJHpS.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccPtJHpS.s: Fatal error: can't write 16 bytes to section .text.BitsCtz of /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_enc_sse2.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccPtJHpS.s: Fatal error: /opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_enc_sse2.o: No space left on device [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_enc_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/lossless_enc_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/rescaler_sse2.c:360:1: fatal error: error writing to /tmp/cc7M8IwJ.s: No space left on device [INFO] [stderr] cargo:warning= 360 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-rescaler_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/rescaler_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling.c:326:1: fatal error: error writing to /tmp/ccxPOYXZ.s: No space left on device [INFO] [stderr] cargo:warning= 326 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-upsampling.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/lossless_sse2.c:706:1: fatal error: error writing to /tmp/ccKciDoJ.s: No space left on device [INFO] [stderr] cargo:warning= 706 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-lossless_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/lossless_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/dec_sse2.c:1222:1: fatal error: error writing to /tmp/ccLrEE9C.s: No space left on device [INFO] [stderr] cargo:warning= 1222 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-dec_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/dec_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling_sse2.c:257:1: fatal error: error writing to /tmp/ccnGUZC2.s: No space left on device [INFO] [stderr] cargo:warning= 257 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_sse2.c:751:1: fatal error: error writing to /tmp/ccE7zwHj.s: No space left on device [INFO] [stderr] cargo:warning= 751 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-yuv_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/yuv_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/iterator_enc.c:457:1: fatal error: error writing to /tmp/cclMceXL.s: No space left on device [INFO] [stderr] cargo:warning= 457 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/near_lossless_enc.c:144:1: fatal error: error writing to /tmp/cc30bhbm.s: No space left on device [INFO] [stderr] cargo:warning= 144 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-near_lossless_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/near_lossless_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_enc.c:299:1: fatal error: error writing to /tmp/ccX3clYH.s: No space left on device [INFO] [stderr] cargo:warning= 299 | LOSSLESS_ENCODE_FUNC(WebPEncodeLosslessBGRA, WebPPictureImportBGRA) [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-picture_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_enc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-iterator_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/iterator_enc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/6d09475a86e7ad14-upsampling_sse2.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/dsp/upsampling_sse2.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/backward_references_enc.c:1065:1: fatal error: error writing to /tmp/ccV9Zbdb.s: No space left on device [INFO] [stderr] cargo:warning= 1065 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-backward_references_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/backward_references_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/frame_enc.c:894:1: fatal error: error writing to /tmp/ccqrxBMT.s: No space left on device [INFO] [stderr] cargo:warning= 894 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-frame_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/frame_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_csp_enc.c:844:1: fatal error: error writing to /tmp/cckcYiz4.s: No space left on device [INFO] [stderr] cargo:warning= 844 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-picture_csp_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/picture_csp_enc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/color_cache_utils.c:49:1: fatal error: error writing to /tmp/ccsazdFx.s: No space left on device [INFO] [stderr] cargo:warning= 49 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/histogram_enc.c:1250:1: fatal error: error writing to /tmp/cckKIzyF.s: No space left on device [INFO] [stderr] cargo:warning= 1250 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-histogram_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/histogram_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/vp8l_enc.c:1895:1: fatal error: error writing to /tmp/ccpkwVXm.s: No space left on device [INFO] [stderr] cargo:warning= 1895 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/c44cafd59645cbf0-vp8l_enc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/enc/vp8l_enc.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxedit.c:654:1: fatal error: error writing to /tmp/cc5YdqIU.s: No space left on device [INFO] [stderr] cargo:warning= 654 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-muxedit.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxedit.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxinternal.c:544:1: fatal error: error writing to /tmp/ccyWnCNI.s: No space left on device [INFO] [stderr] cargo:warning= 544 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-muxinternal.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxinternal.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxread.c:555:1: fatal error: error writing to /tmp/ccPkAaHx.s: No space left on device [INFO] [stderr] cargo:warning= 555 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-muxread.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/muxread.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_reader_utils.c:222:1: fatal error: error writing to /tmp/ccXlQ8kb.s: No space left on device [INFO] [stderr] cargo:warning= 222 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-bit_reader_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_reader_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_writer_utils.c:345:1: fatal error: error writing to /tmp/cctFBgtn.s: No space left on device [INFO] [stderr] cargo:warning= 345 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-bit_writer_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/bit_writer_utils.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-color_cache_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/color_cache_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/filters_utils.c:71:1: fatal error: error writing to /tmp/ccusLTYL.s: No space left on device [INFO] [stderr] cargo:warning= 71 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-filters_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/filters_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_encode_utils.c:416:1: fatal error: error writing to /tmp/ccBCPj0N.s: No space left on device [INFO] [stderr] cargo:warning= 416 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-huffman_encode_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_encode_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_utils.c:296:1: fatal error: error writing to /tmp/ccG8NGrs.s: No space left on device [INFO] [stderr] cargo:warning= 296 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-huffman_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/huffman_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/palette.c:402:1: fatal error: error writing to /tmp/cc4i9yvr.s: No space left on device [INFO] [stderr] cargo:warning= 402 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-palette.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/palette.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/quant_levels_dec_utils.c:291:1: fatal error: error writing to /tmp/cclEcDF0.s: No space left on device [INFO] [stderr] cargo:warning= 291 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/5c2bc476589a6e83-quant_levels_dec_utils.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/utils/quant_levels_dec_utils.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/anim_encode.c:1583:1: fatal error: error writing to /tmp/ccw93A8w.s: No space left on device [INFO] [stderr] cargo:warning= 1583 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-anim_encode.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/anim_encode.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor" "-Wall" "-Wextra" "-fvisibility=hidden" "-Wall" "-DNDEBUG=1" "-D_THREAD_SAFE=1" "-DWEBP_HAVE_SSE2=1" "-o" "/opt/rustwide/target/debug/build/libwebp-sys-77797696c3b7ca0e/out/16a135681459b7c1-anim_encode.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libwebp-sys-0.9.5/vendor/src/mux/anim_encode.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "55be7a642934469d3dd6067a53c145ea6520c12641a94fd6a0122dc8ceb4767e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55be7a642934469d3dd6067a53c145ea6520c12641a94fd6a0122dc8ceb4767e", kill_on_drop: false }` [INFO] [stdout] 55be7a642934469d3dd6067a53c145ea6520c12641a94fd6a0122dc8ceb4767e