2025-06-30 10:25.08: 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-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e 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.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e # debian-12-4.08_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 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && 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.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-30 10:25.08: Using cache hint "kit-ty-kate/labrys-ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e-debian-12-4.08_opam-2.3-0e284fdb3717e130e454a23f0678d71a" 2025-06-30 10:25.08: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e) (comment debian-12-4.08_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 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && 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.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-30 10:25.08: Waiting for resource in pool OCluster 2025-06-30 10:25.08: Waiting for worker… 2025-06-30 10:25.08: 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-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e) 2025-06-30 10:25.08 ---> using "4ea5038d254cfd14663698deb665a2dc4ce1e1383d544c063adebb02ed15ce16" from cache /: (comment debian-12-4.08_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-30 10:25.08 ---> using "513c9792ce65a5b8ab8e9c5d5d0cb18860fa2e52baa6ff8e91e0f4d91def9aa9" 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-30 10:25.08 ---> using "9eb80386bacfd7938f12d25e194913cafb5894d8e3739476ca8ba44c9606ec01" 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.3.0 2025-06-30 10:25.08 ---> using "92e2498cc7a78f593d78a8bf54c5bc24658d99052f31b70c33e471d45d365ae6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-30 10:25.08 ---> using "b6f04723b137dea03fa4030960754640f1ca54b23d9fe8aab83e1e48e2509f1f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c7269f729a..70ed6dc380 master -> origin/master 70ed6dc380 Merge pull request #28112 from hannesm/keep-dune-3-15-3 <><> 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-30 10:25.08 ---> using "2c1fbf56c97353457809f062536c2f4e6ec12bbbd06f3acc7d4bc61cc499809f" from cache /src: (copy (src labrys.opam) (dst ./)) 2025-06-30 10:25.08 ---> saved as "98d20038eb05e559a5fc8ba5217796f6039224f2dea4bdb3ace453903e7c84f6" /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-30 10:25.10 ---> saved as "0fa933b81870fb93b893d6da0a9c18be74e989260821c64d0c2d31f49ddd6398" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-30 10:25.11 ---> saved as "4365da0e4e2f7bd3c7db1d59266aef4eb79ccecda7c2be9db9cad3460e490ef7" /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.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 amd64 Packages [269 kB] - Fetched 373 kB in 0s (1118 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.3 --depext-only -y labrys.dev $DEPS" failed with exit status 5 2025-06-30 10:25.15: Job failed: Failed: Build failed