2026-04-22 14:10.58: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:opensuse-15.6-4.14_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67 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:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67 # opensuse-15.6-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.2.1.1 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.2 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 either.1.0.0 fs-io.3.22.2 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.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.22.2 top-closure.3.22.2 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 $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 2026-04-22 14:10.58: Using cache hint "kit-ty-kate/labrys-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67-opensuse-15.6-4.14_opam-2.5-ae233692fa3d9bfd0de729c55f26ebaf" 2026-04-22 14:10.58: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67) (comment opensuse-15.6-4.14_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.1 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.2 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 either.1.0.0 fs-io.3.22.2 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.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.22.2 top-closure.3.22.2 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-04-22 14:10.58: Waiting for resource in pool OCluster 2026-04-22 14:12.08: Waiting for worker… 2026-04-22 14:15.03: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 0ed178a Always call llc during the tests in CI (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67) 2026-04-22 14:15.03 ---> using "cd5ffe9eb783a234fb2269492629f1d7ab95728a3b4bc5415fbf3c844d82edbb" from cache /: (comment opensuse-15.6-4.14_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-04-22 14:15.03 ---> using "b38dc0966963e77ed21e23d461bad85d02565fcf67a50922c57e4b2af9540307" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-22 14:15.03 ---> using "ef396fa5a5d7537257565a5bcbb59afbf4aa6b15b8cafed6c6e5e61b84ec6690" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-22 14:15.03 ---> using "ddd4f8b68bc9f8bc2defa466f036f815b09acabb6864105826cee62ba3597dbf" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-22 14:15.03 ---> using "9e9ba07ed62b7ce49d36fe4d5f009843b66191bf327353bcaf40035913d106a4" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 76bf2ed944..80ba534fc6 master -> origin/master 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 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.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-04-22 14:15.03 ---> using "752cb5abf2ca0605006c389ce288a1dc7efa72f3cdc072a7ec0439770e500ab8" from cache /src: (copy (src labrys.opam) (dst ./)) 2026-04-22 14:15.03 ---> saved as "7440bf4876b4cacc5517a458b06d8ced9efa27d35755dc8457023dff2c8256b5" /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-04-22 14:15.04 ---> saved as "ff3b22767a2dc003f41ef5f6c8302d8a280928080a52bb230f070be60ba7b032" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-22 14:15.05 ---> saved as "9b9164a1c3617e85d159c8df360a50ffac48865f46018376168f9bc0b49f25fb" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 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.2 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 either.1.0.0 fs-io.3.22.2 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.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.22.2 top-closure.3.22.2 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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [... - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - . - .. - ..... - .... - .... - .... - .... - ..... - ............. - ......... - ........ - ......... - ...... - ......... - ......... - .done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [. - . - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ........... - ........... - ........ - ........ - ........ - ........ - ....... - ........ - ........ - ........ - ........ - ....... - ........ - ........ - ........ - .............. - ..... - ......... - ....... - ........ - ........ - ......... - ......... - ...... - .......... - .......... - .......... - ........ - .......... - .......... - .......... - ......... - .......... - .......... - .. - ..... - ...... - ....... - ......... - .... - ......... - ..... - .. - ... - ... - ..... - ........ - ..... - ...... - ........ - ...... - ..... - ...... - ......... - ..... - .... - ........ - ....... - ......... - ......... - ...... - ...... - ......... - ......... - ...... - ....... - .......... - .......... - .......... - ......... - .......... - ........ - ........ - .......... - .......... - ....... - ......... - .......... - .......... - .......... - .......... - .......... - .......... - ......... - ......... - .......... - ......... - .......... - .......... - .......... - .......... - .......... - ........ - .......... - ........ - .......... - .......... - .......... - ....... - ......... - ..... - .... - .... - .... - .... - .... - .... - .... - .... - . - ....... - .... - .... - .... - ..... - ......... - ............ - .... - .... - .... - .... - ..... - ............. - ...done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.. - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - ... - ..... - .... - .... - .... - .... - .......... - .......done] - Building repository 'Main Update Repository' cache [....done] - Retrieving repository 'Update Repository (Non-Oss)' metadata [. - . - Looking for gpg keys in repository Update Repository (Non-Oss). - gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key - .. - ..... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .. - . - ... - .. - . - .. - ... - . - done] - Building repository 'Update Repository (Non-Oss)' cache [.. - ..done] - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> 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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). The following system packages will first need to be installed: cmake llvm11-devel python <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "llvm11-devel" "python" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 21 NEW packages are going to be installed: - cmake cmake-full libLLVM11 libLTO11 libarchive13 libdb-4_8 libedit0 libjsoncpp19 libopenssl1_1 libpython2_7-1_0 libpython3_6m1_0 librhash0 llvm11 llvm11-LTO-devel llvm11-devel llvm11-gold llvm11-polly llvm11-polly-devel python python-base python3-base - - 21 new packages to install. - - Package download size: 58.9 MiB - - Package install size change: - | 242.5 MiB required by packages that will be installed - 242.5 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libdb-4_8-4.8.30-150000.7.9.1.x86_64 (Main Repository) (1/21), 693.3 KiB - Retrieving: libdb-4_8-4.8.30-150000.7.9.1.x86_64.rpm [.. - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - ...... - ...... - ..... - .....done (20.7 KiB/s)] - Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (2/21), 94.3 KiB - Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.done] - Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (3/21), 77.1 KiB - Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [. - ......done (61.2 KiB/s)] - Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (4/21), 84.7 KiB - Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [. - ..done (66.5 KiB/s)] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/21), 341.4 KiB - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [... - .... - .... - .... - .... - .... - .... - ..not found] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [..not found] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [..done (44.4 KiB/s)] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/21), 1.4 MiB - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [..not found] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [... - .done (1.3 MiB/s)] - Retrieving: libpython2_7-1_0-2.7.18-150000.111.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/21), 849.1 KiB - Retrieving: libpython2_7-1_0-2.7.18-150000.111.1.x86_64.rpm [.not found] - Retrieving: libpython2_7-1_0-2.7.18-150000.111.1.x86_64.rpm [..not found] - Retrieving: libpython2_7-1_0-2.7.18-150000.111.1.x86_64.rpm [...done (670.5 KiB/s)] - Retrieving: llvm11-polly-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/21), 1.4 MiB - Retrieving: llvm11-polly-11.0.1-150300.3.8.1.x86_64.rpm [... - ........ - ...... - .... - ....... - ..... - ..... - ....... - ...... - ....... - ....... - ....... - .... - ........ - ......done (102.9 KiB/s)] - Retrieving: libLLVM11-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/21), 18.3 MiB - Retrieving: libLLVM11-11.0.1-150300.3.8.1.x86_64.rpm [. - ...... - ..... - ... - ........ - ....... - ....... - ........ - ....... - ........ - ........ - ........ - ......... - ......... - ....... - ........ - ... - ....... - ......... - ........ - ....... - ........ - ........ - ........ - ........ - ........ - ....... - ........ - ... - ........ - ........ - ........ - ........ - ...... - ........ - ......... - ...... - ........ - ........ - ........ - ....... - ........ - ........ - ........ - ........ - ...... - ........ - .......... - ......... - .......... - ........ - ...... - ..... - ....... - ........ - ........ - ........ - ....... - ..... - ........ - .... - ......... - ........ - ......... - ........ - .......... - .....done (283.4 KiB/s)] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/21), 7.8 MiB - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [... - .... - .... - .... - .... - ..not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.... - .... - .... - ....... - ..... - ..... - ........ - ....... - ......... - ..... - ... - ......... - . - . - . - .... - .......... - ...... - ........ - ........ - ......done (358.6 KiB/s)] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/21), 1.2 MiB - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [. - ....done (1.1 MiB/s)] - Retrieving: python-base-2.7.18-150000.111.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/21), 5.8 MiB - Retrieving: python-base-2.7.18-150000.111.1.x86_64.rpm [.not found] - Retrieving: python-base-2.7.18-150000.111.1.x86_64.rpm [. - .not found] - Retrieving: python-base-2.7.18-150000.111.1.x86_64.rpm [......... - ......... - ......... - ........ - ...... - .......... - .........done (838.3 KiB/s)] - Retrieving: llvm11-polly-devel-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/21), 280.7 KiB - Retrieving: llvm11-polly-devel-11.0.1-150300.3.8.1.x86_64.rpm [.....done (245.5 KiB/s)] - Retrieving: llvm11-gold-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/21), 82.3 KiB - Retrieving: llvm11-gold-11.0.1-150300.3.8.1.x86_64.rpm [..done (19.8 KiB/s)] - Retrieving: llvm11-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/21), 3.2 MiB - Retrieving: llvm11-11.0.1-150300.3.8.1.x86_64.rpm [... - ........ - ........ - ......... - ......... - ......... - ......... - ........ - ......done (400.6 KiB/s)] - Retrieving: libLTO11-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/21), 72.8 KiB - Retrieving: libLTO11-11.0.1-150300.3.8.1.x86_64.rpm [... - .done (57.2 KiB/s)] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/21), 13.9 MiB - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [..not found] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [..... - ......... - ..... - ....... - ......... - ...... - ....... - ...... - ......... - ...... - ......... - .......... - ......... - .......... - ......... - ......... - ...... - .... - .... - ...... - ..... - ..done (676.5 KiB/s)] - Retrieving: python-2.7.18-150000.111.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/21), 345.0 KiB - Retrieving: python-2.7.18-150000.111.1.x86_64.rpm [..... - ..not found] - Retrieving: python-2.7.18-150000.111.1.x86_64.rpm [..not found] - Retrieving: python-2.7.18-150000.111.1.x86_64.rpm [.. - .. - ..... - ... - done (98.0 KiB/s)] - Retrieving: llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/21), 56.0 KiB - Retrieving: llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64.rpm [. - ..done (28.0 KiB/s)] - Retrieving: llvm11-devel-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/21), 2.9 MiB - Retrieving: llvm11-devel-11.0.1-150300.3.8.1.x86_64.rpm [....... - ........ - ......... - ........ - ........ - ........ - ....done (452.6 KiB/s)] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/21), 104.6 KiB - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [..done (45.8 KiB/s)] - - Checking for file conflicts: [...done] - ( 1/21) Installing: libdb-4_8-4.8.30-150000.7.9.1.x86_64 [.. - done] - ( 2/21) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done] - ( 3/21) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done] - ( 4/21) Installing: librhash0-1.3.5-1.25.x86_64 [..done] - ( 5/21) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done] - ( 6/21) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done] - ( 7/21) Installing: libpython2_7-1_0-2.7.18-150000.111.1.x86_64 [..done] - ( 8/21) Installing: llvm11-polly-11.0.1-150300.3.8.1.x86_64 [...done] - ( 9/21) Installing: libLLVM11-11.0.1-150300.3.8.1.x86_64 [.... - .......... - ....done] - (10/21) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [....... - ..done] - (11/21) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [..done] - (12/21) Installing: python-base-2.7.18-150000.111.1.x86_64 [....... - done] - (13/21) Installing: llvm11-polly-devel-11.0.1-150300.3.8.1.x86_64 [..done] - (14/21) Installing: llvm11-gold-11.0.1-150300.3.8.1.x86_64 [..done] - (15/21) Installing: llvm11-11.0.1-150300.3.8.1.x86_64 [.... - update-alternatives: using /usr/bin/llvm-ar-11.0.1 to provide /usr/bin/llvm-ar (llvm-ar) in auto mode - done] - (16/21) Installing: libLTO11-11.0.1-150300.3.8.1.x86_64 [..done] - (17/21) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [..... - .......... - .done] - (18/21) Installing: python-2.7.18-150000.111.1.x86_64 [..done] - (19/21) Installing: llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64 [..done] - (20/21) Installing: llvm11-devel-11.0.1-150300.3.8.1.x86_64 [.....done] - (21/21) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done] # To update the current shell environment, run: eval $(opam env) 2026-04-22 14:22.23 ---> saved as "88dd64de699fe93d884f6138dbd36b04b42499dff48c9c7545ab3e08d66a026a" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). The following actions will be performed: === install 37 packages - install base-bytes base - install cmdliner 2.1.1 - install conf-bash 1 - install conf-cmake 1 - install conf-llvm 11.0.0 - install conf-python-2-7 1.2 - install containers 3.18 - install containers-data 3.18 - install csexp 1.5.2 - install ctypes 0.24.0 - install dune 3.22.2 - install dune-configurator 3.22.2 - install dune-private-libs 3.22.2 - install dune-site 3.22.2 - install dyn 3.22.2 - install either 1.0.0 - install fs-io 3.22.2 - install integers 0.7.0 - install llvm 11.0.0 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install msgpack 1.3.0 - install num 1.6 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.22.2 - install pp 2.0.0 - install pprint 20230830 - install re 1.14.0 - install stdlib-shims 0.3.0 - install stdune 3.22.2 - install top-closure 3.22.2 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-cmake.1 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved conf-llvm.11.0.0 (https://opam.ocaml.org/cache) -> retrieved conf-python-2-7.1.2 (https://opam.ocaml.org/cache) -> installed conf-bash.1 -> installed conf-cmake.1 -> retrieved csexp.1.5.2 (cached) -> retrieved containers.3.18, containers-data.3.18 (cached) -> retrieved ctypes.0.24.0 (cached) -> installed conf-python-2-7.1.2 -> installed conf-llvm.11.0.0 -> retrieved either.1.0.0 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2, dune-private-libs.3.22.2, dune-site.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2 (cached) -> retrieved num.1.6 (cached) -> retrieved msgpack.1.3.0 (https://opam.ocaml.org/cache) -> retrieved ocamlbuild.0.16.1 (cached) -> installed cmdliner.2.1.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved pprint.20230830 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> retrieved llvm.11.0.0 (https://opam.ocaml.org/cache) -> installed topkg.1.1.1 -> installed msgpack.1.3.0 -> installed dune.3.22.2 -> installed uutf.1.0.4 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed fs-io.3.22.2 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ordering.3.22.2 -> installed pp.2.0.0 -> installed pprint.20230830 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed top-closure.3.22.2 -> installed dune-configurator.3.22.2 -> installed integers.0.7.0 -> installed dyn.3.22.2 -> installed containers.3.18 -> installed containers-data.3.18 -> installed menhir.20260209 -> installed stdune.3.22.2 -> installed ctypes.0.24.0 -> installed dune-private-libs.3.22.2 -> installed dune-site.3.22.2 -> installed llvm.11.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-22 14:24.31 ---> saved as "74283e722e941f1150057e98694687527e45968e3af31c8f06395d02cdba9aeb" /src: (copy (src .) (dst /src)) 2026-04-22 14:24.32 ---> saved as "e5b6f7ffd888a3eec3df9e8b08c749f271effc0ea0c0f79cce617ebb5767d906" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/stdlib && ../src/main.exe build-module --no-prelude --build-dir . Prelude.sfw) Compiling Prelude Module Prelude compiled 2026-04-22 14:24.38 ---> saved as "119cbb6c376a453a51d35ad4b2c0420f5b043ecba288e219c0e1b534ee15bf9c" Job succeeded 2026-04-22 14:24.39: Job succeeded