[INFO] cloning repository https://github.com/fzliang/wxml-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fzliang/wxml-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzliang%2Fwxml-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzliang%2Fwxml-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fac19bcd9affa8971972e814e00b09f56db1d68b [INFO] checking fzliang/wxml-compiler against try#2b41547e41f63ea0ca9cb25417ddd569b19e6a50 for pr-134273 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffzliang%2Fwxml-compiler" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fzliang/wxml-compiler on toolchain 2b41547e41f63ea0ca9cb25417ddd569b19e6a50 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fzliang/wxml-compiler [INFO] finished tweaking git repo https://github.com/fzliang/wxml-compiler [INFO] tweaked toml for git repo https://github.com/fzliang/wxml-compiler written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fzliang/wxml-compiler 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" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3538979cf20eaade83f9fd831cd46b7690fd4bc56932bc793d6d9943ca7adcc5 [INFO] running `Command { std: "docker" "start" "-a" "3538979cf20eaade83f9fd831cd46b7690fd4bc56932bc793d6d9943ca7adcc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3538979cf20eaade83f9fd831cd46b7690fd4bc56932bc793d6d9943ca7adcc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3538979cf20eaade83f9fd831cd46b7690fd4bc56932bc793d6d9943ca7adcc5", kill_on_drop: false }` [INFO] [stdout] 3538979cf20eaade83f9fd831cd46b7690fd4bc56932bc793d6d9943ca7adcc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87f7927ee5be360af3428eb3e9dc52e140a3f50b89e58894c9e19ae41c21c0e5 [INFO] running `Command { std: "docker" "start" "-a" "87f7927ee5be360af3428eb3e9dc52e140a3f50b89e58894c9e19ae41c21c0e5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.87 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking linux-raw-sys v0.4.5 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling bumpalo v3.13.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling serde v1.0.183 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking anstyle v1.0.1 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Checking regex-syntax v0.7.4 [INFO] [stderr] Checking clap_lex v0.5.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling wasm-bindgen v0.2.87 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking aho-corasick v1.0.4 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking is-terminal v0.4.9 [INFO] [stderr] Checking anstream v0.3.2 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Checking clap_builder v4.3.23 [INFO] [stderr] Checking regex-automata v0.3.6 [INFO] [stderr] Checking clap v4.3.23 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.87 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libsyn-ee1f08d5331b7ebb.rlib`: 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] [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 `wasm-bindgen-backend` (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/2b41547e41f63ea0ca9cb25417ddd569b19e6a50/bin/rustc --crate-name wasm_bindgen_backend --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-backend-0.2.87/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="spans"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("extra-traits", "spans"))' -C metadata=6336d9701131ff39 -C extra-filename=-e263a71d9a4d7edf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-71d1485447589118.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e6b98240a3bec45e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-d697ede34dafd981.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-da68977f3b882c00.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-0cf19ca30468be03.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-ee1f08d5331b7ebb.rmeta --extern wasm_bindgen_shared=/opt/rustwide/target/debug/deps/libwasm_bindgen_shared-a1330fe972a438ac.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetayidsOE/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-automata` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "87f7927ee5be360af3428eb3e9dc52e140a3f50b89e58894c9e19ae41c21c0e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87f7927ee5be360af3428eb3e9dc52e140a3f50b89e58894c9e19ae41c21c0e5", kill_on_drop: false }` [INFO] [stdout] 87f7927ee5be360af3428eb3e9dc52e140a3f50b89e58894c9e19ae41c21c0e5