Build:
  1. 0
2024-11-20 16:29.14: New job: Build Dockerfile using linux-arm64 in
                                [https://github.com/ocurrent/opam-repo-ci.git#refs/pull/384/head (b94913a45aee3478a739a49b8c395571184c9562)]
2024-11-20 16:29.14: Using cache hint "https://github.com/ocurrent/opam-repo-ci.git-Dockerfile"
2024-11-20 16:29.14: Waiting for resource in pool OCluster
2024-11-20 16:29.14: Waiting for worker…
2024-11-20 16:29.14: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
HEAD is now at b8d0614 Add a CLI flag to only print the dockerfile
HEAD is now at b94913a Add docs for build flags
Sending build context to Docker daemon  620.5kB

Step 1/17 : FROM ocaml/opam:debian-12-ocaml-4.14 AS build
debian-12-ocaml-4.14: Pulling from ocaml/opam
Digest: sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14
 ---> be41d36e36bf
Step 2/17 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 12c088395f00
Step 3/17 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto graphviz m4 pkg-config libsqlite3-dev libgmp-dev libffi-dev -y --no-install-recommends
 ---> Using cache
 ---> bb45147a1b78
Step 4/17 : RUN cd ~/opam-repository && git fetch origin master && git reset --hard 2dff29abd6cda0706f80503db11dd4af4e7db559 && opam update
 ---> Using cache
 ---> ac97baa56000
Step 5/17 : COPY --chown=opam opam-repo-ci-service.opam opam-repo-ci-api.opam opam-ci-check.opam /src/
 ---> Using cache
 ---> 821d35e7656a
Step 6/17 : WORKDIR /src
 ---> Using cache
 ---> fe4a16df965a
Step 7/17 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> f0e1ffa69e49
Step 8/17 : ADD --chown=opam . .
 ---> 13a37f4e2a92
Step 9/17 : RUN opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-service ./_build/install/default/bin/opam-ci-check
 ---> Running in b0f000e9f10f
schema.capnp --> schema.mli schema.ml
ocurrent.capnp --> ocurrent.mli ocurrent.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
File "opam-ci-check/lib/opam_ci_check.ml", line 11, characters 26-42:
11 | module Compiler_version = Compiler_version
                               ^^^^^^^^^^^^^^^^
Error (warning 49 [no-cmi-file]): no cmi file was found in path for module Compiler_version
The command '/bin/sh -c opam exec -- dune build ./_build/install/default/bin/opam-repo-ci-service ./_build/install/default/bin/opam-ci-check' returned a non-zero code: 1
docker-build failed with exit-code 1
2024-11-20 16:29.21: Job failed: Failed: Build failed