[INFO] cloning repository https://github.com/tdzienniak/rslox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tdzienniak/rslox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdzienniak%2Frslox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdzienniak%2Frslox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff6d19aa8bfd9408226656082ff737c29f074981
[INFO] checking tdzienniak/rslox against master#9bfa31f632912180dc742809bcc51a97f2d7079d for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdzienniak%2Frslox" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tdzienniak/rslox on toolchain 9bfa31f632912180dc742809bcc51a97f2d7079d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tdzienniak/rslox
[INFO] finished tweaking git repo https://github.com/tdzienniak/rslox
[INFO] tweaked toml for git repo https://github.com/tdzienniak/rslox written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/tdzienniak/rslox 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" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de55bc2e4ce43e47d742b225be5bddf3168265179ea378fac82fb12d5a59e69e
[INFO] running `Command { std: "docker" "start" "-a" "de55bc2e4ce43e47d742b225be5bddf3168265179ea378fac82fb12d5a59e69e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de55bc2e4ce43e47d742b225be5bddf3168265179ea378fac82fb12d5a59e69e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de55bc2e4ce43e47d742b225be5bddf3168265179ea378fac82fb12d5a59e69e", kill_on_drop: false }`
[INFO] [stdout] de55bc2e4ce43e47d742b225be5bddf3168265179ea378fac82fb12d5a59e69e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+9bfa31f632912180dc742809bcc51a97f2d7079d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b8d5e2490216cefb47068e082220df5ab037596940e340670d5a2a17dea476b
[INFO] running `Command { std: "docker" "start" "-a" "5b8d5e2490216cefb47068e082220df5ab037596940e340670d5a2a17dea476b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling anyhow v1.0.76
[INFO] [stderr]    Compiling thiserror v1.0.51
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.89
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.89
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking scanner v0.1.0 (/opt/rustwide/workdir/scanner)
[INFO] [stderr]     Checking clap_builder v4.4.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.51
[INFO] [stderr]    Compiling clap_derive v4.4.7
[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/rmetarjNA5Z/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `thiserror-impl` (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/9bfa31f632912180dc742809bcc51a97f2d7079d/bin/rustc --crate-name thiserror_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533b9d21521c20fa -C extra-filename=-2aeb4b9e2bcd2542 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-986947809d392d9d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-4688de12413f884a.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-6125bbae3c510bbd.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clap_derive` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `wasm-bindgen-backend` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5b8d5e2490216cefb47068e082220df5ab037596940e340670d5a2a17dea476b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b8d5e2490216cefb47068e082220df5ab037596940e340670d5a2a17dea476b", kill_on_drop: false }`
[INFO] [stdout] 5b8d5e2490216cefb47068e082220df5ab037596940e340670d5a2a17dea476b
