[INFO] cloning repository https://github.com/dignifiedquire/rust-ipfs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dignifiedquire/rust-ipfs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdignifiedquire%2Frust-ipfs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdignifiedquire%2Frust-ipfs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd73c6cf7ebc183eb437a44f213646a282227526 [INFO] checking dignifiedquire/rust-ipfs against master#ba7e63b63871a429533c189adbfb1d9a6337e000 for pr-135331-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdignifiedquire%2Frust-ipfs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dignifiedquire/rust-ipfs [INFO] finished tweaking git repo https://github.com/dignifiedquire/rust-ipfs [INFO] tweaked toml for git repo https://github.com/dignifiedquire/rust-ipfs written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dignifiedquire/rust-ipfs on toolchain ba7e63b63871a429533c189adbfb1d9a6337e000 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ba7e63b63871a429533c189adbfb1d9a6337e000" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dignifiedquire/rust-ipfs 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" "+ba7e63b63871a429533c189adbfb1d9a6337e000" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Updating git repository `https://github.com/paritytech/futures-mutex` [INFO] [stderr] Updating git repository `https://github.com/Vurich/rust-smallvec.git` [INFO] [stderr] Updating git repository `https://github.com/redox-os/tfs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] [stderr] Adding cid v0.2.3 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding circular-buffer v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding datastore v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding libp2p-core v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding libp2p-identify v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding libp2p-mplex v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding libp2p-peerstore v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding libp2p-ping v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding libp2p-tcp-transport v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding multiaddr v0.3.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding multihash v0.8.1-pre (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding multistream-select v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Adding varint v0.1.0 (https://github.com/libp2p/rust-libp2p?branch=master#18075f4e) [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded integer-encoding v1.0.5 [INFO] [stderr] Downloaded smallvec v0.5.0 [INFO] [stderr] Downloaded multibase v0.6.0 [INFO] [stderr] Downloaded sha1 v0.5.0 [INFO] [stderr] Downloaded tiny-keccak v1.4.2 [INFO] [stderr] Downloaded protobuf v1.7.3 [INFO] [stderr] Downloaded bs58 v0.2.0 [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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+ba7e63b63871a429533c189adbfb1d9a6337e000" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: mkdir /var/lib/docker/overlay2/96544c58754896ccb4e5f682d43945d4deef56d2710d636937e7a2be87c99685/work: no space left on device sandbox container could not be created: command failed: exit status: 1 Error response from daemon: mkdir /var/lib/docker/overlay2/96544c58754896ccb4e5f682d43945d4deef56d2710d636937e7a2be87c99685/work: no space left on device Caused by: command failed: exit status: 1 Error response from daemon: mkdir /var/lib/docker/overlay2/96544c58754896ccb4e5f682d43945d4deef56d2710d636937e7a2be87c99685/work: no space left on device