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

opensuse-15.5-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:55.01: 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:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8
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:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8
# 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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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-04-30 08:55.01: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8-opensuse-15.5-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: Using OBuilder spec:
((from ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8)
 (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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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-04-30 08:55.01: Waiting for resource in pool OCluster
2024-04-30 20:57.27: Waiting for worker…
2024-04-30 20:59.51: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam@sha256:6b2b08ef8c560658524cbfe44681eca55134c5d0d294748142e2352ebc17d8d8)
2024-04-30 20:59.51 ---> using "8e73eb2cf402e6412b0bc093ab7234d3036099640c66aa5582b9c9285cf85813" 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-04-30 20:59.51 ---> using "0f3bb70c302b566a444b9c81d1d1cfa70e223d71037d104ce1e3f809e47f4bd6" 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-04-30 20:59.51 ---> using "a8fc3f7213191a628c3b0ecd3b00cd4e440275c13ea636895f6298d2da0d9924" 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-04-30 20:59.51 ---> using "c00665085dc5816e8195c2b8635279314bee91ba1c0373006b7651837e7a2110" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:59.51 ---> using "bb3883d2164634e21f51681274a9459d603fc3091e55e8dcec9947e6c2fac9d8" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 20:59.51 ---> using "b45b3f3b5c45511b0c3d73aae53e0ac49938022606c8c06942fdbe256b95db75" from cache


/src: (copy (src labrys.opam) (dst ./))
2024-04-30 20:59.51 ---> saved as "f036b0c57c56387eef636f552ccd753ad159770ec6090e2079862633373b442d"


/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-04-30 21:00.00 ---> saved as "ad1c4e78aca096884ab8ce4789416d5c14e88d701577a00578d30126b3b7ccbf"


/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]
- Retrieving repository 'Main Update Repository' metadata [...
- ....
- ..done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [...
- .....done]
- Building repository 'Update Repository (Non-Oss)' cache [...done]
- 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.
- 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 (2.5 MiB/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 (1.8 MiB/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 (531.7 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 (1.1 MiB/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 (11.4 MiB/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 (34.4 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 (1.9 MiB/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 (964.1 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 (24.1 MiB/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 (426.1 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 (732.4 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 (21.0 MiB/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 (5.4 MiB/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 (5.7 MiB/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 (928.3 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 (34.8 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 (16.9 MiB/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 (31.6 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 (28.1 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 (1.3 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-04-30 21:01.18 ---> saved as "f88267ba9f2022bd1bef814ccc542dec57022f81b785fe7ececedbf120abe59e"


/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)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> retrieved llvm.11.0.0  (https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz)
-> 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 integers.0.7.0
-> installed re.1.11.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-04-30 21:03.46 ---> saved as "a2937ff7543507041c90c7a026be51905934e349cbbad7201d99b0f32c520c2a"


/src: (copy (src .) (dst /src))
2024-04-30 21:03.47 ---> saved as "b7cd3e07305dac32bf546f8d418dc5127b903156047ec4d11ffd298d6a975ed8"


/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-04-30 21:03.56 ---> saved as "54072e31555f8a0ac60344bf8dc4a041db6a44e31184bfad09ac9948e5f076a9"
Job succeeded
2024-04-30 21:03.57: Job succeeded