[INFO] cloning repository https://github.com/waynexia/cargo-gc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/waynexia/cargo-gc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaynexia%2Fcargo-gc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaynexia%2Fcargo-gc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ca2c2c08b4d34eb20bba43789add8d03bd771da [INFO] testing waynexia/cargo-gc against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaynexia%2Fcargo-gc" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/waynexia/cargo-gc on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/waynexia/cargo-gc [INFO] finished tweaking git repo https://github.com/waynexia/cargo-gc [INFO] tweaked toml for git repo https://github.com/waynexia/cargo-gc written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/waynexia/cargo-gc 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b57fa4ac03795f312bb2fb289d4ad2806df87dd93bc173b14c6cfe5128ed0767 [INFO] running `Command { std: "docker" "start" "-a" "b57fa4ac03795f312bb2fb289d4ad2806df87dd93bc173b14c6cfe5128ed0767", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b57fa4ac03795f312bb2fb289d4ad2806df87dd93bc173b14c6cfe5128ed0767", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b57fa4ac03795f312bb2fb289d4ad2806df87dd93bc173b14c6cfe5128ed0767", kill_on_drop: false }` [INFO] [stdout] b57fa4ac03795f312bb2fb289d4ad2806df87dd93bc173b14c6cfe5128ed0767 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d640d80a6e34ee21208ecfbcf415ccb62456664dda8f784d6a265259827d5c19 [INFO] running `Command { std: "docker" "start" "-a" "d640d80a6e34ee21208ecfbcf415ccb62456664dda8f784d6a265259827d5c19", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling serde v1.0.185 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Compiling anstyle v1.0.2 [INFO] [stderr] Compiling portable-atomic v1.4.3 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling semver v1.0.18 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling clap_builder v4.3.24 [INFO] [stderr] Compiling indicatif v0.17.6 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clap_builder` (lib) [INFO] running `Command { std: "docker" "inspect" "d640d80a6e34ee21208ecfbcf415ccb62456664dda8f784d6a265259827d5c19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d640d80a6e34ee21208ecfbcf415ccb62456664dda8f784d6a265259827d5c19", kill_on_drop: false }` [INFO] [stdout] d640d80a6e34ee21208ecfbcf415ccb62456664dda8f784d6a265259827d5c19