2025-09-16 10:11.22: 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.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
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:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
# opensuse-15.6-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.13.2 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-16 10:11.22: Using cache hint "kit-ty-kate/labrys-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd-opensuse-15.6-4.14_opam-2.4-92e8fe05da255aac19e1eff7e3a6d884"
2025-09-16 10:11.22: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)
(comment opensuse-15.6-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.13.2 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-16 10:11.22: Waiting for resource in pool OCluster
2025-09-16 10:42.18: Waiting for worker…
2025-09-16 10:45.23: 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:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd' locally
docker.io/ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd: Pulling from ocaml/opam
00b1d65d02fb: Pulling fs layer
00b1d65d02fb: Verifying Checksum
00b1d65d02fb: Download complete
00b1d65d02fb: Pull complete
Digest: sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
Status: Downloaded newer image for ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
2025-09-16 10:45.25 ---> using "1a99a4fa2b22a5ddfdc055ef8b0a89929fb705f376c98cfd746d241bec785819" from cache
/: (comment opensuse-15.6-4.14_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-16 10:45.25 ---> using "1293171ff685d91b0f5dc4fa5f962fccde85a94a85de976b087d856432f07457" 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-16 10:45.25 ---> using "31781b9568029bbbf85cb18f103b72b67aa5e7fdc365220bcbe1ddd22e43a4fc" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 10:45.25 ---> using "35db6a2970114995ffd848de592176c95ef1af46640c7a7cb8ad76a972ac62b5" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-16 10:45.25 ---> using "d2a2c4e333aefc86c9246be6a0a8ba2c4e1d8c12f01857609904cf1f121bc789" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee24528071..7949ff40d8 master -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> 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-16 10:45.25 ---> using "ea8c256d687aaad86431399a9e99e24f62d0d6d17e0a8884d2267fbb0854e689" from cache
/src: (copy (src labrys.opam) (dst ./))
2025-09-16 10:45.25 ---> saved as "6638a9b8231ccdea12dc7a29ccf28eb7262ded53c8575c5218c2e8452e0c35cc"
/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-16 10:45.27 ---> saved as "5bfbb7e91a9e615bed6e10174fef37022649f9a333ceb1619824439e9ca59b50"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 10:45.28 ---> saved as "ec789567bdc26227f6ad2f8a76f22f085a5d10f4a8bf662449453d3028c1e03e"
/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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.13.2 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 "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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 (98.6 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]
- 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]
- 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 [.
- ..done (114.1 KiB/s)]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.15.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.15.1.x86_64.rpm [..done (482.3 KiB/s)]
- Retrieving: libpython2_7-1_0-2.7.18-150000.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/21), 844.8 KiB
- Retrieving: libpython2_7-1_0-2.7.18-150000.83.1.x86_64.rpm [.done]
- 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 (6.8 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 (17.2 MiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.97.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.97.1.x86_64.rpm [......
- .done (5.7 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.x86_64.rpm [..done (755.6 KiB/s)]
- Retrieving: python-base-2.7.18-150000.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/21), 5.8 MiB
- Retrieving: python-base-2.7.18-150000.83.1.x86_64.rpm [......
- .done (5.1 MiB/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]
- 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]
- 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 (2.1 MiB/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]
- Retrieving: python-2.7.18-150000.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/21), 342.1 KiB
- Retrieving: python-2.7.18-150000.83.1.x86_64.rpm [..done (199.2 KiB/s)]
- Retrieving: llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/21), 56.0 KiB
- Retrieving: llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64.rpm [.done]
- Retrieving: llvm11-devel-11.0.1-150300.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/21), 2.9 MiB
- Retrieving: llvm11-devel-11.0.1-150300.3.8.1.x86_64.rpm [.
- ..done (93.2 KiB/s)]
- Retrieving: cmake-full-3.28.3-150600.1.2.x86_64 (Main Repository) (20/21), 13.9 MiB
- Retrieving: cmake-full-3.28.3-150600.1.2.x86_64.rpm [.......
- ..........
- .........
- ........done (4.5 MiB/s)]
- Retrieving: cmake-3.28.3-150600.1.1.x86_64 (Main Repository) (21/21), 105.4 KiB
- Retrieving: cmake-3.28.3-150600.1.1.x86_64.rpm [.done]
-
- 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.15.1.x86_64 [....done]
- ( 7/21) Installing: libpython2_7-1_0-2.7.18-150000.83.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.97.1.x86_64 [.......
- ..........
- .....done]
- (11/21) Installing: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 [.....done]
- (12/21) Installing: python-base-2.7.18-150000.83.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: python-2.7.18-150000.83.1.x86_64 [..
- .done]
- (18/21) Installing: llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64 [..done]
- (19/21) Installing: llvm11-devel-11.0.1-150300.3.8.1.x86_64 [.........
- ...done]
- (20/21) Installing: cmake-full-3.28.3-150600.1.2.x86_64 [.......
- ..........
- ..........
- ........done]
- (21/21) Installing: cmake-3.28.3-150600.1.1.x86_64 [..done]
2025-09-16 10:47.10 ---> saved as "067641b5cfa9df1f0e2814067e2edbab7e951070846e77ebf17239dfbc5353e3"
/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 36 packages
- install base-bytes base
- install bigarray-compat 1.1.0
- install cmdliner 1.3.0
- install conf-bash 1
- install conf-cmake 1
- install conf-llvm 11.0.0
- install conf-python-2-7 1.2
- install containers 3.16
- install containers-data 3.16
- install csexp 1.5.2
- install ctypes 0.23.0
- install dune 3.20.2
- install dune-configurator 3.20.2
- install dune-private-libs 3.20.2
- install dune-site 3.20.2
- install dyn 3.20.2
- install either 1.0.0
- install integers 0.7.0
- install llvm 11.0.0
- install menhir 20250912
- install menhirCST 20250912
- install menhirLib 20250912
- install menhirSdk 20250912
- install msgpack 1.3.0
- install num 1.6
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ordering 3.20.2
- install pp 2.0.0
- install pprint 20230830
- install re 1.13.2
- install seq base
- install stdlib-shims 0.3.0
- install stdune 3.20.2
- install topkg 1.1.0
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-llvm.11.0.0 (cached)
-> retrieved conf-python-2-7.1.2 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved containers.3.16, containers-data.3.16 (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0 (cached)
-> installed conf-llvm.11.0.0
-> retrieved either.1.0.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved llvm.11.0.0 (cached)
-> retrieved msgpack.1.3.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved seq.base (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved pprint.20230830 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed msgpack.1.3.0
-> installed dune.3.20.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed re.1.13.2
-> installed ordering.3.20.2
-> installed dune-configurator.3.20.2
-> installed dyn.3.20.2
-> installed containers.3.16
-> installed containers-data.3.16
-> installed stdune.3.20.2
-> installed ctypes.0.23.0
-> installed dune-private-libs.3.20.2
-> installed menhir.20250912
-> installed dune-site.3.20.2
-> installed llvm.11.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 10:52.01 ---> saved as "e75c166df08842cbadcaa870f02279304f18618b4cfebb662e488966b8d22b20"
/src: (copy (src .) (dst /src))
2025-09-16 10:52.01 ---> saved as "9920d04e70a505b634eea8175441fd62dad57de6eab70e3be4a9a2c93c2f0867"
/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
2025-09-16 10:52.22 ---> saved as "5d2e7dd1c150adfc956c35666b166869a55d8c483e172731289407a5dd4306e7"
Job succeeded
2025-09-16 10:52.22: Job succeeded