2025-09-19 08:23.12: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 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.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 # debian-13-4.08_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 ac8717cc1db49bf0e03c9422ea72652e92de53df || git fetch origin master) && git reset -q --hard ac8717cc1db49bf0e03c9422ea72652e92de53df && 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 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-m4.1 conf-pkg-config.1.0 conf-python-2-7.1.0 containers.3.0 containers-data.3.0 csexp.1.5.1 ctypes.0.8.0 dune.3.12.1 dune-configurator.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 llvm.11.0.0 menhir.20160303 msgpack.1.3.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ordering.3.15.3 pp.1.2.0 pprint.20171003 re.1.9.0 result.1.5 seq.0.3 stdune.3.15.3 topkg.1.0.8 uutf.1.0.3" 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-19 08:23.12: Using cache hint "kit-ty-kate/labrys-ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176-debian-13-4.08_opam-2.4-0e284fdb3717e130e454a23f0678d71a" 2025-09-19 08:23.12: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) (comment debian-13-4.08_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 ac8717cc1db49bf0e03c9422ea72652e92de53df || git fetch origin master) && git reset -q --hard ac8717cc1db49bf0e03c9422ea72652e92de53df && 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 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-m4.1 conf-pkg-config.1.0 conf-python-2-7.1.0 containers.3.0 containers-data.3.0 csexp.1.5.1 ctypes.0.8.0 dune.3.12.1 dune-configurator.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 llvm.11.0.0 menhir.20160303 msgpack.1.3.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ordering.3.15.3 pp.1.2.0 pprint.20171003 re.1.9.0 result.1.5 seq.0.3 stdune.3.15.3 topkg.1.0.8 uutf.1.0.3") (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-19 08:23.12: Waiting for resource in pool OCluster 2025-09-19 08:23.12: Waiting for worker… 2025-09-19 08:23.12: 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.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) 2025-09-19 08:23.12 ---> using "4f143e25e7620fadf6d4819085e998cd063e4132d1bf4b7e768f2c9645e2385a" from cache /: (comment debian-13-4.08_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-19 08:23.12 ---> using "43ec064e3f42ede32eadcb6103eb90c2aa5fe5ca842cc91b1d25af5d96ab1a36" 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-19 08:23.12 ---> using "841a29021c0cb0b2431db67bb7df9c0d40fdf29cb4a1a3947637664c354118ba" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.08.1 2.4.1 2025-09-19 08:23.12 ---> using "d14cf0dfdde2f370395de335172c0ece77c3abd5f3f345be62462de079ddf56e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-19 08:23.12 ---> using "d62d4feecdbb5f1ec79c3897ea00eed3e99d38491f7c23375a96056b1bdbd6db" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e ac8717cc1db49bf0e03c9422ea72652e92de53df || git fetch origin master) && git reset -q --hard ac8717cc1db49bf0e03c9422ea72652e92de53df && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..a5436058a5 master -> origin/master ac8717cc1d Merge pull request #28542 from jmid/dune-3-12-1-bound <><> 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-19 08:23.33 ---> saved as "c895f1c5b8bd0c0e0b5824d1f369a8ef629a5fb4429d76210ed27dc598def70e" /src: (copy (src labrys.opam) (dst ./)) 2025-09-19 08:23.33 ---> saved as "ea923ca68dda3ffba535e7d755478d0b13fc77f09805d7edb89fbcc4917eb98c" /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-19 08:23.35 ---> saved as "e26d691cb4719ed85413705310ae02100eac5844fb57156e7a923d11b3fc53a9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-19 08:23.35 ---> saved as "c37205fc6748675bf2e14a6059c8a48ea7e3253fecacab552362e6875f2335ef" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-m4.1 conf-pkg-config.1.0 conf-python-2-7.1.0 containers.3.0 containers-data.3.0 csexp.1.5.1 ctypes.0.8.0 dune.3.12.1 dune-configurator.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 llvm.11.0.0 menhir.20160303 msgpack.1.3.0 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ordering.3.15.3 pp.1.2.0 pprint.20171003 re.1.9.0 result.1.5 seq.0.3 stdune.3.15.3 topkg.1.0.8 uutf.1.0.3") /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.4 kB] - Fetched 131 kB in 0s (559 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.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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.0 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-19 08:23.39: Job failed: Failed: Build failed