[INFO] cloning repository https://github.com/ACCLE123/BTC_RUST
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ACCLE123/BTC_RUST" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 60a0bf643f084f30087f9cb498a5d059ea3e1348
[INFO] checking ACCLE123/BTC_RUST against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  68% (1436/2109)
Updating files:  69% (1456/2109)
Updating files:  70% (1477/2109)
Updating files:  71% (1498/2109)
Updating files:  72% (1519/2109)
Updating files:  73% (1540/2109)
Updating files:  74% (1561/2109)
Updating files:  75% (1582/2109)
Updating files:  76% (1603/2109)
Updating files:  77% (1624/2109)
Updating files:  78% (1646/2109)
Updating files:  79% (1667/2109)
Updating files:  80% (1688/2109)
Updating files:  81% (1709/2109)
Updating files:  82% (1730/2109)
Updating files:  83% (1751/2109)
Updating files:  84% (1772/2109)
Updating files:  85% (1793/2109)
Updating files:  86% (1814/2109)
Updating files:  87% (1835/2109)
Updating files:  88% (1856/2109)
Updating files:  89% (1878/2109)
Updating files:  90% (1899/2109)
Updating files:  91% (1920/2109)
Updating files:  92% (1941/2109)
Updating files:  93% (1962/2109)
Updating files:  94% (1983/2109)
Updating files:  95% (2004/2109)
Updating files:  96% (2025/2109)
Updating files:  97% (2046/2109)
Updating files:  98% (2067/2109)
Updating files:  99% (2088/2109)
Updating files: 100% (2109/2109)
Updating files: 100% (2109/2109), done.
[INFO] started tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] finished tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] tweaked toml for git repo https://github.com/ACCLE123/BTC_RUST written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ACCLE123/BTC_RUST on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ACCLE123/BTC_RUST 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `learn_blockchain` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../learn_blockchain
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "learn_blockchain"
[INFO] [stderr] 27 + name = "learn-blockchain"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ version = "0.1.0"
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "learn-blockchain"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `learn_blockchain` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking ACCLE123/BTC_RUST against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  68% (1437/2109)
Updating files:  69% (1456/2109)
Updating files:  70% (1477/2109)
Updating files:  71% (1498/2109)
Updating files:  72% (1519/2109)
Updating files:  73% (1540/2109)
Updating files:  74% (1561/2109)
Updating files:  75% (1582/2109)
Updating files:  76% (1603/2109)
Updating files:  77% (1624/2109)
Updating files:  78% (1646/2109)
Updating files:  79% (1667/2109)
Updating files:  80% (1688/2109)
Updating files:  81% (1709/2109)
Updating files:  82% (1730/2109)
Updating files:  83% (1751/2109)
Updating files:  84% (1772/2109)
Updating files:  85% (1793/2109)
Updating files:  86% (1814/2109)
Updating files:  87% (1835/2109)
Updating files:  88% (1856/2109)
Updating files:  89% (1878/2109)
Updating files:  90% (1899/2109)
Updating files:  91% (1920/2109)
Updating files:  92% (1941/2109)
Updating files:  93% (1962/2109)
Updating files:  94% (1983/2109)
Updating files:  95% (2004/2109)
Updating files:  96% (2025/2109)
Updating files:  97% (2046/2109)
Updating files:  98% (2067/2109)
Updating files:  99% (2088/2109)
Updating files: 100% (2109/2109)
Updating files: 100% (2109/2109), done.
[INFO] started tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] finished tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] tweaked toml for git repo https://github.com/ACCLE123/BTC_RUST written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ACCLE123/BTC_RUST on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ACCLE123/BTC_RUST 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `learn_blockchain` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../learn_blockchain
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "learn_blockchain"
[INFO] [stderr] 27 + name = "learn-blockchain"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ version = "0.1.0"
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "learn-blockchain"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `learn_blockchain` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking ACCLE123/BTC_RUST against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  68% (1435/2109)
Updating files:  69% (1456/2109)
Updating files:  70% (1477/2109)
Updating files:  71% (1498/2109)
Updating files:  72% (1519/2109)
Updating files:  73% (1540/2109)
Updating files:  74% (1561/2109)
Updating files:  75% (1582/2109)
Updating files:  76% (1603/2109)
Updating files:  77% (1624/2109)
Updating files:  78% (1646/2109)
Updating files:  79% (1667/2109)
Updating files:  80% (1688/2109)
Updating files:  81% (1709/2109)
Updating files:  82% (1730/2109)
Updating files:  83% (1751/2109)
Updating files:  84% (1772/2109)
Updating files:  85% (1793/2109)
Updating files:  86% (1814/2109)
Updating files:  87% (1835/2109)
Updating files:  88% (1856/2109)
Updating files:  89% (1878/2109)
Updating files:  90% (1899/2109)
Updating files:  91% (1920/2109)
Updating files:  92% (1941/2109)
Updating files:  93% (1962/2109)
Updating files:  94% (1983/2109)
Updating files:  95% (2004/2109)
Updating files:  96% (2025/2109)
Updating files:  97% (2046/2109)
Updating files:  98% (2067/2109)
Updating files:  99% (2088/2109)
Updating files: 100% (2109/2109)
Updating files: 100% (2109/2109), done.
[INFO] started tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] finished tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] tweaked toml for git repo https://github.com/ACCLE123/BTC_RUST written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ACCLE123/BTC_RUST on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ACCLE123/BTC_RUST 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `learn_blockchain` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../learn_blockchain
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "learn_blockchain"
[INFO] [stderr] 27 + name = "learn-blockchain"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ version = "0.1.0"
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "learn-blockchain"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `learn_blockchain` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking ACCLE123/BTC_RUST against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  68% (1440/2109)
Updating files:  69% (1456/2109)
Updating files:  70% (1477/2109)
Updating files:  71% (1498/2109)
Updating files:  72% (1519/2109)
Updating files:  73% (1540/2109)
Updating files:  74% (1561/2109)
Updating files:  75% (1582/2109)
Updating files:  76% (1603/2109)
Updating files:  77% (1624/2109)
Updating files:  78% (1646/2109)
Updating files:  79% (1667/2109)
Updating files:  80% (1688/2109)
Updating files:  81% (1709/2109)
Updating files:  82% (1730/2109)
Updating files:  83% (1751/2109)
Updating files:  84% (1772/2109)
Updating files:  85% (1793/2109)
Updating files:  86% (1814/2109)
Updating files:  87% (1835/2109)
Updating files:  88% (1856/2109)
Updating files:  89% (1878/2109)
Updating files:  90% (1899/2109)
Updating files:  91% (1920/2109)
Updating files:  92% (1941/2109)
Updating files:  93% (1962/2109)
Updating files:  94% (1983/2109)
Updating files:  95% (2004/2109)
Updating files:  96% (2025/2109)
Updating files:  97% (2046/2109)
Updating files:  98% (2067/2109)
Updating files:  99% (2088/2109)
Updating files: 100% (2109/2109)
Updating files: 100% (2109/2109), done.
[INFO] started tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] finished tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] tweaked toml for git repo https://github.com/ACCLE123/BTC_RUST written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ACCLE123/BTC_RUST on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ACCLE123/BTC_RUST 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `learn_blockchain` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../learn_blockchain
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "learn_blockchain"
[INFO] [stderr] 27 + name = "learn-blockchain"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ version = "0.1.0"
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "learn-blockchain"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `learn_blockchain` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking ACCLE123/BTC_RUST against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FACCLE123%2FBTC_RUST" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  68% (1440/2109)
Updating files:  69% (1456/2109)
Updating files:  70% (1477/2109)
Updating files:  71% (1498/2109)
Updating files:  72% (1519/2109)
Updating files:  73% (1540/2109)
Updating files:  74% (1561/2109)
Updating files:  75% (1582/2109)
Updating files:  76% (1603/2109)
Updating files:  77% (1624/2109)
Updating files:  78% (1646/2109)
Updating files:  79% (1667/2109)
Updating files:  80% (1688/2109)
Updating files:  81% (1709/2109)
Updating files:  82% (1730/2109)
Updating files:  83% (1751/2109)
Updating files:  84% (1772/2109)
Updating files:  85% (1793/2109)
Updating files:  86% (1814/2109)
Updating files:  87% (1835/2109)
Updating files:  88% (1856/2109)
Updating files:  89% (1878/2109)
Updating files:  90% (1899/2109)
Updating files:  91% (1920/2109)
Updating files:  92% (1941/2109)
Updating files:  93% (1962/2109)
Updating files:  94% (1983/2109)
Updating files:  95% (2004/2109)
Updating files:  96% (2025/2109)
Updating files:  97% (2046/2109)
Updating files:  98% (2067/2109)
Updating files:  99% (2088/2109)
Updating files: 100% (2109/2109)
Updating files: 100% (2109/2109), done.
[INFO] started tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] finished tweaking git repo https://github.com/ACCLE123/BTC_RUST
[INFO] tweaked toml for git repo https://github.com/ACCLE123/BTC_RUST written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ACCLE123/BTC_RUST on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ACCLE123/BTC_RUST 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `learn_blockchain` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../learn_blockchain
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "learn_blockchain"
[INFO] [stderr] 27 + name = "learn-blockchain"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `learn-blockchain`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ version = "0.1.0"
[INFO] [stderr] 29 + [[bin]]
[INFO] [stderr] 30 + name = "learn-blockchain"
[INFO] [stderr] 31 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `learn_blockchain` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device


sandbox container could not be created: command failed: exit status: 1

Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device

Caused by:
    command failed: exit status: 1
    
    Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device