Organisationskit-ty-katelabrys0ed178 (master)fedora-38-4.14_opam-2.1

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 12:43.28: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
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:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.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.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 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.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 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-06-17 12:43.28: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8-fedora-38-4.14_opam-2.1-5bd31c26946143ce4d8948bdf5550ffd"
2024-06-17 12:43.28: Using OBuilder spec:
((from ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.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.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 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.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 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-06-17 12:43.28: Waiting for resource in pool OCluster
2024-06-18 19:49.57: Waiting for worker…
2024-06-18 20:03.27: Got resource from pool OCluster
Building on marpe.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8)
Unable to find image 'ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8' locally
docker.io/ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8: Pulling from ocaml/opam
392cf6545df7: Pulling fs layer
392cf6545df7: Waiting
392cf6545df7: Verifying Checksum
392cf6545df7: Download complete
392cf6545df7: Pull complete
Digest: sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
Status: Downloaded newer image for ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
2024-06-18 20:03.27 ---> using "d7a2bd18765fd6e41b4aa91a73c5bb56acf2a8804008db15bf704f7c9d92626b" from cache


/: (comment fedora-38-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64                               28 kB/s | 6.0 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        9.4 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                       57 kB/s | 5.9 kB     00:00    
Fedora 38 - x86_64 - Updates                     62 kB/s | 5.9 kB     00:00    
Fedora Modular 38 - x86_64 - Updates             60 kB/s | 5.8 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-18 20:03.27 ---> using "1e0aeb1151990a607fecfeb71c2a176b7ca9d86ec3183110b82a3b52056282c3" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-18 20:03.27 ---> using "e086811d6126203dbb8ba773243964ae98b8b1cb1f640971fa6f502c07a83e04" 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-06-18 20:03.27 ---> using "5f0529c0b02f94bab02083cb54bb3e610aaea131f5cd5e8d75e0ac6af064ca53" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-18 20:03.27 ---> using "d06a1e15b0457c263b105b15f657598af91bdf8a329fcdb1e06820a3a1b7628e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-18 20:03.27 ---> using "0c64dce2379a43afcbbdfcb03019ea9869801ada3418b120d3b97250dac373c5" from cache


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-18 20:03.27 ---> using "6d8c9e743064f494db275bdc958c517b80f8f21130fa14c1b85f58cf2b97c354" from cache


/src: (copy (src labrys.opam) (dst ./))
2024-06-18 20:03.27 ---> saved as "f3819469d6e2b52e340eea7a8ffc8adb7c4c7bf7d6305948d2d97e6da2ea10df"


/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-06-18 20:03.28 ---> saved as "11d69b90417d45198c99b3e79e9e04f0e602a43add8b449d089f3363fa2a7a4f"


/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.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 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.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 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 "yum" "makecache"
- Fedora 38 - x86_64                               27 kB/s | 6.0 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                       62 kB/s | 5.9 kB     00:00    
- Fedora 38 - x86_64 - Updates                     51 kB/s | 5.9 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates             60 kB/s | 5.8 kB     00:00    
- Metadata cache created.


<><> 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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 python2.7


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "cmake" "llvm11-devel" "python2.7"
- Last metadata expiration check: 0:00:11 ago on Tue Jun 18 20:03:30 2024.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch     Version                   Repo       Size
- ================================================================================
- Installing:
-  cmake                       x86_64   3.27.7-1.fc38             updates   8.0 M
-  llvm11-devel                x86_64   11.1.0-10.fc38            fedora    3.1 M
-  python2.7                   x86_64   2.7.18-37.fc38            updates    13 M
- Installing dependencies:
-  annobin-docs                noarch   12.40-1.fc38              updates    87 k
-  annobin-plugin-gcc          x86_64   12.40-1.fc38              updates   955 k
-  ansible-srpm-macros         noarch   1-12.fc38                 updates    21 k
-  cairo                       x86_64   1.17.8-4.fc38             updates   704 k
-  cmake-data                  noarch   3.27.7-1.fc38             updates   2.2 M
-  cmake-filesystem            x86_64   3.27.7-1.fc38             updates    19 k
-  dwz                         x86_64   0.15-2.fc38               fedora    135 k
-  efi-srpm-macros             noarch   5-7.fc38                  fedora     22 k
-  file                        x86_64   5.44-3.fc38               fedora     49 k
-  fontconfig                  x86_64   2.14.2-2.fc38             updates   295 k
-  fonts-srpm-macros           noarch   1:2.0.5-11.fc38           fedora     26 k
-  forge-srpm-macros           noarch   0.3.1-1.fc38              updates    19 k
-  fpc-srpm-macros             noarch   1.3-7.fc38                fedora    7.8 k
-  freetype                    x86_64   2.13.0-2.fc38             fedora    414 k
-  gcc-plugin-annobin          x86_64   13.2.1-7.fc38             updates    52 k
-  ghc-srpm-macros             noarch   1.6.1-1.fc38              fedora    8.0 k
-  glibc-gconv-extra           x86_64   2.37-19.fc38              updates   1.6 M
-  gnat-srpm-macros            noarch   6-2.fc38                  fedora    8.8 k
-  go-srpm-macros              noarch   3.5.0-1.fc38              updates    27 k
-  google-noto-fonts-common    noarch   20230201-2.fc38           updates    16 k
-  google-noto-sans-vf-fonts   noarch   20230201-2.fc38           updates   579 k
-  graphite2                   x86_64   1.3.14-11.fc38            fedora     95 k
-  harfbuzz                    x86_64   7.1.0-1.fc38              fedora    889 k
-  jsoncpp                     x86_64   1.9.5-4.fc38              fedora     97 k
-  kernel-srpm-macros          noarch   1.0-19.fc38               updates    10 k
-  langpacks-core-font-en      noarch   3.0-32.fc38               updates   9.6 k
-  libXext                     x86_64   1.3.5-2.fc38              fedora     39 k
-  libXft                      x86_64   2.3.8-2.fc38              updates    72 k
-  libXrender                  x86_64   0.9.11-2.fc38             fedora     27 k
-  libedit-devel               x86_64   3.1-45.20221030cvs.fc38   fedora     41 k
-  libpng                      x86_64   2:1.6.37-14.fc38          fedora    120 k
-  libuv                       x86_64   1:1.48.0-1.fc38           updates   252 k
-  llvm11                      x86_64   11.1.0-10.fc38            fedora     11 M
-  llvm11-libs                 x86_64   11.1.0-10.fc38            fedora     22 M
-  llvm11-static               x86_64   11.1.0-10.fc38            fedora     37 M
-  lua-srpm-macros             noarch   1-13.fc38                 updates   8.7 k
-  ncurses-c++-libs            x86_64   6.4-7.20230520.fc38.1     updates    37 k
-  ncurses-devel               x86_64   6.4-7.20230520.fc38.1     updates   546 k
-  ocaml-srpm-macros           noarch   7-3.fc38                  fedora     13 k
-  openblas-srpm-macros        noarch   2-13.fc38                 fedora    7.5 k
-  package-notes-srpm-macros   noarch   0.5-8.fc38                updates    11 k
-  perl-srpm-macros            noarch   1-48.fc38                 fedora    8.4 k
-  pixman                      x86_64   0.42.2-1.fc38             fedora    285 k
-  pyproject-srpm-macros       noarch   1.12.0-1.fc38             updates    14 k
-  python-srpm-macros          noarch   3.11-10.fc38              fedora     26 k
-  qt5-srpm-macros             noarch   5.15.12-1.fc38            updates   8.3 k
-  qt6-srpm-macros             noarch   6.6.0-1.fc38              updates   8.6 k
-  redhat-rpm-config           noarch   257-1.fc38                updates    76 k
-  rhash                       x86_64   1.4.3-2.fc38              fedora    194 k
-  rpmautospec-rpm-macros      noarch   0.6.3-1.fc38              updates    10 k
-  rust-srpm-macros            noarch   26.2-1.fc38               updates    13 k
-  tcl                         x86_64   1:8.6.12-4.fc38           fedora    1.1 M
-  tix                         x86_64   1:8.4.3-36.fc38           fedora    273 k
-  tk                          x86_64   1:8.6.12-4.fc38           fedora    1.6 M
-  vim-filesystem              noarch   2:9.1.393-1.fc38          updates    17 k
-  xml-common                  noarch   0.6.3-60.fc38             fedora     31 k
-  zip                         x86_64   3.0-37.fc38               updates   265 k
- 
- Transaction Summary
- ================================================================================
- Install  60 Packages
- 
- Total download size: 108 M
- Installed size: 604 M
- Downloading Packages:
- (1/60): efi-srpm-macros-5-7.fc38.noarch.rpm     4.2 kB/s |  22 kB     00:05    
- (2/60): fonts-srpm-macros-2.0.5-11.fc38.noarch. 1.1 MB/s |  26 kB     00:00    
- (3/60): dwz-0.15-2.fc38.x86_64.rpm               26 kB/s | 135 kB     00:05    
- (4/60): fpc-srpm-macros-1.3-7.fc38.noarch.rpm   534 kB/s | 7.8 kB     00:00    
- (5/60): ghc-srpm-macros-1.6.1-1.fc38.noarch.rpm 443 kB/s | 8.0 kB     00:00    
- (6/60): gnat-srpm-macros-6-2.fc38.noarch.rpm    497 kB/s | 8.8 kB     00:00    
- (7/60): freetype-2.13.0-2.fc38.x86_64.rpm       7.4 MB/s | 414 kB     00:00    
- (8/60): graphite2-1.3.14-11.fc38.x86_64.rpm     2.3 MB/s |  95 kB     00:00    
- (9/60): file-5.44-3.fc38.x86_64.rpm             9.0 kB/s |  49 kB     00:05    
- (10/60): jsoncpp-1.9.5-4.fc38.x86_64.rpm        713 kB/s |  97 kB     00:00    
- (11/60): libXext-1.3.5-2.fc38.x86_64.rpm        894 kB/s |  39 kB     00:00    
- (12/60): libXrender-0.9.11-2.fc38.x86_64.rpm    1.4 MB/s |  27 kB     00:00    
- (13/60): libedit-devel-3.1-45.20221030cvs.fc38. 1.0 MB/s |  41 kB     00:00    
- (14/60): harfbuzz-7.1.0-1.fc38.x86_64.rpm       3.9 MB/s | 889 kB     00:00    
- (15/60): libpng-1.6.37-14.fc38.x86_64.rpm       2.5 MB/s | 120 kB     00:00    
- (16/60): llvm11-devel-11.1.0-10.fc38.x86_64.rpm 1.9 MB/s | 3.1 MB     00:01    
- (17/60): llvm11-11.1.0-10.fc38.x86_64.rpm       1.6 MB/s |  11 MB     00:07    
- (18/60): ocaml-srpm-macros-7-3.fc38.noarch.rpm  916 kB/s |  13 kB     00:00    
- (19/60): openblas-srpm-macros-2-13.fc38.noarch. 590 kB/s | 7.5 kB     00:00    
- (20/60): perl-srpm-macros-1-48.fc38.noarch.rpm  683 kB/s | 8.4 kB     00:00    
- (21/60): pixman-0.42.2-1.fc38.x86_64.rpm        1.7 MB/s | 285 kB     00:00    
- (22/60): python-srpm-macros-3.11-10.fc38.noarch 1.1 MB/s |  26 kB     00:00    
- (23/60): rhash-1.4.3-2.fc38.x86_64.rpm          1.8 MB/s | 194 kB     00:00    
- (24/60): tcl-8.6.12-4.fc38.x86_64.rpm           1.0 MB/s | 1.1 MB     00:01    
- (25/60): tix-8.4.3-36.fc38.x86_64.rpm           813 kB/s | 273 kB     00:00    
- (26/60): tk-8.6.12-4.fc38.x86_64.rpm            1.4 MB/s | 1.6 MB     00:01    
- (27/60): xml-common-0.6.3-60.fc38.noarch.rpm    451 kB/s |  31 kB     00:00    
- (28/60): annobin-docs-12.40-1.fc38.noarch.rpm   479 kB/s |  87 kB     00:00    
- (29/60): annobin-plugin-gcc-12.40-1.fc38.x86_64 3.2 MB/s | 955 kB     00:00    
- (30/60): ansible-srpm-macros-1-12.fc38.noarch.r 524 kB/s |  21 kB     00:00    
- (31/60): cairo-1.17.8-4.fc38.x86_64.rpm         2.5 MB/s | 704 kB     00:00    
- (32/60): llvm11-libs-11.1.0-10.fc38.x86_64.rpm  1.6 MB/s |  22 MB     00:14    
- (33/60): cmake-3.27.7-1.fc38.x86_64.rpm         1.6 MB/s | 8.0 MB     00:04    
- (34/60): llvm11-static-11.1.0-10.fc38.x86_64.rp 2.5 MB/s |  37 MB     00:14    
- (35/60): cmake-data-3.27.7-1.fc38.noarch.rpm    897 kB/s | 2.2 MB     00:02    
- (36/60): cmake-filesystem-3.27.7-1.fc38.x86_64.  30 kB/s |  19 kB     00:00    
- (37/60): fontconfig-2.14.2-2.fc38.x86_64.rpm    2.5 MB/s | 295 kB     00:00    
- (38/60): forge-srpm-macros-0.3.1-1.fc38.noarch. 263 kB/s |  19 kB     00:00    
- (39/60): gcc-plugin-annobin-13.2.1-7.fc38.x86_6 548 kB/s |  52 kB     00:00    
- (40/60): glibc-gconv-extra-2.37-19.fc38.x86_64. 3.2 MB/s | 1.6 MB     00:00    
- (41/60): go-srpm-macros-3.5.0-1.fc38.noarch.rpm  54 kB/s |  27 kB     00:00    
- (42/60): google-noto-fonts-common-20230201-2.fc  33 kB/s |  16 kB     00:00    
- (43/60): google-noto-sans-vf-fonts-20230201-2.f 4.1 MB/s | 579 kB     00:00    
- (44/60): kernel-srpm-macros-1.0-19.fc38.noarch.  75 kB/s |  10 kB     00:00    
- (45/60): langpacks-core-font-en-3.0-32.fc38.noa  71 kB/s | 9.6 kB     00:00    
- (46/60): libXft-2.3.8-2.fc38.x86_64.rpm         935 kB/s |  72 kB     00:00    
- (47/60): lua-srpm-macros-1-13.fc38.noarch.rpm   114 kB/s | 8.7 kB     00:00    
- (48/60): libuv-1.48.0-1.fc38.x86_64.rpm         2.5 MB/s | 252 kB     00:00    
- (49/60): ncurses-devel-6.4-7.20230520.fc38.1.x8 2.6 MB/s | 546 kB     00:00    
- (50/60): ncurses-c++-libs-6.4-7.20230520.fc38.1 176 kB/s |  37 kB     00:00    
- (51/60): package-notes-srpm-macros-0.5-8.fc38.n  58 kB/s |  11 kB     00:00    
- (52/60): pyproject-srpm-macros-1.12.0-1.fc38.no 525 kB/s |  14 kB     00:00    
- (53/60): python2.7-2.7.18-37.fc38.x86_64.rpm    2.3 MB/s |  13 MB     00:05    
- (54/60): qt5-srpm-macros-5.15.12-1.fc38.noarch. 1.4 kB/s | 8.3 kB     00:05    
- (55/60): qt6-srpm-macros-6.6.0-1.fc38.noarch.rp 1.5 kB/s | 8.6 kB     00:05    
- (56/60): redhat-rpm-config-257-1.fc38.noarch.rp 2.2 MB/s |  76 kB     00:00    
- (57/60): rust-srpm-macros-26.2-1.fc38.noarch.rp 215 kB/s |  13 kB     00:00    
- (58/60): rpmautospec-rpm-macros-0.6.3-1.fc38.no 170 kB/s |  10 kB     00:00    
- (59/60): vim-filesystem-9.1.393-1.fc38.noarch.r 545 kB/s |  17 kB     00:00    
- (60/60): zip-3.0-37.fc38.x86_64.rpm             2.5 MB/s | 265 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           3.6 MB/s | 108 MB     00:29     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : tcl-1:8.6.12-4.fc38.x86_64                            1/60 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64                 2/60 
-   Installing       : llvm11-libs-11.1.0-10.fc38.x86_64                     3/60 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                        4/60 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                       5/60
-  
-   Installing       : llvm11-11.1.0-10.fc38.x86_64                          6/60 
-   Installing       : zip-3.0-37.fc38.x86_64                                7/60 
-   Installing       : vim-filesystem-2:9.1.393-1.fc38.noarch                8/60 
-   Running scriptlet: vim-filesystem-2:9.1.393-1.fc38.noarch                8/60 
-   Installing       : rust-srpm-macros-26.2-1.fc38.noarch                   9/60 
-   Installing       : rpmautospec-rpm-macros-0.6.3-1.fc38.noarch           10/60 
-   Installing       : qt6-srpm-macros-6.6.0-1.fc38.noarch                  11/60 
-   Installing       : qt5-srpm-macros-5.15.12-1.fc38.noarch                12/60 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc38.noarch           13/60 
-   Installing       : package-notes-srpm-macros-0.5-8.fc38.noarch          14/60 
-   Installing       : ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64        15/60 
-   Installing       : ncurses-devel-6.4-7.20230520.fc38.1.x86_64           16/60 
-   Installing       : libedit-devel-3.1-45.20221030cvs.fc38.x86_64         17/60 
-   Installing       : lua-srpm-macros-1-13.fc38.noarch                     18/60 
-   Installing       : libuv-1:1.48.0-1.fc38.x86_64                         19/60 
-   Installing       : kernel-srpm-macros-1.0-19.fc38.noarch                20/60 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch      21/60 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     22/60 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch            23/60 
-   Installing       : gcc-plugin-annobin-13.2.1-7.fc38.x86_64              24/60 
-   Installing       : ansible-srpm-macros-1-12.fc38.noarch                 25/60 
-   Installing       : annobin-docs-12.40-1.fc38.noarch                     26/60 
-   Installing       : annobin-plugin-gcc-12.40-1.fc38.x86_64               27/60 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                      28/60 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                      28/60 
-   Installing       : rhash-1.4.3-2.fc38.x86_64                            29/60 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                          30/60 
-   Installing       : perl-srpm-macros-1-48.fc38.noarch                    31/60 
-   Installing       : openblas-srpm-macros-2-13.fc38.noarch                32/60 
-   Installing       : ocaml-srpm-macros-7-3.fc38.noarch                    33/60
-  
-   Installing       : llvm11-static-11.1.0-10.fc38.x86_64                  34/60 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                          35/60 
-   Installing       : jsoncpp-1.9.5-4.fc38.x86_64                          36/60 
-   Installing       : cmake-data-3.27.7-1.fc38.noarch                      37/60 
-   Installing       : cmake-3.27.7-1.fc38.x86_64                           38/60 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                      39/60 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                           40/60 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                         41/60 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                        42/60 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                      43/60 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      43/60
-  
-   Installing       : libXft-2.3.8-2.fc38.x86_64                           44/60 
-   Running scriptlet: tk-1:8.6.12-4.fc38.x86_64                            45/60 
-   Installing       : tk-1:8.6.12-4.fc38.x86_64                            45/60 
-   Installing       : tix-1:8.4.3-36.fc38.x86_64                           46/60 
-   Running scriptlet: tix-1:8.4.3-36.fc38.x86_64                           46/60 
-   Installing       : gnat-srpm-macros-6-2.fc38.noarch                     47/60 
-   Installing       : ghc-srpm-macros-1.6.1-1.fc38.noarch                  48/60 
-   Installing       : fpc-srpm-macros-1.3-7.fc38.noarch                    49/60 
-   Installing       : file-5.44-3.fc38.x86_64                              50/60 
-   Installing       : efi-srpm-macros-5-7.fc38.noarch                      51/60 
-   Installing       : dwz-0.15-2.fc38.x86_64                               52/60 
-   Installing       : fonts-srpm-macros-1:2.0.5-11.fc38.noarch             53/60 
-   Installing       : python-srpm-macros-3.11-10.fc38.noarch               54/60 
-   Installing       : forge-srpm-macros-0.3.1-1.fc38.noarch                55/60 
-   Installing       : go-srpm-macros-3.5.0-1.fc38.noarch                   56/60 
-   Installing       : redhat-rpm-config-257-1.fc38.noarch                  57/60 
-   Running scriptlet: redhat-rpm-config-257-1.fc38.noarch                  57/60
-  
-   Installing       : python2.7-2.7.18-37.fc38.x86_64                      58/60 
-   Installing       : llvm11-devel-11.1.0-10.fc38.x86_64                   59/60 
-   Running scriptlet: llvm11-devel-11.1.0-10.fc38.x86_64                   59/60 
-   Installing       : glibc-gconv-extra-2.37-19.fc38.x86_64                60/60 
-   Running scriptlet: glibc-gconv-extra-2.37-19.fc38.x86_64                60/60 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      60/60 
-   Running scriptlet: glibc-gconv-extra-2.37-19.fc38.x86_64                60/60 
-   Verifying        : dwz-0.15-2.fc38.x86_64                                1/60 
-   Verifying        : efi-srpm-macros-5-7.fc38.noarch                       2/60 
-   Verifying        : file-5.44-3.fc38.x86_64                               3/60 
-   Verifying        : fonts-srpm-macros-1:2.0.5-11.fc38.noarch              4/60 
-   Verifying        : fpc-srpm-macros-1.3-7.fc38.noarch                     5/60 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                         6/60 
-   Verifying        : ghc-srpm-macros-1.6.1-1.fc38.noarch                   7/60 
-   Verifying        : gnat-srpm-macros-6-2.fc38.noarch                      8/60 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                       9/60 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                         10/60 
-   Verifying        : jsoncpp-1.9.5-4.fc38.x86_64                          11/60 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                          12/60 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                      13/60 
-   Verifying        : libedit-devel-3.1-45.20221030cvs.fc38.x86_64         14/60 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                       15/60 
-   Verifying        : llvm11-11.1.0-10.fc38.x86_64                         16/60 
-   Verifying        : llvm11-devel-11.1.0-10.fc38.x86_64                   17/60 
-   Verifying        : llvm11-libs-11.1.0-10.fc38.x86_64                    18/60 
-   Verifying        : llvm11-static-11.1.0-10.fc38.x86_64                  19/60 
-   Verifying        : ocaml-srpm-macros-7-3.fc38.noarch                    20/60 
-   Verifying        : openblas-srpm-macros-2-13.fc38.noarch                21/60 
-   Verifying        : perl-srpm-macros-1-48.fc38.noarch                    22/60 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                          23/60 
-   Verifying        : python-srpm-macros-3.11-10.fc38.noarch               24/60 
-   Verifying        : rhash-1.4.3-2.fc38.x86_64                            25/60 
-   Verifying        : tcl-1:8.6.12-4.fc38.x86_64                           26/60 
-   Verifying        : tix-1:8.4.3-36.fc38.x86_64                           27/60 
-   Verifying        : tk-1:8.6.12-4.fc38.x86_64                            28/60 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                      29/60 
-   Verifying        : annobin-docs-12.40-1.fc38.noarch                     30/60 
-   Verifying        : annobin-plugin-gcc-12.40-1.fc38.x86_64               31/60 
-   Verifying        : ansible-srpm-macros-1-12.fc38.noarch                 32/60 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                           33/60 
-   Verifying        : cmake-3.27.7-1.fc38.x86_64                           34/60 
-   Verifying        : cmake-data-3.27.7-1.fc38.noarch                      35/60 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64                36/60 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                      37/60 
-   Verifying        : forge-srpm-macros-0.3.1-1.fc38.noarch                38/60 
-   Verifying        : gcc-plugin-annobin-13.2.1-7.fc38.x86_64              39/60 
-   Verifying        : glibc-gconv-extra-2.37-19.fc38.x86_64                40/60 
-   Verifying        : go-srpm-macros-3.5.0-1.fc38.noarch                   41/60 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch      42/60 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     43/60 
-   Verifying        : kernel-srpm-macros-1.0-19.fc38.noarch                44/60 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch            45/60 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                           46/60 
-   Verifying        : libuv-1:1.48.0-1.fc38.x86_64                         47/60 
-   Verifying        : lua-srpm-macros-1-13.fc38.noarch                     48/60 
-   Verifying        : ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64        49/60 
-   Verifying        : ncurses-devel-6.4-7.20230520.fc38.1.x86_64           50/60 
-   Verifying        : package-notes-srpm-macros-0.5-8.fc38.noarch          51/60 
-   Verifying        : pyproject-srpm-macros-1.12.0-1.fc38.noarch           52/60 
-   Verifying        : python2.7-2.7.18-37.fc38.x86_64                      53/60 
-   Verifying        : qt5-srpm-macros-5.15.12-1.fc38.noarch                54/60 
-   Verifying        : qt6-srpm-macros-6.6.0-1.fc38.noarch                  55/60 
-   Verifying        : redhat-rpm-config-257-1.fc38.noarch                  56/60 
-   Verifying        : rpmautospec-rpm-macros-0.6.3-1.fc38.noarch           57/60 
-   Verifying        : rust-srpm-macros-26.2-1.fc38.noarch                  58/60 
-   Verifying        : vim-filesystem-2:9.1.393-1.fc38.noarch               59/60 
-   Verifying        : zip-3.0-37.fc38.x86_64                               60/60 
- 
- Installed:
-   annobin-docs-12.40-1.fc38.noarch                                              
-   annobin-plugin-gcc-12.40-1.fc38.x86_64                                        
-   ansible-srpm-macros-1-12.fc38.noarch                                          
-   cairo-1.17.8-4.fc38.x86_64                                                    
-   cmake-3.27.7-1.fc38.x86_64                                                    
-   cmake-data-3.27.7-1.fc38.noarch                                               
-   cmake-filesystem-3.27.7-1.fc38.x86_64                                         
-   dwz-0.15-2.fc38.x86_64                                                        
-   efi-srpm-macros-5-7.fc38.noarch                                               
-   file-5.44-3.fc38.x86_64                                                       
-   fontconfig-2.14.2-2.fc38.x86_64                                               
-   fonts-srpm-macros-1:2.0.5-11.fc38.noarch                                      
-   forge-srpm-macros-0.3.1-1.fc38.noarch                                         
-   fpc-srpm-macros-1.3-7.fc38.noarch                                             
-   freetype-2.13.0-2.fc38.x86_64                                                 
-   gcc-plugin-annobin-13.2.1-7.fc38.x86_64                                       
-   ghc-srpm-macros-1.6.1-1.fc38.noarch                                           
-   glibc-gconv-extra-2.37-19.fc38.x86_64                                         
-   gnat-srpm-macros-6-2.fc38.noarch                                              
-   go-srpm-macros-3.5.0-1.fc38.noarch                                            
-   google-noto-fonts-common-20230201-2.fc38.noarch                               
-   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
-   graphite2-1.3.14-11.fc38.x86_64                                               
-   harfbuzz-7.1.0-1.fc38.x86_64                                                  
-   jsoncpp-1.9.5-4.fc38.x86_64                                                   
-   kernel-srpm-macros-1.0-19.fc38.noarch                                         
-   langpacks-core-font-en-3.0-32.fc38.noarch                                     
-   libXext-1.3.5-2.fc38.x86_64                                                   
-   libXft-2.3.8-2.fc38.x86_64                                                    
-   libXrender-0.9.11-2.fc38.x86_64                                               
-   libedit-devel-3.1-45.20221030cvs.fc38.x86_64                                  
-   libpng-2:1.6.37-14.fc38.x86_64                                                
-   libuv-1:1.48.0-1.fc38.x86_64                                                  
-   llvm11-11.1.0-10.fc38.x86_64                                                  
-   llvm11-devel-11.1.0-10.fc38.x86_64                                            
-   llvm11-libs-11.1.0-10.fc38.x86_64                                             
-   llvm11-static-11.1.0-10.fc38.x86_64                                           
-   lua-srpm-macros-1-13.fc38.noarch                                              
-   ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64                                 
-   ncurses-devel-6.4-7.20230520.fc38.1.x86_64                                    
-   ocaml-srpm-macros-7-3.fc38.noarch                                             
-   openblas-srpm-macros-2-13.fc38.noarch                                         
-   package-notes-srpm-macros-0.5-8.fc38.noarch                                   
-   perl-srpm-macros-1-48.fc38.noarch                                             
-   pixman-0.42.2-1.fc38.x86_64                                                   
-   pyproject-srpm-macros-1.12.0-1.fc38.noarch                                    
-   python-srpm-macros-3.11-10.fc38.noarch                                        
-   python2.7-2.7.18-37.fc38.x86_64                                               
-   qt5-srpm-macros-5.15.12-1.fc38.noarch                                         
-   qt6-srpm-macros-6.6.0-1.fc38.noarch                                           
-   redhat-rpm-config-257-1.fc38.noarch                                           
-   rhash-1.4.3-2.fc38.x86_64                                                     
-   rpmautospec-rpm-macros-0.6.3-1.fc38.noarch                                    
-   rust-srpm-macros-26.2-1.fc38.noarch                                           
-   tcl-1:8.6.12-4.fc38.x86_64                                                    
-   tix-1:8.4.3-36.fc38.x86_64                                                    
-   tk-1:8.6.12-4.fc38.x86_64                                                     
-   vim-filesystem-2:9.1.393-1.fc38.noarch                                        
-   xml-common-0.6.3-60.fc38.noarch                                               
-   zip-3.0-37.fc38.x86_64                                                        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cmake" "llvm11-devel" "python2.7"
- cmake-3.27.7-1.fc38.x86_64
- llvm11-devel-11.1.0-10.fc38.x86_64
- python2.7-2.7.18-37.fc38.x86_64
2024-06-18 20:04.18 ---> saved as "2b2bf52394f8c1796ab509f582ef8b0da6a54df34393f0f947f96156ac2dc796"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 dune              3.16.0
  - install conf-bash         1
  - install num               1.5
  - install ocamlfind         1.9.6
  - install seq               base
  - install conf-cmake        1
  - install cmdliner          1.3.0
  - install conf-python-2-7   1.2
  - install stdlib-shims      0.3.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.16.0
  - 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 conf-llvm         11.0.0
  - install topkg             1.0.7
  - install base-bytes        base
  - install re                1.11.0
  - install integers          0.7.0
  - install dyn               3.16.0
  - install menhir            20231231
  - install dune-configurator 3.16.0
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install stdune            3.16.0
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.16.0
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.16.0
===== 36 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-cmake.1  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-cmake/configure.sh)
-> installed conf-bash.1
-> retrieved bigarray-compat.1.1.0  (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
-> installed conf-cmake.1
-> retrieved conf-python-2-7.1.2  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py)
-> installed conf-python-2-7.1.2
-> retrieved conf-llvm.11.0.0  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.11.0.0)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-llvm.11.0.0
-> retrieved containers.3.13.1  (https://github.com/c-cube/ocaml-containers/releases/download/v3.13.1/containers-3.13.1.tbz)
-> retrieved containers-data.3.13.1  (https://github.com/c-cube/ocaml-containers/releases/download/v3.13.1/containers-3.13.1.tbz)
-> retrieved ctypes.0.22.0  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.22.0.tar.gz)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved dune-private-libs.3.16.0  (cached)
-> retrieved dune-site.3.16.0  (cached)
-> retrieved dyn.3.16.0  (cached)
-> retrieved either.1.0.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved integers.0.7.0  (https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved msgpack.1.3.0  (https://github.com/msgpack/msgpack-ocaml/archive/1.3.0.tar.gz)
-> retrieved pp.1.2.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ordering.3.16.0  (cached)
-> installed num.1.5
-> retrieved stdune.3.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> 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 msgpack.1.3.0
-> installed dune.3.16.0
-> installed uutf.1.0.3
-> 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.16.0
-> installed dune-configurator.3.16.0
-> installed dyn.3.16.0
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.16.0
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.16.0
-> installed dune-site.3.16.0
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-18 20:06.49 ---> saved as "e1e5bfaff333bdc60ef0a8e04fa9f2a46f13f3e6ada14b91a9cb43a1319276b5"


/src: (copy (src .) (dst /src))
2024-06-18 20:06.49 ---> saved as "0bb478bd879a10f41ab7b4af04b78bac56ee4fc7f320e9527c4c9944e5033be0"


/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-06-18 20:06.56 ---> saved as "10b694ae6018446e6bc63af7edc328f4bafffdbe77594298f3843d2652f31d0c"
Job succeeded
2024-06-18 20:06.57: Job succeeded