[INFO] cloning repository https://github.com/jw2476/jarvis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jw2476/jarvis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjw2476%2Fjarvis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjw2476%2Fjarvis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 36f33f7e60460c7cba948728e11c3e941992a14b [INFO] checking jw2476/jarvis against try#802c9b5f98c16ec9d24cdfd517f740f1f3df0e29 for pr-137728 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjw2476%2Fjarvis" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jw2476/jarvis on toolchain 802c9b5f98c16ec9d24cdfd517f740f1f3df0e29 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jw2476/jarvis [INFO] finished tweaking git repo https://github.com/jw2476/jarvis [INFO] tweaked toml for git repo https://github.com/jw2476/jarvis written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jw2476/jarvis 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" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0052587d0a35c05829880329eb9ed3aa6dfbebc4d2aad30c704ef99ac3a8c0ff [INFO] running `Command { std: "docker" "start" "-a" "0052587d0a35c05829880329eb9ed3aa6dfbebc4d2aad30c704ef99ac3a8c0ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0052587d0a35c05829880329eb9ed3aa6dfbebc4d2aad30c704ef99ac3a8c0ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0052587d0a35c05829880329eb9ed3aa6dfbebc4d2aad30c704ef99ac3a8c0ff", kill_on_drop: false }` [INFO] [stdout] 0052587d0a35c05829880329eb9ed3aa6dfbebc4d2aad30c704ef99ac3a8c0ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+802c9b5f98c16ec9d24cdfd517f740f1f3df0e29" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dff7dda47c616a59ba4254fd1e449b514df6ff42c338c1e9a371a3017e820846 [INFO] running `Command { std: "docker" "start" "-a" "dff7dda47c616a59ba4254fd1e449b514df6ff42c338c1e9a371a3017e820846", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking bytemuck v1.14.1 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking encoding_rs v0.8.33 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling jack v0.11.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking symphonia-core v0.5.3 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling mp4ameta_proc v0.6.0 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking audiotags-dev-macro v0.1.4 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Checking dasp_sample v0.11.0 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking hound v3.5.1 [INFO] [stderr] Checking metaflac v0.2.5 [INFO] [stderr] Compiling jack-sys v0.5.1 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Checking mp4ameta v0.11.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking walkdir v2.4.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetavFxxu0/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta32Id7B/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `encoding_rs` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "dff7dda47c616a59ba4254fd1e449b514df6ff42c338c1e9a371a3017e820846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dff7dda47c616a59ba4254fd1e449b514df6ff42c338c1e9a371a3017e820846", kill_on_drop: false }` [INFO] [stdout] dff7dda47c616a59ba4254fd1e449b514df6ff42c338c1e9a371a3017e820846