[INFO] cloning repository https://github.com/brooksmtownsend/wasmcloud-http-hello-world [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brooksmtownsend/wasmcloud-http-hello-world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrooksmtownsend%2Fwasmcloud-http-hello-world", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrooksmtownsend%2Fwasmcloud-http-hello-world'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 498f99bf51702941461c89b90a8b5cabb147cf99 [INFO] checking brooksmtownsend/wasmcloud-http-hello-world against master#f8f6997469237299c1d60814c7b9828602a1f8e4 for pr-143808 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrooksmtownsend%2Fwasmcloud-http-hello-world" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/brooksmtownsend/wasmcloud-http-hello-world [INFO] finished tweaking git repo https://github.com/brooksmtownsend/wasmcloud-http-hello-world [INFO] tweaked toml for git repo https://github.com/brooksmtownsend/wasmcloud-http-hello-world written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/brooksmtownsend/wasmcloud-http-hello-world on toolchain f8f6997469237299c1d60814c7b9828602a1f8e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/brooksmtownsend/wasmcloud-http-hello-world 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" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wit-bindgen v0.16.0 [INFO] [stderr] Downloaded wit-bindgen-core v0.16.0 [INFO] [stderr] Downloaded wit-bindgen-rust-macro v0.16.0 [INFO] [stderr] Downloaded wit-bindgen-rust v0.16.0 [INFO] [stderr] Downloaded wit-component v0.18.2 [INFO] [stderr] Downloaded wasmparser v0.118.2 [INFO] [stderr] Downloaded spdx v0.10.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43c7d3b88ed266670f3e0dfab93c6d0367064d23db012cfb6e2bdc6b22aac0df [INFO] running `Command { std: "docker" "start" "-a" "43c7d3b88ed266670f3e0dfab93c6d0367064d23db012cfb6e2bdc6b22aac0df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43c7d3b88ed266670f3e0dfab93c6d0367064d23db012cfb6e2bdc6b22aac0df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c7d3b88ed266670f3e0dfab93c6d0367064d23db012cfb6e2bdc6b22aac0df", kill_on_drop: false }` [INFO] [stdout] 43c7d3b88ed266670f3e0dfab93c6d0367064d23db012cfb6e2bdc6b22aac0df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+f8f6997469237299c1d60814c7b9828602a1f8e4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d385f3948a91028172c023fe2ed63e969c88f0f507bdba33f8fbc833770cb75c [INFO] running `Command { std: "docker" "start" "-a" "d385f3948a91028172c023fe2ed63e969c88f0f507bdba33f8fbc833770cb75c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling wasm-encoder v0.41.2 [INFO] [stderr] Compiling wasm-encoder v0.38.1 [INFO] [stderr] Compiling wit-bindgen-rust v0.16.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling spdx v0.10.3 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling indexmap v2.2.3 [INFO] [stderr] Compiling wasmparser v0.121.2 [INFO] [stderr] Compiling wasmparser v0.118.2 [INFO] [stderr] Compiling wit-parser v0.13.2 [INFO] [stderr] Compiling wasm-metadata v0.10.20 [INFO] [stderr] Compiling wit-component v0.18.2 [INFO] [stderr] Compiling wit-bindgen-core v0.16.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaNNGz0V" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wit-component` (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/f8f6997469237299c1d60814c7b9828602a1f8e4/bin/rustc --crate-name wit_component --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wit-component-0.18.2/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dummy-module", "wat"))' -C metadata=e2333efb060519e5 -C extra-filename=-6f5fc034e66adace --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-fe3ba278419d34b9.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e260d43ead2f168a.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-b1ccd5850d9bc02b.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e6b98240a3bec45e.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-e11b853d3661c4b4.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-3c79967c688d83b4.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-49e3751b685c2b95.rmeta --extern wasm_encoder=/opt/rustwide/target/debug/deps/libwasm_encoder-0b52d245b883726e.rmeta --extern wasm_metadata=/opt/rustwide/target/debug/deps/libwasm_metadata-69f62d031c463c3a.rmeta --extern wasmparser=/opt/rustwide/target/debug/deps/libwasmparser-8a0d77ed99a06b2f.rmeta --extern wit_parser=/opt/rustwide/target/debug/deps/libwit_parser-ee43ad661a178504.rmeta --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 `wit-bindgen-core` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d385f3948a91028172c023fe2ed63e969c88f0f507bdba33f8fbc833770cb75c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d385f3948a91028172c023fe2ed63e969c88f0f507bdba33f8fbc833770cb75c", kill_on_drop: false }` [INFO] [stdout] d385f3948a91028172c023fe2ed63e969c88f0f507bdba33f8fbc833770cb75c