2025-09-15 18:39.00: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:debian-13-4.09_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 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-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 # debian-13-4.09_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && 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.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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-09-15 18:39.00: Using cache hint "kit-ty-kate/labrys-ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8-debian-13-4.09_opam-2.4-90580c8f68e7c3355bc4a6f7cde4cca4" 2025-09-15 18:39.00: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8) (comment debian-13-4.09_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && 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.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 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.4 --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-09-15 18:39.00: Waiting for resource in pool OCluster 2025-09-15 20:49.08: Waiting for worker… 2025-09-15 20:52.16: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 0ed178a Always call llc during the tests in CI (from ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8) Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8' locally docker.io/ocaml/opam@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8: Pulling from ocaml/opam a8db29627afb: Pulling fs layer a8db29627afb: Verifying Checksum a8db29627afb: Download complete a8db29627afb: Pull complete Digest: sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 Status: Downloaded newer image for ocaml/opam@sha256:687eb4f0916c9657d5164d9331d7bd6a3b5d20d15a996b9e8856b204409175c8 2025-09-15 20:52.17 ---> using "3a553dcc7ad781ef2913430692dfd3fe94ef7b25527e36c697b3b59abac3ad97" from cache /: (comment debian-13-4.09_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-15 20:52.17 ---> using "6ec14493cd174d8dfb3d3c98921bf2b9032889423f1452ed283504195505c7a6" 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 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-09-15 20:52.17 ---> using "858b10c02d84c9a00976378fae5b7729c5f25b54a4cc6dc2f03948a5be5123c5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.09.1 2.4.1 2025-09-15 20:52.17 ---> using "2cf7a7d62a952608df74f9e36e447d7933cbd105db76998ddf2edf24e3edd738" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-15 20:52.17 ---> using "5e2434511a2ffc87a2ae26fe20ab483fa5c0f1134fb99ad18e592dd9a7a99329" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1c9b44165f73bd3366a4af940f28503f26d3267e || git fetch origin master) && git reset -q --hard 1c9b44165f73bd3366a4af940f28503f26d3267e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..43c98cac41 master -> origin/master 1c9b44165f Merge pull request #28508 from fpottier/opam-publish-menhir.20250912 <><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-15 20:52.17 ---> using "065a69ba5f72b2565e6aee080f8319d95065e1b9c8e4d69c97e555bac1be3682" from cache /src: (copy (src labrys.opam) (dst ./)) 2025-09-15 20:52.17 ---> saved as "d21adb3c2e29599b287da5a97c808550af2bc1e1efaea7246b08a0f46ef36e4b" /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-09-15 20:52.21 ---> saved as "296ddd4b00856051fa4e60b648edbbdff04fa63246512a6115ca7e9802aed9c9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-15 20:52.21 ---> saved as "6a8706eb91c271ff42cfe96eee18c007299e14912d8e3ae7e774e5e4c1b12249" /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.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 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.4 --depext-only -y labrys.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [40.2 kB] - Fetched 131 kB in 0s (648 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [labrys.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1). [NOTE] Package ocaml is already installed (current version is 4.09.1). [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.4 --depext-only -y labrys.dev $DEPS" failed with exit status 5 2025-09-15 20:52.28: Job failed: Failed: Build failed