[INFO] cloning repository https://github.com/Maix31/aoc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Maix31/aoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaix31%2Faoc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaix31%2Faoc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 326710c1134bd521c9b4386ee552755ba6be8263
[INFO] checking Maix31/aoc against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMaix31%2Faoc" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Maix31/aoc
[INFO] finished tweaking git repo https://github.com/Maix31/aoc
[INFO] tweaked toml for git repo https://github.com/Maix31/aoc written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Maix31/aoc 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/Maix31/aoc 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 `01_secret_entrance` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../01_secret_entrance
[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 `01-secret-entrance`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:57:8
[INFO] [stderr]    |
[INFO] [stderr] 57 - name = "01_secret_entrance"
[INFO] [stderr] 57 + name = "01-secret-entrance"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `02_gift_shop` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../02_gift_shop
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `02-gift-shop`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:61:8
[INFO] [stderr]    |
[INFO] [stderr] 61 - name = "02_gift_shop"
[INFO] [stderr] 61 + name = "02-gift-shop"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `03_lobby` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../03_lobby
[INFO] [stderr]    |                                                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `03-lobby`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:65:8
[INFO] [stderr]    |
[INFO] [stderr] 65 - name = "03_lobby"
[INFO] [stderr] 65 + name = "03-lobby"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `04_printing_department` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../04_printing_department
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `04-printing-department`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:69:8
[INFO] [stderr]    |
[INFO] [stderr] 69 - name = "04_printing_department"
[INFO] [stderr] 69 + name = "04-printing-department"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `05_cafeteria` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../05_cafeteria
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `05-cafeteria`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:73:8
[INFO] [stderr]    |
[INFO] [stderr] 73 - name = "05_cafeteria"
[INFO] [stderr] 73 + name = "05-cafeteria"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `06_trash_compactor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../06_trash_compactor
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `06-trash-compactor`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:77:8
[INFO] [stderr]    |
[INFO] [stderr] 77 - name = "06_trash_compactor"
[INFO] [stderr] 77 + name = "06-trash-compactor"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `07_laboratories` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../07_laboratories
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `07-laboratories`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:81:8
[INFO] [stderr]    |
[INFO] [stderr] 81 - name = "07_laboratories"
[INFO] [stderr] 81 + name = "07-laboratories"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `08_playground` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../08_playground
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `08-playground`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:85:8
[INFO] [stderr]    |
[INFO] [stderr] 85 - name = "08_playground"
[INFO] [stderr] 85 + name = "08-playground"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `09_movie_theater` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../09_movie_theater
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `09-movie-theater`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:89:8
[INFO] [stderr]    |
[INFO] [stderr] 89 - name = "09_movie_theater"
[INFO] [stderr] 89 + name = "09-movie-theater"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `10_factory` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../10_factory
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `10-factory`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:93:8
[INFO] [stderr]    |
[INFO] [stderr] 93 - name = "10_factory"
[INFO] [stderr] 93 + name = "10-factory"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `11_reactor` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../11_reactor
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `11-reactor`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:97:8
[INFO] [stderr]    |
[INFO] [stderr] 97 - name = "11_reactor"
[INFO] [stderr] 97 + name = "11-reactor"
[INFO] [stderr]    |
[INFO] [stderr] warning: `aoc` (manifest) generated 11 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded criterion v0.8.0
[INFO] [stderr]   Downloaded criterion-plot v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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