[INFO] cloning repository https://github.com/mattyg/bug-reproduction-wasmer-wamr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattyg/bug-reproduction-wasmer-wamr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyg%2Fbug-reproduction-wasmer-wamr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyg%2Fbug-reproduction-wasmer-wamr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 852834f584fd2af7db58c166ec6904c353a4a416 [INFO] checking mattyg/bug-reproduction-wasmer-wamr against master#46424fb5054f211ec836c5c03159f92e46bb35ac for pr-139042 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyg%2Fbug-reproduction-wasmer-wamr" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr on toolchain 46424fb5054f211ec836c5c03159f92e46bb35ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr [INFO] finished tweaking git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr [INFO] tweaked toml for git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mattyg/bug-reproduction-wasmer-wamr 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" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/wasmerio/wasmer.git` [INFO] [stderr] Updating git submodule `https://github.com/bytecodealliance/wasm-micro-runtime` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded shared-buffer v0.1.4 [INFO] [stderr] Downloaded wasm-encoder v0.32.0 [INFO] [stderr] Downloaded wat v1.0.71 [INFO] [stderr] Downloaded wasmer-config v0.2.0 [INFO] [stderr] Downloaded wast v64.0.0 [INFO] [stderr] Downloaded webc v6.0.0-rc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2cf08ed6d708e0a1b4beef2f3170b719110a73a857bb1e17808a5929a13e77a7 [INFO] running `Command { std: "docker" "start" "-a" "2cf08ed6d708e0a1b4beef2f3170b719110a73a857bb1e17808a5929a13e77a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2cf08ed6d708e0a1b4beef2f3170b719110a73a857bb1e17808a5929a13e77a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cf08ed6d708e0a1b4beef2f3170b719110a73a857bb1e17808a5929a13e77a7", kill_on_drop: false }` [INFO] [stdout] 2cf08ed6d708e0a1b4beef2f3170b719110a73a857bb1e17808a5929a13e77a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e80ebce957e93b1802bf7cf7e6655ef9cb715f3dbcd2ea16d03066be160b513 [INFO] running `Command { std: "docker" "start" "-a" "8e80ebce957e93b1802bf7cf7e6655ef9cb715f3dbcd2ea16d03066be160b513", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking litemap v0.7.3 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling bytecheck v0.6.12 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking winnow v0.6.13 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Checking winnow v0.5.40 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling rend v0.4.2 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling rkyv v0.7.44 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling document-features v0.2.8 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking tar v0.4.41 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.12 [INFO] [stderr] Compiling enum-iterator-derive v0.7.0 [INFO] [stderr] Compiling rkyv_derive v0.7.44 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.2 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling enumset_derive v0.8.1 [INFO] [stderr] Checking zerofrom v0.1.4 [INFO] [stderr] Checking yoke v0.7.4 [INFO] [stderr] Checking zerovec v0.10.2 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling corosensei v0.1.4 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking derive_builder v0.12.0 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Checking enumset v1.1.3 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Checking enum-iterator v0.7.0 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking object v0.36.0 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/icu_locid_transform-5ee112a0f0f7da69.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/icu_locid_transform-5ee112a0f0f7da69/dep-lib-icu_locid_transform` [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] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/object-6a6e7c2b4d94089f.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [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/rmetaULwfRl/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `prettyplease` (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/46424fb5054f211ec836c5c03159f92e46bb35ac/bin/rustc --crate-name prettyplease --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.20/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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9a5a2217c64917e6 -C extra-filename=-9f20f853f6f0c3ec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-44afbfcf6fb086b1.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-2b503913133d9612.rmeta --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` (exit status: 101) [INFO] [stderr] error: could not compile `object` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `gimli` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetagwO4zo/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `itertools` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetamU6qbp/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clang-sys` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8e80ebce957e93b1802bf7cf7e6655ef9cb715f3dbcd2ea16d03066be160b513", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e80ebce957e93b1802bf7cf7e6655ef9cb715f3dbcd2ea16d03066be160b513", kill_on_drop: false }` [INFO] [stdout] 8e80ebce957e93b1802bf7cf7e6655ef9cb715f3dbcd2ea16d03066be160b513