[INFO] fetching crate wasmer-cli 6.0.0... [INFO] checking wasmer-cli-6.0.0 against try#8a0378607d6b34c242e3bfa75554871be641864b for pr-143028 [INFO] extracting crate wasmer-cli 6.0.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate wasmer-cli 6.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate wasmer-cli 6.0.0 [INFO] tweaked toml for crates.io crate wasmer-cli 6.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wasmer-cli 6.0.0 on toolchain 8a0378607d6b34c242e3bfa75554871be641864b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a0378607d6b34c242e3bfa75554871be641864b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate wasmer-cli 6.0.0 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" "+8a0378607d6b34c242e3bfa75554871be641864b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a0378607d6b34c242e3bfa75554871be641864b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4d61e91d2a1a6f7faac2dc4e4995343fc6ea051469c632e9c3f59a0ab49a623 [INFO] running `Command { std: "docker" "start" "-a" "a4d61e91d2a1a6f7faac2dc4e4995343fc6ea051469c632e9c3f59a0ab49a623", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4d61e91d2a1a6f7faac2dc4e4995343fc6ea051469c632e9c3f59a0ab49a623", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4d61e91d2a1a6f7faac2dc4e4995343fc6ea051469c632e9c3f59a0ab49a623", kill_on_drop: false }` [INFO] [stdout] a4d61e91d2a1a6f7faac2dc4e4995343fc6ea051469c632e9c3f59a0ab49a623 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a0378607d6b34c242e3bfa75554871be641864b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcd632886ba5c7eff0073d35803c64c4aa83f9ef50a35bb7e71894f7bd17f0ec [INFO] running `Command { std: "docker" "start" "-a" "bcd632886ba5c7eff0073d35803c64c4aa83f9ef50a35bb7e71894f7bd17f0ec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cc v1.2.19 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking litemap v0.7.5 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking miniz_oxide v0.8.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking rustls-pki-types v1.11.0 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking flate2 v1.1.1 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling bytecheck v0.6.12 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling wasmparser v0.224.1 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling rustls v0.23.26 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.12 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling enum-iterator-derive v0.7.0 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking data-encoding v2.9.0 [INFO] [stderr] Checking rustls-webpki v0.103.1 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling ptr_meta_derive v0.3.0 [INFO] [stderr] Compiling bytecheck_derive v0.8.1 [INFO] [stderr] Checking ptr_meta v0.3.0 [INFO] [stderr] Compiling munge_macro v0.4.4 [INFO] [stderr] Checking rancor v0.1.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Checking bytecheck v0.8.1 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Checking munge v0.4.4 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking rend v0.5.2 [INFO] [stderr] Compiling rkyv_derive v0.8.10 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Compiling enumset_derive v0.10.0 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Checking enumset v1.1.5 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking enum-iterator v0.7.0 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Checking icu_normalizer v1.5.0 [INFO] [stderr] Checking more-asserts v0.2.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling prettyplease v0.2.32 [INFO] [stderr] Checking idna_adapter v1.2.0 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking serde_bytes v0.11.17 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking tokio v1.44.2 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking rkyv v0.8.10 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking shared-buffer v0.1.4 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Checking bumpalo v3.17.0 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling wai-parser v0.2.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking wasmer-types v6.0.0 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Checking hyper v1.6.0 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking hyper-util v0.1.11 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Compiling libloading v0.8.6 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling corosensei v0.2.1 [INFO] [stderr] Compiling serde_yml v0.0.12 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling wasm-encoder v0.229.0 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling bindgen v0.70.1 [INFO] [stderr] Compiling wai-bindgen-gen-rust-wasm v0.2.3 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking winnow v0.7.7 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling logos-codegen v0.14.4 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling xattr v1.5.0 [INFO] [stderr] Checking toml_edit v0.22.24 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Compiling wai-bindgen-gen-core v0.2.3 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Compiling webpki-roots v0.26.8 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking libyml v0.0.5 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking leb128fmt v0.1.0 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking any_ascii v0.1.7 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking lexical-sort v0.3.1 [INFO] [stderr] Checking ruzstd v0.5.0 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Checking backtrace v0.3.74 [INFO] [stderr] Compiling ureq v2.12.1 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking saffron v0.1.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Checking toml v0.8.20 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Compiling wai-bindgen-gen-rust v0.2.3 [INFO] [stderr] Compiling logos-derive v0.14.4 [INFO] [stderr] Checking derive_builder v0.12.0 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Checking bytesize v1.3.3 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Checking region v3.0.2 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking libunwind v1.3.3 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking deranged v0.4.0 [INFO] [stderr] Checking webc v9.0.0 [INFO] [stderr] Checking insta v1.42.2 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking tokio-socks v0.5.2 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Checking wasmer-vm v6.0.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Compiling lalrpop-util v0.22.1 [INFO] [stderr] Checking hyper-rustls v0.27.5 [INFO] [stderr] Compiling logos v0.14.4 [INFO] [stderr] Checking wasmer-config v0.600.0 [INFO] [stderr] Checking wast v229.0.0 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/logos-5ddb987b50160494.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/logos-5ddb987b50160494/dep-lib-logos` [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 `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/8a0378607d6b34c242e3bfa75554871be641864b/bin/rustc --crate-name toml_edit --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=53d0a887640bcffe -C extra-filename=-eb45c84f2c5c6755 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-f3e7e0e0846b4c74.rmeta --extern toml_datetime=/opt/rustwide/target/debug/deps/libtoml_datetime-5590c11803c79c0e.rmeta --extern winnow=/opt/rustwide/target/debug/deps/libwinnow-f3a00c1f1da8463a.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaALYBAQ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wai-bindgen-gen-rust-wasm` (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 `bindgen` (lib) [INFO] [stderr] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcyPCKM0/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcyPCKM0/symbols.o" "<16 object files omitted>" "/tmp/rustcyPCKM0/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtime_core-71e431130257b1cf.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_conv-6a0f3931453b79e7.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/rustcyPCKM0/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/libtime_macros-bb596a988a204caa.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] 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/8a0378607d6b34c242e3bfa75554871be641864b/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.70.1/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="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=82afccfefe7525f9 -C extra-filename=-05af0684521aa091 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-827b5d3a3c242e02.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-530891fd3510c702.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-ea9c122d7fde6c7a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-5c22dfd29cf6fae8.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-24496e9eafb97b0f.rmeta --extern prettyplease=/opt/rustwide/target/debug/deps/libprettyplease-dbaa46b0f5097764.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-09040b10b620fa15.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-bff949ffe258c67d.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-9e0e3358d98e8823.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c94cda88a025c06c.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-8fbe4e885794bb83.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `time-macros` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaEblAvi/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `webc` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "bcd632886ba5c7eff0073d35803c64c4aa83f9ef50a35bb7e71894f7bd17f0ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcd632886ba5c7eff0073d35803c64c4aa83f9ef50a35bb7e71894f7bd17f0ec", kill_on_drop: false }` [INFO] [stdout] bcd632886ba5c7eff0073d35803c64c4aa83f9ef50a35bb7e71894f7bd17f0ec