Organisationskit-ty-katelabrys0ed178 (master)opensuse-15.6-4.14_opam-2.3

opensuse-15.6-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-05-02 15:03.19: 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.3)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a
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:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a
# opensuse-15.6-4.14_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4"
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-05-02 15:03.19: Using cache hint "kit-ty-kate/labrys-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a-opensuse-15.6-4.14_opam-2.3-2becd0362023d281982bd1986567f0ca"
2025-05-02 15:03.19: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a)
(comment opensuse-15.6-4.14_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 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.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-05-02 15:03.19: Waiting for resource in pool OCluster
2025-05-02 19:26.15: Waiting for worker…
2025-05-02 19:28.46: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
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:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a' locally
docker.io/ocaml/opam@sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a: Pulling from ocaml/opam
11281d2cdd5d: Pulling fs layer
11281d2cdd5d: Verifying Checksum
11281d2cdd5d: Download complete
11281d2cdd5d: Pull complete
Digest: sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a
Status: Downloaded newer image for ocaml/opam@sha256:47d797c8147acdb02c0f48d59701b679e410a8ac3a650b3f1b6efad54031b83a
2025-05-02 19:28.47 ---> using "07b674cb35417a3a07176929203438f443e716ba7d7f974a52b3ec1a2e0f3dad" from cache


/: (comment opensuse-15.6-4.14_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-05-02 19:28.47 ---> using "8e90436ae2ea49b252c19b2104fd379efa6a9a87c9333947060f509ee9adaf19" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-02 19:28.47 ---> using "580c03c99b65efb374f4a4eb0e09baa80a6a32ea8cac1b1cc0ad176839532733" 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.3.0
2025-05-02 19:28.47 ---> using "024411469989fa952a505119c3daede42e3b05643dc379706162722b4c0696a2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-02 19:28.47 ---> using "6591d20ee9a0fe5a64bd0f2ee317b4283114200703e1bb921e85fa4ba04e6bb4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
34a3fc46c3..35eb2f107a  master     -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2


<><> 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-05-02 19:28.47 ---> using "9490de632b5a5a92629d28febac55a4143ab64619c2bc0d9c564b438e5e37535" from cache


/src: (copy (src labrys.opam) (dst ./))
2025-05-02 19:28.47 ---> saved as "69061e09b9f1c2ee9f40fb2c50edeb2614e1bd74e021ecc54e36549a36dad58a"


/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-05-02 19:28.57 ---> saved as "bda7624736847aa19217be243ccbdddf852cc86fad2a7f9dd3fb750935a6b0f6"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 19:28.57 ---> saved as "82c618e9c6b2e9c5f86f5d4d6242c5dc36c97a82b5aac57fa8585692bd68d909"


/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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 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.3 --depext-only -y labrys.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.....
- .....done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [....
- ......
- .......
- ....
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- ......done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- 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.4 MiB  required by packages that will be installed
-    242.4 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]
- 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 (85.9 KiB/s)]
- 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.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/21), 340.3 KiB
- Retrieving: libarchive13-3.7.2-150600.3.12.1.x86_64.rpm [..done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/21),   1.4 MiB
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64.rpm [..done]
- Retrieving: libpython2_7-1_0-2.7.18-150000.77.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/21), 844.5 KiB
- Retrieving: libpython2_7-1_0-2.7.18-150000.77.1.x86_64.rpm [..done (11.1 MiB/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]
- 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 (42.1 MiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.84.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.84.1.x86_64.rpm [...done (46.2 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.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.84.1.x86_64.rpm [..done (10.2 MiB/s)]
- Retrieving: python-base-2.7.18-150000.77.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/21),   5.8 MiB
- Retrieving: python-base-2.7.18-150000.77.1.x86_64.rpm [.
- .done]
- 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 (4.2 MiB/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 (13.6 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]
- 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 (49.9 KiB/s)]
- Retrieving: python-2.7.18-150000.77.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/21), 341.8 KiB
- Retrieving: python-2.7.18-150000.77.1.x86_64.rpm [..done]
- 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 (13.6 KiB/s)]
- 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]
- 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 (54.0 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.12.1.x86_64 [..
- done]
- ( 6/21) Installing: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 [....done]
- ( 7/21) Installing: libpython2_7-1_0-2.7.18-150000.77.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.84.1.x86_64 [........
- ..........
- ....done]
- (11/21) Installing: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 [...done]
- (12/21) Installing: python-base-2.7.18-150000.77.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.77.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-05-02 19:30.39 ---> saved as "bc2fef753e88c88549598caebf46676a6ee57ae6a93264e829642d7873ee9285"


/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.15
- install containers-data   3.15
- install csexp             1.5.2
- install ctypes            0.23.0
- install dune              3.18.2
- install dune-configurator 3.18.2
- install dune-private-libs 3.18.2
- install dune-site         3.18.2
- install dyn               3.18.2
- install either            1.0.0
- install integers          0.7.0
- install llvm              11.0.0
- install menhir            20240715
- install menhirCST         20240715
- install menhirLib         20240715
- install menhirSdk         20240715
- install msgpack           1.3.0
- install num               1.5-1
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install ordering          3.18.2
- install pp                2.0.0
- install pprint            20230830
- install re                1.12.0
- install seq               base
- install stdlib-shims      0.3.0
- install stdune            3.18.2
- install topkg             1.0.8
- 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)
-> 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)
-> retrieved containers.3.15, containers-data.3.15  (cached)
-> installed conf-llvm.11.0.0
-> retrieved either.1.0.0  (cached)
-> retrieved dune.3.18.2, dune-configurator.3.18.2, dune-private-libs.3.18.2, dune-site.3.18.2, dyn.3.18.2, ordering.3.18.2, stdune.3.18.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved llvm.11.0.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved msgpack.1.3.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed msgpack.1.3.0
-> installed dune.3.18.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed integers.0.7.0
-> installed ordering.3.18.2
-> installed dune-configurator.3.18.2
-> installed dyn.3.18.2
-> installed containers.3.15
-> installed containers-data.3.15
-> installed stdune.3.18.2
-> installed ctypes.0.23.0
-> installed dune-private-libs.3.18.2
-> installed dune-site.3.18.2
-> installed menhir.20240715
-> installed llvm.11.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 19:34.47 ---> saved as "28981297b54da0b03524073ea18ec8631b6869e53132ebe658d2477652821f7c"


/src: (copy (src .) (dst /src))
2025-05-02 19:34.47 ---> saved as "0ee6c2ff401a691ab036bef6a670821baa67d83e995b4aa8c11e40d99c6e80f0"


/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-05-02 19:35.05 ---> saved as "ab7d86007b9f72767a602562699a2237fe8c4f0b7895362d6662f64a76a1fa04"
Job succeeded
2025-05-02 19:35.05: Job succeeded