[INFO] cloning repository https://github.com/dsntk/dsntk-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dsntk/dsntk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdsntk%2Fdsntk-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdsntk%2Fdsntk-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 778917fe5278f52fe504e84a87d52b2f99e5d924 [INFO] checking dsntk/dsntk-rs against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdsntk%2Fdsntk-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/dsntk/dsntk-rs on toolchain 1bd50d4315eb15970d395b6be5823f9384707693 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dsntk/dsntk-rs [INFO] finished tweaking git repo https://github.com/dsntk/dsntk-rs [INFO] tweaked toml for git repo https://github.com/dsntk/dsntk-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dsntk/dsntk-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" "+1bd50d4315eb15970d395b6be5823f9384707693" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6651d383c1980d677b074c0fcddd8650c6328d712cb3878859b6837bec245dfd [INFO] running `Command { std: "docker" "start" "-a" "6651d383c1980d677b074c0fcddd8650c6328d712cb3878859b6837bec245dfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6651d383c1980d677b074c0fcddd8650c6328d712cb3878859b6837bec245dfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6651d383c1980d677b074c0fcddd8650c6328d712cb3878859b6837bec245dfd", kill_on_drop: false }` [INFO] [stdout] 6651d383c1980d677b074c0fcddd8650c6328d712cb3878859b6837bec245dfd [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 092d16869ea4532ae66f36c6f2a6465fc2b5b7891228e218adb158cb8f13cd32 [INFO] running `Command { std: "docker" "start" "-a" "092d16869ea4532ae66f36c6f2a6465fc2b5b7891228e218adb158cb8f13cd32", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking litemap v0.7.5 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking uriparse v0.6.4 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking antex v0.0.8 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking rustls-pki-types v1.11.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling rustls v0.23.23 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking uuid v1.16.0 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking webpki-roots v0.26.8 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking tokio v1.44.1 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking dsntk-examples v0.3.0-dev (/opt/rustwide/workdir/examples) [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking roxmltree v0.20.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling zstd-safe v7.2.3 [INFO] [stderr] Checking local-waker v0.1.4 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking indexmap v2.8.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.3 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking miniz_oxide v0.8.5 [INFO] [stderr] Compiling time-macros v0.2.20 [INFO] [stderr] Compiling dfp-number-sys v0.2.13 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.14+zstd.1.5.7 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Checking petgraph v0.7.1 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Checking brotli-decompressor v4.0.2 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Checking actix-service v2.0.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking time v0.3.39 [INFO] [stderr] Checking flate2 v1.1.0 [INFO] [stderr] Checking local-channel v0.1.5 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking brotli v7.0.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking tokio-util v0.7.14 [INFO] [stderr] Checking actix-rt v2.10.0 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking unicode-id v0.3.5 [INFO] [stderr] Checking impl-more v0.1.9 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking domrs v0.0.16 [INFO] [stderr] Checking markdown v1.0.0-alpha.23 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking clap_builder v4.5.32 [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/clap_builder-1bd020f4f33ac9dd.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta1YhbDK" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: ring@0.17.14: ar: /opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/libring_core_0_17_14_.a: error reading /opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/25ac62e5b3c53843-curve25519.o: No space left on device [INFO] [stderr] error: failed to run custom build command for `ring v0.17.14` [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/ring-0766e8b5d22257c7/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_MANIFEST_DIR [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_PKG_NAME [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_PKG_VERSION_MAJOR [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_PKG_VERSION_MINOR [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_PKG_VERSION_PATCH [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_PKG_VERSION_PRE [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_MANIFEST_LINKS [INFO] [stderr] cargo:rerun-if-env-changed=RING_PREGENERATE_ASM [INFO] [stderr] cargo:rerun-if-env-changed=OUT_DIR [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ARCH [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_CFG_TARGET_OS [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ENV [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_CFG_TARGET_ENDIAN [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid) [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=ar: /opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/libring_core_0_17_14_.a: error reading /opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/25ac62e5b3c53843-curve25519.o: No space left on device [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred in cc-rs: command did not execute successfully (status code exit status: 1): ZERO_AR_DATE="1" "ar" "cq" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/libring_core_0_17_14_.a" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/25ac62e5b3c53843-curve25519.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/0bbbd18bda93c05b-aes_nohw.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/00c879ee3285a50d-montgomery.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/00c879ee3285a50d-montgomery_inv.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a0330e891e733f4e-ecp_nistz.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a0330e891e733f4e-gfp_p256.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a0330e891e733f4e-gfp_p384.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a0330e891e733f4e-p256.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/aaa1ba3e455ee2e1-limbs.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a4019cc0736b0423-mem.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/d5a9841f3dc6e253-poly1305.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a4019cc0736b0423-crypto.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a4019cc0736b0423-cpu_intel.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/25ac62e5b3c53843-curve25519_64_adx.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/e165cd818145c705-fiat_curve25519_adx_mul.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/e165cd818145c705-fiat_curve25519_adx_square.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/a0330e891e733f4e-p256-nistz.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-chacha-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-aes-gcm-avx2-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-aesni-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-ghash-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-vpaes-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-x86_64-mont-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-x86_64-mont5-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-p256-x86_64-asm-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-sha512-x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o" "/opt/rustwide/target/debug/build/ring-fa7498604f7628a6/out/c322a0bcc369f531-sha256-x86_64-elf.o" [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `clap_builder` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaFILM87" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetasQ0XL3" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dsntk-examples` (lib test) due to 1 previous error [INFO] [stderr] error: could not compile `regex-automata` (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/1bd50d4315eb15970d395b6be5823f9384707693/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=1c83d34066e7b542 -C extra-filename=-619277a0669f9ff5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-110c7d4a2ad803fa.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-385abaa02608ee6d.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-a51f3b0cccc0511b.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaYO5eU0" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hyper` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaaqwrse/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaivCm3o/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `brotli` (lib) due to 1 previous error [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: zstd/lib/compress/zstd_compress_superblock.c:688:1: fatal error: error writing to /tmp/ccyOWgo8.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: 688 | } [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: | ^ [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: ToolExecError: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_compress_superblock.o" "-c" "zstd/lib/compress/zstd_compress_superblock.c"cargo:warning=zstd/lib/compress/zstd_double_fast.c:776:1: fatal error: error writing to /tmp/ccMWyCy2.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: 776 | } [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: | ^ [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: ToolExecError: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_double_fast.o" "-c" "zstd/lib/compress/zstd_double_fast.c"cargo:warning=zstd/lib/compress/zstd_fast.c:985:1: fatal error: error writing to /tmp/ccINgVZq.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: 985 | } [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: | ^ [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: ToolExecError: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_fast.o" "-c" "zstd/lib/compress/zstd_fast.c" [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: zstd/lib/compress/zstd_lazy.c:2198:1: fatal error: error writing to /tmp/cc9ZqcCp.s: No space left on device [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: 2198 | } [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: | ^ [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: compilation terminated. [INFO] [stderr] warning: zstd-sys@2.0.14+zstd.1.5.7: ToolExecError: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" [INFO] [stderr] error: failed to run custom build command for `zstd-sys v2.0.14+zstd.1.5.7` [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-bff70cb202b3ff57/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-68c89912b1395ea3/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-68c89912b1395ea3/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-68c89912b1395ea3/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/zstd-sys-68c89912b1395ea3/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = 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] cargo:warning=zstd/lib/compress/zstd_compress_superblock.c:688:1: fatal error: error writing to /tmp/ccyOWgo8.s: No space left on device [INFO] [stderr] cargo:warning= 688 | } [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: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_compress_superblock.o" "-c" "zstd/lib/compress/zstd_compress_superblock.c"cargo:warning=zstd/lib/compress/zstd_double_fast.c:776:1: fatal error: error writing to /tmp/ccMWyCy2.s: No space left on device [INFO] [stderr] cargo:warning= 776 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_double_fast.o" "-c" "zstd/lib/compress/zstd_double_fast.c"cargo:warning=zstd/lib/compress/zstd_fast.c:985:1: fatal error: error writing to /tmp/ccINgVZq.s: No space left on device [INFO] [stderr] cargo:warning= 985 | } [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 did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_fast.o" "-c" "zstd/lib/compress/zstd_fast.c" [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/cc9ZqcCp.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 did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred in cc-rs: command did not execute successfully (status code exit status: 1): 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-68c89912b1395ea3/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c" [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid128_cbrt.c:80:1: fatal error: error writing to /tmp/ccCduB4u.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 80 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid128_cbrt.o" "-c" "library-20u3/src/bid128_cbrt.c"cargo:warning=library-20u3/src/bid128_cos.c:12592:1: fatal error: error writing to /tmp/ccncz2xm.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 12592 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid128_cos.o" "-c" "library-20u3/src/bid128_cos.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid128_compare.c:4353:1: fatal error: error writing to /tmp/ccntwdwR.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 4353 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid128_compare.o" "-c" "library-20u3/src/bid128_compare.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid32_log2.c:91:1: fatal error: error writing to /tmp/ccQgkHyc.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 91 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_log2.o" "-c" "library-20u3/src/bid32_log2.c"cargo:warning=library-20u3/src/bid32_nexttowardd.c:164:1: fatal error: error writing to /tmp/ccJBe08m.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 164 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_nexttowardd.o" "-c" "library-20u3/src/bid32_nexttowardd.c"cargo:warning=library-20u3/src/bid32_fma.c:517:1: fatal error: error writing to /tmp/ccoIyUG5.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 517 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_fma.o" "-c" "library-20u3/src/bid32_fma.c"cargo:warning=library-20u3/src/bid32_lrintd.c:77:1: fatal error: error writing to /tmp/ccWCuLxF.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 77 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid32_next.c:433:1: fatal error: error writing to /tmp/ccwBqkvw.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 433 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_next.o" "-c" "library-20u3/src/bid32_next.c"cargo:warning=library-20u3/src/bid32_logbd.c:75:1: fatal error: error writing to /tmp/ccluACW4.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 75 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_logbd.o" "-c" "library-20u3/src/bid32_logbd.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_lrintd.o" "-c" "library-20u3/src/bid32_lrintd.c"cargo:warning=library-20u3/src/bid32_quantexpd.c:55:1: fatal error: error writing to /tmp/ccRq7lWf.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 55 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_quantexpd.o" "-c" "library-20u3/src/bid32_quantexpd.c"cargo:warning=library-20u3/src/bid32_round_integral.c:140:1: fatal error: error writing to /tmp/cc1TvkXk.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 140 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_round_integral.o" "-c" "library-20u3/src/bid32_round_integral.c"cargo:warning=library-20u3/src/bid32_minmax.c:797:1: fatal error: error writing to /tmp/ccNyFhan.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 797 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_minmax.o" "-c" "library-20u3/src/bid32_minmax.c"cargo:warning=library-20u3/src/bid32_pow.c:224:1: fatal error: error writing to /tmp/ccaE62b3.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 224 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/cc1gDIj8.s: Assembler messages: [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/cc1gDIj8.s: Fatal error: can't write 55 bytes to section .text.unpack_BID32 of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sqrt.o: 'No space left on device' [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/cc1gDIj8.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sqrt.o: No such file or directory [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sqrt.o" "-c" "library-20u3/src/bid32_sqrt.c"cargo:warning=/tmp/ccqs2l8f.s: Assembler messages: [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccqs2l8f.s: Fatal error: can't write 40 bytes to section .text.__bid32_sub of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sub.o: 'No space left on device' [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccqs2l8f.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sub.o: No such file or directory [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sub.o" "-c" "library-20u3/src/bid32_sub.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_pow.o" "-c" "library-20u3/src/bid32_pow.c"cargo:warning=library-20u3/src/bid32_tanh.c:61:1: fatal error: error writing to /tmp/cczQTa4C.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 61 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid32_noncomp.c:990:1: fatal error: error writing to /tmp/ccLhvuIk.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 990 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid32_tan.c:298:1: fatal error: error writing to /tmp/ccqut7iJ.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 298 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_tan.o" "-c" "library-20u3/src/bid32_tan.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_tanh.o" "-c" "library-20u3/src/bid32_tanh.c"cargo:warning=library-20u3/src/bid32_to_int8.c:73:1: fatal error: error writing to /tmp/cc8GRti2.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 73 | BID_TO_SMALL_INT_CVT_FUNCTION (char, bid32_to_int8_xceil, BID_UINT32, x, [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int8.o" "-c" "library-20u3/src/bid32_to_int8.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_noncomp.o" "-c" "library-20u3/src/bid32_noncomp.c"cargo:warning=library-20u3/src/bid32_string.c:458:1: fatal error: error writing to /tmp/cc7kTvAL.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 458 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: library-20u3/src/bid32_tgamma.c:150:1: fatal error: error writing to /tmp/ccpkGVt1.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 150 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_tgamma.o" "-c" "library-20u3/src/bid32_tgamma.c"cargo:warning=library-20u3/src/bid32_to_bid64.c:209:1: fatal error: error writing to /tmp/cciqvD6S.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 209 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_bid64.o" "-c" "library-20u3/src/bid32_to_bid64.c"cargo:warning=library-20u3/src/bid32_to_int16.c:71:1: fatal error: error writing to /tmp/ccxdvL19.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 71 | BID_TO_SMALL_INT_CVT_FUNCTION (short, bid32_to_int16_xceil, BID_UINT32, x, [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int16.o" "-c" "library-20u3/src/bid32_to_int16.c"cargo:warning=library-20u3/src/bid32_to_uint16.c:71:1: fatal error: error writing to /tmp/ccXUg7wT.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 71 | BID_TO_SMALL_BID_UINT_CVT_FUNCTION (unsigned short, bid32_to_uint16_xceil, [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint16.o" "-c" "library-20u3/src/bid32_to_uint16.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_string.o" "-c" "library-20u3/src/bid32_string.c"cargo:warning=library-20u3/src/bid32_to_bid128.c:257:1: fatal error: error writing to /tmp/ccfBN2mv.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 257 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_bid128.o" "-c" "library-20u3/src/bid32_to_bid128.c"cargo:warning=library-20u3/src/bid32_to_int32.c:2103:1: fatal error: error writing to /tmp/ccdwtoHi.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 2103 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int32.o" "-c" "library-20u3/src/bid32_to_int32.c"cargo:warning=library-20u3/src/bid32_to_uint32.c:1966:1: fatal error: error writing to /tmp/ccHPASzF.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 1966 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint32.o" "-c" "library-20u3/src/bid32_to_uint32.c"cargo:warning=/tmp/ccSQiURO.s: Assembler messages: [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccSQiURO.s: Fatal error: can't write 63 bytes to section .text.__bid32_to_uint8_rnint of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint8.o: 'No space left on device' [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccSQiURO.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint8.o: No such file or directory [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint8.o" "-c" "library-20u3/src/bid32_to_uint8.c"cargo:warning=/tmp/ccP2LjfB.s: Assembler messages: [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccP2LjfB.s: Fatal error: can't write 121 bytes to section .debug_info of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_globals.o: 'No space left on device' [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccP2LjfB.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_globals.o: No such file or directory [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_globals.o" "-c" "library-20u3/src/bid_decimal_globals.c"cargo:warning=library-20u3/src/bid32_to_int64.c:2185:1: fatal error: error writing to /tmp/ccVmIJ2D.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 2185 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int64.o" "-c" "library-20u3/src/bid32_to_int64.c"cargo:warning=library-20u3/src/bid32_to_uint64.c:2139:1: fatal error: error writing to /tmp/ccMvqoaI.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 2139 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint64.o" "-c" "library-20u3/src/bid32_to_uint64.c"cargo:warning=/tmp/cchmjkZz.s: Assembler messages: [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/cchmjkZz.s: Fatal error: can't write 2880 bytes to section .data.__bid_round_const_table_128 of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_data.o: 'No space left on device' [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/cchmjkZz.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_data.o: No such file or directory [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_data.o" "-c" "library-20u3/src/bid_decimal_data.c"cargo:warning=library-20u3/src/bid_dpd.c:525:1: fatal error: error writing to /tmp/ccmfMaHN.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 525 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccaLhmLY.s: Assembler messages: [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccaLhmLY.s: Fatal error: can't write 25 bytes to section .text.__bid_feclearexcept of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_feclearexcept.o: 'No space left on device' [INFO] [stderr] warning: dfp-number-sys@0.2.13: /tmp/ccaLhmLY.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_feclearexcept.o: No such file or directory [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_feclearexcept.o" "-c" "library-20u3/src/bid_feclearexcept.c"cargo:warning=library-20u3/src/bid_fegetexceptflag.c:53:1: fatal error: error writing to /tmp/ccfu7zDU.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 53 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_fegetexceptflag.o" "-c" "library-20u3/src/bid_fegetexceptflag.c"cargo:warning=library-20u3/src/bid_flag_operations.c:350:1: fatal error: error writing to /tmp/cck9JXXv.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 350 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_flag_operations.o" "-c" "library-20u3/src/bid_flag_operations.c" [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_dpd.o" "-c" "library-20u3/src/bid_dpd.c"cargo:warning=library-20u3/src/bid_round.c:1051:1: fatal error: error writing to /tmp/ccdf9JQU.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 1051 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_round.o" "-c" "library-20u3/src/bid_round.c"cargo:warning=library-20u3/src/strtod128.c:61:1: fatal error: error writing to /tmp/ccppY563.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 61 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-strtod128.o" "-c" "library-20u3/src/strtod128.c"cargo:warning=library-20u3/src/strtod32.c:56:1: fatal error: error writing to /tmp/cclw5wLR.s: No space left on device [INFO] [stderr] warning: dfp-number-sys@0.2.13: 56 | } [INFO] [stderr] warning: dfp-number-sys@0.2.13: | ^ [INFO] [stderr] warning: dfp-number-sys@0.2.13: compilation terminated. [INFO] [stderr] warning: dfp-number-sys@0.2.13: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-strtod32.o" "-c" "library-20u3/src/strtod32.c" [INFO] [stderr] error: failed to run custom build command for `dfp-number-sys v0.2.13` [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/dfp-number-sys-dfbf29354da7dce7/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] 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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/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 [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = 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=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = 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] cargo:warning=library-20u3/src/bid128_cbrt.c:80:1: fatal error: error writing to /tmp/ccCduB4u.s: No space left on device [INFO] [stderr] cargo:warning= 80 | } [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: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid128_cbrt.o" "-c" "library-20u3/src/bid128_cbrt.c"cargo:warning=library-20u3/src/bid128_cos.c:12592:1: fatal error: error writing to /tmp/ccncz2xm.s: No space left on device [INFO] [stderr] cargo:warning=12592 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid128_cos.o" "-c" "library-20u3/src/bid128_cos.c" [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=library-20u3/src/bid128_compare.c:4353:1: fatal error: error writing to /tmp/ccntwdwR.s: No space left on device [INFO] [stderr] cargo:warning= 4353 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid128_compare.o" "-c" "library-20u3/src/bid128_compare.c" [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] 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] 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=library-20u3/src/bid32_log2.c:91:1: fatal error: error writing to /tmp/ccQgkHyc.s: No space left on device [INFO] [stderr] cargo:warning= 91 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_log2.o" "-c" "library-20u3/src/bid32_log2.c"cargo:warning=library-20u3/src/bid32_nexttowardd.c:164:1: fatal error: error writing to /tmp/ccJBe08m.s: No space left on device [INFO] [stderr] cargo:warning= 164 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_nexttowardd.o" "-c" "library-20u3/src/bid32_nexttowardd.c"cargo:warning=library-20u3/src/bid32_fma.c:517:1: fatal error: error writing to /tmp/ccoIyUG5.s: No space left on device [INFO] [stderr] cargo:warning= 517 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_fma.o" "-c" "library-20u3/src/bid32_fma.c"cargo:warning=library-20u3/src/bid32_lrintd.c:77:1: fatal error: error writing to /tmp/ccWCuLxF.s: No space left on device [INFO] [stderr] cargo:warning= 77 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=library-20u3/src/bid32_next.c:433:1: fatal error: error writing to /tmp/ccwBqkvw.s: No space left on device [INFO] [stderr] cargo:warning= 433 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_next.o" "-c" "library-20u3/src/bid32_next.c"cargo:warning=library-20u3/src/bid32_logbd.c:75:1: fatal error: error writing to /tmp/ccluACW4.s: No space left on device [INFO] [stderr] cargo:warning= 75 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_logbd.o" "-c" "library-20u3/src/bid32_logbd.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_lrintd.o" "-c" "library-20u3/src/bid32_lrintd.c"cargo:warning=library-20u3/src/bid32_quantexpd.c:55:1: fatal error: error writing to /tmp/ccRq7lWf.s: No space left on device [INFO] [stderr] cargo:warning= 55 | } [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: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_quantexpd.o" "-c" "library-20u3/src/bid32_quantexpd.c"cargo:warning=library-20u3/src/bid32_round_integral.c:140:1: fatal error: error writing to /tmp/cc1TvkXk.s: No space left on device [INFO] [stderr] cargo:warning= 140 | } [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: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_round_integral.o" "-c" "library-20u3/src/bid32_round_integral.c"cargo:warning=library-20u3/src/bid32_minmax.c:797:1: fatal error: error writing to /tmp/ccNyFhan.s: No space left on device [INFO] [stderr] cargo:warning= 797 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_minmax.o" "-c" "library-20u3/src/bid32_minmax.c"cargo:warning=library-20u3/src/bid32_pow.c:224:1: fatal error: error writing to /tmp/ccaE62b3.s: No space left on device [INFO] [stderr] cargo:warning= 224 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=/tmp/cc1gDIj8.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/cc1gDIj8.s: Fatal error: can't write 55 bytes to section .text.unpack_BID32 of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sqrt.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/cc1gDIj8.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sqrt.o: No such file or directory [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 did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sqrt.o" "-c" "library-20u3/src/bid32_sqrt.c"cargo:warning=/tmp/ccqs2l8f.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccqs2l8f.s: Fatal error: can't write 40 bytes to section .text.__bid32_sub of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sub.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccqs2l8f.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sub.o: No such file or directory [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_sub.o" "-c" "library-20u3/src/bid32_sub.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_pow.o" "-c" "library-20u3/src/bid32_pow.c"cargo:warning=library-20u3/src/bid32_tanh.c:61:1: fatal error: error writing to /tmp/cczQTa4C.s: No space left on device [INFO] [stderr] cargo:warning= 61 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=library-20u3/src/bid32_noncomp.c:990:1: fatal error: error writing to /tmp/ccLhvuIk.s: No space left on device [INFO] [stderr] cargo:warning= 990 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=library-20u3/src/bid32_tan.c:298:1: fatal error: error writing to /tmp/ccqut7iJ.s: No space left on device [INFO] [stderr] cargo:warning= 298 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_tan.o" "-c" "library-20u3/src/bid32_tan.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_tanh.o" "-c" "library-20u3/src/bid32_tanh.c"cargo:warning=library-20u3/src/bid32_to_int8.c:73:1: fatal error: error writing to /tmp/cc8GRti2.s: No space left on device [INFO] [stderr] cargo:warning= 73 | BID_TO_SMALL_INT_CVT_FUNCTION (char, bid32_to_int8_xceil, BID_UINT32, x, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int8.o" "-c" "library-20u3/src/bid32_to_int8.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_noncomp.o" "-c" "library-20u3/src/bid32_noncomp.c"cargo:warning=library-20u3/src/bid32_string.c:458:1: fatal error: error writing to /tmp/cc7kTvAL.s: No space left on device [INFO] [stderr] cargo:warning= 458 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=library-20u3/src/bid32_tgamma.c:150:1: fatal error: error writing to /tmp/ccpkGVt1.s: No space left on device [INFO] [stderr] cargo:warning= 150 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_tgamma.o" "-c" "library-20u3/src/bid32_tgamma.c"cargo:warning=library-20u3/src/bid32_to_bid64.c:209:1: fatal error: error writing to /tmp/cciqvD6S.s: No space left on device [INFO] [stderr] cargo:warning= 209 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_bid64.o" "-c" "library-20u3/src/bid32_to_bid64.c"cargo:warning=library-20u3/src/bid32_to_int16.c:71:1: fatal error: error writing to /tmp/ccxdvL19.s: No space left on device [INFO] [stderr] cargo:warning= 71 | BID_TO_SMALL_INT_CVT_FUNCTION (short, bid32_to_int16_xceil, BID_UINT32, x, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int16.o" "-c" "library-20u3/src/bid32_to_int16.c"cargo:warning=library-20u3/src/bid32_to_uint16.c:71:1: fatal error: error writing to /tmp/ccXUg7wT.s: No space left on device [INFO] [stderr] cargo:warning= 71 | BID_TO_SMALL_BID_UINT_CVT_FUNCTION (unsigned short, bid32_to_uint16_xceil, [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint16.o" "-c" "library-20u3/src/bid32_to_uint16.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_string.o" "-c" "library-20u3/src/bid32_string.c"cargo:warning=library-20u3/src/bid32_to_bid128.c:257:1: fatal error: error writing to /tmp/ccfBN2mv.s: No space left on device [INFO] [stderr] cargo:warning= 257 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_bid128.o" "-c" "library-20u3/src/bid32_to_bid128.c"cargo:warning=library-20u3/src/bid32_to_int32.c:2103:1: fatal error: error writing to /tmp/ccdwtoHi.s: No space left on device [INFO] [stderr] cargo:warning= 2103 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int32.o" "-c" "library-20u3/src/bid32_to_int32.c"cargo:warning=library-20u3/src/bid32_to_uint32.c:1966:1: fatal error: error writing to /tmp/ccHPASzF.s: No space left on device [INFO] [stderr] cargo:warning= 1966 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint32.o" "-c" "library-20u3/src/bid32_to_uint32.c"cargo:warning=/tmp/ccSQiURO.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccSQiURO.s: Fatal error: can't write 63 bytes to section .text.__bid32_to_uint8_rnint of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint8.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccSQiURO.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint8.o: No such file or directory [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint8.o" "-c" "library-20u3/src/bid32_to_uint8.c"cargo:warning=/tmp/ccP2LjfB.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccP2LjfB.s: Fatal error: can't write 121 bytes to section .debug_info of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_globals.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccP2LjfB.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_globals.o: No such file or directory [INFO] [stderr] [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_globals.o" "-c" "library-20u3/src/bid_decimal_globals.c"cargo:warning=library-20u3/src/bid32_to_int64.c:2185:1: fatal error: error writing to /tmp/ccVmIJ2D.s: No space left on device [INFO] [stderr] cargo:warning= 2185 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_int64.o" "-c" "library-20u3/src/bid32_to_int64.c"cargo:warning=library-20u3/src/bid32_to_uint64.c:2139:1: fatal error: error writing to /tmp/ccMvqoaI.s: No space left on device [INFO] [stderr] cargo:warning= 2139 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid32_to_uint64.o" "-c" "library-20u3/src/bid32_to_uint64.c"cargo:warning=/tmp/cchmjkZz.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/cchmjkZz.s: Fatal error: can't write 2880 bytes to section .data.__bid_round_const_table_128 of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_data.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/cchmjkZz.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_data.o: No such file or directory [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_decimal_data.o" "-c" "library-20u3/src/bid_decimal_data.c"cargo:warning=library-20u3/src/bid_dpd.c:525:1: fatal error: error writing to /tmp/ccmfMaHN.s: No space left on device [INFO] [stderr] cargo:warning= 525 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] cargo:warning=/tmp/ccaLhmLY.s: Assembler messages: [INFO] [stderr] cargo:warning=/tmp/ccaLhmLY.s: Fatal error: can't write 25 bytes to section .text.__bid_feclearexcept of /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_feclearexcept.o: 'No space left on device' [INFO] [stderr] cargo:warning=/tmp/ccaLhmLY.s: Fatal error: /opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_feclearexcept.o: No such file or directory [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_feclearexcept.o" "-c" "library-20u3/src/bid_feclearexcept.c"cargo:warning=library-20u3/src/bid_fegetexceptflag.c:53:1: fatal error: error writing to /tmp/ccfu7zDU.s: No space left on device [INFO] [stderr] cargo:warning= 53 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_fegetexceptflag.o" "-c" "library-20u3/src/bid_fegetexceptflag.c"cargo:warning=library-20u3/src/bid_flag_operations.c:350:1: fatal error: error writing to /tmp/cck9JXXv.s: No space left on device [INFO] [stderr] cargo:warning= 350 | } [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: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_flag_operations.o" "-c" "library-20u3/src/bid_flag_operations.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_dpd.o" "-c" "library-20u3/src/bid_dpd.c"cargo:warning=library-20u3/src/bid_round.c:1051:1: fatal error: error writing to /tmp/ccdf9JQU.s: No space left on device [INFO] [stderr] cargo:warning= 1051 | } [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 did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-bid_round.o" "-c" "library-20u3/src/bid_round.c"cargo:warning=library-20u3/src/strtod128.c:61:1: fatal error: error writing to /tmp/ccppY563.s: No space left on device [INFO] [stderr] cargo:warning= 61 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-strtod128.o" "-c" "library-20u3/src/strtod128.c"cargo:warning=library-20u3/src/strtod32.c:56:1: fatal error: error writing to /tmp/cclw5wLR.s: No space left on device [INFO] [stderr] cargo:warning= 56 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-strtod32.o" "-c" "library-20u3/src/strtod32.c" [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 in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-Wno-attributes" "-Wno-unused-value" "-Wno-unused-variable" "-Wno-unused-but-set-variable" "-Wno-missing-braces" "-Wno-unused-const-variable" "-Wno-unused-parameter" "-Wno-dangling-else" "-Wno-sign-compare" "-Wno-implicit-function-declaration" "-Wno-unknown-pragmas" "-Wno-shift-negative-value" "-Wno-comment" "-Wno-parentheses" "-Wno-maybe-uninitialized" "-Wno-array-bounds" "-Wno-constant-conversion" "-Wno-sometimes-uninitialized" "-Dix86" "-Dlinux" "-DDECIMAL_CALL_BY_REFERENCE=0" "-DDECIMAL_GLOBAL_ROUNDING=0" "-DDECIMAL_GLOBAL_EXCEPTION_FLAGS=0" "-o" "/opt/rustwide/target/debug/build/dfp-number-sys-3e53f3b38fed3bb9/out/lib/39becb65fbce8a66-strtod32.o" "-c" "library-20u3/src/strtod32.c" [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "092d16869ea4532ae66f36c6f2a6465fc2b5b7891228e218adb158cb8f13cd32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "092d16869ea4532ae66f36c6f2a6465fc2b5b7891228e218adb158cb8f13cd32", kill_on_drop: false }` [INFO] [stdout] 092d16869ea4532ae66f36c6f2a6465fc2b5b7891228e218adb158cb8f13cd32