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

fedora-40-4.14_opam-2.1

Logs

Show full logs
2024-05-26 11:16.35: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:371d8656257eab725c08619966546c2f76e1caf7ad3e154ba10a31b920f5c3a5
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:371d8656257eab725c08619966546c2f76e1caf7ad3e154ba10a31b920f5c3a5
# fedora-40-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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && 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.15.3 dune-configurator.3.15.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 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.3 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.3 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-05-26 11:16.35: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:371d8656257eab725c08619966546c2f76e1caf7ad3e154ba10a31b920f5c3a5-fedora-40-4.14_opam-2.1-8f67a02d90a663b94d9de9661039d5c2"
2024-05-26 11:16.35: Using OBuilder spec:
((from ocaml/opam@sha256:371d8656257eab725c08619966546c2f76e1caf7ad3e154ba10a31b920f5c3a5)
 (comment fedora-40-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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && 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.15.3 dune-configurator.3.15.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 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.3 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.3 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-05-26 11:16.35: Waiting for resource in pool OCluster
2024-05-26 18:19.35: Waiting for worker…
2024-05-26 18:22.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI

(from ocaml/opam@sha256:371d8656257eab725c08619966546c2f76e1caf7ad3e154ba10a31b920f5c3a5)
2024-05-26 18:22.29 ---> using "4b4d366daadbd069aee1fa64f656532d8ff2a387ae917ae0b27d2ab0f3bfce98" from cache

/: (comment fedora-40-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 40 - x86_64 - Updates                    163 kB/s |  22 kB     00:00    
Fedora 40 - x86_64 - Updates                    2.7 MB/s | 3.6 MB     00:01    
Last metadata expiration check: 0:00:02 ago on Sun May 26 17:59:19 2024.
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-26 18:22.29 ---> using "747a2fc89179cf3646fefa8a5f128b5116c99f1f8f2a3316e388b2f78c5f1e8a" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-26 18:22.29 ---> using "bd67cd954ea4c54f708073a4c43517bf07a31ce4f3c2f07e54e3a5b90c1be4c9" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-26 18:22.29 ---> using "8af52fd1105129d74f7c8c46a10304df9c624582c7b2ff91a9c9168cf5c7cd19" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-05-26 18:22.29 ---> using "e4cb580feb72bd0c466598ec01a415226bb0d28de20a7cc0e22b0dd427e30bee" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-26 18:22.29 ---> using "85c363037c3d2c5eaca74e0d4d6d2a17f5ba1a120f0ae0b60d170e3c6d07ead8" from cache

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

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-26 18:22.29 ---> using "25ec253db473f7f7b5105911e4e7b459a3a79c5b4ca501e57256341ed779e2a1" from cache

/src: (copy (src labrys.opam) (dst ./))
2024-05-26 18:22.29 ---> saved as "e954b140edfccd2bab3b14fbbb8c356f6832c7b6c5db18beb2e21174c5e43479"

/src: (run (network host)
           (shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2024-05-26 18:22.30 ---> saved as "208a4db1a27f6e5b5218c1ba5b42903eea282aa0607bbb1ae097504f55473181"

/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.15.3 dune-configurator.3.15.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 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.3 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.3 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 40 - x86_64                              199 kB/s |  25 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        9.9 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    181 kB/s |  23 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:13 ago on Sun May 26 18:22:31 2024.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch    Version                     Repo      Size
- ================================================================================
- Installing:
-  cmake                       x86_64  3.28.2-1.fc40               fedora   9.7 M
-  llvm11-devel                x86_64  11.1.0-13.fc40              fedora   3.1 M
-  python2.7                   x86_64  2.7.18-40.fc40              fedora    13 M
- Installing dependencies:
-  abattis-cantarell-vf-fonts  noarch  0.301-12.fc40               fedora   120 k
-  annobin-docs                noarch  12.51-1.fc40                updates   89 k
-  annobin-plugin-gcc          x86_64  12.51-1.fc40                updates  961 k
-  ansible-srpm-macros         noarch  1-14.fc40                   fedora    21 k
-  cairo                       x86_64  1.18.0-3.fc40               fedora   709 k
-  cmake-data                  noarch  3.28.2-1.fc40               fedora   2.3 M
-  cmake-filesystem            x86_64  3.28.2-1.fc40               fedora    18 k
-  default-fonts-core-sans     noarch  4.0-13.fc40                 updates   31 k
-  dwz                         x86_64  0.15-6.fc40                 fedora   138 k
-  efi-srpm-macros             noarch  5-11.fc40                   fedora    22 k
-  file                        x86_64  5.45-4.fc40                 fedora    49 k
-  fontconfig                  x86_64  2.15.0-4.fc40               fedora   269 k
-  fonts-filesystem            noarch  1:2.0.5-14.fc40             fedora   8.2 k
-  fonts-srpm-macros           noarch  1:2.0.5-14.fc40             fedora    27 k
-  forge-srpm-macros           noarch  0.3.1-1.fc40                updates   19 k
-  fpc-srpm-macros             noarch  1.3-12.fc40                 fedora   7.8 k
-  freetype                    x86_64  2.13.2-5.fc40               fedora   410 k
-  gcc-plugin-annobin          x86_64  14.0.1-0.15.fc40            fedora    48 k
-  ghc-srpm-macros             noarch  1.9-1.fc40                  fedora   8.7 k
-  glibc-gconv-extra           x86_64  2.39-13.fc40                updates  1.7 M
-  gnat-srpm-macros            noarch  6-5.fc40                    fedora   8.8 k
-  go-srpm-macros              noarch  3.5.0-1.fc40                fedora    28 k
-  google-noto-fonts-common    noarch  20240301-2.fc40             fedora    17 k
-  google-noto-sans-vf-fonts   noarch  20240301-2.fc40             fedora   593 k
-  graphite2                   x86_64  1.3.14-15.fc40              fedora    95 k
-  harfbuzz                    x86_64  8.4.0-1.fc40                updates  1.0 M
-  jsoncpp                     x86_64  1.9.5-7.fc40                fedora    99 k
-  kernel-srpm-macros          noarch  1.0-23.fc40                 fedora   9.7 k
-  libXext                     x86_64  1.3.6-1.fc40                fedora    39 k
-  libXft                      x86_64  2.3.8-6.fc40                fedora    72 k
-  libXrender                  x86_64  0.9.11-6.fc40               fedora    27 k
-  libdb                       x86_64  5.3.28-61.fc40              fedora   762 k
-  libedit-devel               x86_64  3.1-50.20230828cvs.fc40     fedora    40 k
-  libpng                      x86_64  2:1.6.40-3.fc40             fedora   120 k
-  libuv                       x86_64  1:1.48.0-1.fc40             fedora   252 k
-  llvm11                      x86_64  11.1.0-13.fc40              fedora    12 M
-  llvm11-libs                 x86_64  11.1.0-13.fc40              fedora    22 M
-  llvm11-static               x86_64  11.1.0-13.fc40              fedora    30 M
-  lua-srpm-macros             noarch  1-13.fc40                   fedora   8.7 k
-  ncurses-c++-libs            x86_64  6.4-12.20240127.fc40        fedora    38 k
-  ncurses-devel               x86_64  6.4-12.20240127.fc40        fedora   562 k
-  ocaml-srpm-macros           noarch  9-3.fc40                    fedora   9.1 k
-  openblas-srpm-macros        noarch  2-16.fc40                   fedora   7.5 k
-  package-notes-srpm-macros   noarch  0.5-11.fc40                 fedora   9.9 k
-  perl-srpm-macros            noarch  1-53.fc40                   fedora   8.4 k
-  pixman                      x86_64  0.43.4-1.fc40               updates  293 k
-  pyproject-srpm-macros       noarch  1.12.0-1.fc40               fedora    14 k
-  python-srpm-macros          noarch  3.12-7.fc40                 fedora    24 k
-  qt5-srpm-macros             noarch  5.15.13-1.fc40              fedora   8.5 k
-  qt6-srpm-macros             noarch  6.7.0-1.fc40                updates  8.9 k
-  redhat-rpm-config           noarch  286-1.fc40                  fedora    83 k
-  rhash                       x86_64  1.4.3-4.fc40                fedora   194 k
-  rust-srpm-macros            noarch  26.2-1.fc40                 fedora    13 k
-  tcl                         x86_64  1:8.6.13-2.fc40             fedora   1.1 M
-  tix                         x86_64  1:8.4.3-40.fc40             fedora   268 k
-  tk                          x86_64  1:8.6.13-3.fc40             fedora   1.6 M
-  vim-filesystem              noarch  2:9.1.393-1.fc40            updates   17 k
-  xml-common                  noarch  0.6.3-63.fc40               fedora    31 k
-  zig-srpm-macros             noarch  1-2.fc40                    fedora   8.0 k
-  zip                         x86_64  3.0-40.fc40                 fedora   265 k
- Downgrading:
-  cpp                         x86_64  14.0.1-0.15.fc40            fedora    12 M
-  gcc                         x86_64  14.0.1-0.15.fc40            fedora    37 M
-  gcc-c++                     x86_64  14.0.1-0.15.fc40            fedora    14 M
-  libgomp                     x86_64  14.0.1-0.15.fc40            fedora   346 k
-  libstdc++                   x86_64  14.0.1-0.15.fc40            fedora   884 k
-  libstdc++-devel             x86_64  14.0.1-0.15.fc40            fedora   2.7 M
- 
- Transaction Summary
- ================================================================================
- Install    63 Packages
- Downgrade   6 Packages
- 
- Total download size: 172 M
- Downloading Packages:
- (1/69): gcc-c++-14.0.1-0.15.fc40.x86_64.rpm     5.2 MB/s |  14 MB     00:02    
- (2/69): libgomp-14.0.1-0.15.fc40.x86_64.rpm     2.8 MB/s | 346 kB     00:00    
- (3/69): libstdc++-14.0.1-0.15.fc40.x86_64.rpm   3.5 MB/s | 884 kB     00:00    
- (4/69): libstdc++-devel-14.0.1-0.15.fc40.x86_64 4.0 MB/s | 2.7 MB     00:00    
- (5/69): abattis-cantarell-vf-fonts-0.301-12.fc4 5.7 MB/s | 120 kB     00:00    
- (6/69): ansible-srpm-macros-1-14.fc40.noarch.rp 1.8 MB/s |  21 kB     00:00    
- (7/69): cpp-14.0.1-0.15.fc40.x86_64.rpm         3.0 MB/s |  12 MB     00:03    
- (8/69): cairo-1.18.0-3.fc40.x86_64.rpm          2.0 MB/s | 709 kB     00:00    
- (9/69): cmake-data-3.28.2-1.fc40.noarch.rpm     5.6 MB/s | 2.3 MB     00:00    
- (10/69): cmake-filesystem-3.28.2-1.fc40.x86_64.  38 kB/s |  18 kB     00:00    
- (11/69): dwz-0.15-6.fc40.x86_64.rpm             3.0 MB/s | 138 kB     00:00    
- (12/69): efi-srpm-macros-5-11.fc40.noarch.rpm   2.0 MB/s |  22 kB     00:00    
- (13/69): file-5.45-4.fc40.x86_64.rpm            203 kB/s |  49 kB     00:00    
- (14/69): fontconfig-2.15.0-4.fc40.x86_64.rpm    4.0 MB/s | 269 kB     00:00    
- (15/69): fonts-filesystem-2.0.5-14.fc40.noarch. 704 kB/s | 8.2 kB     00:00    
- (16/69): fonts-srpm-macros-2.0.5-14.fc40.noarch 1.1 MB/s |  27 kB     00:00    
- (17/69): fpc-srpm-macros-1.3-12.fc40.noarch.rpm  34 kB/s | 7.8 kB     00:00    
- (18/69): freetype-2.13.2-5.fc40.x86_64.rpm      2.7 MB/s | 410 kB     00:00    
- (19/69): gcc-plugin-annobin-14.0.1-0.15.fc40.x8 1.0 MB/s |  48 kB     00:00    
- (20/69): cmake-3.28.2-1.fc40.x86_64.rpm         4.6 MB/s | 9.7 MB     00:02    
- (21/69): ghc-srpm-macros-1.9-1.fc40.noarch.rpm   38 kB/s | 8.7 kB     00:00    
- (22/69): go-srpm-macros-3.5.0-1.fc40.noarch.rpm 2.2 MB/s |  28 kB     00:00    
- (23/69): gnat-srpm-macros-6-5.fc40.noarch.rpm   302 kB/s | 8.8 kB     00:00    
- (24/69): google-noto-fonts-common-20240301-2.fc 1.4 MB/s |  17 kB     00:00    
- (25/69): graphite2-1.3.14-15.fc40.x86_64.rpm    2.3 MB/s |  95 kB     00:00    
- (26/69): google-noto-sans-vf-fonts-20240301-2.f 4.5 MB/s | 593 kB     00:00    
- (27/69): kernel-srpm-macros-1.0-23.fc40.noarch. 763 kB/s | 9.7 kB     00:00    
- (28/69): libXext-1.3.6-1.fc40.x86_64.rpm        2.7 MB/s |  39 kB     00:00    
- (29/69): libXft-2.3.8-6.fc40.x86_64.rpm         3.1 MB/s |  72 kB     00:00    
- (30/69): jsoncpp-1.9.5-7.fc40.x86_64.rpm        342 kB/s |  99 kB     00:00    
- (31/69): libXrender-0.9.11-6.fc40.x86_64.rpm    115 kB/s |  27 kB     00:00    
- (32/69): libedit-devel-3.1-50.20230828cvs.fc40. 1.4 MB/s |  40 kB     00:00    
- (33/69): libpng-1.6.40-3.fc40.x86_64.rpm        5.1 MB/s | 120 kB     00:00    
- (34/69): libuv-1.48.0-1.fc40.x86_64.rpm         4.0 MB/s | 252 kB     00:00    
- (35/69): libdb-5.3.28-61.fc40.x86_64.rpm        2.3 MB/s | 762 kB     00:00    
- (36/69): llvm11-devel-11.1.0-13.fc40.x86_64.rpm 813 kB/s | 3.1 MB     00:03    
- (37/69): llvm11-11.1.0-13.fc40.x86_64.rpm       2.8 MB/s |  12 MB     00:04    
- (38/69): gcc-14.0.1-0.15.fc40.x86_64.rpm        3.0 MB/s |  37 MB     00:12    
- (39/69): lua-srpm-macros-1-13.fc40.noarch.rpm   810 kB/s | 8.7 kB     00:00    
- (40/69): ncurses-c++-libs-6.4-12.20240127.fc40. 822 kB/s |  38 kB     00:00    
- (41/69): ncurses-devel-6.4-12.20240127.fc40.x86 1.1 MB/s | 562 kB     00:00    
- (42/69): ocaml-srpm-macros-9-3.fc40.noarch.rpm  828 kB/s | 9.1 kB     00:00    
- (43/69): openblas-srpm-macros-2-16.fc40.noarch.  33 kB/s | 7.5 kB     00:00    
- (44/69): package-notes-srpm-macros-0.5-11.fc40. 882 kB/s | 9.9 kB     00:00    
- (45/69): perl-srpm-macros-1-53.fc40.noarch.rpm  851 kB/s | 8.4 kB     00:00    
- (46/69): pyproject-srpm-macros-1.12.0-1.fc40.no 1.2 MB/s |  14 kB     00:00    
- (47/69): python-srpm-macros-3.12-7.fc40.noarch. 2.4 MB/s |  24 kB     00:00    
- (48/69): python2.7-2.7.18-40.fc40.x86_64.rpm    3.1 MB/s |  13 MB     00:04    
- (49/69): qt5-srpm-macros-5.15.13-1.fc40.noarch. 698 kB/s | 8.5 kB     00:00    
- (50/69): redhat-rpm-config-286-1.fc40.noarch.rp 249 kB/s |  83 kB     00:00    
- (51/69): rhash-1.4.3-4.fc40.x86_64.rpm          2.6 MB/s | 194 kB     00:00    
- (52/69): rust-srpm-macros-26.2-1.fc40.noarch.rp 1.2 MB/s |  13 kB     00:00    
- (53/69): llvm11-libs-11.1.0-13.fc40.x86_64.rpm  2.9 MB/s |  22 MB     00:07    
- (54/69): tix-8.4.3-40.fc40.x86_64.rpm           2.8 MB/s | 268 kB     00:00    
- (55/69): tcl-8.6.13-2.fc40.x86_64.rpm           2.8 MB/s | 1.1 MB     00:00    
- (56/69): xml-common-0.6.3-63.fc40.noarch.rpm    735 kB/s |  31 kB     00:00    
- (57/69): zig-srpm-macros-1-2.fc40.noarch.rpm    725 kB/s | 8.0 kB     00:00    
- (58/69): tk-8.6.13-3.fc40.x86_64.rpm             15 MB/s | 1.6 MB     00:00    
- (59/69): annobin-docs-12.51-1.fc40.noarch.rpm   1.2 MB/s |  89 kB     00:00    
- (60/69): zip-3.0-40.fc40.x86_64.rpm             831 kB/s | 265 kB     00:00    
- (61/69): annobin-plugin-gcc-12.51-1.fc40.x86_64 4.4 MB/s | 961 kB     00:00    
- (62/69): default-fonts-core-sans-4.0-13.fc40.no 1.7 MB/s |  31 kB     00:00    
- (63/69): forge-srpm-macros-0.3.1-1.fc40.noarch. 873 kB/s |  19 kB     00:00    
- (64/69): llvm11-static-11.1.0-13.fc40.x86_64.rp 3.6 MB/s |  30 MB     00:08    
- (65/69): pixman-0.43.4-1.fc40.x86_64.rpm        5.2 MB/s | 293 kB     00:00    
- (66/69): harfbuzz-8.4.0-1.fc40.x86_64.rpm       4.4 MB/s | 1.0 MB     00:00    
- (67/69): qt6-srpm-macros-6.7.0-1.fc40.noarch.rp  36 kB/s | 8.9 kB     00:00    
- (68/69): vim-filesystem-9.1.393-1.fc40.noarch.r  74 kB/s |  17 kB     00:00    
- (69/69): glibc-gconv-extra-2.39-13.fc40.x86_64. 1.8 MB/s | 1.7 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           8.5 MB/s | 172 MB     00:20     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Downgrading      : libstdc++-14.0.1-0.15.fc40.x86_64                     1/75 
-   Installing       : tcl-1:8.6.13-2.fc40.x86_64                            2/75 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch               3/75 
-   Installing       : llvm11-libs-11.1.0-13.fc40.x86_64                     4/75 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                         5/75 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                       6/75 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64                 7/75 
-   Installing       : llvm11-11.1.0-13.fc40.x86_64                          8/75 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch       9/75
-  
-   Downgrading      : libstdc++-devel-14.0.1-0.15.fc40.x86_64              10/75 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                      11/75 
-   Installing       : jsoncpp-1.9.5-7.fc40.x86_64                          12/75 
-   Installing       : ncurses-c++-libs-6.4-12.20240127.fc40.x86_64         13/75 
-   Installing       : ncurses-devel-6.4-12.20240127.fc40.x86_64            14/75 
-   Installing       : libedit-devel-3.1-50.20230828cvs.fc40.x86_64         15/75 
-   Installing       : vim-filesystem-2:9.1.393-1.fc40.noarch               16/75 
-   Running scriptlet: vim-filesystem-2:9.1.393-1.fc40.noarch               16/75 
-   Installing       : qt6-srpm-macros-6.7.0-1.fc40.noarch                  17/75 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                          18/75 
-   Installing       : annobin-docs-12.51-1.fc40.noarch                     19/75 
-   Installing       : zip-3.0-40.fc40.x86_64                               20/75 
-   Installing       : zig-srpm-macros-1-2.fc40.noarch                      21/75 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                      22/75 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                      22/75 
-   Installing       : rust-srpm-macros-26.2-1.fc40.noarch                  23/75 
-   Installing       : rhash-1.4.3-4.fc40.x86_64                            24/75 
-   Installing       : qt5-srpm-macros-5.15.13-1.fc40.noarch                25/75 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc40.noarch           26/75 
-   Installing       : perl-srpm-macros-1-53.fc40.noarch                    27/75 
-   Installing       : package-notes-srpm-macros-0.5-11.fc40.noarch         28/75 
-   Installing       : openblas-srpm-macros-2-16.fc40.noarch                29/75 
-   Installing       : ocaml-srpm-macros-9-3.fc40.noarch                    30/75 
-   Installing       : lua-srpm-macros-1-13.fc40.noarch                     31/75 
-   Installing       : llvm11-static-11.1.0-13.fc40.x86_64                  32/75 
-   Installing       : libuv-1:1.48.0-1.fc40.x86_64                         33/75
-  
-   Installing       : cmake-data-3.28.2-1.fc40.noarch                      34/75 
-   Installing       : cmake-3.28.2-1.fc40.x86_64                           35/75 
-   Installing       : libdb-5.3.28-61.fc40.x86_64                          36/75 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          37/75 
-   Installing       : kernel-srpm-macros-1.0-23.fc40.noarch                38/75 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch      39/75 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch     40/75 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch           41/75 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                           42/75 
-   Installing       : harfbuzz-8.4.0-1.fc40.x86_64                         43/75 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                        44/75 
-   Installing       : fontconfig-2.15.0-4.fc40.x86_64                      45/75 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                      45/75
-  
-   Installing       : libXft-2.3.8-6.fc40.x86_64                           46/75 
-   Running scriptlet: tk-1:8.6.13-3.fc40.x86_64                            47/75 
-   Installing       : tk-1:8.6.13-3.fc40.x86_64                            47/75 
-   Installing       : tix-1:8.4.3-40.fc40.x86_64                           48/75 
-   Running scriptlet: tix-1:8.4.3-40.fc40.x86_64                           48/75 
-   Installing       : gnat-srpm-macros-6-5.fc40.noarch                     49/75 
-   Installing       : ghc-srpm-macros-1.9-1.fc40.noarch                    50/75 
-   Installing       : fpc-srpm-macros-1.3-12.fc40.noarch                   51/75 
-   Installing       : file-5.45-4.fc40.x86_64                              52/75 
-   Installing       : efi-srpm-macros-5-11.fc40.noarch                     53/75 
-   Installing       : dwz-0.15-6.fc40.x86_64                               54/75 
-   Installing       : ansible-srpm-macros-1-14.fc40.noarch                 55/75 
-   Downgrading      : libgomp-14.0.1-0.15.fc40.x86_64                      56/75 
-   Downgrading      : cpp-14.0.1-0.15.fc40.x86_64                          57/75
-  
-   Downgrading      : gcc-14.0.1-0.15.fc40.x86_64                          58/75 
-   Running scriptlet: gcc-14.0.1-0.15.fc40.x86_64                          58/75 
-   Installing       : gcc-plugin-annobin-14.0.1-0.15.fc40.x86_64           59/75 
-   Installing       : annobin-plugin-gcc-12.51-1.fc40.x86_64               60/75 
-   Installing       : python-srpm-macros-3.12-7.fc40.noarch                61/75 
-   Installing       : fonts-srpm-macros-1:2.0.5-14.fc40.noarch             62/75 
-   Installing       : go-srpm-macros-3.5.0-1.fc40.noarch                   63/75 
-   Installing       : forge-srpm-macros-0.3.1-1.fc40.noarch                64/75 
-   Installing       : redhat-rpm-config-286-1.fc40.noarch                  65/75 
-   Running scriptlet: redhat-rpm-config-286-1.fc40.noarch                  65/75 
-   Installing       : python2.7-2.7.18-40.fc40.x86_64                      66/75 
-   Downgrading      : gcc-c++-14.0.1-0.15.fc40.x86_64                      67/75 
-   Running scriptlet: gcc-c++-14.0.1-0.15.fc40.x86_64                      67/75
-  
-   Installing       : llvm11-devel-11.1.0-13.fc40.x86_64                   68/75 
-   Running scriptlet: llvm11-devel-11.1.0-13.fc40.x86_64                   68/75 
-   Installing       : glibc-gconv-extra-2.39-13.fc40.x86_64                69/75 
-   Running scriptlet: glibc-gconv-extra-2.39-13.fc40.x86_64                69/75 
-   Cleanup          : gcc-c++-14.1.1-1.fc40.x86_64                         70/75 
-   Running scriptlet: gcc-c++-14.1.1-1.fc40.x86_64                         70/75 
-   Cleanup          : libstdc++-devel-14.1.1-1.fc40.x86_64                 71/75 
-   Cleanup          : gcc-14.1.1-1.fc40.x86_64                             72/75 
-   Running scriptlet: gcc-14.1.1-1.fc40.x86_64                             72/75 
-   Cleanup          : cpp-14.1.1-1.fc40.x86_64                             73/75 
-   Cleanup          : libgomp-14.1.1-1.fc40.x86_64                         74/75 
-   Cleanup          : libstdc++-14.1.1-1.fc40.x86_64                       75/75 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                      75/75 
-   Running scriptlet: libstdc++-14.1.1-1.fc40.x86_64                       75/75 
- 
- Downgraded:
-   cpp-14.0.1-0.15.fc40.x86_64         gcc-14.0.1-0.15.fc40.x86_64              
-   gcc-c++-14.0.1-0.15.fc40.x86_64     libgomp-14.0.1-0.15.fc40.x86_64          
-   libstdc++-14.0.1-0.15.fc40.x86_64   libstdc++-devel-14.0.1-0.15.fc40.x86_64  
- Installed:
-   abattis-cantarell-vf-fonts-0.301-12.fc40.noarch                               
-   annobin-docs-12.51-1.fc40.noarch                                              
-   annobin-plugin-gcc-12.51-1.fc40.x86_64                                        
-   ansible-srpm-macros-1-14.fc40.noarch                                          
-   cairo-1.18.0-3.fc40.x86_64                                                    
-   cmake-3.28.2-1.fc40.x86_64                                                    
-   cmake-data-3.28.2-1.fc40.noarch                                               
-   cmake-filesystem-3.28.2-1.fc40.x86_64                                         
-   default-fonts-core-sans-4.0-13.fc40.noarch                                    
-   dwz-0.15-6.fc40.x86_64                                                        
-   efi-srpm-macros-5-11.fc40.noarch                                              
-   file-5.45-4.fc40.x86_64                                                       
-   fontconfig-2.15.0-4.fc40.x86_64                                               
-   fonts-filesystem-1:2.0.5-14.fc40.noarch                                       
-   fonts-srpm-macros-1:2.0.5-14.fc40.noarch                                      
-   forge-srpm-macros-0.3.1-1.fc40.noarch                                         
-   fpc-srpm-macros-1.3-12.fc40.noarch                                            
-   freetype-2.13.2-5.fc40.x86_64                                                 
-   gcc-plugin-annobin-14.0.1-0.15.fc40.x86_64                                    
-   ghc-srpm-macros-1.9-1.fc40.noarch                                             
-   glibc-gconv-extra-2.39-13.fc40.x86_64                                         
-   gnat-srpm-macros-6-5.fc40.noarch                                              
-   go-srpm-macros-3.5.0-1.fc40.noarch                                            
-   google-noto-fonts-common-20240301-2.fc40.noarch                               
-   google-noto-sans-vf-fonts-20240301-2.fc40.noarch                              
-   graphite2-1.3.14-15.fc40.x86_64                                               
-   harfbuzz-8.4.0-1.fc40.x86_64                                                  
-   jsoncpp-1.9.5-7.fc40.x86_64                                                   
-   kernel-srpm-macros-1.0-23.fc40.noarch                                         
-   libXext-1.3.6-1.fc40.x86_64                                                   
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXrender-0.9.11-6.fc40.x86_64                                               
-   libdb-5.3.28-61.fc40.x86_64                                                   
-   libedit-devel-3.1-50.20230828cvs.fc40.x86_64                                  
-   libpng-2:1.6.40-3.fc40.x86_64                                                 
-   libuv-1:1.48.0-1.fc40.x86_64                                                  
-   llvm11-11.1.0-13.fc40.x86_64                                                  
-   llvm11-devel-11.1.0-13.fc40.x86_64                                            
-   llvm11-libs-11.1.0-13.fc40.x86_64                                             
-   llvm11-static-11.1.0-13.fc40.x86_64                                           
-   lua-srpm-macros-1-13.fc40.noarch                                              
-   ncurses-c++-libs-6.4-12.20240127.fc40.x86_64                                  
-   ncurses-devel-6.4-12.20240127.fc40.x86_64                                     
-   ocaml-srpm-macros-9-3.fc40.noarch                                             
-   openblas-srpm-macros-2-16.fc40.noarch                                         
-   package-notes-srpm-macros-0.5-11.fc40.noarch                                  
-   perl-srpm-macros-1-53.fc40.noarch                                             
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   pyproject-srpm-macros-1.12.0-1.fc40.noarch                                    
-   python-srpm-macros-3.12-7.fc40.noarch                                         
-   python2.7-2.7.18-40.fc40.x86_64                                               
-   qt5-srpm-macros-5.15.13-1.fc40.noarch                                         
-   qt6-srpm-macros-6.7.0-1.fc40.noarch                                           
-   redhat-rpm-config-286-1.fc40.noarch                                           
-   rhash-1.4.3-4.fc40.x86_64                                                     
-   rust-srpm-macros-26.2-1.fc40.noarch                                           
-   tcl-1:8.6.13-2.fc40.x86_64                                                    
-   tix-1:8.4.3-40.fc40.x86_64                                                    
-   tk-1:8.6.13-3.fc40.x86_64                                                     
-   vim-filesystem-2:9.1.393-1.fc40.noarch                                        
-   xml-common-0.6.3-63.fc40.noarch                                               
-   zig-srpm-macros-1-2.fc40.noarch                                               
-   zip-3.0-40.fc40.x86_64                                                        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cmake" "llvm11-devel" "python2.7"
- cmake-3.28.2-1.fc40.x86_64
- llvm11-devel-11.1.0-13.fc40.x86_64
- python2.7-2.7.18-40.fc40.x86_64
2024-05-26 18:23.13 ---> saved as "64cde0f5a635ba26600d67bdf90c2d39d53a432786298e78a0ab37f58eb3f84f"

/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 dune              3.15.3
  - 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 conf-llvm         11.0.0
  - install stdlib-shims      0.3.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.15.3
  - 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 topkg             1.0.7
  - install base-bytes        base
  - install re                1.11.0
  - install integers          0.7.0
  - install dyn               3.15.3
  - install menhir            20231231
  - install dune-configurator 3.15.3
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install stdune            3.15.3
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.15.3
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.15.3
===== 36 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.3.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.3  (cached)
-> retrieved dune-configurator.3.15.3  (cached)
-> retrieved dune-private-libs.3.15.3  (cached)
-> retrieved dune-site.3.15.3  (cached)
-> retrieved dyn.3.15.3  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> installed cmdliner.1.3.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.3  (cached)
-> retrieved stdune.3.15.3  (cached)
-> installed num.1.5
-> 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 uutf.1.0.3
-> installed msgpack.1.3.0
-> installed dune.3.15.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.15.3
-> installed dune-configurator.3.15.3
-> installed dyn.3.15.3
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.15.3
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.15.3
-> installed dune-site.3.15.3
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-26 18:25.51 ---> saved as "f4ce6220197afc967b0a1bbc9dafedcf694815675e6ded43f4dcafcf0d64e146"

/src: (copy (src .) (dst /src))
2024-05-26 18:25.52 ---> saved as "9131a02155cbaed8e4df8fb3354f032d59d7319867f6b678565cbdc51a83f7f5"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/stdlib && ../src/main.exe build-module --no-prelude --build-dir . Prelude.sfw)
Compiling Prelude
Module Prelude compiled
2024-05-26 18:26.00 ---> saved as "d63068dd57f1ca31de6f702eff15d3f974572ef4843b87f134e0c330ec451047"
Job succeeded
2024-05-26 18:26.00: Job succeeded