[INFO] cloning repository https://github.com/0xDAEF0F/aoc-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xDAEF0F/aoc-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xDAEF0F%2Faoc-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xDAEF0F%2Faoc-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2dfd3e38a8893cccbe2369d034df90c09b3ee57c
[INFO] checking 0xDAEF0F/aoc-2024 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xDAEF0F%2Faoc-2024" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xDAEF0F/aoc-2024
[INFO] finished tweaking git repo https://github.com/0xDAEF0F/aoc-2024
[INFO] tweaked toml for git repo https://github.com/0xDAEF0F/aoc-2024 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xDAEF0F/aoc-2024 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xDAEF0F/aoc-2024 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `coin_change` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../coin_change
[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 `coin-change`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/coin_change.rs
[INFO] [stderr] 1 + src/bin/coin-change.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_10a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_10a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-10a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_10a.rs
[INFO] [stderr] 1 + src/bin/day-10a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_10b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_10b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-10b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_10b.rs
[INFO] [stderr] 1 + src/bin/day-10b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_11a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_11a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-11a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_11a.rs
[INFO] [stderr] 1 + src/bin/day-11a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_11b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_11b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-11b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_11b.rs
[INFO] [stderr] 1 + src/bin/day-11b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_12a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_12a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-12a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_12a.rs
[INFO] [stderr] 1 + src/bin/day-12a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_12b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_12b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-12b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_12b.rs
[INFO] [stderr] 1 + src/bin/day-12b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_13a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_13a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-13a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_13a.rs
[INFO] [stderr] 1 + src/bin/day-13a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_13b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_13b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-13b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_13b.rs
[INFO] [stderr] 1 + src/bin/day-13b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_14a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_14a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-14a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_14a.rs
[INFO] [stderr] 1 + src/bin/day-14a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_14b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_14b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-14b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_14b.rs
[INFO] [stderr] 1 + src/bin/day-14b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_15a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_15a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-15a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_15a.rs
[INFO] [stderr] 1 + src/bin/day-15a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_15b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_15b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-15b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_15b.rs
[INFO] [stderr] 1 + src/bin/day-15b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_16` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_16
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-16`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_16.rs
[INFO] [stderr] 1 + src/bin/day-16.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_17a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_17a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-17a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_17a.rs
[INFO] [stderr] 1 + src/bin/day-17a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_17b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_17b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-17b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_17b.rs
[INFO] [stderr] 1 + src/bin/day-17b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_18a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_18a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-18a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_18a.rs
[INFO] [stderr] 1 + src/bin/day-18a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_18b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_18b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-18b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_18b.rs
[INFO] [stderr] 1 + src/bin/day-18b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_19a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_19a
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-19a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_19a.rs
[INFO] [stderr] 1 + src/bin/day-19a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_19b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_19b
[INFO] [stderr]   |                                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-19b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_19b.rs
[INFO] [stderr] 1 + src/bin/day-19b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_1a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_1a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-1a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_1a.rs
[INFO] [stderr] 1 + src/bin/day-1a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_1b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_1b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-1b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_1b.rs
[INFO] [stderr] 1 + src/bin/day-1b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_2a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_2a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-2a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_2a.rs
[INFO] [stderr] 1 + src/bin/day-2a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_2b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_2b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-2b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_2b.rs
[INFO] [stderr] 1 + src/bin/day-2b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_3a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_3a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-3a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_3a.rs
[INFO] [stderr] 1 + src/bin/day-3a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_3b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_3b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-3b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_3b.rs
[INFO] [stderr] 1 + src/bin/day-3b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_5a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_5a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-5a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_5a.rs
[INFO] [stderr] 1 + src/bin/day-5a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_5b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_5b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-5b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_5b.rs
[INFO] [stderr] 1 + src/bin/day-5b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_6a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_6a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-6a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_6a.rs
[INFO] [stderr] 1 + src/bin/day-6a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_6b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_6b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-6b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_6b.rs
[INFO] [stderr] 1 + src/bin/day-6b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_7a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_7a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-7a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_7a.rs
[INFO] [stderr] 1 + src/bin/day-7a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_7b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_7b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-7b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_7b.rs
[INFO] [stderr] 1 + src/bin/day-7b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_8a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_8a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-8a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_8a.rs
[INFO] [stderr] 1 + src/bin/day-8a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_8b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_8b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-8b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_8b.rs
[INFO] [stderr] 1 + src/bin/day-8b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_9a` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_9a
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-9a`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_9a.rs
[INFO] [stderr] 1 + src/bin/day-9a.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day_9b` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-4-tc1/source/target/.../day_9b
[INFO] [stderr]   |                                                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day-9b`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day_9b.rs
[INFO] [stderr] 1 + src/bin/day-9b.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `aoc-2024` (manifest) generated 36 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded priority-queue v2.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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