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

fedora-39-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-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-04-30 20:59.53 ---> using "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a" from cache


/: (comment fedora-39-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 39 - x86_64 - Updates                    180 kB/s |  22 kB     00:00    
Fedora 39 - x86_64 - Updates                    3.9 MB/s | 5.1 MB     00:01    
Last metadata expiration check: 0:00:08 ago on Tue Apr 30 18:38:56 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 20:59.53 ---> using "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:59.53 ---> using "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06" 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 "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0" 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 "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:59.53 ---> using "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b" 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
   6a2ad82c27..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 "6f513c5c520540dafea538e2de9e9d58af61ddd568df67f4972c6c5bbbbf2cc3" from cache


/src: (copy (src labrys.opam) (dst ./))
2024-04-30 20:59.53 ---> saved as "7728c6f2ae4a33d280a39589d88b400ef8f6fa3e0d422a82f8056b999db001c2"


/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 "2ef2034e839f45143dd082f8ef56cabcd26ecbce95a108b5cbda02bcd3705c90"


/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 39 - x86_64                              196 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    186 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:56 2024.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch    Version                     Repo      Size
- ================================================================================
- Installing:
-  cmake                       x86_64  3.27.7-1.fc39               fedora   8.0 M
-  llvm11-devel                x86_64  11.1.0-11.fc39              fedora   3.1 M
-  python2.7                   x86_64  2.7.18-37.fc39              updates   13 M
- Installing dependencies:
-  abattis-cantarell-vf-fonts  noarch  0.301-10.fc39               fedora   121 k
-  annobin-docs                noarch  12.46-1.fc39                updates   88 k
-  annobin-plugin-gcc          x86_64  12.46-1.fc39                updates  958 k
-  ansible-srpm-macros         noarch  1-12.fc39                   updates   21 k
-  cairo                       x86_64  1.18.0-1.fc39               fedora   710 k
-  cmake-data                  noarch  3.27.7-1.fc39               fedora   2.2 M
-  cmake-filesystem            x86_64  3.27.7-1.fc39               fedora    19 k
-  default-fonts-core-sans     noarch  4.0-9.fc39                  fedora    32 k
-  dwz                         x86_64  0.15-3.fc39                 fedora   134 k
-  efi-srpm-macros             noarch  5-9.fc39                    fedora    22 k
-  file                        x86_64  5.44-5.fc39                 fedora    49 k
-  fontconfig                  x86_64  2.14.2-6.fc39               updates  296 k
-  fonts-srpm-macros           noarch  1:2.0.5-12.fc39             fedora    26 k
-  forge-srpm-macros           noarch  0.3.1-1.fc39                updates   19 k
-  fpc-srpm-macros             noarch  1.3-8.fc39                  fedora   7.4 k
-  freetype                    x86_64  2.13.1-2.fc39               fedora   414 k
-  gcc-plugin-annobin          x86_64  13.2.1-7.fc39               updates   52 k
-  ghc-srpm-macros             noarch  1.6.1-2.fc39                fedora   7.8 k
-  glibc-gconv-extra           x86_64  2.38-18.fc39                updates  1.6 M
-  gnat-srpm-macros            noarch  6-3.fc39                    fedora   8.8 k
-  go-srpm-macros              noarch  3.5.0-1.fc39                updates   28 k
-  google-noto-fonts-common    noarch  20240101-1.fc39             updates   17 k
-  google-noto-sans-vf-fonts   noarch  20240101-1.fc39             updates  593 k
-  graphite2                   x86_64  1.3.14-12.fc39              fedora    95 k
-  harfbuzz                    x86_64  8.2.1-2.fc39                fedora   975 k
-  jsoncpp                     x86_64  1.9.5-5.fc39                fedora    99 k
-  kernel-srpm-macros          noarch  1.0-20.fc39                 fedora    10 k
-  libXext                     x86_64  1.3.5-3.fc39                fedora    39 k
-  libXft                      x86_64  2.3.8-3.fc39                fedora    72 k
-  libXrender                  x86_64  0.9.11-3.fc39               fedora    27 k
-  libedit-devel               x86_64  3.1-48.20230828cvs.fc39     fedora    40 k
-  libpng                      x86_64  2:1.6.37-15.fc39            fedora   119 k
-  libuv                       x86_64  1:1.48.0-1.fc39             updates  252 k
-  llvm11                      x86_64  11.1.0-11.fc39              fedora    11 M
-  llvm11-libs                 x86_64  11.1.0-11.fc39              fedora    22 M
-  llvm11-static               x86_64  11.1.0-11.fc39              fedora    30 M
-  lua-srpm-macros             noarch  1-13.fc39                   updates  8.7 k
-  ncurses-c++-libs            x86_64  6.4-7.20230520.fc39.1       updates   37 k
-  ncurses-devel               x86_64  6.4-7.20230520.fc39.1       updates  546 k
-  ocaml-srpm-macros           noarch  8-2.fc39                    fedora    14 k
-  openblas-srpm-macros        noarch  2-14.fc39                   fedora   7.5 k
-  package-notes-srpm-macros   noarch  0.5-9.fc39                  fedora    11 k
-  perl-srpm-macros            noarch  1-51.fc39                   fedora   8.0 k
-  pixman                      x86_64  0.42.2-2.fc39               fedora   288 k
-  pyproject-srpm-macros       noarch  1.12.0-1.fc39               updates   14 k
-  python-srpm-macros          noarch  3.12-4.fc39                 fedora    25 k
-  qt5-srpm-macros             noarch  5.15.12-1.fc39              updates  8.4 k
-  qt6-srpm-macros             noarch  6.6.2-1.fc39                updates  8.9 k
-  redhat-rpm-config           noarch  266-1.fc39                  updates   78 k
-  rhash                       x86_64  1.4.3-3.fc39                fedora   194 k
-  rpmautospec-rpm-macros      noarch  0.6.3-1.fc39                updates   10 k
-  rust-srpm-macros            noarch  26.2-1.fc39                 updates   13 k
-  tcl                         x86_64  1:8.6.12-5.fc39             fedora   1.1 M
-  tix                         x86_64  1:8.4.3-38.fc39             fedora   273 k
-  tk                          x86_64  1:8.6.12-5.fc39             fedora   1.6 M
-  vim-filesystem              noarch  2:9.1.354-1.fc39            updates   17 k
-  xml-common                  noarch  0.6.3-61.fc39               fedora    31 k
-  zip                         x86_64  3.0-39.fc39                 fedora   266 k
- 
- Transaction Summary
- ================================================================================
- Install  61 Packages
- 
- Total download size: 102 M
- Installed size: 461 M
- Downloading Packages:
- (1/61): abattis-cantarell-vf-fonts-0.301-10.fc3 1.3 MB/s | 121 kB     00:00    
- (2/61): cairo-1.18.0-1.fc39.x86_64.rpm          5.2 MB/s | 710 kB     00:00    
- (3/61): cmake-filesystem-3.27.7-1.fc39.x86_64.r 2.1 MB/s |  19 kB     00:00    
- (4/61): default-fonts-core-sans-4.0-9.fc39.noar 3.4 MB/s |  32 kB     00:00    
- (5/61): dwz-0.15-3.fc39.x86_64.rpm              2.2 MB/s | 134 kB     00:00    
- (6/61): efi-srpm-macros-5-9.fc39.noarch.rpm     360 kB/s |  22 kB     00:00    
- (7/61): file-5.44-5.fc39.x86_64.rpm             4.9 MB/s |  49 kB     00:00    
- (8/61): fonts-srpm-macros-2.0.5-12.fc39.noarch. 1.7 MB/s |  26 kB     00:00    
- (9/61): fpc-srpm-macros-1.3-8.fc39.noarch.rpm   324 kB/s | 7.4 kB     00:00    
- (10/61): freetype-2.13.1-2.fc39.x86_64.rpm       11 MB/s | 414 kB     00:00    
- (11/61): ghc-srpm-macros-1.6.1-2.fc39.noarch.rp 875 kB/s | 7.8 kB     00:00    
- (12/61): gnat-srpm-macros-6-3.fc39.noarch.rpm   1.0 MB/s | 8.8 kB     00:00    
- (13/61): cmake-data-3.27.7-1.fc39.noarch.rpm    7.1 MB/s | 2.2 MB     00:00    
- (14/61): graphite2-1.3.14-12.fc39.x86_64.rpm    1.4 MB/s |  95 kB     00:00    
- (15/61): cmake-3.27.7-1.fc39.x86_64.rpm          17 MB/s | 8.0 MB     00:00    
- (16/61): jsoncpp-1.9.5-5.fc39.x86_64.rpm        4.0 MB/s |  99 kB     00:00    
- (17/61): libXext-1.3.5-3.fc39.x86_64.rpm        4.4 MB/s |  39 kB     00:00    
- (18/61): kernel-srpm-macros-1.0-20.fc39.noarch. 453 kB/s |  10 kB     00:00    
- (19/61): libXft-2.3.8-3.fc39.x86_64.rpm         4.3 MB/s |  72 kB     00:00    
- (20/61): libXrender-0.9.11-3.fc39.x86_64.rpm    2.9 MB/s |  27 kB     00:00    
- (21/61): libedit-devel-3.1-48.20230828cvs.fc39. 2.6 MB/s |  40 kB     00:00    
- (22/61): harfbuzz-8.2.1-2.fc39.x86_64.rpm       6.7 MB/s | 975 kB     00:00    
- (23/61): libpng-1.6.37-15.fc39.x86_64.rpm       1.8 MB/s | 119 kB     00:00    
- (24/61): llvm11-devel-11.1.0-11.fc39.x86_64.rpm 6.5 MB/s | 3.1 MB     00:00    
- (25/61): llvm11-11.1.0-11.fc39.x86_64.rpm       6.5 MB/s |  11 MB     00:01    
- (26/61): ocaml-srpm-macros-8-2.fc39.noarch.rpm  429 kB/s |  14 kB     00:00    
- (27/61): openblas-srpm-macros-2-14.fc39.noarch. 116 kB/s | 7.5 kB     00:00    
- (28/61): package-notes-srpm-macros-0.5-9.fc39.n 450 kB/s |  11 kB     00:00    
- (29/61): perl-srpm-macros-1-51.fc39.noarch.rpm  329 kB/s | 8.0 kB     00:00    
- (30/61): pixman-0.42.2-2.fc39.x86_64.rpm        3.9 MB/s | 288 kB     00:00    
- (31/61): python-srpm-macros-3.12-4.fc39.noarch. 695 kB/s |  25 kB     00:00    
- (32/61): rhash-1.4.3-3.fc39.x86_64.rpm          3.5 MB/s | 194 kB     00:00    
- (33/61): tcl-8.6.12-5.fc39.x86_64.rpm           4.1 MB/s | 1.1 MB     00:00    
- (34/61): tix-8.4.3-38.fc39.x86_64.rpm           2.3 MB/s | 273 kB     00:00    
- (35/61): llvm11-libs-11.1.0-11.fc39.x86_64.rpm  8.7 MB/s |  22 MB     00:02    
- (36/61): xml-common-0.6.3-61.fc39.noarch.rpm    397 kB/s |  31 kB     00:00    
- (37/61): zip-3.0-39.fc39.x86_64.rpm             1.7 MB/s | 266 kB     00:00    
- (38/61): annobin-docs-12.46-1.fc39.noarch.rpm   1.8 MB/s |  88 kB     00:00    
- (39/61): tk-8.6.12-5.fc39.x86_64.rpm            3.7 MB/s | 1.6 MB     00:00    
- (40/61): ansible-srpm-macros-1-12.fc39.noarch.r 389 kB/s |  21 kB     00:00    
- (41/61): fontconfig-2.14.2-6.fc39.x86_64.rpm    3.7 MB/s | 296 kB     00:00    
- (42/61): forge-srpm-macros-0.3.1-1.fc39.noarch. 2.2 MB/s |  19 kB     00:00    
- (43/61): gcc-plugin-annobin-13.2.1-7.fc39.x86_6 1.1 MB/s |  52 kB     00:00    
- (44/61): annobin-plugin-gcc-12.46-1.fc39.x86_64 3.5 MB/s | 958 kB     00:00    
- (45/61): go-srpm-macros-3.5.0-1.fc39.noarch.rpm 1.4 MB/s |  28 kB     00:00    
- (46/61): google-noto-fonts-common-20240101-1.fc 1.9 MB/s |  17 kB     00:00    
- (47/61): google-noto-sans-vf-fonts-20240101-1.f 4.2 MB/s | 593 kB     00:00    
- (48/61): libuv-1.48.0-1.fc39.x86_64.rpm         4.4 MB/s | 252 kB     00:00    
- (49/61): lua-srpm-macros-1-13.fc39.noarch.rpm   348 kB/s | 8.7 kB     00:00    
- (50/61): glibc-gconv-extra-2.38-18.fc39.x86_64. 4.7 MB/s | 1.6 MB     00:00    
- (51/61): ncurses-c++-libs-6.4-7.20230520.fc39.1 1.2 MB/s |  37 kB     00:00    
- (52/61): pyproject-srpm-macros-1.12.0-1.fc39.no 545 kB/s |  14 kB     00:00    
- (53/61): ncurses-devel-6.4-7.20230520.fc39.1.x8 5.0 MB/s | 546 kB     00:00    
- (54/61): qt5-srpm-macros-5.15.12-1.fc39.noarch. 303 kB/s | 8.4 kB     00:00    
- (55/61): qt6-srpm-macros-6.6.2-1.fc39.noarch.rp 160 kB/s | 8.9 kB     00:00    
- (56/61): redhat-rpm-config-266-1.fc39.noarch.rp 2.5 MB/s |  78 kB     00:00    
- (57/61): rpmautospec-rpm-macros-0.6.3-1.fc39.no 390 kB/s |  10 kB     00:00    
- (58/61): rust-srpm-macros-26.2-1.fc39.noarch.rp 289 kB/s |  13 kB     00:00    
- (59/61): vim-filesystem-9.1.354-1.fc39.noarch.r 1.7 MB/s |  17 kB     00:00    
- (60/61): llvm11-static-11.1.0-11.fc39.x86_64.rp 8.1 MB/s |  30 MB     00:03    
- (61/61): python2.7-2.7.18-37.fc39.x86_64.rpm    6.5 MB/s |  13 MB     00:02    
- --------------------------------------------------------------------------------
- Total                                            16 MB/s | 102 MB     00:06     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : tcl-1:8.6.12-5.fc39.x86_64                            1/61 
-   Installing       : llvm11-libs-11.1.0-11.fc39.x86_64                     2/61 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                        3/61 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                       4/61 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64                 5/61
-  
-   Installing       : llvm11-11.1.0-11.fc39.x86_64                          6/61 
-   Installing       : vim-filesystem-2:9.1.354-1.fc39.noarch                7/61 
-   Running scriptlet: vim-filesystem-2:9.1.354-1.fc39.noarch                7/61 
-   Installing       : rust-srpm-macros-26.2-1.fc39.noarch                   8/61 
-   Installing       : rpmautospec-rpm-macros-0.6.3-1.fc39.noarch            9/61 
-   Installing       : qt6-srpm-macros-6.6.2-1.fc39.noarch                  10/61 
-   Installing       : qt5-srpm-macros-5.15.12-1.fc39.noarch                11/61 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc39.noarch           12/61 
-   Installing       : ncurses-c++-libs-6.4-7.20230520.fc39.1.x86_64        13/61 
-   Installing       : ncurses-devel-6.4-7.20230520.fc39.1.x86_64           14/61 
-   Installing       : libedit-devel-3.1-48.20230828cvs.fc39.x86_64         15/61 
-   Installing       : lua-srpm-macros-1-13.fc39.noarch                     16/61 
-   Installing       : libuv-1:1.48.0-1.fc39.x86_64                         17/61 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch      18/61 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch     19/61 
-   Installing       : gcc-plugin-annobin-13.2.1-7.fc39.x86_64              20/61 
-   Installing       : ansible-srpm-macros-1-12.fc39.noarch                 21/61 
-   Installing       : annobin-docs-12.46-1.fc39.noarch                     22/61 
-   Installing       : annobin-plugin-gcc-12.46-1.fc39.x86_64               23/61 
-   Installing       : zip-3.0-39.fc39.x86_64                               24/61 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                      25/61 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                      25/61 
-   Installing       : rhash-1.4.3-3.fc39.x86_64                            26/61 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                          27/61 
-   Installing       : perl-srpm-macros-1-51.fc39.noarch                    28/61 
-   Installing       : package-notes-srpm-macros-0.5-9.fc39.noarch          29/61 
-   Installing       : openblas-srpm-macros-2-14.fc39.noarch                30/61 
-   Installing       : ocaml-srpm-macros-8-2.fc39.noarch                    31/61 
-   Installing       : llvm11-static-11.1.0-11.fc39.x86_64                  32/61 
-   Installing       : libXext-1.3.5-3.fc39.x86_64                          33/61 
-   Installing       : kernel-srpm-macros-1.0-20.fc39.noarch                34/61 
-   Installing       : jsoncpp-1.9.5-5.fc39.x86_64                          35/61 
-   Installing       : cmake-data-3.27.7-1.fc39.noarch                      36/61
-  
-   Installing       : cmake-3.27.7-1.fc39.x86_64                           37/61 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                      38/61 
-   Installing       : gnat-srpm-macros-6-3.fc39.noarch                     39/61 
-   Installing       : ghc-srpm-macros-1.6.1-2.fc39.noarch                  40/61 
-   Installing       : fpc-srpm-macros-1.3-8.fc39.noarch                    41/61 
-   Installing       : file-5.44-5.fc39.x86_64                              42/61 
-   Installing       : efi-srpm-macros-5-9.fc39.noarch                      43/61 
-   Installing       : dwz-0.15-3.fc39.x86_64                               44/61 
-   Installing       : fonts-srpm-macros-1:2.0.5-12.fc39.noarch             45/61 
-   Installing       : python-srpm-macros-3.12-4.fc39.noarch                46/61 
-   Installing       : forge-srpm-macros-0.3.1-1.fc39.noarch                47/61 
-   Installing       : go-srpm-macros-3.5.0-1.fc39.noarch                   48/61 
-   Installing       : redhat-rpm-config-266-1.fc39.noarch                  49/61 
-   Running scriptlet: redhat-rpm-config-266-1.fc39.noarch                  49/61 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      50/61 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch            51/61 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                           52/61 
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                         53/61 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                        54/61 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                      55/61 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                      55/61
-  
-   Installing       : libXft-2.3.8-3.fc39.x86_64                           56/61 
-   Running scriptlet: tk-1:8.6.12-5.fc39.x86_64                            57/61 
-   Installing       : tk-1:8.6.12-5.fc39.x86_64                            57/61 
-   Installing       : tix-1:8.4.3-38.fc39.x86_64                           58/61 
-   Running scriptlet: tix-1:8.4.3-38.fc39.x86_64                           58/61 
-   Installing       : python2.7-2.7.18-37.fc39.x86_64                      59/61 
-   Installing       : llvm11-devel-11.1.0-11.fc39.x86_64                   60/61 
-   Running scriptlet: llvm11-devel-11.1.0-11.fc39.x86_64                   60/61 
-   Installing       : glibc-gconv-extra-2.38-18.fc39.x86_64                61/61 
-   Running scriptlet: glibc-gconv-extra-2.38-18.fc39.x86_64                61/61 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                      61/61
-  
-   Running scriptlet: glibc-gconv-extra-2.38-18.fc39.x86_64                61/61 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch       1/61 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                            2/61 
-   Verifying        : cmake-3.27.7-1.fc39.x86_64                            3/61 
-   Verifying        : cmake-data-3.27.7-1.fc39.noarch                       4/61 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64                 5/61 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch             6/61 
-   Verifying        : dwz-0.15-3.fc39.x86_64                                7/61 
-   Verifying        : efi-srpm-macros-5-9.fc39.noarch                       8/61 
-   Verifying        : file-5.44-5.fc39.x86_64                               9/61 
-   Verifying        : fonts-srpm-macros-1:2.0.5-12.fc39.noarch             10/61 
-   Verifying        : fpc-srpm-macros-1.3-8.fc39.noarch                    11/61 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                        12/61 
-   Verifying        : ghc-srpm-macros-1.6.1-2.fc39.noarch                  13/61 
-   Verifying        : gnat-srpm-macros-6-3.fc39.noarch                     14/61 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                      15/61 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                         16/61 
-   Verifying        : jsoncpp-1.9.5-5.fc39.x86_64                          17/61 
-   Verifying        : kernel-srpm-macros-1.0-20.fc39.noarch                18/61 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                          19/61 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                           20/61 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                      21/61 
-   Verifying        : libedit-devel-3.1-48.20230828cvs.fc39.x86_64         22/61 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                       23/61 
-   Verifying        : llvm11-11.1.0-11.fc39.x86_64                         24/61 
-   Verifying        : llvm11-devel-11.1.0-11.fc39.x86_64                   25/61 
-   Verifying        : llvm11-libs-11.1.0-11.fc39.x86_64                    26/61 
-   Verifying        : llvm11-static-11.1.0-11.fc39.x86_64                  27/61 
-   Verifying        : ocaml-srpm-macros-8-2.fc39.noarch                    28/61 
-   Verifying        : openblas-srpm-macros-2-14.fc39.noarch                29/61 
-   Verifying        : package-notes-srpm-macros-0.5-9.fc39.noarch          30/61 
-   Verifying        : perl-srpm-macros-1-51.fc39.noarch                    31/61 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                          32/61 
-   Verifying        : python-srpm-macros-3.12-4.fc39.noarch                33/61 
-   Verifying        : rhash-1.4.3-3.fc39.x86_64                            34/61 
-   Verifying        : tcl-1:8.6.12-5.fc39.x86_64                           35/61 
-   Verifying        : tix-1:8.4.3-38.fc39.x86_64                           36/61 
-   Verifying        : tk-1:8.6.12-5.fc39.x86_64                            37/61 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                      38/61 
-   Verifying        : zip-3.0-39.fc39.x86_64                               39/61 
-   Verifying        : annobin-docs-12.46-1.fc39.noarch                     40/61 
-   Verifying        : annobin-plugin-gcc-12.46-1.fc39.x86_64               41/61 
-   Verifying        : ansible-srpm-macros-1-12.fc39.noarch                 42/61 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                      43/61 
-   Verifying        : forge-srpm-macros-0.3.1-1.fc39.noarch                44/61 
-   Verifying        : gcc-plugin-annobin-13.2.1-7.fc39.x86_64              45/61 
-   Verifying        : glibc-gconv-extra-2.38-18.fc39.x86_64                46/61 
-   Verifying        : go-srpm-macros-3.5.0-1.fc39.noarch                   47/61 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch      48/61 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch     49/61 
-   Verifying        : libuv-1:1.48.0-1.fc39.x86_64                         50/61 
-   Verifying        : lua-srpm-macros-1-13.fc39.noarch                     51/61 
-   Verifying        : ncurses-c++-libs-6.4-7.20230520.fc39.1.x86_64        52/61 
-   Verifying        : ncurses-devel-6.4-7.20230520.fc39.1.x86_64           53/61 
-   Verifying        : pyproject-srpm-macros-1.12.0-1.fc39.noarch           54/61 
-   Verifying        : python2.7-2.7.18-37.fc39.x86_64                      55/61 
-   Verifying        : qt5-srpm-macros-5.15.12-1.fc39.noarch                56/61 
-   Verifying        : qt6-srpm-macros-6.6.2-1.fc39.noarch                  57/61 
-   Verifying        : redhat-rpm-config-266-1.fc39.noarch                  58/61 
-   Verifying        : rpmautospec-rpm-macros-0.6.3-1.fc39.noarch           59/61 
-   Verifying        : rust-srpm-macros-26.2-1.fc39.noarch                  60/61 
-   Verifying        : vim-filesystem-2:9.1.354-1.fc39.noarch               61/61 
- 
- Installed:
-   abattis-cantarell-vf-fonts-0.301-10.fc39.noarch                               
-   annobin-docs-12.46-1.fc39.noarch                                              
-   annobin-plugin-gcc-12.46-1.fc39.x86_64                                        
-   ansible-srpm-macros-1-12.fc39.noarch                                          
-   cairo-1.18.0-1.fc39.x86_64                                                    
-   cmake-3.27.7-1.fc39.x86_64                                                    
-   cmake-data-3.27.7-1.fc39.noarch                                               
-   cmake-filesystem-3.27.7-1.fc39.x86_64                                         
-   default-fonts-core-sans-4.0-9.fc39.noarch                                     
-   dwz-0.15-3.fc39.x86_64                                                        
-   efi-srpm-macros-5-9.fc39.noarch                                               
-   file-5.44-5.fc39.x86_64                                                       
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   fonts-srpm-macros-1:2.0.5-12.fc39.noarch                                      
-   forge-srpm-macros-0.3.1-1.fc39.noarch                                         
-   fpc-srpm-macros-1.3-8.fc39.noarch                                             
-   freetype-2.13.1-2.fc39.x86_64                                                 
-   gcc-plugin-annobin-13.2.1-7.fc39.x86_64                                       
-   ghc-srpm-macros-1.6.1-2.fc39.noarch                                           
-   glibc-gconv-extra-2.38-18.fc39.x86_64                                         
-   gnat-srpm-macros-6-3.fc39.noarch                                              
-   go-srpm-macros-3.5.0-1.fc39.noarch                                            
-   google-noto-fonts-common-20240101-1.fc39.noarch                               
-   google-noto-sans-vf-fonts-20240101-1.fc39.noarch                              
-   graphite2-1.3.14-12.fc39.x86_64                                               
-   harfbuzz-8.2.1-2.fc39.x86_64                                                  
-   jsoncpp-1.9.5-5.fc39.x86_64                                                   
-   kernel-srpm-macros-1.0-20.fc39.noarch                                         
-   libXext-1.3.5-3.fc39.x86_64                                                   
-   libXft-2.3.8-3.fc39.x86_64                                                    
-   libXrender-0.9.11-3.fc39.x86_64                                               
-   libedit-devel-3.1-48.20230828cvs.fc39.x86_64                                  
-   libpng-2:1.6.37-15.fc39.x86_64                                                
-   libuv-1:1.48.0-1.fc39.x86_64                                                  
-   llvm11-11.1.0-11.fc39.x86_64                                                  
-   llvm11-devel-11.1.0-11.fc39.x86_64                                            
-   llvm11-libs-11.1.0-11.fc39.x86_64                                             
-   llvm11-static-11.1.0-11.fc39.x86_64                                           
-   lua-srpm-macros-1-13.fc39.noarch                                              
-   ncurses-c++-libs-6.4-7.20230520.fc39.1.x86_64                                 
-   ncurses-devel-6.4-7.20230520.fc39.1.x86_64                                    
-   ocaml-srpm-macros-8-2.fc39.noarch                                             
-   openblas-srpm-macros-2-14.fc39.noarch                                         
-   package-notes-srpm-macros-0.5-9.fc39.noarch                                   
-   perl-srpm-macros-1-51.fc39.noarch                                             
-   pixman-0.42.2-2.fc39.x86_64                                                   
-   pyproject-srpm-macros-1.12.0-1.fc39.noarch                                    
-   python-srpm-macros-3.12-4.fc39.noarch                                         
-   python2.7-2.7.18-37.fc39.x86_64                                               
-   qt5-srpm-macros-5.15.12-1.fc39.noarch                                         
-   qt6-srpm-macros-6.6.2-1.fc39.noarch                                           
-   redhat-rpm-config-266-1.fc39.noarch                                           
-   rhash-1.4.3-3.fc39.x86_64                                                     
-   rpmautospec-rpm-macros-0.6.3-1.fc39.noarch                                    
-   rust-srpm-macros-26.2-1.fc39.noarch                                           
-   tcl-1:8.6.12-5.fc39.x86_64                                                    
-   tix-1:8.4.3-38.fc39.x86_64                                                    
-   tk-1:8.6.12-5.fc39.x86_64                                                     
-   vim-filesystem-2:9.1.354-1.fc39.noarch                                        
-   xml-common-0.6.3-61.fc39.noarch                                               
-   zip-3.0-39.fc39.x86_64                                                        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cmake" "llvm11-devel" "python2.7"
- cmake-3.27.7-1.fc39.x86_64
- llvm11-devel-11.1.0-11.fc39.x86_64
- python2.7-2.7.18-37.fc39.x86_64
2024-04-30 21:00.21 ---> saved as "09a885904739c5d4a958faabb0938a58fe8f1966c6baefc868f5f7e50bf4ab87"


/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)
-> retrieved stdune.3.15.2  (cached)
-> installed num.1.5
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved llvm.11.0.0  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed uutf.1.0.3
-> 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.31 ---> saved as "701d570ac7cca8a2893c183f595fa9dd01e7ae03f8b3116bc029dde68627965f"


/src: (copy (src .) (dst /src))
2024-04-30 21:02.31 ---> saved as "8d317d51308bf18a027746382382c9f21cd0f82881057839387bddf385844ee2"


/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.38 ---> saved as "17effa57256ca0ca4dbb910e908d9a25a2433b0b0cc6cf5f0731261d7db5aee7"
Job succeeded
2024-04-30 21:02.38: Job succeeded