[INFO] cloning repository https://github.com/ruuderie/zkhodl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ruuderie/zkhodl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruuderie%2Fzkhodl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruuderie%2Fzkhodl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 78820dc8bee54ca8e7fe75b599a9378966570a8f [INFO] checking ruuderie/zkhodl/78820dc8bee54ca8e7fe75b599a9378966570a8f against master#d49be02cf6d2e2a01264fcdef1e20c826710c0f5 for pr-133570-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruuderie%2Fzkhodl" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ruuderie/zkhodl on toolchain d49be02cf6d2e2a01264fcdef1e20c826710c0f5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ruuderie/zkhodl [INFO] finished tweaking git repo https://github.com/ruuderie/zkhodl [INFO] tweaked toml for git repo https://github.com/ruuderie/zkhodl written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ruuderie/zkhodl 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" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded risc0-binfmt v0.19.1 [INFO] [stderr] Downloaded bonsai-sdk v0.5.1 [INFO] [stderr] Downloaded rrs-lib v0.1.0 [INFO] [stderr] Downloaded risc0-core v0.19.1 [INFO] [stderr] Downloaded risc0-zkvm-platform v0.19.1 [INFO] [stderr] Downloaded risc0-circuit-rv32im v0.19.1 [INFO] [stderr] Downloaded risc0-zkp v0.19.1 [INFO] [stderr] Downloaded risc0-circuit-recursion v0.19.1 [INFO] [stderr] Downloaded bitcoin v0.30.2 [INFO] [stderr] Downloaded risc0-zkvm v0.19.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcc4a9029c3505935deb7a6f38c391d3b51beddf6a06438768cdfd50b29ebebf [INFO] running `Command { std: "docker" "start" "-a" "fcc4a9029c3505935deb7a6f38c391d3b51beddf6a06438768cdfd50b29ebebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcc4a9029c3505935deb7a6f38c391d3b51beddf6a06438768cdfd50b29ebebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcc4a9029c3505935deb7a6f38c391d3b51beddf6a06438768cdfd50b29ebebf", kill_on_drop: false }` [INFO] [stdout] fcc4a9029c3505935deb7a6f38c391d3b51beddf6a06438768cdfd50b29ebebf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69c7daa30cbb0ba30ccc675c6df5e42b2e687c4ef0df1367636ca33de73106c8 [INFO] running `Command { std: "docker" "start" "-a" "69c7daa30cbb0ba30ccc675c6df5e42b2e687c4ef0df1367636ca33de73106c8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking litemap v0.7.3 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking hashbrown v0.15.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling rustix v0.38.41 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling autotools v0.2.7 [INFO] [stderr] Compiling risc0-zkp v0.19.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Checking indexmap v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Checking cpufeatures v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling protobuf-src v1.1.0+21.5 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling fastrand v2.2.0 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking risc0-zkvm-platform v0.19.1 [INFO] [stderr] Compiling bitcoin-private v0.1.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Compiling risc0-circuit-rv32im v0.19.1 [INFO] [stderr] Checking ipnet v2.10.1 [INFO] [stderr] Compiling risc0-circuit-recursion v0.19.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking bitcoin_hashes v0.12.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling bitcoin v0.30.2 [INFO] [stderr] Checking elf v0.7.4 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking rrs-lib v0.1.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking bech32 v0.9.1 [INFO] [stderr] Checking matchit v0.7.3 [INFO] [stderr] Checking secp256k1 v0.27.0 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling bytemuck_derive v1.8.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Checking zerofrom v0.1.4 [INFO] [stderr] Checking yoke v0.7.4 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking bytemuck v1.19.0 [INFO] [stderr] Checking risc0-core v0.19.1 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `prost-derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/bin/rustc --crate-name prost_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/prost-derive-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12d5dd003a63bcbb -C extra-filename=-12d5dd003a63bcbb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-315ebf67820a11c8.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-226af8a0c394e44e.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ea84fab1bb9a207c.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-9ae4553a06acae1e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-883f52e00e2d6eb2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.215/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=b4dc03cbcca6d0ed -C extra-filename=-b4dc03cbcca6d0ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ea84fab1bb9a207c.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-9ae4553a06acae1e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-883f52e00e2d6eb2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: failed to run custom build command for `protobuf-src v1.1.0+21.5` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/protobuf-src-648db2ce8c4e9194/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/protobuf-src-d525be27e0812545/out/install/build" && CC="cc" CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -m64" CXX="c++" CXXFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -m64" "sh" "-c" "exec \"$0\" \"$@\"" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/protobuf-src-1.1.0+21.5/protobuf/configure" "--prefix=/opt/rustwide/target/debug/build/protobuf-src-d525be27e0812545/out/install" "--disable-shared" "--enable-static" "--disable-maintainer-mode" [INFO] [stderr] checking whether to enable maintainer-specific portions of Makefiles... no [INFO] [stderr] checking build system type... x86_64-pc-linux-gnu [INFO] [stderr] checking host system type... x86_64-pc-linux-gnu [INFO] [stderr] checking target system type... x86_64-pc-linux-gnu [INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c [INFO] [stderr] checking whether build environment is sane... yes [INFO] [stderr] checking for a race-free mkdir -p... /usr/bin/mkdir -p [INFO] [stderr] checking for gawk... no [INFO] [stderr] checking for mawk... mawk [INFO] [stderr] checking whether make sets $(MAKE)... yes [INFO] [stderr] checking whether make supports nested variables... yes [INFO] [stderr] checking whether UID '0' is supported by ustar format... yes [INFO] [stderr] checking whether GID '0' is supported by ustar format... yes [INFO] [stderr] checking how to create a ustar tar archive... gnutar [INFO] [stderr] checking whether make supports nested variables... (cached) yes [INFO] [stderr] checking for gcc... cc [INFO] [stderr] checking whether the C compiler works... yes [INFO] [stderr] checking for C compiler default output file name... a.out [INFO] [stderr] checking for suffix of executables... [INFO] [stderr] checking whether we are cross compiling... no [INFO] [stderr] checking for suffix of object files... o [INFO] [stderr] checking whether the compiler supports GNU C... yes [INFO] [stderr] checking whether cc accepts -g... yes [INFO] [stderr] checking for cc option to enable C11 features... none needed [INFO] [stderr] checking whether cc understands -c and -o together... yes [INFO] [stderr] checking whether make supports the include directive... yes (GNU style) [INFO] [stderr] checking dependency style of cc... gcc3 [INFO] [stderr] checking whether the compiler supports GNU C++... yes [INFO] [stderr] checking whether c++ accepts -g... yes [INFO] [stderr] checking for c++ option to enable C++11 features... none needed [INFO] [stderr] checking dependency style of c++... gcc3 [INFO] [stderr] checking how to run the C preprocessor... cc -E [INFO] [stderr] checking for gcc... gcc [INFO] [stderr] checking whether the compiler supports GNU C... (cached) yes [INFO] [stderr] checking whether gcc accepts -g... yes [INFO] [stderr] checking for gcc option to enable C11 features... (cached) none needed [INFO] [stderr] checking whether gcc understands -c and -o together... (cached) yes [INFO] [stderr] checking dependency style of gcc... (cached) gcc3 [INFO] [stderr] checking how to run the C preprocessor... gcc -E [INFO] [stderr] checking how to run the C++ preprocessor... c++ -E [INFO] [stderr] checking for g++... g++ [INFO] [stderr] checking whether the compiler supports GNU C++... (cached) yes [INFO] [stderr] checking whether g++ accepts -g... yes [INFO] [stderr] checking for g++ option to enable C++11 features... (cached) none needed [INFO] [stderr] checking dependency style of g++... (cached) gcc3 [INFO] [stderr] checking how to run the C++ preprocessor... g++ -E [INFO] [stderr] checking for stdio.h... yes [INFO] [stderr] checking for stdlib.h... yes [INFO] [stderr] checking for string.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for strings.h... yes [INFO] [stderr] checking for sys/stat.h... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking for wchar.h... yes [INFO] [stderr] checking for minix/config.h... no [INFO] [stderr] checking whether it is safe to define __EXTENSIONS__... yes [INFO] [stderr] checking whether _XOPEN_SOURCE should be defined... no [INFO] [stderr] checking for ar... ar [INFO] [stderr] checking the archiver (ar) interface... ar [INFO] [stderr] checking C++ compiler flags...... use user-supplied: -O0 -ffunction-sections -fdata-sections -fPIC -m64 [INFO] [stderr] checking for c++ options needed to detect all undeclared functions... none needed [INFO] [stderr] checking whether __SUNPRO_CC is declared... no [INFO] [stderr] checking how to print strings... printf [INFO] [stderr] checking for a sed that does not truncate output... /usr/bin/sed [INFO] [stderr] checking for grep that handles long lines and -e... /usr/bin/grep [INFO] [stderr] checking for egrep... /usr/bin/grep -E [INFO] [stderr] checking for fgrep... /usr/bin/grep -F [INFO] [stderr] checking for ld used by cc... /usr/bin/ld [INFO] [stderr] checking if the linker (/usr/bin/ld) is GNU ld... yes [INFO] [stderr] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [INFO] [stderr] checking the name lister (/usr/bin/nm -B) interface... BSD nm [INFO] [stderr] checking whether ln -s works... yes [INFO] [stderr] checking the maximum length of command line arguments... 1572864 [INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [INFO] [stderr] checking for /usr/bin/ld option to reload object files... -r [INFO] [stderr] checking for file... file [INFO] [stderr] checking for objdump... objdump [INFO] [stderr] checking how to recognize dependent libraries... pass_all [INFO] [stderr] checking for dlltool... no [INFO] [stderr] checking how to associate runtime and link libraries... printf %s\n [INFO] [stderr] checking for archiver @FILE support... @ [INFO] [stderr] checking for strip... strip [INFO] [stderr] checking for ranlib... ranlib [INFO] [stderr] checking command to parse /usr/bin/nm -B output from cc object... ok [INFO] [stderr] checking for sysroot... no [INFO] [stderr] checking for a working dd... /usr/bin/dd [INFO] [stderr] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 [INFO] [stderr] checking for mt... no [INFO] [stderr] checking if : is a manifest tool... no [INFO] [stderr] checking for dlfcn.h... yes [INFO] [stderr] checking for objdir... .libs [INFO] [stderr] checking if cc supports -fno-rtti -fno-exceptions... no [INFO] [stderr] checking for cc option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if cc PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if cc static flag -static works... yes [INFO] [stderr] checking if cc supports -c -o file.o... yes [INFO] [stderr] checking if cc supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking dynamic linker characteristics... GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking whether stripping libraries is possible... yes [INFO] [stderr] checking if libtool supports shared libraries... yes [INFO] [stderr] checking whether to build shared libraries... no [INFO] [stderr] checking whether to build static libraries... yes [INFO] [stderr] checking how to run the C++ preprocessor... c++ -E [INFO] [stderr] checking for ld used by c++... /usr/bin/ld -m elf_x86_64 [INFO] [stderr] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes [INFO] [stderr] checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking for c++ option to produce PIC... -fPIC -DPIC [INFO] [stderr] checking if c++ PIC flag -fPIC -DPIC works... yes [INFO] [stderr] checking if c++ static flag -static works... yes [INFO] [stderr] checking if c++ supports -c -o file.o... yes [INFO] [stderr] checking if c++ supports -c -o file.o... (cached) yes [INFO] [stderr] checking whether the c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [INFO] [stderr] checking dynamic linker characteristics... (cached) GNU/Linux ld.so [INFO] [stderr] checking how to hardcode library paths into programs... immediate [INFO] [stderr] checking whether the linker supports version scripts... yes [INFO] [stderr] checking for egrep... (cached) /usr/bin/grep -E [INFO] [stderr] checking for fcntl.h... yes [INFO] [stderr] checking for inttypes.h... (cached) yes [INFO] [stderr] checking for limits.h... yes [INFO] [stderr] checking for stdlib.h... (cached) yes [INFO] [stderr] checking for unistd.h... (cached) yes [INFO] [stderr] checking for working memcmp... yes [INFO] [stderr] checking for working strtod... yes [INFO] [stderr] checking for ftruncate... yes [INFO] [stderr] checking for memset... yes [INFO] [stderr] checking for mkdir... yes [INFO] [stderr] checking for strchr... yes [INFO] [stderr] checking for strerror... yes [INFO] [stderr] checking for strtol... yes [INFO] [stderr] checking zlib version... ok (1.2.0.4 or later) [INFO] [stderr] checking for library containing zlibVersion... -lz [INFO] [stderr] checking whether c++ supports C++11 features by default... yes [INFO] [stderr] checking whether -latomic is needed... no [INFO] [stderr] checking whether cc is Clang... no [INFO] [stderr] checking whether pthreads work with "-pthread" and "-lpthread"... yes [INFO] [stderr] checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE [INFO] [stderr] checking whether more special flags are required for pthreads... no [INFO] [stderr] checking for PTHREAD_PRIO_INHERIT... yes [INFO] [stderr] checking the location of hash_map... [INFO] [stderr] checking whether -llog is needed... no [INFO] [stderr] checking that generated files are newer than configure... done [INFO] [stderr] configure: creating ./config.status [INFO] [stderr] config.status: creating Makefile [INFO] [stderr] config.status: creating src/Makefile [INFO] [stderr] config.status: creating benchmarks/Makefile [INFO] [stderr] config.status: creating conformance/Makefile [INFO] [stderr] config.status: creating protobuf.pc [INFO] [stderr] config.status: creating protobuf-lite.pc [INFO] [stderr] config.status: creating config.h [INFO] [stderr] config.status: executing depfiles commands [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] config.status: error: in `/opt/rustwide/target/debug/build/protobuf-src-d525be27e0812545/out/install/build': [INFO] [stderr] config.status: error: Something went wrong bootstrapping makefile fragments [INFO] [stderr] for automatic dependency tracking. If GNU make was not used, consider [INFO] [stderr] re-running the configure script with MAKE="gmake" (or whatever is [INFO] [stderr] necessary). You can also try re-running configure with the [INFO] [stderr] '--disable-dependency-tracking' option to at least be able to build [INFO] [stderr] the package (albeit without support for automatic dependency tracking). [INFO] [stderr] See `config.log' for more details [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/autotools-0.2.7/src/lib.rs:790:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x623ac933c43a - std::backtrace_rs::backtrace::libunwind::trace::h8f50440bcdd7c7ba [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x623ac933c43a - std::backtrace_rs::backtrace::trace_unsynchronized::hbb624e4ddad08892 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x623ac933c43a - std::sys::backtrace::_print_fmt::h11393928f4907899 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x623ac933c43a - ::fmt::h118bb846b40b3af7 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x623ac935f823 - core::fmt::rt::Argument::fmt::h022ff1fe75582f30 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x623ac935f823 - core::fmt::write::h0b664413a249cd21 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/fmt/mod.rs:1185:21 [INFO] [stderr] 6: 0x623ac9339103 - std::io::Write::write_fmt::h91044b6829b973ae [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x623ac933c282 - std::sys::backtrace::BacktraceLock::print::h6b2df9b41787e785 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x623ac933d48d - std::panicking::default_hook::{{closure}}::h7482aeb499a8273d [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:284:22 [INFO] [stderr] 9: 0x623ac933d2d2 - std::panicking::default_hook::hdf99d9ae25812da6 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:311:9 [INFO] [stderr] 10: 0x623ac933db97 - std::panicking::rust_panic_with_hook::h87604e68748e7c6e [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:817:13 [INFO] [stderr] 11: 0x623ac933d91a - std::panicking::begin_panic_handler::{{closure}}::h414a45e52c595237 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:690:13 [INFO] [stderr] 12: 0x623ac933c919 - std::sys::backtrace::__rust_end_short_backtrace::h034f42a81749f406 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x623ac933d5ad - rust_begin_unwind [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:681:5 [INFO] [stderr] 14: 0x623ac935e5a0 - core::panicking::panic_fmt::h8bdff3233c709f00 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x623ac92bea42 - autotools::fail::h691afc46ebfb4c93 [INFO] [stderr] 16: 0x623ac92bcd05 - autotools::Config::build::h322690b72091ccea [INFO] [stderr] 17: 0x623ac92b834b - build_script_build::main::hb1ff576e80424fbc [INFO] [stderr] 18: 0x623ac92b5243 - core::ops::function::FnOnce::call_once::h3c76794b5594a8fa [INFO] [stderr] 19: 0x623ac92b5166 - std::sys::backtrace::__rust_begin_short_backtrace::he652c805cfdabdb9 [INFO] [stderr] 20: 0x623ac92b50c9 - std::rt::lang_start::{{closure}}::h1efebde92f9281b2 [INFO] [stderr] 21: 0x623ac9335267 - core::ops::function::impls:: for &F>::call_once::ha94df304543b9bd0 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x623ac9335267 - std::panicking::try::do_call::h67dbca25c53f2966 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:573:40 [INFO] [stderr] 23: 0x623ac9335267 - std::panicking::try::hc2851f54b895055d [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:536:19 [INFO] [stderr] 24: 0x623ac9335267 - std::panic::catch_unwind::h2ce10842ff099af5 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panic.rs:358:14 [INFO] [stderr] 25: 0x623ac9335267 - std::rt::lang_start_internal::{{closure}}::h13d01f86193e238b [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/rt.rs:174:48 [INFO] [stderr] 26: 0x623ac9335267 - std::panicking::try::do_call::h38b551084b51c7a7 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:573:40 [INFO] [stderr] 27: 0x623ac9335267 - std::panicking::try::h882d818213b2e11f [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panicking.rs:536:19 [INFO] [stderr] 28: 0x623ac9335267 - std::panic::catch_unwind::h86a5f6578eb73b4a [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/panic.rs:358:14 [INFO] [stderr] 29: 0x623ac9335267 - std::rt::lang_start_internal::h847b0e0d030bf281 [INFO] [stderr] at /rustc/d49be02cf6d2e2a01264fcdef1e20c826710c0f5/library/std/src/rt.rs:174:20 [INFO] [stderr] 30: 0x623ac92b50a7 - std::rt::lang_start::h433ecfc84d5e3243 [INFO] [stderr] 31: 0x623ac92b87d5 - main [INFO] [stderr] 32: 0x7665f3afdd90 - [INFO] [stderr] 33: 0x7665f3afde40 - __libc_start_main [INFO] [stderr] 34: 0x623ac92b4cc5 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaWIk2q3" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bitcoin` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "69c7daa30cbb0ba30ccc675c6df5e42b2e687c4ef0df1367636ca33de73106c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c7daa30cbb0ba30ccc675c6df5e42b2e687c4ef0df1367636ca33de73106c8", kill_on_drop: false }` [INFO] [stdout] 69c7daa30cbb0ba30ccc675c6df5e42b2e687c4ef0df1367636ca33de73106c8