[INFO] cloning repository https://github.com/thawdezin/rust_attack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thawdezin/rust_attack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthawdezin%2Frust_attack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthawdezin%2Frust_attack'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthawdezin%2Frust_attack/refs: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/thawdezin/rust_attack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thawdezin/rust_attack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthawdezin%2Frust_attack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthawdezin%2Frust_attack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 31c9b59b001d04264c0e770b5fb55b118435c49d [INFO] building thawdezin/rust_attack against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthawdezin%2Frust_attack" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thawdezin/rust_attack on toolchain 70591dc15db32941fe3595fdbf98e58d6975f95e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thawdezin/rust_attack [INFO] finished tweaking git repo https://github.com/thawdezin/rust_attack [INFO] tweaked toml for git repo https://github.com/thawdezin/rust_attack written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/thawdezin/rust_attack 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" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3482e909fa4e32c13b2eae59631d4600155978a53a62b4886825294dd05ec870 [INFO] running `Command { std: "docker" "start" "-a" "3482e909fa4e32c13b2eae59631d4600155978a53a62b4886825294dd05ec870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3482e909fa4e32c13b2eae59631d4600155978a53a62b4886825294dd05ec870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3482e909fa4e32c13b2eae59631d4600155978a53a62b4886825294dd05ec870", kill_on_drop: false }` [INFO] [stdout] 3482e909fa4e32c13b2eae59631d4600155978a53a62b4886825294dd05ec870 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1936395116b81bb4d4b3d4fb7376e5a24551afeb22626f6e4a86935b282e23a [INFO] running `Command { std: "docker" "start" "-a" "c1936395116b81bb4d4b3d4fb7376e5a24551afeb22626f6e4a86935b282e23a", kill_on_drop: false }` [INFO] [stderr] time="2024-08-13T10:43:48Z" level=error msg="error waiting for container: " [INFO] [stderr] Error response from daemon: failed to write unhaltered resolv.conf file content when setting up dns for sandbox 62e37d0e71575e3c86128debff710b739f02aea034cd56e7d71addb737cec0a0: write /var/lib/docker/containers/c1936395116b81bb4d4b3d4fb7376e5a24551afeb22626f6e4a86935b282e23a/resolv.conf: no space left on device [INFO] running `Command { std: "docker" "inspect" "c1936395116b81bb4d4b3d4fb7376e5a24551afeb22626f6e4a86935b282e23a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1936395116b81bb4d4b3d4fb7376e5a24551afeb22626f6e4a86935b282e23a", kill_on_drop: false }` [INFO] [stdout] c1936395116b81bb4d4b3d4fb7376e5a24551afeb22626f6e4a86935b282e23a