[INFO] cloning repository https://github.com/hnlee/payfeed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hnlee/payfeed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhnlee%2Fpayfeed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhnlee%2Fpayfeed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f7b567e6ea8ac8261255504a70610c0604f276d [INFO] testing hnlee/payfeed against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhnlee%2Fpayfeed" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hnlee/payfeed on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hnlee/payfeed [INFO] finished tweaking git repo https://github.com/hnlee/payfeed [INFO] tweaked toml for git repo https://github.com/hnlee/payfeed written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/hnlee/payfeed 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" "+beta-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pin-project-internal v1.0.9 [INFO] [stderr] Downloaded bigdecimal v0.2.2 [INFO] [stderr] Downloaded ipnetwork v0.17.0 [INFO] [stderr] Downloaded pin-project v1.0.9 [INFO] [stderr] Downloaded rust_decimal v1.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00eaf8405c5542a319bb2b85a59838ee6cb0323882f764ce84e22a249abe673c [INFO] running `Command { std: "docker" "start" "-a" "00eaf8405c5542a319bb2b85a59838ee6cb0323882f764ce84e22a249abe673c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00eaf8405c5542a319bb2b85a59838ee6cb0323882f764ce84e22a249abe673c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00eaf8405c5542a319bb2b85a59838ee6cb0323882f764ce84e22a249abe673c", kill_on_drop: false }` [INFO] [stdout] 00eaf8405c5542a319bb2b85a59838ee6cb0323882f764ce84e22a249abe673c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6cf1810b657ebb480bc93b6860e29e23e9bf407cf66f327f71b5fc009f86a18 [INFO] running `Command { std: "docker" "start" "-a" "a6cf1810b657ebb480bc93b6860e29e23e9bf407cf66f327f71b5fc009f86a18", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling pin-project-internal v0.4.29 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling libgit2-sys v0.12.26+1.3.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling ipnetwork v0.17.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling bigdecimal v0.2.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling sqlformat v0.1.8 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta9UJjGh/lib.rmeta`: 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/rmetaL4EJ1p" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `native-tls` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `chrono` (lib) due to 1 previous error [INFO] [stdout] error: failed to write /tmp/rustckUDVRq/lib.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 build archive at `/opt/rustwide/target/debug/deps/libopenssl-a9d8eb26d1140efc.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openssl` (lib) due to 1 previous error [INFO] [stdout] error: failed to write /tmp/rustcHljQZm/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `openssl` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/bin/rustc --crate-name openssl --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("v101", "v102", "v110", "v111", "vendored"))' -C metadata=0fffc24febc07b64 -C extra-filename=-8de942feef711b02 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-3e7fc4e38d4a72b5.rmeta --extern foreign_types=/opt/rustwide/target/debug/deps/libforeign_types-ce5d663d7c32e748.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-1187062833b3d593.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2f03e2b3041203ba.rmeta --extern ffi=/opt/rustwide/target/debug/deps/libopenssl_sys-b0b2e1d99c8e547e.rmeta --cap-lints allow --cap-lints=warn --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl111 --cfg ossl300` (exit status: 101) [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/runtime.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/alloc.c:9: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/annotated_commit.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/annotated_commit.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/array.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/apply.c:15: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/attr.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/attr.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/attr_file.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/attr_file.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/attrcache.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/attrcache.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/blame_git.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/blame_git.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/blame.h:4, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/blame.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/blob.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/blob.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/blame_git.c: At top level: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/blame_git.c:685:1: fatal error: error writing to /tmp/ccmsyAY6.s: No space left on device [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 685 | } [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: compilation terminated. [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/branch.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/branch.c:8: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: In file included from libgit2/src/common.h:103, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/buffer.h:10, [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: from libgit2/src/buffer.c:7: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/branch.c: At top level: [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: libgit2/src/branch.c:777:1: fatal error: error writing to /tmp/ccPD4VUu.s: No space left on device [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: 777 | } [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: | ^ [INFO] [stderr] warning: libgit2-sys@0.12.26+1.3.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `libgit2-sys v0.12.26+1.3.0` [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/libgit2-sys-d2d4fa58da6b16b1/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rustc-cfg=libgit2_vendored [INFO] [stderr] libgit2/include/git2.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2.h [INFO] [stderr] libgit2/include/git2/errors.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/errors.h [INFO] [stderr] libgit2/include/git2/refs.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/refs.h [INFO] [stderr] libgit2/include/git2/reflog.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/reflog.h [INFO] [stderr] libgit2/include/git2/signature.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/signature.h [INFO] [stderr] libgit2/include/git2/index.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/index.h [INFO] [stderr] libgit2/include/git2/object.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/object.h [INFO] [stderr] libgit2/include/git2/pack.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/pack.h [INFO] [stderr] libgit2/include/git2/revert.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/revert.h [INFO] [stderr] libgit2/include/git2/trace.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/trace.h [INFO] [stderr] libgit2/include/git2/apply.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/apply.h [INFO] [stderr] libgit2/include/git2/strarray.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/strarray.h [INFO] [stderr] libgit2/include/git2/revwalk.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/revwalk.h [INFO] [stderr] libgit2/include/git2/mailmap.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/mailmap.h [INFO] [stderr] libgit2/include/git2/remote.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/remote.h [INFO] [stderr] libgit2/include/git2/clone.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/clone.h [INFO] [stderr] libgit2/include/git2/branch.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/branch.h [INFO] [stderr] libgit2/include/git2/types.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/types.h [INFO] [stderr] libgit2/include/git2/transport.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/transport.h [INFO] [stderr] libgit2/include/git2/status.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/status.h [INFO] [stderr] libgit2/include/git2/tag.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/tag.h [INFO] [stderr] libgit2/include/git2/commit.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/commit.h [INFO] [stderr] libgit2/include/git2/indexer.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/indexer.h [INFO] [stderr] libgit2/include/git2/blob.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/blob.h [INFO] [stderr] libgit2/include/git2/proxy.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/proxy.h [INFO] [stderr] libgit2/include/git2/revparse.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/revparse.h [INFO] [stderr] libgit2/include/git2/message.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/message.h [INFO] [stderr] libgit2/include/git2/notes.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/notes.h [INFO] [stderr] libgit2/include/git2/buffer.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/buffer.h [INFO] [stderr] libgit2/include/git2/oidarray.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/oidarray.h [INFO] [stderr] libgit2/include/git2/odb_backend.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/odb_backend.h [INFO] [stderr] libgit2/include/git2/annotated_commit.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/annotated_commit.h [INFO] [stderr] libgit2/include/git2/describe.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/describe.h [INFO] [stderr] libgit2/include/git2/blame.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/blame.h [INFO] [stderr] libgit2/include/git2/stdint.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/stdint.h [INFO] [stderr] libgit2/include/git2/repository.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/repository.h [INFO] [stderr] libgit2/include/git2/email.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/email.h [INFO] [stderr] libgit2/include/git2/filter.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/filter.h [INFO] [stderr] libgit2/include/git2/common.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/common.h [INFO] [stderr] libgit2/include/git2/reset.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/reset.h [INFO] [stderr] libgit2/include/git2/net.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/net.h [INFO] [stderr] libgit2/include/git2/cherrypick.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/cherrypick.h [INFO] [stderr] libgit2/include/git2/deprecated.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/deprecated.h [INFO] [stderr] libgit2/include/git2/sys/refs.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/refs.h [INFO] [stderr] libgit2/include/git2/sys/midx.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/midx.h [INFO] [stderr] libgit2/include/git2/sys/reflog.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/reflog.h [INFO] [stderr] libgit2/include/git2/sys/index.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/index.h [INFO] [stderr] libgit2/include/git2/sys/mempack.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/mempack.h [INFO] [stderr] libgit2/include/git2/sys/transport.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/transport.h [INFO] [stderr] libgit2/include/git2/sys/commit_graph.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/commit_graph.h [INFO] [stderr] libgit2/include/git2/sys/openssl.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/openssl.h [INFO] [stderr] libgit2/include/git2/sys/commit.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/commit.h [INFO] [stderr] libgit2/include/git2/sys/hashsig.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/hashsig.h [INFO] [stderr] libgit2/include/git2/sys/alloc.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/alloc.h [INFO] [stderr] libgit2/include/git2/sys/odb_backend.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/odb_backend.h [INFO] [stderr] libgit2/include/git2/sys/cred.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/cred.h [INFO] [stderr] libgit2/include/git2/sys/repository.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/repository.h [INFO] [stderr] libgit2/include/git2/sys/path.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/path.h [INFO] [stderr] libgit2/include/git2/sys/email.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/email.h [INFO] [stderr] libgit2/include/git2/sys/filter.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/filter.h [INFO] [stderr] libgit2/include/git2/sys/merge.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/merge.h [INFO] [stderr] libgit2/include/git2/sys/config.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/config.h [INFO] [stderr] libgit2/include/git2/sys/stream.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/stream.h [INFO] [stderr] libgit2/include/git2/sys/credential.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/credential.h [INFO] [stderr] libgit2/include/git2/sys/diff.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/diff.h [INFO] [stderr] libgit2/include/git2/sys/refdb_backend.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/sys/refdb_backend.h [INFO] [stderr] libgit2/include/git2/merge.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/merge.h [INFO] [stderr] libgit2/include/git2/config.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/config.h [INFO] [stderr] libgit2/include/git2/patch.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/patch.h [INFO] [stderr] libgit2/include/git2/pathspec.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/pathspec.h [INFO] [stderr] libgit2/include/git2/stash.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/stash.h [INFO] [stderr] libgit2/include/git2/credential.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/credential.h [INFO] [stderr] libgit2/include/git2/version.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/version.h [INFO] [stderr] libgit2/include/git2/refspec.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/refspec.h [INFO] [stderr] libgit2/include/git2/diff.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/diff.h [INFO] [stderr] libgit2/include/git2/odb.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/odb.h [INFO] [stderr] libgit2/include/git2/worktree.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/worktree.h [INFO] [stderr] libgit2/include/git2/transaction.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/transaction.h [INFO] [stderr] libgit2/include/git2/attr.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/attr.h [INFO] [stderr] libgit2/include/git2/tree.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/tree.h [INFO] [stderr] libgit2/include/git2/global.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/global.h [INFO] [stderr] libgit2/include/git2/checkout.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/checkout.h [INFO] [stderr] libgit2/include/git2/submodule.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/submodule.h [INFO] [stderr] libgit2/include/git2/cred_helpers.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/cred_helpers.h [INFO] [stderr] libgit2/include/git2/ignore.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/ignore.h [INFO] [stderr] libgit2/include/git2/credential_helpers.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/credential_helpers.h [INFO] [stderr] libgit2/include/git2/refdb.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/refdb.h [INFO] [stderr] libgit2/include/git2/cert.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/cert.h [INFO] [stderr] libgit2/include/git2/rebase.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/rebase.h [INFO] [stderr] libgit2/include/git2/oid.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/oid.h [INFO] [stderr] libgit2/include/git2/graph.h => /opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include/git2/graph.h [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/alloc.o" "-c" "libgit2/src/alloc.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/runtime.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/alloc.c:9: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/annotated_commit.o" "-c" "libgit2/src/annotated_commit.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/annotated_commit.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/annotated_commit.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/apply.o" "-c" "libgit2/src/apply.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/attr.o" "-c" "libgit2/src/attr.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/array.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/apply.c:15: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/attr.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/attr.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/attr_file.o" "-c" "libgit2/src/attr_file.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/attr_file.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/attr_file.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/attrcache.o" "-c" "libgit2/src/attrcache.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/attrcache.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/attrcache.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/blame.o" "-c" "libgit2/src/blame.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/blame_git.o" "-c" "libgit2/src/blame_git.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/blame_git.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/blame_git.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/blame.h:4, [INFO] [stderr] cargo:warning= from libgit2/src/blame.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/blob.o" "-c" "libgit2/src/blob.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/blob.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/blob.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/branch.o" "-c" "libgit2/src/branch.c" [INFO] [stderr] cargo:warning=libgit2/src/blame_git.c: At top level: [INFO] [stderr] cargo:warning=libgit2/src/blame_git.c:685:1: fatal error: error writing to /tmp/ccmsyAY6.s: No space left on device [INFO] [stderr] cargo:warning= 685 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/buffer.o" "-c" "libgit2/src/buffer.c" [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/branch.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/branch.c:8: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=In file included from libgit2/src/common.h:103, [INFO] [stderr] cargo:warning= from libgit2/src/buffer.h:10, [INFO] [stderr] cargo:warning= from libgit2/src/buffer.c:7: [INFO] [stderr] cargo:warning=libgit2/src/thread.h: In function 'git_atomic__swap': [INFO] [stderr] cargo:warning=libgit2/src/thread.h:184:9: warning: argument 3 of '__atomic_exchange' discards 'volatile' qualifier [-Wincompatible-pointer-types] [INFO] [stderr] cargo:warning= 184 | __atomic_exchange(ptr, &newval, &foundval, __ATOMIC_SEQ_CST); [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=libgit2/src/branch.c: At top level: [INFO] [stderr] cargo:warning=libgit2/src/branch.c:777:1: fatal error: error writing to /tmp/ccPD4VUu.s: No space left on device [INFO] [stderr] cargo:warning= 777 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] exit status: 0 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/include" "-I" "libgit2/src" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/opt/rustwide/target/debug/build/libgit2-sys-dc1d1bb49e0f9a11/out/build/libgit2/src/blame_git.o" "-c" "libgit2/src/blame_git.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `encoding_rs` (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/beta-2025-01-12-x86_64-unknown-linux-gnu/bin/rustc --crate-name encoding_rs --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=4f5259304bc10ab7 -C extra-filename=-870cca835c319365 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-3e7fc4e38d4a72b5.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `regex` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=c6a1ff9ce166ed11 -C extra-filename=-e2b97e63b683cee6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-31b7e9a6e230a6e6.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3c95261d07c8826e.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-12b080b3aec45ada.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/block_splitter.c:192:1: fatal error: error writing to /tmp/ccgmiuNt.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 192 | } [INFO] [stderr] warning: brotli-sys@0.3.2: | ^ [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/cluster.c:50: fatal error: error writing to /tmp/ccjyescx.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 50 | #undef FN [INFO] [stderr] warning: brotli-sys@0.3.2: | [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/dictionary_hash.c:1116:1: fatal error: error writing to /tmp/cc409JH6.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 1116 | 24230,0,55527,0,0,3464,19141,0,0,0,0}; [INFO] [stderr] warning: brotli-sys@0.3.2: | ^~~~~ [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/backward_references.c:126:1: fatal error: error writing to /tmp/ccEcNc7L.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 126 | } [INFO] [stderr] warning: brotli-sys@0.3.2: | ^ [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/compress_fragment.c:785:1: fatal error: error writing to /tmp/cchPIVAX.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 785 | } [INFO] [stderr] warning: brotli-sys@0.3.2: | ^ [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/compress_fragment_two_pass.c:606:1: fatal error: error writing to /tmp/ccCgNzlZ.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 606 | } [INFO] [stderr] warning: brotli-sys@0.3.2: | ^ [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] warning: brotli-sys@0.3.2: brotli/enc/encode.c:1809:1: fatal error: error writing to /tmp/ccJygLZ3.s: No space left on device [INFO] [stderr] warning: brotli-sys@0.3.2: 1809 | } [INFO] [stderr] warning: brotli-sys@0.3.2: | ^ [INFO] [stderr] warning: brotli-sys@0.3.2: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `brotli-sys v0.3.2` [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/brotli-sys-adf670b0b353ce2e/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:include=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-sys-0.3.2/brotli/include [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/common/dictionary.o" "-c" "brotli/common/dictionary.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/dec/bit_reader.o" "-c" "brotli/dec/bit_reader.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/dec/decode.o" "-c" "brotli/dec/decode.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/dec/huffman.o" "-c" "brotli/dec/huffman.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/dec/state.o" "-c" "brotli/dec/state.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/backward_references.o" "-c" "brotli/enc/backward_references.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/backward_references_hq.o" "-c" "brotli/enc/backward_references_hq.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/bit_cost.o" "-c" "brotli/enc/bit_cost.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/block_splitter.o" "-c" "brotli/enc/block_splitter.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/brotli_bit_stream.o" "-c" "brotli/enc/brotli_bit_stream.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/cluster.o" "-c" "brotli/enc/cluster.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/compress_fragment.o" "-c" "brotli/enc/compress_fragment.c" [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/compress_fragment_two_pass.o" "-c" "brotli/enc/compress_fragment_two_pass.c" [INFO] [stderr] cargo:warning=brotli/enc/block_splitter.c:192:1: fatal error: error writing to /tmp/ccgmiuNt.s: No space left on device [INFO] [stderr] cargo:warning= 192 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/dictionary_hash.o" "-c" "brotli/enc/dictionary_hash.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/encode.o" "-c" "brotli/enc/encode.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=brotli/enc/cluster.c:50: fatal error: error writing to /tmp/ccjyescx.s: No space left on device [INFO] [stderr] cargo:warning= 50 | #undef FN [INFO] [stderr] cargo:warning= | [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=brotli/enc/dictionary_hash.c:1116:1: fatal error: error writing to /tmp/cc409JH6.s: No space left on device [INFO] [stderr] cargo:warning= 1116 | 24230,0,55527,0,0,3464,19141,0,0,0,0}; [INFO] [stderr] cargo:warning= | ^~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=brotli/enc/backward_references.c:126:1: fatal error: error writing to /tmp/ccEcNc7L.s: No space left on device [INFO] [stderr] cargo:warning= 126 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=brotli/enc/compress_fragment.c:785:1: fatal error: error writing to /tmp/cchPIVAX.s: No space left on device [INFO] [stderr] cargo:warning= 785 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=brotli/enc/compress_fragment_two_pass.c:606:1: fatal error: error writing to /tmp/ccCgNzlZ.s: No space left on device [INFO] [stderr] cargo:warning= 606 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=brotli/enc/encode.c:1809:1: fatal error: error writing to /tmp/ccJygLZ3.s: No space left on device [INFO] [stderr] cargo:warning= 1809 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "brotli/include" "-o" "/opt/rustwide/target/debug/build/brotli-sys-4f81b6a10cc2be96/out/brotli/enc/backward_references.o" "-c" "brotli/enc/backward_references.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaKGMjXw" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlformat` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a6cf1810b657ebb480bc93b6860e29e23e9bf407cf66f327f71b5fc009f86a18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6cf1810b657ebb480bc93b6860e29e23e9bf407cf66f327f71b5fc009f86a18", kill_on_drop: false }` [INFO] [stdout] a6cf1810b657ebb480bc93b6860e29e23e9bf407cf66f327f71b5fc009f86a18