[INFO] cloning repository https://github.com/jae-heo/rust-basic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jae-heo/rust-basic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjae-heo%2Frust-basic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjae-heo%2Frust-basic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 663d026beeea6438cb10b81df1d46f9d4818d64e [INFO] testing jae-heo/rust-basic against master#552a959051cebf8f88a8f558399baf733bec9ce0 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjae-heo%2Frust-basic" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jae-heo/rust-basic on toolchain 552a959051cebf8f88a8f558399baf733bec9ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jae-heo/rust-basic [INFO] finished tweaking git repo https://github.com/jae-heo/rust-basic [INFO] tweaked toml for git repo https://github.com/jae-heo/rust-basic written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jae-heo/rust-basic 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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 235e09d9d3a866411bafde96fca5bb9a95102af951fa7d2610b8d9a7ba174f98 [INFO] running `Command { std: "docker" "start" "-a" "235e09d9d3a866411bafde96fca5bb9a95102af951fa7d2610b8d9a7ba174f98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "235e09d9d3a866411bafde96fca5bb9a95102af951fa7d2610b8d9a7ba174f98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "235e09d9d3a866411bafde96fca5bb9a95102af951fa7d2610b8d9a7ba174f98", kill_on_drop: false }` [INFO] [stdout] 235e09d9d3a866411bafde96fca5bb9a95102af951fa7d2610b8d9a7ba174f98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9e6c399683725f16b30dc7562b4684252b791e869278da6d3f266a9ced5f7c6 [INFO] running `Command { std: "docker" "start" "-a" "b9e6c399683725f16b30dc7562b4684252b791e869278da6d3f266a9ced5f7c6", kill_on_drop: false }` [INFO] [stderr] Compiling rust-basic v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "b9e6c399683725f16b30dc7562b4684252b791e869278da6d3f266a9ced5f7c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9e6c399683725f16b30dc7562b4684252b791e869278da6d3f266a9ced5f7c6", kill_on_drop: false }` [INFO] [stdout] b9e6c399683725f16b30dc7562b4684252b791e869278da6d3f266a9ced5f7c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd7f4d7534c7834c938d5530673b93207840cba0d3b2ff30ae2c33154c32a3c8 [INFO] running `Command { std: "docker" "start" "-a" "fd7f4d7534c7834c938d5530673b93207840cba0d3b2ff30ae2c33154c32a3c8", kill_on_drop: false }` [INFO] [stderr] Compiling rust-basic v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] running `Command { std: "docker" "inspect" "fd7f4d7534c7834c938d5530673b93207840cba0d3b2ff30ae2c33154c32a3c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd7f4d7534c7834c938d5530673b93207840cba0d3b2ff30ae2c33154c32a3c8", kill_on_drop: false }` [INFO] [stdout] fd7f4d7534c7834c938d5530673b93207840cba0d3b2ff30ae2c33154c32a3c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4e4aeda1a8854c0eff38ca1ade0180b6e0c42ba8f90013396a1619f71ef69caa [INFO] running `Command { std: "docker" "start" "-a" "4e4aeda1a8854c0eff38ca1ade0180b6e0c42ba8f90013396a1619f71ef69caa", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: failed to create task for container: failed to start shim: mkdir /var/lib/containerd/io.containerd.runtime.v2.task/moby/4e4aeda1a8854c0eff38ca1ade0180b6e0c42ba8f90013396a1619f71ef69caa: no space left on device: unknown [INFO] running `Command { std: "docker" "inspect" "4e4aeda1a8854c0eff38ca1ade0180b6e0c42ba8f90013396a1619f71ef69caa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e4aeda1a8854c0eff38ca1ade0180b6e0c42ba8f90013396a1619f71ef69caa", kill_on_drop: false }` [INFO] [stdout] 4e4aeda1a8854c0eff38ca1ade0180b6e0c42ba8f90013396a1619f71ef69caa