Organisationskit-ty-katelabrys0ed178 (master)debian-12-4.14_arm64_opam-2.3

debian-12-4.14_arm64_opam-2.3

Link Copied
Code Copied

Logs

2025-06-18 07:52.13: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-arm64:debian-12-4.14_arm64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a
# debian-12-4.14_arm64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-06-18 07:52.13: Using cache hint "kit-ty-kate/labrys-ocaml/opam:debian-12-ocaml-4.14@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a-debian-12-4.14_arm64_opam-2.3-288bc8ea311e8e3ff6ae38cc934704e5"
2025-06-18 07:52.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a)
(comment debian-12-4.14_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src labrys.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn labrys.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-06-18 07:52.13: Waiting for resource in pool OCluster
2025-06-18 09:55.58: Waiting for worker…
2025-06-18 10:35.59: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam:debian-12-ocaml-4.14@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a' locally
docker.io/ocaml/opam@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a: Pulling from ocaml/opam
846ba23f7e65: Pulling fs layer
846ba23f7e65: Verifying Checksum
846ba23f7e65: Download complete
846ba23f7e65: Pull complete
Digest: sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a
Status: Downloaded newer image for ocaml/opam@sha256:917f88b62776594a1765ee493319c20552daa24bd5650f3686d77d2a4c834d3a
2025-06-18 10:35.59 ---> using "11d19f84cb930f3d6a4c8f86d2191508a43befa6559297f1fd2bcae65bdc877b" from cache


/: (comment debian-12-4.14_arm64_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-18 10:35.59 ---> using "85df4472775e0e47cd1b46937b61a81bae88e16265d2314168ca69abc8f9c720" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-18 10:35.59 ---> using "7ecd163ad6b3b717443fbd526461bbccff30db10ebb94e4193f5f19bc0da321a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-18 10:35.59 ---> using "79cfde54565251707f8c6b9aa29e6281ba5f020714a012422cea3a51a197c1c5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-18 10:35.59 ---> using "0bc0d206574dd8bfb0f2a8360c500fee7965d33bea04df26fb8bd47b108815fa" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
c7269f729a..e87127a46b  master     -> origin/master
e87127a46b Merge pull request #28035 from xavierleroy/num-1.6


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-18 10:35.59 ---> using "b2521d6e8607edc7d224d6f56ad2288f12a76629d466433954ba7899ce5aa1ff" from cache


/src: (copy (src labrys.opam) (dst ./))
2025-06-18 10:35.59 ---> saved as "74cbfeb96fbab5bec26a31f635b9750900dd038ce13a398d3cd3bf1de1918995"


/src: (run (network host)
(shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2025-06-18 10:36.01 ---> saved as "b27894c04d183501fcb859a9fb0db9dbd64d0ade9e77ced5c7d70fea3820c3ca"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-18 10:36.01 ---> saved as "57c55cf3fa235bf76faa6a7bec318741244c0d46f5f30226dbdb0c4008fe2898"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [263 kB]
- Fetched 366 kB in 0s (964 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[ERROR] Package conf-llvm.11.0.0 depends on the unavailable system package 'llvm-11-dev'. You can use `--no-depexts' to attempt installation anyway.
[ERROR] Package conf-python-2-7.1.2 depends on the unavailable system package 'python2.7'. You can use `--no-depexts' to attempt installation anyway.
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS" failed with exit status 5
2025-06-18 10:36.08: Job failed: Failed: Build failed