[INFO] cloning repository https://github.com/ilsubyeega/jsonkv-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ilsubyeega/jsonkv-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filsubyeega%2Fjsonkv-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filsubyeega%2Fjsonkv-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8dfd9b7366ad598e1dc7bb268ce6b58c1610672e [INFO] testing ilsubyeega/jsonkv-server against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filsubyeega%2Fjsonkv-server" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ilsubyeega/jsonkv-server on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ilsubyeega/jsonkv-server [INFO] finished tweaking git repo https://github.com/ilsubyeega/jsonkv-server [INFO] tweaked toml for git repo https://github.com/ilsubyeega/jsonkv-server written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ilsubyeega/jsonkv-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum-extra v0.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 644ae72b9344dcb73a31163598220a258d25319786e80d064a1dc26e32f26bf1 [INFO] running `Command { std: "docker" "start" "-a" "644ae72b9344dcb73a31163598220a258d25319786e80d064a1dc26e32f26bf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "644ae72b9344dcb73a31163598220a258d25319786e80d064a1dc26e32f26bf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "644ae72b9344dcb73a31163598220a258d25319786e80d064a1dc26e32f26bf1", kill_on_drop: false }` [INFO] [stdout] 644ae72b9344dcb73a31163598220a258d25319786e80d064a1dc26e32f26bf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d574a72979d633d3c7d3a91519007b6eedeeed7e9efdeb004e6fa542b21b057f [INFO] running `Command { std: "docker" "start" "-a" "d574a72979d633d3c7d3a91519007b6eedeeed7e9efdeb004e6fa542b21b057f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling http v1.0.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling axum v0.7.4 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling winnow v0.5.34 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.5.4+5.3.0-patched [INFO] [stderr] Compiling headers v0.4.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.83.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d2c1782a93b890c0 -C extra-filename=-d2c1782a93b890c0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-2e7f74933d95c32b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2ade2a50eb1bc340.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-616f471ecab70653.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `tikv-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/tikv-jemalloc-sys-77dbcd5df94b9675/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/tikv-jemalloc-sys-0a3b99319db56223/out" [INFO] [stderr] BUILD_DIR="/opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build" [INFO] [stderr] SRC_DIR="/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tikv-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] 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=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") [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] 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/tikv-jemalloc-sys-0a3b99319db56223/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/tikv-jemalloc-sys-0a3b99319db56223/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/tikv-jemalloc-sys-0a3b99319db56223/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 -traditional-cpp [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... no [INFO] [stderr] checking for sys/types.h... no [INFO] [stderr] checking for sys/stat.h... no [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... no [INFO] [stderr] checking for stdint.h... no [INFO] [stderr] checking for unistd.h... no [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... 0 [INFO] [stderr] running: "tail" "-n" "100" "/opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/config.log" [INFO] [stderr] | { [INFO] [stderr] | [INFO] [stderr] | FILE *f = fopen ("conftest.val", "w"); [INFO] [stderr] | if (! f) [INFO] [stderr] | return 1; [INFO] [stderr] | if (((long int) (sizeof (long))) < 0) [INFO] [stderr] | { [INFO] [stderr] | long int i = longval (); [INFO] [stderr] | if (i != ((long int) (sizeof (long)))) [INFO] [stderr] | return 1; [INFO] [stderr] | fprintf (f, "%ld", i); [INFO] [stderr] | } [INFO] [stderr] | else [INFO] [stderr] | { [INFO] [stderr] | unsigned long int i = ulongval (); [INFO] [stderr] | if (i != ((long int) (sizeof (long)))) [INFO] [stderr] | return 1; [INFO] [stderr] | fprintf (f, "%lu", i); [INFO] [stderr] | } [INFO] [stderr] | /* Do not output a trailing newline, as this causes \r\n confusion [INFO] [stderr] | on some platforms. */ [INFO] [stderr] | return ferror (f) || fclose (f) != 0; [INFO] [stderr] | [INFO] [stderr] | ; [INFO] [stderr] | return 0; [INFO] [stderr] | } [INFO] [stderr] configure:7541: result: 0 [INFO] [stderr] configure:7556: error: Unsupported long size: 0 [INFO] [stderr] [INFO] [stderr] ## ---------------- ## [INFO] [stderr] ## Cache variables. ## [INFO] [stderr] ## ---------------- ## [INFO] [stderr] [INFO] [stderr] ac_cv_big_endian=0 [INFO] [stderr] ac_cv_c_bigendian=no [INFO] [stderr] ac_cv_c_compiler_gnu=yes [INFO] [stderr] ac_cv_env_CCC_set= [INFO] [stderr] ac_cv_env_CCC_value= [INFO] [stderr] ac_cv_env_CC_set=set [INFO] [stderr] ac_cv_env_CC_value=cc [INFO] [stderr] ac_cv_env_CFLAGS_set=set [INFO] [stderr] ac_cv_env_CFLAGS_value='-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall' [INFO] [stderr] ac_cv_env_CPPFLAGS_set=set [INFO] [stderr] ac_cv_env_CPPFLAGS_value='-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall' [INFO] [stderr] ac_cv_env_CPP_set= [INFO] [stderr] ac_cv_env_CPP_value= [INFO] [stderr] ac_cv_env_CXXFLAGS_set= [INFO] [stderr] ac_cv_env_CXXFLAGS_value= [INFO] [stderr] ac_cv_env_CXX_set= [INFO] [stderr] ac_cv_env_CXX_value= [INFO] [stderr] ac_cv_env_LDFLAGS_set=set [INFO] [stderr] ac_cv_env_LDFLAGS_value='-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall' [INFO] [stderr] ac_cv_env_LIBS_set= [INFO] [stderr] ac_cv_env_LIBS_value= [INFO] [stderr] ac_cv_env_build_alias_set=set [INFO] [stderr] ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu [INFO] [stderr] ac_cv_env_host_alias_set=set [INFO] [stderr] ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu [INFO] [stderr] ac_cv_env_target_alias_set= [INFO] [stderr] ac_cv_env_target_alias_value= [INFO] [stderr] ac_cv_header_inttypes_h=no [INFO] [stderr] ac_cv_header_memory_h=yes [INFO] [stderr] ac_cv_header_stdc=no [INFO] [stderr] ac_cv_header_stdint_h=no [INFO] [stderr] ac_cv_header_stdlib_h=yes [INFO] [stderr] ac_cv_header_string_h=yes [INFO] [stderr] ac_cv_header_strings_h=yes [INFO] [stderr] ac_cv_header_sys_stat_h=no [INFO] [stderr] ac_cv_header_sys_types_h=no [INFO] [stderr] ac_cv_header_unistd_h=no [INFO] [stderr] ac_cv_objext=o [INFO] [stderr] ac_cv_path_EGREP='/usr/bin/grep -E' [INFO] [stderr] ac_cv_path_GREP=/usr/bin/grep [INFO] [stderr] ac_cv_path_XSLTPROC=false [INFO] [stderr] ac_cv_prog_CC=cc [INFO] [stderr] ac_cv_prog_CPP='cc -E -traditional-cpp' [INFO] [stderr] ac_cv_prog_cc_c89= [INFO] [stderr] ac_cv_prog_cc_g=yes [INFO] [stderr] ac_cv_sizeof_int=4 [INFO] [stderr] ac_cv_sizeof_long=0 [INFO] [stderr] ac_cv_sizeof_void_p=8 [INFO] [stderr] je_cv_cflags_added=-g3 [INFO] [stderr] je_cv_cray=no [INFO] [stderr] je_cv_cray_prgenv_wrapper= [INFO] [stderr] [INFO] [stderr] ## ----------------- ## [INFO] [stderr] ## Output variables. ## [INFO] [stderr] ## ----------------- ## [INFO] [stderr] [INFO] [stderr] AR='' [INFO] [stderr] ARFLAGS='' [INFO] [stderr] AROUT='' [INFO] [stderr] AUTOCONF='' [INFO] [stderr] AWK='' [INFO] [stderr] BINDIR='/opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/bin' [INFO] [stderr] CC='cc' [INFO] [stderr] CC_MM='' [INFO] [stderr] CFLAGS='-std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall' [INFO] [stderr] CONFIG='--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/tikv-jemalloc-sys-0a3b99319db56223/out build_alias=x86_64-unknown-linux-gnu host_alias=x86_64-unknown-linux-gnu CC=cc '\''CFLAGS=-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'\'' '\''CPPFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -gdwarf-4 -fno-omit-frame-pointer -m64 -Wall'\''' [INFO] [stderr] CONFIGURE_CFLAGS='-std=g [INFO] [stderr] --- stderr [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] grep: 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/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 1618: printf: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 1626: printf: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 1633: printf: write error: No space left on device [INFO] [stderr] sed: couldn't flush stdout: 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] configure: error: Unsupported long size: 0 [INFO] [stderr] sort: write failed: 'standard output': No space left on device [INFO] [stderr] sort: write error [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 54: echo: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 75: printf: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 76: echo: write error: No space left on device [INFO] [stderr] cat: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 78: echo: write error: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/tikv-jemalloc-sys-0a3b99319db56223/out/build/configure: line 82: printf: write error: No space left on device [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tikv-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/tikv-jemalloc-sys-0a3b99319db56223/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/tikv-jemalloc-sys-0a3b99319db56223/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/tikv-jemalloc-sys-0a3b99319db56223/out" [INFO] [stderr] expected success, got: exit status: 1 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x61e2a8bd7fda - std::backtrace_rs::backtrace::libunwind::trace::h5a5b8284f2d0c266 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x61e2a8bd7fda - std::backtrace_rs::backtrace::trace_unsynchronized::h76d4f1c9b0b875e3 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x61e2a8bd7fda - std::sys::backtrace::_print_fmt::hc4546b8364a537c6 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x61e2a8bd7fda - ::fmt::h5b6bd5631a6d1f6b [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x61e2a8bfa893 - core::fmt::rt::Argument::fmt::h270f6602a2b96f62 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x61e2a8bfa893 - core::fmt::write::h7550c97b06c86515 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/fmt/mod.rs:1186:21 [INFO] [stderr] 6: 0x61e2a8bd50d3 - std::io::Write::write_fmt::h7b09c64fe0be9c84 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/io/mod.rs:1839:15 [INFO] [stderr] 7: 0x61e2a8bd7e22 - std::sys::backtrace::BacktraceLock::print::h2395ccd2c84ba3aa [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x61e2a8bd8fec - std::panicking::default_hook::{{closure}}::he19d4c7230e07961 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:268:22 [INFO] [stderr] 9: 0x61e2a8bd8e32 - std::panicking::default_hook::hf614597d3c67bbdb [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:295:9 [INFO] [stderr] 10: 0x61e2a8bd95c7 - std::panicking::rust_panic_with_hook::h8942133a8b252070 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:801:13 [INFO] [stderr] 11: 0x61e2a8bd945a - std::panicking::begin_panic_handler::{{closure}}::hb5f5963570096b29 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:674:13 [INFO] [stderr] 12: 0x61e2a8bd84b9 - std::sys::backtrace::__rust_end_short_backtrace::h6208cedc1922feda [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x61e2a8bd90ec - rust_begin_unwind [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:665:5 [INFO] [stderr] 14: 0x61e2a8b67550 - core::panicking::panic_fmt::h0c3082644d1bf418 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x61e2a8b6fd9b - build_script_build::execute::h61b03ae41532b7b4 [INFO] [stderr] 16: 0x61e2a8b6fa48 - build_script_build::run_and_log::ha25e37feece6b5ae [INFO] [stderr] 17: 0x61e2a8b6edaf - build_script_build::main::h3fc7fbebb82dcbd4 [INFO] [stderr] 18: 0x61e2a8b68673 - core::ops::function::FnOnce::call_once::h9d45b8bceb17fbad [INFO] [stderr] 19: 0x61e2a8b681e6 - std::sys::backtrace::__rust_begin_short_backtrace::h178614b80c8aa314 [INFO] [stderr] 20: 0x61e2a8b70639 - std::rt::lang_start::{{closure}}::h4b7a87a229facc7e [INFO] [stderr] 21: 0x61e2a8bd136e - core::ops::function::impls:: for &F>::call_once::hfdb85f4ee94732d3 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x61e2a8bd136e - std::panicking::try::do_call::h6e577310f330cbef [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:557:40 [INFO] [stderr] 23: 0x61e2a8bd136e - std::panicking::try::ha588d438267d2645 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:520:19 [INFO] [stderr] 24: 0x61e2a8bd136e - std::panic::catch_unwind::h429fda1e025f26d9 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panic.rs:358:14 [INFO] [stderr] 25: 0x61e2a8bd136e - std::rt::lang_start_internal::{{closure}}::h7b731265e841c4bf [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/rt.rs:174:48 [INFO] [stderr] 26: 0x61e2a8bd136e - std::panicking::try::do_call::hc0f6a675b7ae5a36 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:557:40 [INFO] [stderr] 27: 0x61e2a8bd136e - std::panicking::try::h4c93b7ff0671f1ff [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panicking.rs:520:19 [INFO] [stderr] 28: 0x61e2a8bd136e - std::panic::catch_unwind::hcc1e154961d16ce6 [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/panic.rs:358:14 [INFO] [stderr] 29: 0x61e2a8bd136e - std::rt::lang_start_internal::h1c66660c99c8424c [INFO] [stderr] at /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/rt.rs:174:20 [INFO] [stderr] 30: 0x61e2a8b70617 - std::rt::lang_start::hd74761d03b0c402b [INFO] [stderr] 31: 0x61e2a8b705a5 - main [INFO] [stderr] 32: 0x734ec4b5ed90 - [INFO] [stderr] 33: 0x734ec4b5ee40 - __libc_start_main [INFO] [stderr] 34: 0x61e2a8b67c45 - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "d574a72979d633d3c7d3a91519007b6eedeeed7e9efdeb004e6fa542b21b057f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d574a72979d633d3c7d3a91519007b6eedeeed7e9efdeb004e6fa542b21b057f", kill_on_drop: false }` [INFO] [stdout] d574a72979d633d3c7d3a91519007b6eedeeed7e9efdeb004e6fa542b21b057f