[INFO] cloning repository https://github.com/Yvictor/pj [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yvictor/pj" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYvictor%2Fpj", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYvictor%2Fpj'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6120b2ba6b6214c5b77d5d57c92d27e21bee232a [INFO] checking Yvictor/pj against try#802c9b5f98c16ec9d24cdfd517f740f1f3df0e29 for pr-137728 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYvictor%2Fpj" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Yvictor/pj on toolchain 802c9b5f98c16ec9d24cdfd517f740f1f3df0e29 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Yvictor/pj [INFO] finished tweaking git repo https://github.com/Yvictor/pj [INFO] tweaked toml for git repo https://github.com/Yvictor/pj written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Yvictor/pj 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" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efdc91324fc847f5d47cc7214797f26a4d1f57ffbe2a2f9a1f94911e906c8364 [INFO] running `Command { std: "docker" "start" "-a" "efdc91324fc847f5d47cc7214797f26a4d1f57ffbe2a2f9a1f94911e906c8364", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efdc91324fc847f5d47cc7214797f26a4d1f57ffbe2a2f9a1f94911e906c8364", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efdc91324fc847f5d47cc7214797f26a4d1f57ffbe2a2f9a1f94911e906c8364", kill_on_drop: false }` [INFO] [stdout] efdc91324fc847f5d47cc7214797f26a4d1f57ffbe2a2f9a1f94911e906c8364 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6f706e9fd6109db2dd6810e15c1b82505fa0de2b5685eb899a4f92f241dcb68 [INFO] running `Command { std: "docker" "start" "-a" "a6f706e9fd6109db2dd6810e15c1b82505fa0de2b5685eb899a4f92f241dcb68", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling protobuf v2.28.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling syn v2.0.92 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking os_str_bytes v6.6.1 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking brotli-decompressor v2.5.1 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking pingora-error v0.4.0 [INFO] [stderr] Checking indexmap v2.7.0 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking brotli v3.5.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking daemonize v0.5.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking pingora-http v0.4.0 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Checking clap_builder v4.5.23 [INFO] [stderr] Checking sfv v0.9.4 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking unicase v2.8.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Compiling cmake v0.1.52 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling jemalloc-sys v0.5.4+5.3.0-patched [INFO] [stderr] Compiling libz-ng-sys v1.1.20 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking clap v3.2.25 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking tokio v1.42.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetanq2osU/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zerocopy` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `libz-ng-sys v1.1.20` [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/libz-ng-sys-1adedbe8721d94dc/build-script-cmake` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE = None [INFO] [stderr] CMAKE = None [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libz-ng-sys-1.1.20/src/zlib-ng" "-DBUILD_SHARED_LIBS=OFF" "-DZLIB_COMPAT=OFF" "-DZLIB_ENABLE_TESTS=OFF" "-DWITH_GZFILEOP=ON" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- Using CMake version 3.22.1 [INFO] [stderr] -- ZLIB_HEADER_VERSION: 1.3.1 [INFO] [stderr] -- ZLIBNG_HEADER_VERSION: 2.2.2 [INFO] [stderr] -- The C compiler identification is GNU 11.4.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Arch detected: 'x86_64' [INFO] [stderr] -- Basearch of 'x86_64' has been detected as: 'x86' [INFO] [stderr] -- Performing Test FNO_LTO_AVAILABLE [INFO] [stderr] -- Performing Test FNO_LTO_AVAILABLE - Success [INFO] [stderr] -- Looking for arm_acle.h [INFO] [stderr] -- Looking for arm_acle.h - not found [INFO] [stderr] -- Looking for sys/auxv.h [INFO] [stderr] -- Looking for sys/auxv.h - found [INFO] [stderr] -- Looking for sys/sdt.h [INFO] [stderr] -- Looking for sys/sdt.h - not found [INFO] [stderr] -- Looking for unistd.h [INFO] [stderr] -- Looking for unistd.h - found [INFO] [stderr] -- Looking for linux/auxvec.h [INFO] [stderr] -- Looking for linux/auxvec.h - found [INFO] [stderr] -- Looking for sys/types.h [INFO] [stderr] -- Looking for sys/types.h - found [INFO] [stderr] -- Looking for stdint.h [INFO] [stderr] -- Looking for stdint.h - found [INFO] [stderr] -- Looking for stddef.h [INFO] [stderr] -- Looking for stddef.h - found [INFO] [stderr] -- Check size of off64_t [INFO] [stderr] -- Check size of off64_t - done [INFO] [stderr] -- Looking for fseeko [INFO] [stderr] -- Looking for fseeko - found [INFO] [stderr] -- Looking for strerror [INFO] [stderr] -- Looking for strerror - found [INFO] [stderr] -- Looking for posix_memalign [INFO] [stderr] -- Looking for posix_memalign - found [INFO] [stderr] -- Looking for aligned_alloc [INFO] [stderr] -- Looking for aligned_alloc - found [INFO] [stderr] -- Performing Test HAVE_NO_INTERPOSITION [INFO] [stderr] -- Performing Test HAVE_NO_INTERPOSITION - Success [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_ALIGNED [INFO] [stderr] -- Performing Test HAVE_ATTRIBUTE_ALIGNED - Success [INFO] [stderr] -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED [INFO] [stderr] -- Performing Test HAVE_BUILTIN_ASSUME_ALIGNED - Success [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZ [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZ - Success [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZLL [INFO] [stderr] -- Performing Test HAVE_BUILTIN_CTZLL - Success [INFO] [stderr] -- Performing Test HAVE_PTRDIFF_T [INFO] [stderr] -- Performing Test HAVE_PTRDIFF_T - Success [INFO] [stderr] -- Performing Test HAVE_XSAVE_INTRIN [INFO] [stderr] -- Performing Test HAVE_XSAVE_INTRIN - Success [INFO] [stderr] -- Performing Test HAVE_SSE2_INTRIN [INFO] [stderr] -- Performing Test HAVE_SSE2_INTRIN - Success [INFO] [stderr] -- Performing Test HAVE_SSSE3_INTRIN [INFO] [stderr] -- Configuring incomplete, errors occurred! [INFO] [stderr] See also "/opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeOutput.log". [INFO] [stderr] See also "/opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeError.log". [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_0995f.dir/build.make.tmpbeb06 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_0995f.dir/compiler_depend.make.tmpe0141 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_0995f.dir/compiler_depend.ts.tmp09e4e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_0995f.dir/depend.make.tmpfe049 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/libz-ng-sys-1473e1de89cb5285/out/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_0995f.dir/flags.make.tmp41097 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error at /usr/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake:92 (try_compile): [INFO] [stderr] Failed to generate test project build system. [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] /usr/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake:76 (cmake_check_source_compiles) [INFO] [stderr] cmake/detect-intrinsics.cmake:528 (check_c_source_compiles) [INFO] [stderr] CMakeLists.txt:911 (check_ssse3_intrinsics) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.52/src/lib.rs:1115:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5ff486f40d83 - std::backtrace_rs::backtrace::libunwind::trace::h7f9806d3dccb45cb [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5ff486f40d83 - std::backtrace_rs::backtrace::trace_unsynchronized::h7f3eff0bddfa622c [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5ff486f40d83 - std::sys::backtrace::_print_fmt::hb27b8dca7b942484 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5ff486f40d83 - ::fmt::hd396c3634381f68e [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5ff486f65573 - core::fmt::rt::Argument::fmt::hc36c257e64c3f5d4 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5ff486f65573 - core::fmt::write::hd53b4323292abea1 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x5ff486f3d4b3 - std::io::Write::write_fmt::h1c409937694a24ad [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x5ff486f40bd2 - std::sys::backtrace::BacktraceLock::print::h39002cdaf48e099d [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5ff486f41d4a - std::panicking::default_hook::{{closure}}::hcd3ec63f717006ce [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x5ff486f41bba - std::panicking::default_hook::hf2ecf24f5b40afc6 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x5ff486f42722 - std::panicking::rust_panic_with_hook::hcfd2977a29cb1467 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x5ff486f424aa - std::panicking::begin_panic_handler::{{closure}}::hb3c638498a1f3094 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x5ff486f41289 - std::sys::backtrace::__rust_end_short_backtrace::hd1dca3c8598c8b9d [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5ff486f4213d - rust_begin_unwind [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x5ff486f64330 - core::panicking::panic_fmt::hb4830240af8fa34a [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5ff486ec015b - cmake::fail::hf6351c681e6539c8 [INFO] [stderr] 16: 0x5ff486ebf9c2 - cmake::run::h3c96247849432f3f [INFO] [stderr] 17: 0x5ff486ebbd9b - cmake::Config::build::hcc060327a9b3f1b2 [INFO] [stderr] 18: 0x5ff486ead94d - build_script_cmake::build_zlib_ng::h3c13a57a73625f8b [INFO] [stderr] 19: 0x5ff486eae4a0 - build_script_cmake::main::h0d363ec6cf848d08 [INFO] [stderr] 20: 0x5ff486eabb43 - core::ops::function::FnOnce::call_once::he62fbded183122c3 [INFO] [stderr] 21: 0x5ff486eabad6 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8fd1bb7e7ca6a5 [INFO] [stderr] 22: 0x5ff486eab9d9 - std::rt::lang_start::{{closure}}::h91d2c03afc9fd9dc [INFO] [stderr] 23: 0x5ff486f39240 - core::ops::function::impls:: for &F>::call_once::h4449a8bd36ecfe84 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x5ff486f39240 - std::panicking::try::do_call::he758b0c86e25574e [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:587:40 [INFO] [stderr] 25: 0x5ff486f39240 - std::panicking::try::h844d5d533eba187e [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:550:19 [INFO] [stderr] 26: 0x5ff486f39240 - std::panic::catch_unwind::h4dcea7c4c67f4b71 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x5ff486f39240 - std::rt::lang_start_internal::{{closure}}::he4d2318cce7e08eb [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/rt.rs:168:24 [INFO] [stderr] 28: 0x5ff486f39240 - std::panicking::try::do_call::h36cd3e20144d1e72 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:587:40 [INFO] [stderr] 29: 0x5ff486f39240 - std::panicking::try::heca6f0cdd2b5ce22 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:550:19 [INFO] [stderr] 30: 0x5ff486f39240 - std::panic::catch_unwind::h1421dee2ea12bf1a [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x5ff486f39240 - std::rt::lang_start_internal::h33bba761a8e5137d [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/rt.rs:164:5 [INFO] [stderr] 32: 0x5ff486eab9c1 - std::rt::lang_start::h43cf5ec9d21597ad [INFO] [stderr] 33: 0x5ff486eae4e5 - main [INFO] [stderr] 34: 0x70f297f58d90 - [INFO] [stderr] 35: 0x70f297f58e40 - __libc_start_main [INFO] [stderr] 36: 0x5ff486eab7f5 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/prometheus-868a85abfb341677.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/prometheus-868a85abfb341677/dep-lib-prometheus` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaILkpkQ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetalEU6yE/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `clap` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `clap_derive` (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/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/bin/rustc --crate-name clap_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=224cbba12be52fee -C extra-filename=-589baf30cb7d0246 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/debug/deps/libheck-8e1f98ffb0a497ae.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-4791378b95cfd97e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-ddbab68ed2205137.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-7a80826d97ef1d8a.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: zstd-sys@2.0.13+zstd.1.5.6: zstd/lib/compress/zstd_lazy.c:2198:1: fatal error: error writing to /tmp/ccGdE3RQ.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.13+zstd.1.5.6: 2198 | } [INFO] [stderr] warning: zstd-sys@2.0.13+zstd.1.5.6: | ^ [INFO] [stderr] warning: zstd-sys@2.0.13+zstd.1.5.6: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.13+zstd.1.5.6: ToolExecError: Command LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] error: failed to run custom build command for `zstd-sys v2.0.13+zstd.1.5.6` [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/zstd-sys-13b05f53ab147fa8/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=ZSTD_SYS_USE_PKG_CONFIG [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out) [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] RUSTC_WRAPPER = None [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] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out) [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] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [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] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out) [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] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [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] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out) [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] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [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] 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=zstd/lib/compress/zstd_lazy.c:2198:1: fatal error: error writing to /tmp/ccGdE3RQ.s: No space left on device [INFO] [stderr] cargo:warning= 2198 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [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 LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred in cc-rs: Command LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/opt/rustwide/target/debug/build/zstd-sys-23345f8531c5188b/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `jemalloc-sys v0.5.4+5.3.0-patched` [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/jemalloc-sys-0499d99953a23eec/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET=x86_64-unknown-linux-gnu [INFO] [stderr] HOST=x86_64-unknown-linux-gnu [INFO] [stderr] NUM_JOBS=16 [INFO] [stderr] OUT_DIR="/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out" [INFO] [stderr] BUILD_DIR="/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build" [INFO] [stderr] SRC_DIR="/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jemalloc-sys-0.5.4+5.3.0-patched" [INFO] [stderr] cargo:rustc-cfg=prefixed [INFO] [stderr] cargo:rerun-if-env-changed=JEMALLOC_OVERRIDE [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out) [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] RUSTC_WRAPPER = None [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] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid) [INFO] [stderr] CC="cc" [INFO] [stderr] CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" [INFO] [stderr] JEMALLOC_REPO_DIR="jemalloc" [INFO] [stderr] cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_MALLOC_CONF [INFO] [stderr] cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_PAGE [INFO] [stderr] cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_HUGEPAGE [INFO] [stderr] cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_QUANTUM [INFO] [stderr] cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_VADDR [INFO] [stderr] --with-jemalloc-prefix=_rjem_ [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build" && CC="cc" CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" CPPFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" LDFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" "sh" "/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build/configure" "--disable-cxx" "--enable-doc=no" "--enable-shared=no" "--with-jemalloc-prefix=_rjem_" "--with-private-namespace=_rjem_" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu" "--prefix=/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out" [INFO] [stderr] checking for xsltproc... false [INFO] [stderr] checking for x86_64-unknown-linux-gnu-gcc... cc [INFO] [stderr] checking whether the C compiler works... yes [INFO] [stderr] checking for C compiler default output file name... a.out [INFO] [stderr] checking for suffix of executables... [INFO] [stderr] checking whether we are cross compiling... no [INFO] [stderr] checking for suffix of object files... o [INFO] [stderr] checking whether we are using the GNU C compiler... yes [INFO] [stderr] checking whether cc accepts -g... yes [INFO] [stderr] checking for cc option to accept ISO C89... none needed [INFO] [stderr] checking whether compiler is cray... no [INFO] [stderr] checking whether compiler supports -std=gnu11... yes [INFO] [stderr] checking whether compiler supports -Werror=unknown-warning-option... no [INFO] [stderr] checking whether compiler supports -Wall... yes [INFO] [stderr] checking whether compiler supports -Wextra... yes [INFO] [stderr] checking whether compiler supports -Wshorten-64-to-32... no [INFO] [stderr] checking whether compiler supports -Wsign-compare... yes [INFO] [stderr] checking whether compiler supports -Wundef... yes [INFO] [stderr] checking whether compiler supports -Wno-format-zero-length... yes [INFO] [stderr] checking whether compiler supports -Wpointer-arith... yes [INFO] [stderr] checking whether compiler supports -Wno-missing-braces... yes [INFO] [stderr] checking whether compiler supports -Wno-missing-field-initializers... yes [INFO] [stderr] checking whether compiler supports -Wno-missing-attributes... yes [INFO] [stderr] checking whether compiler supports -pipe... yes [INFO] [stderr] checking whether compiler supports -g3... yes [INFO] [stderr] checking how to run the C preprocessor... cc -E [INFO] [stderr] checking for grep that handles long lines and -e... /usr/bin/grep [INFO] [stderr] checking for egrep... /usr/bin/grep -E [INFO] [stderr] checking for ANSI C header files... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for sys/stat.h... yes [INFO] [stderr] checking for stdlib.h... yes [INFO] [stderr] checking for string.h... yes [INFO] [stderr] checking for memory.h... yes [INFO] [stderr] checking for strings.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking whether byte ordering is bigendian... no [INFO] [stderr] checking size of void *... 8 [INFO] [stderr] checking size of int... 4 [INFO] [stderr] checking size of long... 8 [INFO] [stderr] checking size of long long... 8 [INFO] [stderr] checking size of intmax_t... 8 [INFO] [stderr] checking build system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking host system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking whether pause instruction is compilable... yes [INFO] [stderr] checking number of significant virtual address bits... 48 [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ar... no [INFO] [stderr] checking for ar... ar [INFO] [stderr] checking for x86_64-unknown-linux-gnu-nm... no [INFO] [stderr] checking for nm... nm [INFO] [stderr] checking for gawk... no [INFO] [stderr] checking for mawk... mawk [INFO] [stderr] checking malloc.h usability... yes [INFO] [stderr] checking malloc.h presence... yes [INFO] [stderr] checking for malloc.h... yes [INFO] [stderr] checking whether malloc_usable_size definition can use const argument... no [INFO] [stderr] checking for library containing log... -lm [INFO] [stderr] checking whether __attribute__ syntax is compilable... yes [INFO] [stderr] checking whether compiler supports -fvisibility=hidden... yes [INFO] [stderr] checking whether compiler supports -fvisibility=hidden... no [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... yes [INFO] [stderr] checking whether tls_model attribute is compilable... yes [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... yes [INFO] [stderr] checking whether alloc_size attribute is compilable... no [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... yes [INFO] [stderr] checking whether format(gnu_printf, ...) attribute is compilable... yes [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... yes [INFO] [stderr] checking whether format(printf, ...) attribute is compilable... yes [INFO] [stderr] checking whether compiler supports -Werror... no [INFO] [stderr] checking whether compiler supports -herror_on_warning... yes [INFO] [stderr] checking whether format(printf, ...) attribute is compilable... no [INFO] [stderr] checking whether compiler supports -Wimplicit-fallthrough... no [INFO] [stderr] checking whether fallthrough attribute is compilable... no [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... yes [INFO] [stderr] checking whether cold attribute is compilable... yes [INFO] [stderr] checking whether vm_make_tag is compilable... no [INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ranlib... no [INFO] [stderr] checking for ranlib... ranlib [INFO] [stderr] checking for ld... /usr/bin/ld [INFO] [stderr] checking for autoconf... /usr/bin/autoconf [INFO] [stderr] checking for memalign... yes [INFO] [stderr] checking for valloc... yes [INFO] [stderr] checking for malloc_size... no [INFO] [stderr] checking whether compiler supports -O3... yes [INFO] [stderr] checking whether compiler supports -O3... no [INFO] [stderr] checking whether compiler supports -funroll-loops... yes [INFO] [stderr] checking configured backtracing method... N/A [INFO] [stderr] checking for sbrk... yes [INFO] [stderr] checking whether utrace(2) is compilable... no [INFO] [stderr] checking whether utrace(2) with label is compilable... no [INFO] [stderr] checking whether a program using __builtin_unreachable is compilable... no [INFO] [stderr] checking whether a program using __builtin_ffsl is compilable... yes [INFO] [stderr] checking whether a program using __builtin_popcountl is compilable... no [INFO] [stderr] checking LG_PAGE... undefined [INFO] [stderr] running: "tail" "-n" "100" "/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build/config.log" [INFO] [stderr] includedir='${prefix}/include' [INFO] [stderr] infodir='${datarootdir}/info' [INFO] [stderr] install_suffix='' [INFO] [stderr] je_='je_' [INFO] [stderr] jemalloc_version='5.3.0-0-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c' [INFO] [stderr] jemalloc_version_bugfix='0' [INFO] [stderr] jemalloc_version_gid='54eaed1d8b56b1aa528be3bdd1877e59c56fa90c' [INFO] [stderr] jemalloc_version_major='5' [INFO] [stderr] jemalloc_version_minor='3' [INFO] [stderr] jemalloc_version_nrev='0' [INFO] [stderr] libdir='${exec_prefix}/lib' [INFO] [stderr] libdl='' [INFO] [stderr] libexecdir='${exec_prefix}/libexec' [INFO] [stderr] libprefix='lib' [INFO] [stderr] link_whole_archive='0' [INFO] [stderr] localedir='${datarootdir}/locale' [INFO] [stderr] localstatedir='${prefix}/var' [INFO] [stderr] mandir='${datarootdir}/man' [INFO] [stderr] o='o' [INFO] [stderr] objroot='' [INFO] [stderr] oldincludedir='/usr/include' [INFO] [stderr] pdfdir='${docdir}' [INFO] [stderr] prefix='/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out' [INFO] [stderr] private_namespace='_rjem_je_' [INFO] [stderr] program_transform_name='s,x,x,' [INFO] [stderr] psdir='${docdir}' [INFO] [stderr] rev='2' [INFO] [stderr] sbindir='${exec_prefix}/sbin' [INFO] [stderr] sharedstatedir='${prefix}/com' [INFO] [stderr] so='so' [INFO] [stderr] srcroot='' [INFO] [stderr] sysconfdir='${prefix}/etc' [INFO] [stderr] target_alias='' [INFO] [stderr] [INFO] [stderr] ## ----------- ## [INFO] [stderr] ## confdefs.h. ## [INFO] [stderr] ## ----------- ## [INFO] [stderr] [INFO] [stderr] /* confdefs.h */ [INFO] [stderr] #define PACKAGE_NAME "" [INFO] [stderr] #define PACKAGE_TARNAME "" [INFO] [stderr] #define PACKAGE_VERSION "" [INFO] [stderr] #define PACKAGE_STRING "" [INFO] [stderr] #define PACKAGE_BUGREPORT "" [INFO] [stderr] #define PACKAGE_URL "" [INFO] [stderr] #define JEMALLOC_HAS_RESTRICT [INFO] [stderr] #define STDC_HEADERS 1 [INFO] [stderr] #define HAVE_SYS_TYPES_H 1 [INFO] [stderr] #define HAVE_SYS_STAT_H 1 [INFO] [stderr] #define HAVE_STDLIB_H 1 [INFO] [stderr] #define HAVE_STRING_H 1 [INFO] [stderr] #define HAVE_MEMORY_H 1 [INFO] [stderr] #define HAVE_STRINGS_H 1 [INFO] [stderr] #define HAVE_INTTYPES_H 1 [INFO] [stderr] #define HAVE_STDINT_H 1 [INFO] [stderr] #define HAVE_UNISTD_H 1 [INFO] [stderr] #define SIZEOF_VOID_P 8 [INFO] [stderr] #define LG_SIZEOF_PTR 3 [INFO] [stderr] #define SIZEOF_INT 4 [INFO] [stderr] #define LG_SIZEOF_INT 2 [INFO] [stderr] #define SIZEOF_LONG 8 [INFO] [stderr] #define LG_SIZEOF_LONG 3 [INFO] [stderr] #define SIZEOF_LONG_LONG 8 [INFO] [stderr] #define LG_SIZEOF_LONG_LONG 3 [INFO] [stderr] #define SIZEOF_INTMAX_T 8 [INFO] [stderr] #define LG_SIZEOF_INTMAX_T 3 [INFO] [stderr] #define HAVE_CPU_SPINWAIT 1 [INFO] [stderr] #define CPU_SPINWAIT __asm__ volatile("pause") [INFO] [stderr] #define LG_VADDR 48 [INFO] [stderr] #define LG_VADDR 48 [INFO] [stderr] #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS [INFO] [stderr] #define JEMALLOC_HAS_ALLOCA_H [INFO] [stderr] #define JEMALLOC_PROC_SYS_VM_OVERCOMMIT_MEMORY [INFO] [stderr] #define JEMALLOC_THREADED_INIT [INFO] [stderr] #define JEMALLOC_USE_CXX_THROW [INFO] [stderr] #define HAVE_MALLOC_H 1 [INFO] [stderr] #define JEMALLOC_USABLE_SIZE_CONST [INFO] [stderr] #define JEMALLOC_HAVE_ATTR [INFO] [stderr] #define JEMALLOC_HAVE_ATTR_FORMAT_GNU_PRINTF [INFO] [stderr] #define JEMALLOC_HAVE_ATTR_FORMAT_PRINTF [INFO] [stderr] #define JEMALLOC_HAVE_ATTR_COLD [INFO] [stderr] #define JEMALLOC_PREFIX "_rjem_" [INFO] [stderr] #define JEMALLOC_CPREFIX "_RJEM_" [INFO] [stderr] #define JEMALLOC_OVERRIDE_MEMALIGN [INFO] [stderr] #define JEMALLOC_OVERRIDE_VALLOC [INFO] [stderr] #define JEMALLOC_PRIVATE_NAMESPACE _rjem_je_ [INFO] [stderr] #define JEMALLOC_CONFIG_MALLOC_CONF "" [INFO] [stderr] #define JEMALLOC_STATS [INFO] [stderr] #define JEMALLOC_MAPS_COALESCE [INFO] [stderr] #define JEMALLOC_RETAIN [INFO] [stderr] #define JEMALLOC_ZERO_REALLOC_DEFAULT_FREE [INFO] [stderr] #define JEMALLOC_DSS [INFO] [stderr] #define JEMALLOC_FILL [INFO] [stderr] #define JEMALLOC_CACHE_OBLIVIOUS [INFO] [stderr] #define JEMALLOC_INTERNAL_UNREACHABLE abort [INFO] [stderr] #define JEMALLOC_INTERNAL_FFSLL __builtin_ffsll [INFO] [stderr] #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl [INFO] [stderr] #define JEMALLOC_INTERNAL_FFS __builtin_ffs [INFO] [stderr] [INFO] [stderr] configure: exit 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build/configure: line 1777: printf: write error: No space left on device [INFO] [stderr] configure: error: cannot determine value for LG_PAGE [INFO] [stderr] sort: fflush failed: 'standard output': No space left on device [INFO] [stderr] sort: write error [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jemalloc-sys-0.5.4+5.3.0-patched/build.rs:351:9: [INFO] [stderr] command did not execute successfully: cd "/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build" && CC="cc" CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" CPPFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" LDFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall" "sh" "/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out/build/configure" "--disable-cxx" "--enable-doc=no" "--enable-shared=no" "--with-jemalloc-prefix=_rjem_" "--with-private-namespace=_rjem_" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu" "--prefix=/opt/rustwide/target/debug/build/jemalloc-sys-1f9e4199ef4d0c60/out" [INFO] [stderr] expected success, got: exit status: 1 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x562e51af1ca3 - std::backtrace_rs::backtrace::libunwind::trace::h7f9806d3dccb45cb [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x562e51af1ca3 - std::backtrace_rs::backtrace::trace_unsynchronized::h7f3eff0bddfa622c [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x562e51af1ca3 - std::sys::backtrace::_print_fmt::hb27b8dca7b942484 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x562e51af1ca3 - ::fmt::hd396c3634381f68e [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x562e51b16933 - core::fmt::rt::Argument::fmt::hc36c257e64c3f5d4 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x562e51b16933 - core::fmt::write::hd53b4323292abea1 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x562e51aee5c3 - std::io::Write::write_fmt::h1c409937694a24ad [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x562e51af1af2 - std::sys::backtrace::BacktraceLock::print::h39002cdaf48e099d [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x562e51af2c6a - std::panicking::default_hook::{{closure}}::hcd3ec63f717006ce [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x562e51af2ada - std::panicking::default_hook::hf2ecf24f5b40afc6 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x562e51af3642 - std::panicking::rust_panic_with_hook::hcfd2977a29cb1467 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x562e51af33ca - std::panicking::begin_panic_handler::{{closure}}::hb3c638498a1f3094 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x562e51af21a9 - std::sys::backtrace::__rust_end_short_backtrace::hd1dca3c8598c8b9d [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x562e51af305d - rust_begin_unwind [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x562e51b156f0 - core::panicking::panic_fmt::hb4830240af8fa34a [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x562e51a719fa - build_script_build::execute::h8845c44de6a1ecc2 [INFO] [stderr] 16: 0x562e51a71508 - build_script_build::run_and_log::hd755b68edbbcf848 [INFO] [stderr] 17: 0x562e51a7087b - build_script_build::main::h72e402afccefe608 [INFO] [stderr] 18: 0x562e51a728e3 - core::ops::function::FnOnce::call_once::h6ac71bc41fbdbe75 [INFO] [stderr] 19: 0x562e51a72236 - std::sys::backtrace::__rust_begin_short_backtrace::ha5f4aa08500536e4 [INFO] [stderr] 20: 0x562e51a6bad9 - std::rt::lang_start::{{closure}}::hf95deaf23034c608 [INFO] [stderr] 21: 0x562e51aea290 - core::ops::function::impls:: for &F>::call_once::h4449a8bd36ecfe84 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x562e51aea290 - std::panicking::try::do_call::he758b0c86e25574e [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:587:40 [INFO] [stderr] 23: 0x562e51aea290 - std::panicking::try::h844d5d533eba187e [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:550:19 [INFO] [stderr] 24: 0x562e51aea290 - std::panic::catch_unwind::h4dcea7c4c67f4b71 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x562e51aea290 - std::rt::lang_start_internal::{{closure}}::he4d2318cce7e08eb [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/rt.rs:168:24 [INFO] [stderr] 26: 0x562e51aea290 - std::panicking::try::do_call::h36cd3e20144d1e72 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:587:40 [INFO] [stderr] 27: 0x562e51aea290 - std::panicking::try::heca6f0cdd2b5ce22 [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panicking.rs:550:19 [INFO] [stderr] 28: 0x562e51aea290 - std::panic::catch_unwind::h1421dee2ea12bf1a [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x562e51aea290 - std::rt::lang_start_internal::h33bba761a8e5137d [INFO] [stderr] at /rustc/802c9b5f98c16ec9d24cdfd517f740f1f3df0e29/library/std/src/rt.rs:164:5 [INFO] [stderr] 30: 0x562e51a6bac1 - std::rt::lang_start::h8daccb3edae5d0dc [INFO] [stderr] 31: 0x562e51a71f15 - main [INFO] [stderr] 32: 0x7c006ff72d90 - [INFO] [stderr] 33: 0x7c006ff72e40 - __libc_start_main [INFO] [stderr] 34: 0x562e51a6b795 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaDyGiBv/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-util` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a6f706e9fd6109db2dd6810e15c1b82505fa0de2b5685eb899a4f92f241dcb68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6f706e9fd6109db2dd6810e15c1b82505fa0de2b5685eb899a4f92f241dcb68", kill_on_drop: false }` [INFO] [stdout] a6f706e9fd6109db2dd6810e15c1b82505fa0de2b5685eb899a4f92f241dcb68