Organisationskit-ty-katelabrys0ed178 (master)opensuse-15.5-4.14_opam-2.1

opensuse-15.5-4.14_opam-2.1

Logs

Show full logs
2024-05-10 15:51.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.5-4.14_opam-2.1)
Base: ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
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@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
# opensuse-15.5-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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

2024-05-10 15:51.58: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c-opensuse-15.5-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-05-10 15:51.58: Using OBuilder spec:
((from ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c)
 (comment opensuse-15.5-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src labrys.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn labrys.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 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.1 --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"))
)

2024-05-10 15:51.58: Waiting for resource in pool OCluster
2024-05-11 03:23.24: Waiting for worker…
2024-05-11 03:28.27: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI

(from ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c)
Unable to find image 'ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c' locally
docker.io/ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c: Pulling from ocaml/opam
91311f23cac5: Pulling fs layer
91311f23cac5: Download complete
91311f23cac5: Pull complete
Digest: sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
Status: Downloaded newer image for ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
2024-05-11 03:28.27 ---> using "b720e8803fb0f01eecb4a5643bdc82847ad62f86aa311c0105d4ce05c5833770" from cache

/: (comment opensuse-15.5-4.14_opam-2.1)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 03:28.27 ---> using "6e4b0fd97d86aca4afcef4903f7f92f15c9cda304623aad11bfcb4a8a022b789" 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-05-11 03:28.27 ---> using "e643ed503279954854d0a4bc62530f496692c418d4f2a2b8b2b9ba4acdd8d387" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 03:28.27 ---> using "7b58bbf1bbc881bb8fbfa1e041e2dad006f5a32c042a4ccb6085011c18d51bc4" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-11 03:28.27 ---> using "d5560a6282bc66fc4e2e223b4260fd865f73278846a47d2f57217197cde9b797" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:28.27 ---> using "bc106b0b1c41c10e04f9a58ff4863e8f50d759c3502990fbb48328ec68a1f152" from cache

/src: (copy (src labrys.opam) (dst ./))
2024-05-11 03:28.27 ---> saved as "2f222d688a31bac4642f041f788cebc22fcef8f5f81874a1bf8bb8999f35a7dc"

/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)
2024-05-11 03:28.37 ---> saved as "87984434af9417561d59511eb3f697dc4d3458fbc0964df7204ed03436c879b2"

/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 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.1 --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]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- 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]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.dev] synchronised (no changes)

