2026-03-19 08:07.16: 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.08_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Opam project buildTo reproduce locally:git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47# debian-13-4.08_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.2.1.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.22.0 dune-configurator.3.22.0 dune-private-libs.3.22.0 dune-site.3.22.0 dyn.3.22.0 either.1.0.0 fs-io.3.22.0 integers.0.7.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.0 pp.2.0.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.22.0 top-closure.3.22.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y labrys.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:07.16: Using cache hint "kit-ty-kate/labrys-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-8b715294b134e36bde40026fc45f8574"2026-03-19 08:07.16: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)(comment debian-13-4.08_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.22.0 dune-configurator.3.22.0 dune-private-libs.3.22.0 dune-site.3.22.0 dyn.3.22.0 either.1.0.0 fs-io.3.22.0 integers.0.7.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.0 pp.2.0.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.22.0 top-closure.3.22.0 topkg.1.1.1 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.5 --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")))2026-03-19 08:07.16: Waiting for resource in pool OCluster2026-03-19 16:50.43: Waiting for worker…2026-03-19 16:57.01: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 0ed178a Always call llc during the tests in CI(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)2026-03-19 16:57.02 ---> using "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" from cache/: (comment debian-13-4.08_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 16:57.02 ---> using "c7be1a1bf56a9af41378ced74906e3276ce5576096fe479f7bc8725acfbd5123" 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.Continue? [Y/n] yFormat upgrade done.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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 16:57.02 ---> using "ccdab575862d9a949d4903bc8aad034b89b0a05240bdda721b9ce0cce4230d75" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.08.12.5.02026-03-19 16:57.02 ---> using "f19adf73b8544d8f3f9b81cecf006440779a1d47bca42b32961acb7a712c1b5f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 16:57.02 ---> using "edbc028d6daadd2aebe00894d268f0d76ea78071faf901b745bf45b52fda2d76" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.5.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)2026-03-19 16:57.02 ---> using "11be37bd1695c6e2f599ed64cc2c876e1ce4d5a16ecc545de68ace8a57c3466d" from cache/src: (copy (src labrys.opam) (dst ./))2026-03-19 16:57.03 ---> saved as "5583da14395c8219029b70c4dad61de365d9cbaee3658e4acba2ee8a68313e75"/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)2026-03-19 16:57.07 ---> saved as "02007a4792f5388ee03f825fa2aee5434d7b113812bed1fd084425e90c72a254"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 16:57.08 ---> saved as "7376e566dceb9ff3d1773f647747567249b373bc266fc55bdf914d7037faf8ef"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.22.0 dune-configurator.3.22.0 dune-private-libs.3.22.0 dune-site.3.22.0 dyn.3.22.0 either.1.0.0 fs-io.3.22.0 integers.0.7.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.0 pp.2.0.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.22.0 top-closure.3.22.0 topkg.1.1.1 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.5 --depext-only -y labrys.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB]- Fetched 10.0 MB in 2s (4187 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.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.5 --depext-only -y labrys.dev $DEPS" failed with exit status 52026-03-19 16:57.20: Job failed: Failed: Build failed