[INFO] cloning repository https://github.com/cyber-coop/eth-prototype [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyber-coop/eth-prototype" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyber-coop%2Feth-prototype", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyber-coop%2Feth-prototype'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 13ee78957deb723aaee44a3f6dc5c4626d02f6d9 [INFO] checking cyber-coop/eth-prototype against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyber-coop%2Feth-prototype" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cyber-coop/eth-prototype on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cyber-coop/eth-prototype [INFO] finished tweaking git repo https://github.com/cyber-coop/eth-prototype [INFO] tweaked toml for git repo https://github.com/cyber-coop/eth-prototype written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/cyber-coop/eth-prototype 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/rllola/devp2p` [INFO] [stderr] Updating git repository `https://github.com/Kuly14/tx-from-scratch` [INFO] [stderr] Updating git repository `https://github.com/vorot93/task-group` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-primitive-derive v0.2.2 [INFO] [stderr] Downloaded ecb v0.1.2 [INFO] [stderr] Downloaded bitstring v0.1.2 [INFO] [stderr] Downloaded cidr v0.1.1 [INFO] [stderr] Downloaded auto_impl v0.4.1 [INFO] [stderr] Downloaded secp256k1 v0.25.0 [INFO] [stderr] Downloaded secp256k1 v0.28.1 [INFO] [stderr] Downloaded secp256k1-sys v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19a5eb24caa012099d6b6da8e8db6edfa6aca5a61f5c4476206995745f0666f1 [INFO] running `Command { std: "docker" "start" "-a" "19a5eb24caa012099d6b6da8e8db6edfa6aca5a61f5c4476206995745f0666f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19a5eb24caa012099d6b6da8e8db6edfa6aca5a61f5c4476206995745f0666f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19a5eb24caa012099d6b6da8e8db6edfa6aca5a61f5c4476206995745f0666f1", kill_on_drop: false }` [INFO] [stdout] 19a5eb24caa012099d6b6da8e8db6edfa6aca5a61f5c4476206995745f0666f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b77b70d0f6a04d73ad00d82db9566a7a8d9f61cb7a898929d1c4ff08a62576ef [INFO] running `Command { std: "docker" "start" "-a" "b77b70d0f6a04d73ad00d82db9566a7a8d9f61cb7a898929d1c4ff08a62576ef", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking rlp v0.5.2 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking impl-rlp v0.3.0 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking http v0.2.11 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking der v0.7.8 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling winnow v0.5.35 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling openssl v0.10.63 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking indexmap v2.7.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking finl_unicode v1.2.0 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking block-padding v0.3.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking cipher v0.2.5 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking stringprep v0.1.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Compiling bitcoin-internals v0.2.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking siphasher v0.3.11 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking phf_shared v0.11.2 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking byte-slice-cast v1.2.2 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.99 [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Checking bitvec v0.20.4 [INFO] [stderr] Compiling secp256k1-sys v0.9.2 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Compiling secp256k1-sys v0.4.2 [INFO] [stderr] Compiling secp256k1-sys v0.7.0 [INFO] [stderr] Checking fixed-hash v0.8.0 [INFO] [stderr] Checking postgres-protocol v0.6.7 [INFO] [stderr] Checking fixed-hash v0.7.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking rlp v0.6.1 [INFO] [stderr] Checking postgres-types v0.2.8 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking whoami v1.4.1 [INFO] [stderr] Checking hex-conservative v0.1.1 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Checking impl-rlp v0.4.0 [INFO] [stderr] Checking anstream v0.6.11 [INFO] [stderr] Checking bitcoin_hashes v0.13.0 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking aes-soft v0.6.4 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Checking env_logger v0.11.6 [INFO] [stderr] Checking k256 v0.13.4 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking ethbloom v0.11.1 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking ecb v0.1.2 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Checking ctr v0.6.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking crypto-mac v0.10.1 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking encoding_rs v0.8.33 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking bitstring v0.1.2 [INFO] [stderr] Checking hmac-sha256 v1.1.8 [INFO] [stderr] Checking headers v0.3.9 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking aes-ctr v0.6.0 [INFO] [stderr] Checking futures-intrusive v0.4.2 [INFO] [stderr] Checking aes v0.6.0 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Checking block-modes v0.7.0 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Checking secp256k1 v0.27.0 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking secp256k1 v0.28.1 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking secp256k1 v0.20.3 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling enum-ordinalize v3.1.15 [INFO] [stderr] rustc-LLVM ERROR: rustc-LLVM ERROR: IO failure on output stream: No space left on deviceIO failure on output stream: No space left on devicerustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `async-stream-impl` (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/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name async_stream_impl --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.5/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec04fc10dde8ccd8 -C extra-filename=-5f714d0a7fca20d1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bcedbcf1ca116163.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] error: could not compile `futures-macro` (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/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name futures_macro --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.30/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=dafe399ece93696d -C extra-filename=-b3698d4a0fd9a5ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bcedbcf1ca116163.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=baa4740ed66ce841 -C extra-filename=-85c7788bf5550323 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaNTZfek/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-macros` (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/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name tokio_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.2.0/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=0644bfcfd545c7c0 -C extra-filename=-612dc5e2aab381ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bcedbcf1ca116163.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `secp256k1-sys` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `thiserror-impl` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/bin/rustc --crate-name thiserror_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.56/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=68d22151b7958501 -C extra-filename=-d575103ee99bd41c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-bcedbcf1ca116163.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustckgQjKJ/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustckgQjKJ/symbols.o" "<8 object files omitted>" "/tmp/rustckgQjKJ/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-bcedbcf1ca116163.rlib,libquote-7acff96f9e6772ca.rlib,libproc_macro2-43bef833ad5a6872.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustckgQjKJ/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libasync_trait-a1a156ea3c042df2.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccirMIFQ.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -shared -z relro -o /opt/rustwide/target/debug/deps/libasync_trait-a1a156ea3c042df2.so /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustckgQjKJ/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. --version-script=/tmp/rustckgQjKJ/list --no-undefined-version /tmp/rustckgQjKJ/symbols.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.0.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.1.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.2.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.3.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.4.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.5.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.6.rcgu.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.async_trait.eb3bbd8f06526398-cgu.7.rcgu.o /tmp/rustckgQjKJ/rmeta.o /opt/rustwide/target/debug/deps/async_trait-a1a156ea3c042df2.2apocc3rmwdnnpz63848pndn0.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libsyn-bcedbcf1ca116163.rlib /opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rlib /opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rlib /opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-782b8f6b03f85789.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_literal_escaper-fef4690e235d0544.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-969b9f1ad0e10e4b.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6ea888b788c42862.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d82099b93c7e59b7.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5fd658f41c337791.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-aacfe043ce80c243.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-8b7d1a84e7aa2c28.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b0d7c05ec43c58c7.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c1a96356efb858ca.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-76f93126db57548f.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-cb111656a92b1c7f.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-13bf8447f40b4125.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-da7f80b8841ec033.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-73859fadc6b5dfeb.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-745260925d633f62.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-545568f1265e00c0.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9785599f4ff3c7bf.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b8eef319e27e2a4f.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b210514497fdbd25.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2aeff126d727b037.rlib /opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-586296b4e26cae49.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [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/rmetaObxLGU" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pin-project-internal` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `async-trait` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcsBqCsI/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcsBqCsI/symbols.o" "<2 object files omitted>" "/tmp/rustcsBqCsI/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-bcedbcf1ca116163.rlib,libquote-7acff96f9e6772ca.rlib,libproc_macro2-43bef833ad5a6872.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libnum_bigint-3d61187f90b0066f.rlib,libnum_integer-d1ae0689c313e2b5.rlib,libnum_traits-1f78aab6bc70d149.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcsBqCsI/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libenum_ordinalize-14ac72b62c1b9a9b.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `enum-ordinalize` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b77b70d0f6a04d73ad00d82db9566a7a8d9f61cb7a898929d1c4ff08a62576ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b77b70d0f6a04d73ad00d82db9566a7a8d9f61cb7a898929d1c4ff08a62576ef", kill_on_drop: false }` [INFO] [stdout] b77b70d0f6a04d73ad00d82db9566a7a8d9f61cb7a898929d1c4ff08a62576ef