[INFO] cloning repository https://github.com/fsl-kyungmin/SOL [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fsl-kyungmin/SOL" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffsl-kyungmin%2FSOL", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffsl-kyungmin%2FSOL'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bab3dda6797ba753eb58c9cc649641ebc17e0ee7 [INFO] checking fsl-kyungmin/SOL against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffsl-kyungmin%2FSOL" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/fsl-kyungmin/SOL [INFO] finished tweaking git repo https://github.com/fsl-kyungmin/SOL [INFO] tweaked toml for git repo https://github.com/fsl-kyungmin/SOL written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fsl-kyungmin/SOL on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fsl-kyungmin/SOL 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b26db58cd010039b361429534fe6dad68d8224f0149a0fd51e97e554e185df2f [INFO] running `Command { std: "docker" "start" "-a" "b26db58cd010039b361429534fe6dad68d8224f0149a0fd51e97e554e185df2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b26db58cd010039b361429534fe6dad68d8224f0149a0fd51e97e554e185df2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b26db58cd010039b361429534fe6dad68d8224f0149a0fd51e97e554e185df2f", kill_on_drop: false }` [INFO] [stdout] b26db58cd010039b361429534fe6dad68d8224f0149a0fd51e97e554e185df2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f1f1036ad30646b6cdf4677aa01df3ce4aaa7dd88075576233a976e5f9095e1 [INFO] running `Command { std: "docker" "start" "-a" "4f1f1036ad30646b6cdf4677aa01df3ce4aaa7dd88075576233a976e5f9095e1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Compiling crunchy v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking either v1.14.0 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling winnow v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.18.26 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling borsh v1.5.5 [INFO] [stderr] Checking tinyvec v1.9.0 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling solana-frozen-abi v1.18.26 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling libsecp256k1-core v0.2.2 [INFO] [stderr] Checking sized-chunks v0.6.5 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling bs58 v0.4.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling libsecp256k1-gen-genmult v0.2.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling libsecp256k1-gen-ecmult v0.2.1 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking signature v1.6.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking ed25519 v1.5.3 [INFO] [stderr] Compiling libsecp256k1 v0.6.0 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling solana-sdk v1.18.26 [INFO] [stderr] Checking derivation-path v0.2.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Checking uriparse v0.6.4 [INFO] [stderr] Checking siphasher v0.3.11 [INFO] [stderr] Checking solana-security-txt v1.1.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling blake3 v1.6.1 [INFO] [stderr] Compiling solana-program v1.18.26 [INFO] [stderr] Checking qstring v0.7.2 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/qstring-8fa948bfba0e69d9.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/qstring-8fa948bfba0e69d9/dep-lib-qstring` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [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 `blake3` (build script) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name build_script_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="std"' --cfg 'feature="traits-preview"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=48d030ef3c39a765 -C extra-filename=-0809b8a38acedf58 --out-dir /opt/rustwide/target/debug/build/blake3-0809b8a38acedf58 -L dependency=/opt/rustwide/target/debug/deps --extern cc=/opt/rustwide/target/debug/deps/libcc-9c0d5f6fd4290868.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: failed to run custom build command for `libsecp256k1 v0.6.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/libsecp256k1-a1312ae4c900d195/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libsecp256k1-0.6.0/build.rs:8:59: [INFO] [stderr] Write const.rs file failed: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5829b0a2e3a2 - std::backtrace_rs::backtrace::libunwind::trace::h77d4f1ab393021ff [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5829b0a2e3a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h6b52b199056dc310 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5829b0a2e3a2 - std::sys::backtrace::_print_fmt::h336a00096dca5793 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5829b0a2e3a2 - ::fmt::h4e23cde6d13531e6 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5829b0a49e93 - core::fmt::rt::Argument::fmt::hd73adb1dd4f13238 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5829b0a49e93 - core::fmt::write::h24956daaf3520b88 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/core/src/fmt/mod.rs:1465:25 [INFO] [stderr] 6: 0x5829b0a2be03 - std::io::default_write_fmt::h5ad85cda2d892f3f [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5829b0a2be03 - std::io::Write::write_fmt::h744a9c29e898aaa0 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5829b0a2e1f2 - std::sys::backtrace::BacktraceLock::print::h80bc63112117b07d [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5829b0a2f266 - std::panicking::default_hook::{{closure}}::hcc0250ffe151a9a2 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5829b0a2f069 - std::panicking::default_hook::heb98c3e6f5363c1c [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5829b0a2fb32 - std::panicking::rust_panic_with_hook::ha71490f06bda8fdd [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5829b0a2f9ca - std::panicking::begin_panic_handler::{{closure}}::h842d98411b820c95 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5829b0a2e899 - std::sys::backtrace::__rust_end_short_backtrace::hc17b54f5216e7287 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x5829b0a2f65d - __rustc[d39aaf4d8a5bdd9]::rust_begin_unwind [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5829b0a490e0 - core::panicking::panic_fmt::hafddcaa47f3ecc5a [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5829b0a494f6 - core::result::unwrap_failed::heb4e3621f080f33c [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/core/src/result.rs:1761:5 [INFO] [stderr] 17: 0x5829b09f6450 - core::result::Result::expect::h504726c7795ff638 [INFO] [stderr] 18: 0x5829b09f68bb - build_script_build::main::hbc793190c0845c53 [INFO] [stderr] 19: 0x5829b09f5c63 - core::ops::function::FnOnce::call_once::he1e3886d45cfe09e [INFO] [stderr] 20: 0x5829b09f5af6 - std::sys::backtrace::__rust_begin_short_backtrace::hacb037cb0ad5cfac [INFO] [stderr] 21: 0x5829b09f59b9 - std::rt::lang_start::{{closure}}::h4e5f410617a7ee58 [INFO] [stderr] 22: 0x5829b0a29b00 - core::ops::function::impls:: for &F>::call_once::ha6f9c4d44e1a5001 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/core/src/ops/function.rs:284:21 [INFO] [stderr] 23: 0x5829b0a29b00 - std::panicking::catch_unwind::do_call::hf103a4d58b5b21e2 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:589:40 [INFO] [stderr] 24: 0x5829b0a29b00 - std::panicking::catch_unwind::hd0c31cdd71304f17 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:552:19 [INFO] [stderr] 25: 0x5829b0a29b00 - std::panic::catch_unwind::h434b753bad4487d0 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x5829b0a29b00 - std::rt::lang_start_internal::{{closure}}::h26129cc9f6eb7a93 [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/rt.rs:175:24 [INFO] [stderr] 27: 0x5829b0a29b00 - std::panicking::catch_unwind::do_call::had764bf67fcbab3f [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:589:40 [INFO] [stderr] 28: 0x5829b0a29b00 - std::panicking::catch_unwind::h4085a8f2f773b27d [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panicking.rs:552:19 [INFO] [stderr] 29: 0x5829b0a29b00 - std::panic::catch_unwind::h3198cebd91ce9b7d [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x5829b0a29b00 - std::rt::lang_start_internal::hf25b94b42aad689d [INFO] [stderr] at /rustc/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/library/std/src/rt.rs:171:5 [INFO] [stderr] 31: 0x5829b09f59a1 - std::rt::lang_start::h0e9a2de3d3bdd9fb [INFO] [stderr] 32: 0x5829b09f6aa5 - main [INFO] [stderr] 33: 0x74d99cf221ca - [INFO] [stderr] 34: 0x74d99cf2228b - __libc_start_main [INFO] [stderr] 35: 0x5829b09f5305 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetafrNauz/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc9CfVHg/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librustc_version-a094c5d2b8d6ee2d.rlib,libsemver-ee2adcc1dd484a98.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/rustc9CfVHg/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/build/solana-program-ce18a9f004d85467/build_script_build-ce18a9f004d85467" "-Wl,--gc-sections" "-pie" "-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] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] 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 `uriparse` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `solana-program` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaT7sedP/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaZS2WOv/full.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] error: could not compile `rayon` (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 `toml_edit` (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/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name toml_edit --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=d18bb755fad74008 -C extra-filename=-7a3a54f5402eb987 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-229e5f51ebbb783f.rmeta --extern toml_datetime=/opt/rustwide/target/debug/deps/libtoml_datetime-5590c11803c79c0e.rmeta --extern winnow=/opt/rustwide/target/debug/deps/libwinnow-c8fee6e2830d98e6.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaQiVYIV/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaM5iccj" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4f1f1036ad30646b6cdf4677aa01df3ce4aaa7dd88075576233a976e5f9095e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f1f1036ad30646b6cdf4677aa01df3ce4aaa7dd88075576233a976e5f9095e1", kill_on_drop: false }` [INFO] [stdout] 4f1f1036ad30646b6cdf4677aa01df3ce4aaa7dd88075576233a976e5f9095e1