ocaml / infrastructure

WIki to hold the information about the machine resources available to OCaml.org
40 stars 9 forks source link

ocurrent-bench: failed to solve: failed to prepare sha256:<hash>: open /data/docker/overlay2/<hash>/committed: no such file or directory #100

Closed kit-ty-kate closed 2 months ago

kit-ty-kate commented 4 months ago

Log link: https://bench.ci.dev/_pipeline/job/2024-02-19/112718-ocluster-build-e44807

2024-02-19 11:27.18: New job: Build bench.Dockerfile using autumn in
                                [https://github.com/ocaml/opam.git#refs/pull/5850/head (26144da03c30ed6d5a3d974c4b90ef2bd15b2511)]
2024-02-19 11:27.18: Using cache hint "https://github.com/ocaml/opam.git-bench.Dockerfile"
2024-02-19 11:27.18: Waiting for resource in pool OCluster
2024-02-19 11:27.18: Waiting for worker…
2024-02-19 11:27.18: Got resource from pool OCluster
Building on development-worker
HEAD is now at ff08f894a Merge pull request #5849 from kit-ty-kate/fix-13
HEAD is now at 26144da03 fix missing spaces
#0 building with "default" instance using docker driver

#1 [internal] load build definition from bench.Dockerfile
#1 transferring dockerfile: 624B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/debian:bullseye
#3 DONE 0.4s

#4 [ 1/11] FROM docker.io/library/debian:bullseye@sha256:171478fbe347a3cfe45058dae333b6ed848fd8ce89f3104c89fa94c245086db1
#4 CACHED

#5 [ 2/11] RUN apt-get update -qq && apt-get install -qq -yy make curl gcc g++ patch bzip2 git unzip
#5 ERROR: failed to prepare sha256:c0527b47684468f6ea0ba8734280d27bf7f882045f66fb9e070a3b1c2723d924 as bxncydbs4ay1xsdl7sb8jbxdi: open /data/docker/overlay2/f618b2b35eb0e9fab1c4c1ff27c2249957097025aa2d0279bc03deabcd1020a1/committed: no such file or directory

#6 [internal] load build context
#6 transferring context: done
#6 CANCELED
------
 > [ 2/11] RUN apt-get update -qq && apt-get install -qq -yy make curl gcc g++ patch bzip2 git unzip:
------
bench.Dockerfile:2
--------------------
   1 |     FROM debian:bullseye
   2 | >>> RUN apt-get update -qq && apt-get install -qq -yy make curl gcc g++ patch bzip2 git unzip
   3 |     RUN adduser --disabled-password --gecos '' --shell /bin/bash opam
   4 |     USER opam
--------------------
ERROR: failed to solve: failed to prepare sha256:c0527b47684468f6ea0ba8734280d27bf7f882045f66fb9e070a3b1c2723d924 as bxncydbs4ay1xsdl7sb8jbxdi: open /data/docker/overlay2/f618b2b35eb0e9fab1c4c1ff27c2249957097025aa2d0279bc03deabcd1020a1/committed: no such file or directory
docker-build failed with exit-code 1
2024-02-19 11:27.21: Job failed: Failed: Build failed
punchagan commented 4 months ago

Docker data clean-up seems to have not worked as expected. This should be fixed now.