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

fedora-38-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:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d
# 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 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:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d-fedora-38-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: Using OBuilder spec:
((from ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d)
 (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 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.28: Waiting for worker…
2024-04-30 20:59.53: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam@sha256:4a3c642a91efeeccf24254570c2dbbeb1b96b4ff3a82bbd8b68c5056cd7f7d9d)
2024-04-30 20:59.53 ---> using "9586036f70207a0115ce8e6b0251b17292c583accd281ab6037272e28fc306ee" 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                              208 kB/s |  26 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                      206 kB/s |  25 kB     00:00    
Fedora 38 - x86_64 - Updates                    180 kB/s |  22 kB     00:00    
Fedora 38 - x86_64 - Updates                    6.5 MB/s |  10 MB     00:01    
Fedora Modular 38 - x86_64 - Updates            192 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 20:59.53 ---> using "4be234bca24dea9784bf0965d1a93c6808676dcb2e3e089f4fc77cfe8a160d7e" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:59.53 ---> using "37dd6f361031f134392051b56aa80855ac498c9701df98d2232b7cba36ebb601" 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.53 ---> using "d546399ed53c437338286661d04355a2b2ef5d0086d8c614a4e3b64c3e3469e3" 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.53 ---> using "f06d68ff3e5df2fb5ec515045bcc1c9fda5184bff90d4b6cec66b99e2d4776a2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:59.53 ---> using "25b3a8f06344e5f773a8b8839151442476ae4454b7d19cce24352c23d2c5136b" 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.53 ---> using "2fe76dfc0395f2ff7b163acd5b10307448d00b9868eb784237c9edc65d1e0448" from cache


/src: (copy (src labrys.opam) (dst ./))
2024-04-30 20:59.54 ---> saved as "22613fb6590de0fe2948aa9b9affe41988bd10519017af098d6ff1acbdb1be48"


/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 20:59.55 ---> saved as "fc3e55287015e68332e148ec87a21bea4726fa92fbb04b7c519332c65c729c60"


/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 "yum" "makecache"
- Fedora 38 - x86_64                              207 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64        8.8 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      190 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    188 kB/s |  24 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates            175 kB/s |  24 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 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:12 ago on Tue Apr 30 20:59:57 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
- Upgrading:
-  glibc                       x86_64   2.37-19.fc38              updates   2.1 M
-  glibc-common                x86_64   2.37-19.fc38              updates   320 k
-  glibc-devel                 x86_64   2.37-19.fc38              updates    56 k
-  glibc-headers-x86           noarch   2.37-19.fc38              updates   537 k
-  glibc-minimal-langpack      x86_64   2.37-19.fc38              updates    42 k
- 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.309-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
- Upgrade   5 Packages
- 
- Total download size: 111 M
- Downloading Packages:
- (1/65): file-5.44-3.fc38.x86_64.rpm             566 kB/s |  49 kB     00:00    
- (2/65): efi-srpm-macros-5-7.fc38.noarch.rpm     247 kB/s |  22 kB     00:00    
- (3/65): fonts-srpm-macros-2.0.5-11.fc38.noarch. 932 kB/s |  26 kB     00:00    
- (4/65): dwz-0.15-2.fc38.x86_64.rpm              966 kB/s | 135 kB     00:00    
- (5/65): fpc-srpm-macros-1.3-7.fc38.noarch.rpm   153 kB/s | 7.8 kB     00:00    
- (6/65): ghc-srpm-macros-1.6.1-1.fc38.noarch.rpm 510 kB/s | 8.0 kB     00:00    
- (7/65): freetype-2.13.0-2.fc38.x86_64.rpm       5.6 MB/s | 414 kB     00:00    
- (8/65): graphite2-1.3.14-11.fc38.x86_64.rpm     2.7 MB/s |  95 kB     00:00    
- (9/65): gnat-srpm-macros-6-2.fc38.noarch.rpm    133 kB/s | 8.8 kB     00:00    
- (10/65): libXext-1.3.5-2.fc38.x86_64.rpm        2.1 MB/s |  39 kB     00:00    
- (11/65): libXrender-0.9.11-2.fc38.x86_64.rpm    2.9 MB/s |  27 kB     00:00    
- (12/65): harfbuzz-7.1.0-1.fc38.x86_64.rpm        13 MB/s | 889 kB     00:00    
- (13/65): libedit-devel-3.1-45.20221030cvs.fc38. 1.8 MB/s |  41 kB     00:00    
- (14/65): jsoncpp-1.9.5-4.fc38.x86_64.rpm        1.2 MB/s |  97 kB     00:00    
- (15/65): libpng-1.6.37-14.fc38.x86_64.rpm       1.8 MB/s | 120 kB     00:00    
- (16/65): llvm11-devel-11.1.0-10.fc38.x86_64.rpm 6.9 MB/s | 3.1 MB     00:00    
- (17/65): llvm11-11.1.0-10.fc38.x86_64.rpm       8.6 MB/s |  11 MB     00:01    
- (18/65): ocaml-srpm-macros-7-3.fc38.noarch.rpm   53 kB/s |  13 kB     00:00    
- (19/65): openblas-srpm-macros-2-13.fc38.noarch. 163 kB/s | 7.5 kB     00:00    
- (20/65): perl-srpm-macros-1-48.fc38.noarch.rpm  173 kB/s | 8.4 kB     00:00    
- (21/65): pixman-0.42.2-1.fc38.x86_64.rpm        5.1 MB/s | 285 kB     00:00    
- (22/65): python-srpm-macros-3.11-10.fc38.noarch 1.4 MB/s |  26 kB     00:00    
- (23/65): rhash-1.4.3-2.fc38.x86_64.rpm          5.3 MB/s | 194 kB     00:00    
- (24/65): tcl-8.6.12-4.fc38.x86_64.rpm           4.5 MB/s | 1.1 MB     00:00    
- (25/65): tix-8.4.3-36.fc38.x86_64.rpm           4.1 MB/s | 273 kB     00:00    
- (26/65): tk-8.6.12-4.fc38.x86_64.rpm            5.8 MB/s | 1.6 MB     00:00    
- (27/65): xml-common-0.6.3-60.fc38.noarch.rpm    2.6 MB/s |  31 kB     00:00    
- (28/65): annobin-docs-12.40-1.fc38.noarch.rpm   1.0 MB/s |  87 kB     00:00    
- (29/65): annobin-plugin-gcc-12.40-1.fc38.x86_64 4.1 MB/s | 955 kB     00:00    
- (30/65): ansible-srpm-macros-1-12.fc38.noarch.r 356 kB/s |  21 kB     00:00    
- (31/65): cairo-1.17.8-4.fc38.x86_64.rpm         6.0 MB/s | 704 kB     00:00    
- (32/65): llvm11-libs-11.1.0-10.fc38.x86_64.rpm  7.5 MB/s |  22 MB     00:02    
- (33/65): cmake-data-3.27.7-1.fc38.noarch.rpm    5.4 MB/s | 2.2 MB     00:00    
- (34/65): cmake-filesystem-3.27.7-1.fc38.x86_64. 2.1 MB/s |  19 kB     00:00    
- (35/65): fontconfig-2.14.2-2.fc38.x86_64.rpm    5.8 MB/s | 295 kB     00:00    
- (36/65): forge-srpm-macros-0.3.1-1.fc38.noarch. 946 kB/s |  19 kB     00:00    
- (37/65): gcc-plugin-annobin-13.2.1-7.fc38.x86_6 1.2 MB/s |  52 kB     00:00    
- (38/65): cmake-3.27.7-1.fc38.x86_64.rpm         8.7 MB/s | 8.0 MB     00:00    
- (39/65): go-srpm-macros-3.5.0-1.fc38.noarch.rpm 900 kB/s |  27 kB     00:00    
- (40/65): google-noto-fonts-common-20230201-2.fc 1.9 MB/s |  16 kB     00:00    
- (41/65): glibc-gconv-extra-2.37-19.fc38.x86_64. 5.1 MB/s | 1.6 MB     00:00    
- (42/65): kernel-srpm-macros-1.0-19.fc38.noarch. 529 kB/s |  10 kB     00:00    
- (43/65): langpacks-core-font-en-3.0-32.fc38.noa 1.1 MB/s | 9.6 kB     00:00    
- (44/65): google-noto-sans-vf-fonts-20230201-2.f 9.7 MB/s | 579 kB     00:00    
- (45/65): libXft-2.3.8-2.fc38.x86_64.rpm         4.4 MB/s |  72 kB     00:00    
- (46/65): libuv-1.48.0-1.fc38.x86_64.rpm         9.7 MB/s | 252 kB     00:00    
- (47/65): lua-srpm-macros-1-13.fc38.noarch.rpm   215 kB/s | 8.7 kB     00:00    
- (48/65): ncurses-devel-6.4-7.20230520.fc38.1.x8 7.1 MB/s | 546 kB     00:00    
- (49/65): package-notes-srpm-macros-0.5-8.fc38.n 411 kB/s |  11 kB     00:00    
- (50/65): pyproject-srpm-macros-1.12.0-1.fc38.no 385 kB/s |  14 kB     00:00    
- (51/65): ncurses-c++-libs-6.4-7.20230520.fc38.1 147 kB/s |  37 kB     00:00    
- (52/65): qt5-srpm-macros-5.15.12-1.fc38.noarch. 272 kB/s | 8.3 kB     00:00    
- (53/65): qt6-srpm-macros-6.6.0-1.fc38.noarch.rp 556 kB/s | 8.6 kB     00:00    
- (54/65): redhat-rpm-config-257-1.fc38.noarch.rp 2.4 MB/s |  76 kB     00:00    
- (55/65): rpmautospec-rpm-macros-0.6.3-1.fc38.no 451 kB/s |  10 kB     00:00    
- (56/65): rust-srpm-macros-26.2-1.fc38.noarch.rp 284 kB/s |  13 kB     00:00    
- (57/65): vim-filesystem-9.1.309-1.fc38.noarch.r 1.8 MB/s |  17 kB     00:00    
- (58/65): zip-3.0-37.fc38.x86_64.rpm             3.3 MB/s | 265 kB     00:00    
- (59/65): llvm11-static-11.1.0-10.fc38.x86_64.rp 8.8 MB/s |  37 MB     00:04    
- (60/65): glibc-common-2.37-19.fc38.x86_64.rpm   7.7 MB/s | 320 kB     00:00    
- (61/65): glibc-devel-2.37-19.fc38.x86_64.rpm    1.8 MB/s |  56 kB     00:00    
- (62/65): glibc-headers-x86-2.37-19.fc38.noarch. 8.0 MB/s | 537 kB     00:00    
- (63/65): glibc-minimal-langpack-2.37-19.fc38.x8 2.3 MB/s |  42 kB     00:00    
- (64/65): glibc-2.37-19.fc38.x86_64.rpm          4.9 MB/s | 2.1 MB     00:00    
- (65/65): python2.7-2.7.18-37.fc38.x86_64.rpm    5.8 MB/s |  13 MB     00:02    
- --------------------------------------------------------------------------------
- Total                                            16 MB/s | 111 MB     00:06     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64                 1/70 
-   Upgrading        : glibc-common-2.37-19.fc38.x86_64                      2/70 
-   Upgrading        : glibc-minimal-langpack-2.37-19.fc38.x86_64            3/70 
-   Running scriptlet: glibc-2.37-19.fc38.x86_64                             4/70 
-   Upgrading        : glibc-2.37-19.fc38.x86_64                             4/70 
-   Running scriptlet: glibc-2.37-19.fc38.x86_64                             4/70 
-   Installing       : glibc-gconv-extra-2.37-19.fc38.x86_64                 5/70 
-   Running scriptlet: glibc-gconv-extra-2.37-19.fc38.x86_64                 5/70 
-   Installing       : tcl-1:8.6.12-4.fc38.x86_64                            6/70 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                       7/70 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                        8/70
-  
-   Installing       : llvm11-libs-11.1.0-10.fc38.x86_64                     9/70 
-   Installing       : llvm11-11.1.0-10.fc38.x86_64                         10/70 
-   Installing       : dwz-0.15-2.fc38.x86_64                               11/70 
-   Installing       : file-5.44-3.fc38.x86_64                              12/70 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                      13/70 
-   Installing       : jsoncpp-1.9.5-4.fc38.x86_64                          14/70 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                          15/70 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                          16/70 
-   Installing       : rhash-1.4.3-2.fc38.x86_64                            17/70 
-   Installing       : gcc-plugin-annobin-13.2.1-7.fc38.x86_64              18/70 
-   Installing       : libuv-1:1.48.0-1.fc38.x86_64                         19/70 
-   Installing       : ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64        20/70 
-   Installing       : ncurses-devel-6.4-7.20230520.fc38.1.x86_64           21/70 
-   Installing       : libedit-devel-3.1-45.20221030cvs.fc38.x86_64         22/70 
-   Installing       : zip-3.0-37.fc38.x86_64                               23/70 
-   Upgrading        : glibc-headers-x86-2.37-19.fc38.noarch                24/70 
-   Installing       : vim-filesystem-2:9.1.309-1.fc38.noarch               25/70 
-   Running scriptlet: vim-filesystem-2:9.1.309-1.fc38.noarch               25/70 
-   Installing       : cmake-data-3.27.7-1.fc38.noarch                      26/70 
-   Installing       : cmake-3.27.7-1.fc38.x86_64                           27/70 
-   Installing       : rust-srpm-macros-26.2-1.fc38.noarch                  28/70 
-   Installing       : rpmautospec-rpm-macros-0.6.3-1.fc38.noarch           29/70 
-   Installing       : qt6-srpm-macros-6.6.0-1.fc38.noarch                  30/70 
-   Installing       : qt5-srpm-macros-5.15.12-1.fc38.noarch                31/70 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc38.noarch           32/70 
-   Installing       : package-notes-srpm-macros-0.5-8.fc38.noarch          33/70 
-   Installing       : lua-srpm-macros-1-13.fc38.noarch                     34/70 
-   Installing       : kernel-srpm-macros-1.0-19.fc38.noarch                35/70 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch      36/70 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     37/70 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch            38/70 
-   Installing       : ansible-srpm-macros-1-12.fc38.noarch                 39/70 
-   Installing       : annobin-docs-12.40-1.fc38.noarch                     40/70 
-   Installing       : annobin-plugin-gcc-12.40-1.fc38.x86_64               41/70 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                      42/70 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                      42/70 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                           43/70 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                         44/70 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                        45/70 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                      46/70 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      46/70
-  
-   Installing       : libXft-2.3.8-2.fc38.x86_64                           47/70 
-   Running scriptlet: tk-1:8.6.12-4.fc38.x86_64                            48/70 
-   Installing       : tk-1:8.6.12-4.fc38.x86_64                            48/70 
-   Installing       : tix-1:8.4.3-36.fc38.x86_64                           49/70 
-   Running scriptlet: tix-1:8.4.3-36.fc38.x86_64                           49/70 
-   Installing       : perl-srpm-macros-1-48.fc38.noarch                    50/70 
-   Installing       : openblas-srpm-macros-2-13.fc38.noarch                51/70 
-   Installing       : ocaml-srpm-macros-7-3.fc38.noarch                    52/70
-  
-   Installing       : llvm11-static-11.1.0-10.fc38.x86_64                  53/70 
-   Installing       : gnat-srpm-macros-6-2.fc38.noarch                     54/70 
-   Installing       : ghc-srpm-macros-1.6.1-1.fc38.noarch                  55/70 
-   Installing       : fpc-srpm-macros-1.3-7.fc38.noarch                    56/70 
-   Installing       : efi-srpm-macros-5-7.fc38.noarch                      57/70 
-   Installing       : fonts-srpm-macros-1:2.0.5-11.fc38.noarch             58/70 
-   Installing       : python-srpm-macros-3.11-10.fc38.noarch               59/70 
-   Installing       : forge-srpm-macros-0.3.1-1.fc38.noarch                60/70 
-   Installing       : go-srpm-macros-3.5.0-1.fc38.noarch                   61/70 
-   Installing       : redhat-rpm-config-257-1.fc38.noarch                  62/70 
-   Running scriptlet: redhat-rpm-config-257-1.fc38.noarch                  62/70
-  
-   Installing       : python2.7-2.7.18-37.fc38.x86_64                      63/70 
-   Installing       : llvm11-devel-11.1.0-10.fc38.x86_64                   64/70 
-   Running scriptlet: llvm11-devel-11.1.0-10.fc38.x86_64                   64/70 
-   Upgrading        : glibc-devel-2.37-19.fc38.x86_64                      65/70 
-   Cleanup          : glibc-devel-2.37-18.fc38.x86_64                      66/70 
-   Cleanup          : glibc-headers-x86-2.37-18.fc38.noarch                67/70 
-   Cleanup          : glibc-2.37-18.fc38.x86_64                            68/70 
-   Cleanup          : glibc-minimal-langpack-2.37-18.fc38.x86_64           69/70 
-   Cleanup          : glibc-common-2.37-18.fc38.x86_64                     70/70 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      70/70 
-   Running scriptlet: glibc-common-2.37-18.fc38.x86_64                     70/70 
-   Verifying        : dwz-0.15-2.fc38.x86_64                                1/70 
-   Verifying        : efi-srpm-macros-5-7.fc38.noarch                       2/70 
-   Verifying        : file-5.44-3.fc38.x86_64                               3/70 
-   Verifying        : fonts-srpm-macros-1:2.0.5-11.fc38.noarch              4/70 
-   Verifying        : fpc-srpm-macros-1.3-7.fc38.noarch                     5/70 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                         6/70 
-   Verifying        : ghc-srpm-macros-1.6.1-1.fc38.noarch                   7/70 
-   Verifying        : gnat-srpm-macros-6-2.fc38.noarch                      8/70 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                       9/70 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                         10/70 
-   Verifying        : jsoncpp-1.9.5-4.fc38.x86_64                          11/70 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                          12/70 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                      13/70 
-   Verifying        : libedit-devel-3.1-45.20221030cvs.fc38.x86_64         14/70 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                       15/70 
-   Verifying        : llvm11-11.1.0-10.fc38.x86_64                         16/70 
-   Verifying        : llvm11-devel-11.1.0-10.fc38.x86_64                   17/70 
-   Verifying        : llvm11-libs-11.1.0-10.fc38.x86_64                    18/70 
-   Verifying        : llvm11-static-11.1.0-10.fc38.x86_64                  19/70 
-   Verifying        : ocaml-srpm-macros-7-3.fc38.noarch                    20/70 
-   Verifying        : openblas-srpm-macros-2-13.fc38.noarch                21/70 
-   Verifying        : perl-srpm-macros-1-48.fc38.noarch                    22/70 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                          23/70 
-   Verifying        : python-srpm-macros-3.11-10.fc38.noarch               24/70 
-   Verifying        : rhash-1.4.3-2.fc38.x86_64                            25/70 
-   Verifying        : tcl-1:8.6.12-4.fc38.x86_64                           26/70 
-   Verifying        : tix-1:8.4.3-36.fc38.x86_64                           27/70 
-   Verifying        : tk-1:8.6.12-4.fc38.x86_64                            28/70 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                      29/70 
-   Verifying        : annobin-docs-12.40-1.fc38.noarch                     30/70 
-   Verifying        : annobin-plugin-gcc-12.40-1.fc38.x86_64               31/70 
-   Verifying        : ansible-srpm-macros-1-12.fc38.noarch                 32/70 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                           33/70 
-   Verifying        : cmake-3.27.7-1.fc38.x86_64                           34/70 
-   Verifying        : cmake-data-3.27.7-1.fc38.noarch                      35/70 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64                36/70 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                      37/70 
-   Verifying        : forge-srpm-macros-0.3.1-1.fc38.noarch                38/70 
-   Verifying        : gcc-plugin-annobin-13.2.1-7.fc38.x86_64              39/70 
-   Verifying        : glibc-gconv-extra-2.37-19.fc38.x86_64                40/70 
-   Verifying        : go-srpm-macros-3.5.0-1.fc38.noarch                   41/70 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch      42/70 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     43/70 
-   Verifying        : kernel-srpm-macros-1.0-19.fc38.noarch                44/70 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch            45/70 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                           46/70 
-   Verifying        : libuv-1:1.48.0-1.fc38.x86_64                         47/70 
-   Verifying        : lua-srpm-macros-1-13.fc38.noarch                     48/70 
-   Verifying        : ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64        49/70 
-   Verifying        : ncurses-devel-6.4-7.20230520.fc38.1.x86_64           50/70 
-   Verifying        : package-notes-srpm-macros-0.5-8.fc38.noarch          51/70 
-   Verifying        : pyproject-srpm-macros-1.12.0-1.fc38.noarch           52/70 
-   Verifying        : python2.7-2.7.18-37.fc38.x86_64                      53/70 
-   Verifying        : qt5-srpm-macros-5.15.12-1.fc38.noarch                54/70 
-   Verifying        : qt6-srpm-macros-6.6.0-1.fc38.noarch                  55/70 
-   Verifying        : redhat-rpm-config-257-1.fc38.noarch                  56/70 
-   Verifying        : rpmautospec-rpm-macros-0.6.3-1.fc38.noarch           57/70 
-   Verifying        : rust-srpm-macros-26.2-1.fc38.noarch                  58/70 
-   Verifying        : vim-filesystem-2:9.1.309-1.fc38.noarch               59/70 
-   Verifying        : zip-3.0-37.fc38.x86_64                               60/70 
-   Verifying        : glibc-2.37-19.fc38.x86_64                            61/70 
-   Verifying        : glibc-2.37-18.fc38.x86_64                            62/70 
-   Verifying        : glibc-common-2.37-19.fc38.x86_64                     63/70 
-   Verifying        : glibc-common-2.37-18.fc38.x86_64                     64/70 
-   Verifying        : glibc-devel-2.37-19.fc38.x86_64                      65/70 
-   Verifying        : glibc-devel-2.37-18.fc38.x86_64                      66/70 
-   Verifying        : glibc-headers-x86-2.37-19.fc38.noarch                67/70 
-   Verifying        : glibc-headers-x86-2.37-18.fc38.noarch                68/70 
-   Verifying        : glibc-minimal-langpack-2.37-19.fc38.x86_64           69/70 
-   Verifying        : glibc-minimal-langpack-2.37-18.fc38.x86_64           70/70 
- 
- Upgraded:
-   glibc-2.37-19.fc38.x86_64                                                     
-   glibc-common-2.37-19.fc38.x86_64                                              
-   glibc-devel-2.37-19.fc38.x86_64                                               
-   glibc-headers-x86-2.37-19.fc38.noarch                                         
-   glibc-minimal-langpack-2.37-19.fc38.x86_64                                    
- 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.309-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-04-30 21:00.23 ---> saved as "579deef8341adcab2fb1ed5093a9ca5fad8a1ed06e1cc006dcb1d3c835cf09cc"


/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)
-> installed cmdliner.1.2.0
-> retrieved menhirCST.20231231  (cached)
-> 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)
-> installed num.1.5
-> retrieved stdune.3.15.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved llvm.11.0.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed uutf.1.0.3
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed msgpack.1.3.0
-> installed dune-configurator.3.15.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ordering.3.15.2
-> installed pp.1.2.0
-> installed pprint.20230830
-> installed re.1.11.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> 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:02.36 ---> saved as "11d05a2429c667040289634252939bc77c8c75a9fa2c9ed38c127944be735557"


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


/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:02.43 ---> saved as "94f973c5688b86ddb3501b523b2848b36f7f476ca0efae3886341fa1b13ed5ec"
Job succeeded
2024-04-30 21:02.44: Job succeeded