[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 libpython2_7-1_0 libpython3_6m1_0 librhash0 libuv1 llvm11 llvm11-LTO-devel llvm11-devel llvm11-gold llvm11-polly llvm11-polly-devel python python-base python3-base
- 
- 21 new packages to install.
- Overall download size: 49.9 MiB. Already cached: 0 B. After the operation, additional 222.2 MiB will be used.
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64 (Main Repository) (1/21), 335.0 KiB    
- Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64.rpm [.
- ...
- ..
- done (289.1 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 (49.4 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 (40.4 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 (44.4 KiB/s)]
- Retrieving: llvm11-polly-11.0.1-150300.3.6.1.x86_64 (Main Repository) (5/21),   1.4 MiB    
- Retrieving: llvm11-polly-11.0.1-150300.3.6.1.x86_64.rpm [.
- ..
- .
- done (213.3 KiB/s)]
- Retrieving: libLLVM11-11.0.1-150300.3.6.1.x86_64 (Main Repository) (6/21),  18.4 MiB    
- Retrieving: libLLVM11-11.0.1-150300.3.6.1.x86_64.rpm [.
- ..
- ......
- done (6.2 MiB/s)]
- Retrieving: llvm11-polly-devel-11.0.1-150300.3.6.1.x86_64 (Main Repository) (7/21), 281.3 KiB    
- Retrieving: llvm11-polly-devel-11.0.1-150300.3.6.1.x86_64.rpm [.
- ..
- .done (152.7 KiB/s)]
- Retrieving: llvm11-gold-11.0.1-150300.3.6.1.x86_64 (Main Repository) (8/21),  82.8 KiB    
- Retrieving: llvm11-gold-11.0.1-150300.3.6.1.x86_64.rpm [.
- ..
- done (42.8 KiB/s)]
- Retrieving: llvm11-11.0.1-150300.3.6.1.x86_64 (Main Repository) (9/21),   3.2 MiB    
- Retrieving: llvm11-11.0.1-150300.3.6.1.x86_64.rpm [..
- ..
- .
- done (516.6 KiB/s)]
- Retrieving: libLTO11-11.0.1-150300.3.6.1.x86_64 (Main Repository) (10/21),  73.4 KiB    
- Retrieving: libLTO11-11.0.1-150300.3.6.1.x86_64.rpm [.
- ..
- done (37.9 KiB/s)]
- Retrieving: llvm11-LTO-devel-11.0.1-150300.3.6.1.x86_64 (Main Repository) (11/21),  56.5 KiB    
- Retrieving: llvm11-LTO-devel-11.0.1-150300.3.6.1.x86_64.rpm [.
- .
- .done (29.5 KiB/s)]
- Retrieving: llvm11-devel-11.0.1-150300.3.6.1.x86_64 (Main Repository) (12/21),   2.9 MiB    
- Retrieving: llvm11-devel-11.0.1-150300.3.6.1.x86_64.rpm [.
- ..
- .
- done (484.7 KiB/s)]
- Retrieving: libdb-4_8-4.8.30-150000.7.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/21), 693.3 KiB    
- Retrieving: libdb-4_8-4.8.30-150000.7.9.1.x86_64.rpm [.
- ....
- .
- done (413.9 KiB/s)]
- Retrieving: libpython2_7-1_0-2.7.18-150000.62.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/21), 840.1 KiB    
- Retrieving: libpython2_7-1_0-2.7.18-150000.62.1.x86_64.rpm [..
- ...
- done (213.6 KiB/s)]
- Retrieving: libuv1-1.44.2-150500.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/21), 121.1 KiB    
- Retrieving: libuv1-1.44.2-150500.3.2.1.x86_64.rpm [.
- ...
- done (107.4 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/21),   7.5 MiB    
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64.rpm [...done (47.4 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/21), 871.6 KiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64.rpm [..done (73.8 KiB/s)]
- Retrieving: python-base-2.7.18-150000.62.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/21),   5.8 MiB    
- Retrieving: python-base-2.7.18-150000.62.1.x86_64.rpm [..
- ..done (22.9 MiB/s)]
- Retrieving: cmake-full-3.20.4-150400.4.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/21),   6.9 MiB    
- Retrieving: cmake-full-3.20.4-150400.4.6.1.x86_64.rpm [.....done (20.9 MiB/s)]
- Retrieving: python-2.7.18-150000.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/21), 339.9 KiB    
- Retrieving: python-2.7.18-150000.60.1.x86_64.rpm [.
- .done]
- Retrieving: cmake-3.20.4-150400.4.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/21),  85.4 KiB    
- Retrieving: cmake-3.20.4-150400.4.6.1.x86_64.rpm [..done (4.0 MiB/s)]
- 
- Checking for file conflicts: [......done]
- ( 1/21) Installing: libarchive13-3.5.1-150400.3.12.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: llvm11-polly-11.0.1-150300.3.6.1.x86_64 [....done]
- ( 6/21) Installing: libLLVM11-11.0.1-150300.3.6.1.x86_64 [...
- ..........
- ..........
- ..........
- .done]
- ( 7/21) Installing: llvm11-polly-devel-11.0.1-150300.3.6.1.x86_64 [..done]
- ( 8/21) Installing: llvm11-gold-11.0.1-150300.3.6.1.x86_64 [..done]
- ( 9/21) Installing: llvm11-11.0.1-150300.3.6.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]
- (10/21) Installing: libLTO11-11.0.1-150300.3.6.1.x86_64 [.
- .done]
- (11/21) Installing: llvm11-LTO-devel-11.0.1-150300.3.6.1.x86_64 [..done]
- (12/21) Installing: llvm11-devel-11.0.1-150300.3.6.1.x86_64 [..
- .....done]
- (13/21) Installing: libdb-4_8-4.8.30-150000.7.9.1.x86_64 [..
- done]
- (14/21) Installing: libpython2_7-1_0-2.7.18-150000.62.1.x86_64 [..done]
- (15/21) Installing: libuv1-1.44.2-150500.3.2.1.x86_64 [..done]
- (16/21) Installing: python3-base-3.6.15-150300.10.60.1.x86_64 [........
- ....done]
- (17/21) Installing: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 [...
- done]
- (18/21) Installing: python-base-2.7.18-150000.62.1.x86_64 [.......
- ..done]
- (19/21) Installing: cmake-full-3.20.4-150400.4.6.1.x86_64 [.....
- .........
- done]
- (20/21) Installing: python-2.7.18-150000.60.1.x86_64 [..done]
- (21/21) Installing: cmake-3.20.4-150400.4.6.1.x86_64 [..done]
2024-05-11 03:31.27 ---> saved as "1a24f5c8cbfc221ebc6b162c2113392cd89c6d9b58d6f94f9951bb55e40faa47"

/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 ocamlbuild        0.14.3
  - install conf-bash         1
  - install num               1.5
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install conf-cmake        1
  - install dune              3.15.2
  - install conf-python-2-7   1.2
  - install conf-llvm         11.0.0
  - install topkg             1.0.7
  - install base-bytes        base
  - install stdlib-shims      0.3.0
  - install re                1.11.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.15.2
  - install menhirSdk         20231231
  - install menhirLib         20231231
  - install menhirCST         20231231
  - install either            1.0.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install integers          0.7.0
  - install dyn               3.15.2
  - install menhir            20231231
  - install dune-configurator 3.15.2
  - install stdune            3.15.2
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.15.2
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.15.2
===== 36 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers-data.3.13.1  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-llvm.11.0.0
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune-private-libs.3.15.2  (cached)
-> retrieved dune-site.3.15.2  (cached)
-> retrieved dyn.3.15.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> installed cmdliner.1.2.0
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved msgpack.1.3.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ordering.3.15.2  (cached)
-> retrieved stdune.3.15.2  (cached)
-> installed num.1.5
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved llvm.11.0.0  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed msgpack.1.3.0
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed pp.1.2.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed ordering.3.15.2
-> installed dune-configurator.3.15.2
-> installed dyn.3.15.2
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.15.2
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.15.2
-> installed dune-site.3.15.2
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:33.39 ---> saved as "987eab7ff116c8ca5d37cbe914a8603cdee03faf4eda221e5e5d6653fcfef92c"

/src: (copy (src .) (dst /src))
2024-05-11 03:33.39 ---> saved as "05d21b0d10f869fab76f87d7a370502ec924733eaaebbd1bd2586873b9dc2cf4"

/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
2024-05-11 03:33.47 ---> saved as "1a2ac440de53b90184d2ca9dd3ff297ad4b430d3e8e048077f8fd9b0f4980d90"
Job succeeded
2024-05-11 03:33.48: Job succeeded