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

fedora-40-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-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
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:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
# 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 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:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9-fedora-40-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: Using OBuilder spec:
((from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
 (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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src labrys.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn labrys.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 08:55.01: Waiting for resource in pool OCluster
2024-04-30 20:57.27: Waiting for worker…
2024-04-30 20:59.52: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/labrys.git-72fef864d3675ef07e1504a20f6627589862938b/.git/
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
Unable to find image 'ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9' locally
docker.io/ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9: Pulling from ocaml/opam
e1a2d828ab86: Pulling fs layer
e1a2d828ab86: Verifying Checksum
e1a2d828ab86: Download complete
e1a2d828ab86: Pull complete
Digest: sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Status: Downloaded newer image for ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
2024-04-30 20:59.54 ---> using "734939365ca49b277f590ce41c8d4d56e6ac1e187e29aa8fe4ddd810266ec9cf" 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                    281 kB/s |  23 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.9 MB/s | 2.1 MB     00:00    
Last metadata expiration check: 0:00:01 ago on Tue Apr 30 19:35:02 2024.
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 20:59.54 ---> using "27f125f8f9874760f522cedb21a2c5b03620375c8731fb3f496d760cdd2cb364" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:59.54 ---> using "31dee9b2c2b3c177fa91b119394c49844294d7b96dbd38a1ef8f05dde637abb5" 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.54 ---> using "769cb91d456d94573e687dc675037a6ace197e06d0f2fcaf82817c641e39f479" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 20:59.54 ---> using "d47b804d5ae432c0bfb5d9e647b8c6d02aad94f10c345069ee85ddf4fab8a3d9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:59.54 ---> using "5f1ee7a0295c519a4c376aaa91c28f8b0989c0c4b230f8d83ebda3575617f0c8" 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.54 ---> using "7bcc0e7efe50ef2fb0ff286e3004b0a3bd7d0d5f4e1a91806fde90ad75a266f0" from cache


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


/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 "1a9f14460799da6ee473689a395e5bce55b6b671b2e2911f3c2965216f903b3c"


/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 40 - x86_64                              276 kB/s |  23 kB     00:00    
- Fedora 40 - x86_64                              661 kB/s | 994 kB     00:01    
- Fedora 40 openh264 (From Cisco) - x86_64         15 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    285 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:23 ago on Tue Apr 30 21:00:04 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-8.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.3.0-5.fc40                fedora   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.354-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
- 
- Transaction Summary
- ================================================================================
- Install  63 Packages
- 
- Total download size: 104 M
- Installed size: 461 M
- Downloading Packages:
- (1/63): ansible-srpm-macros-1-14.fc40.noarch.rp 676 kB/s |  21 kB     00:00    
- (2/63): abattis-cantarell-vf-fonts-0.301-12.fc4 3.1 MB/s | 120 kB     00:00    
- (3/63): cairo-1.18.0-3.fc40.x86_64.rpm           15 MB/s | 709 kB     00:00    
- (4/63): cmake-filesystem-3.28.2-1.fc40.x86_64.r 2.5 MB/s |  18 kB     00:00    
- (5/63): dwz-0.15-6.fc40.x86_64.rpm               11 MB/s | 138 kB     00:00    
- (6/63): efi-srpm-macros-5-11.fc40.noarch.rpm    1.7 MB/s |  22 kB     00:00    
- (7/63): cmake-data-3.28.2-1.fc40.noarch.rpm      40 MB/s | 2.3 MB     00:00    
- (8/63): file-5.45-4.fc40.x86_64.rpm             3.2 MB/s |  49 kB     00:00    
- (9/63): fonts-filesystem-2.0.5-14.fc40.noarch.r 1.2 MB/s | 8.2 kB     00:00    
- (10/63): fontconfig-2.15.0-4.fc40.x86_64.rpm     25 MB/s | 269 kB     00:00    
- (11/63): fonts-srpm-macros-2.0.5-14.fc40.noarch 4.0 MB/s |  27 kB     00:00    
- (12/63): fpc-srpm-macros-1.3-12.fc40.noarch.rpm 1.2 MB/s | 7.8 kB     00:00    
- (13/63): freetype-2.13.2-5.fc40.x86_64.rpm       23 MB/s | 410 kB     00:00    
- (14/63): gcc-plugin-annobin-14.0.1-0.15.fc40.x8 3.0 MB/s |  48 kB     00:00    
- (15/63): ghc-srpm-macros-1.9-1.fc40.noarch.rpm  1.0 MB/s | 8.7 kB     00:00    
- (16/63): gnat-srpm-macros-6-5.fc40.noarch.rpm   999 kB/s | 8.8 kB     00:00    
- (17/63): google-noto-fonts-common-20240301-2.fc 2.1 MB/s |  17 kB     00:00    
- (18/63): go-srpm-macros-3.5.0-1.fc40.noarch.rpm 2.7 MB/s |  28 kB     00:00    
- (19/63): graphite2-1.3.14-15.fc40.x86_64.rpm    8.0 MB/s |  95 kB     00:00    
- (20/63): google-noto-sans-vf-fonts-20240301-2.f  30 MB/s | 593 kB     00:00    
- (21/63): harfbuzz-8.3.0-5.fc40.x86_64.rpm        47 MB/s | 1.0 MB     00:00    
- (22/63): jsoncpp-1.9.5-7.fc40.x86_64.rpm        6.4 MB/s |  99 kB     00:00    
- (23/63): kernel-srpm-macros-1.0-23.fc40.noarch. 1.1 MB/s | 9.7 kB     00:00    
- (24/63): libXext-1.3.6-1.fc40.x86_64.rpm        4.2 MB/s |  39 kB     00:00    
- (25/63): libXft-2.3.8-6.fc40.x86_64.rpm         9.2 MB/s |  72 kB     00:00    
- (26/63): libXrender-0.9.11-6.fc40.x86_64.rpm    3.3 MB/s |  27 kB     00:00    
- (27/63): libdb-5.3.28-61.fc40.x86_64.rpm         41 MB/s | 762 kB     00:00    
- (28/63): libedit-devel-3.1-50.20230828cvs.fc40. 1.6 MB/s |  40 kB     00:00    
- (29/63): libpng-1.6.40-3.fc40.x86_64.rpm         12 MB/s | 120 kB     00:00    
- (30/63): libuv-1.48.0-1.fc40.x86_64.rpm         1.2 MB/s | 252 kB     00:00    
- (31/63): cmake-3.28.2-1.fc40.x86_64.rpm          17 MB/s | 9.7 MB     00:00    
- (32/63): llvm11-devel-11.1.0-13.fc40.x86_64.rpm 6.6 MB/s | 3.1 MB     00:00    
- (33/63): llvm11-11.1.0-13.fc40.x86_64.rpm       9.9 MB/s |  12 MB     00:01    
- (34/63): llvm11-libs-11.1.0-13.fc40.x86_64.rpm   25 MB/s |  22 MB     00:00    
- (35/63): lua-srpm-macros-1-13.fc40.noarch.rpm    96 kB/s | 8.7 kB     00:00    
- (36/63): ncurses-c++-libs-6.4-12.20240127.fc40. 883 kB/s |  38 kB     00:00    
- (37/63): ocaml-srpm-macros-9-3.fc40.noarch.rpm  841 kB/s | 9.1 kB     00:00    
- (38/63): openblas-srpm-macros-2-16.fc40.noarch. 561 kB/s | 7.5 kB     00:00    
- (39/63): ncurses-devel-6.4-12.20240127.fc40.x86 7.6 MB/s | 562 kB     00:00    
- (40/63): package-notes-srpm-macros-0.5-11.fc40. 862 kB/s | 9.9 kB     00:00    
- (41/63): perl-srpm-macros-1-53.fc40.noarch.rpm  1.0 MB/s | 8.4 kB     00:00    
- (42/63): pyproject-srpm-macros-1.12.0-1.fc40.no 1.6 MB/s |  14 kB     00:00    
- (43/63): python-srpm-macros-3.12-7.fc40.noarch. 2.4 MB/s |  24 kB     00:00    
- (44/63): qt5-srpm-macros-5.15.13-1.fc40.noarch. 1.0 MB/s | 8.5 kB     00:00    
- (45/63): redhat-rpm-config-286-1.fc40.noarch.rp 5.8 MB/s |  83 kB     00:00    
- (46/63): rhash-1.4.3-4.fc40.x86_64.rpm           15 MB/s | 194 kB     00:00    
- (47/63): rust-srpm-macros-26.2-1.fc40.noarch.rp 1.2 MB/s |  13 kB     00:00    
- (48/63): tcl-8.6.13-2.fc40.x86_64.rpm            27 MB/s | 1.1 MB     00:00    
- (49/63): tix-8.4.3-40.fc40.x86_64.rpm           9.3 MB/s | 268 kB     00:00    
- (50/63): tk-8.6.13-3.fc40.x86_64.rpm            7.0 MB/s | 1.6 MB     00:00    
- (51/63): xml-common-0.6.3-63.fc40.noarch.rpm    3.5 MB/s |  31 kB     00:00    
- (52/63): zig-srpm-macros-1-2.fc40.noarch.rpm    984 kB/s | 8.0 kB     00:00    
- (53/63): zip-3.0-40.fc40.x86_64.rpm             6.6 MB/s | 265 kB     00:00    
- (54/63): llvm11-static-11.1.0-13.fc40.x86_64.rp  25 MB/s |  30 MB     00:01    
- (55/63): annobin-docs-12.51-1.fc40.noarch.rpm   658 kB/s |  89 kB     00:00    
- (56/63): default-fonts-core-sans-4.0-13.fc40.no 3.8 MB/s |  31 kB     00:00    
- (57/63): forge-srpm-macros-0.3.1-1.fc40.noarch. 2.4 MB/s |  19 kB     00:00    
- (58/63): annobin-plugin-gcc-12.51-1.fc40.x86_64  12 MB/s | 961 kB     00:00    
- (59/63): pixman-0.43.4-1.fc40.x86_64.rpm         16 MB/s | 293 kB     00:00    
- (60/63): glibc-gconv-extra-2.39-8.fc40.x86_64.r  20 MB/s | 1.7 MB     00:00    
- (61/63): qt6-srpm-macros-6.7.0-1.fc40.noarch.rp 779 kB/s | 8.9 kB     00:00    
- (62/63): vim-filesystem-9.1.354-1.fc40.noarch.r 2.0 MB/s |  17 kB     00:00    
- (63/63): python2.7-2.7.18-40.fc40.x86_64.rpm     12 MB/s |  13 MB     00:01    
- --------------------------------------------------------------------------------
- Total                                            37 MB/s | 104 MB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : tcl-1:8.6.13-2.fc40.x86_64                            1/63 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch               2/63
-  
-   Installing       : llvm11-libs-11.1.0-13.fc40.x86_64                     3/63 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                         4/63 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                       5/63 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64                 6/63 
-   Installing       : llvm11-11.1.0-13.fc40.x86_64                          7/63 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch       8/63 
-   Installing       : vim-filesystem-2:9.1.354-1.fc40.noarch                9/63 
-   Running scriptlet: vim-filesystem-2:9.1.354-1.fc40.noarch                9/63 
-   Installing       : qt6-srpm-macros-6.7.0-1.fc40.noarch                  10/63 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                          11/63 
-   Installing       : annobin-docs-12.51-1.fc40.noarch                     12/63 
-   Installing       : annobin-plugin-gcc-12.51-1.fc40.x86_64               13/63 
-   Installing       : zip-3.0-40.fc40.x86_64                               14/63 
-   Installing       : zig-srpm-macros-1-2.fc40.noarch                      15/63 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                      16/63 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                      16/63 
-   Installing       : rust-srpm-macros-26.2-1.fc40.noarch                  17/63 
-   Installing       : rhash-1.4.3-4.fc40.x86_64                            18/63 
-   Installing       : qt5-srpm-macros-5.15.13-1.fc40.noarch                19/63 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc40.noarch           20/63 
-   Installing       : perl-srpm-macros-1-53.fc40.noarch                    21/63 
-   Installing       : package-notes-srpm-macros-0.5-11.fc40.noarch         22/63 
-   Installing       : openblas-srpm-macros-2-16.fc40.noarch                23/63 
-   Installing       : ocaml-srpm-macros-9-3.fc40.noarch                    24/63 
-   Installing       : ncurses-c++-libs-6.4-12.20240127.fc40.x86_64         25/63 
-   Installing       : ncurses-devel-6.4-12.20240127.fc40.x86_64            26/63 
-   Installing       : libedit-devel-3.1-50.20230828cvs.fc40.x86_64         27/63 
-   Installing       : lua-srpm-macros-1-13.fc40.noarch                     28/63
-  
-   Installing       : llvm11-static-11.1.0-13.fc40.x86_64                  29/63 
-   Installing       : libuv-1:1.48.0-1.fc40.x86_64                         30/63 
-   Installing       : libdb-5.3.28-61.fc40.x86_64                          31/63 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          32/63 
-   Installing       : kernel-srpm-macros-1.0-23.fc40.noarch                33/63 
-   Installing       : jsoncpp-1.9.5-7.fc40.x86_64                          34/63
-  
-   Installing       : cmake-data-3.28.2-1.fc40.noarch                      35/63 
-   Installing       : cmake-3.28.2-1.fc40.x86_64                           36/63 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                      37/63 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch      38/63 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch     39/63 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch           40/63 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                           41/63 
-   Installing       : harfbuzz-8.3.0-5.fc40.x86_64                         42/63 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                        43/63 
-   Installing       : fontconfig-2.15.0-4.fc40.x86_64                      44/63 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                      44/63
-  
-   Installing       : libXft-2.3.8-6.fc40.x86_64                           45/63 
-   Running scriptlet: tk-1:8.6.13-3.fc40.x86_64                            46/63 
-   Installing       : tk-1:8.6.13-3.fc40.x86_64                            46/63 
-   Installing       : tix-1:8.4.3-40.fc40.x86_64                           47/63 
-   Running scriptlet: tix-1:8.4.3-40.fc40.x86_64                           47/63 
-   Installing       : gnat-srpm-macros-6-5.fc40.noarch                     48/63 
-   Installing       : ghc-srpm-macros-1.9-1.fc40.noarch                    49/63 
-   Installing       : gcc-plugin-annobin-14.0.1-0.15.fc40.x86_64           50/63 
-   Installing       : fpc-srpm-macros-1.3-12.fc40.noarch                   51/63 
-   Installing       : file-5.45-4.fc40.x86_64                              52/63 
-   Installing       : efi-srpm-macros-5-11.fc40.noarch                     53/63 
-   Installing       : dwz-0.15-6.fc40.x86_64                               54/63 
-   Installing       : ansible-srpm-macros-1-14.fc40.noarch                 55/63 
-   Installing       : python-srpm-macros-3.12-7.fc40.noarch                56/63 
-   Installing       : fonts-srpm-macros-1:2.0.5-14.fc40.noarch             57/63 
-   Installing       : go-srpm-macros-3.5.0-1.fc40.noarch                   58/63 
-   Installing       : forge-srpm-macros-0.3.1-1.fc40.noarch                59/63 
-   Installing       : redhat-rpm-config-286-1.fc40.noarch                  60/63 
-   Running scriptlet: redhat-rpm-config-286-1.fc40.noarch                  60/63
-  
-   Installing       : python2.7-2.7.18-40.fc40.x86_64                      61/63 
-   Installing       : llvm11-devel-11.1.0-13.fc40.x86_64                   62/63 
-   Running scriptlet: llvm11-devel-11.1.0-13.fc40.x86_64                   62/63 
-   Installing       : glibc-gconv-extra-2.39-8.fc40.x86_64                 63/63 
-   Running scriptlet: glibc-gconv-extra-2.39-8.fc40.x86_64                 63/63 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                      63/63 
-   Running scriptlet: glibc-gconv-extra-2.39-8.fc40.x86_64                 63/63
-  
- 
- 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-8.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.3.0-5.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.354-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-04-30 21:00.41 ---> saved as "31414851b0b082ebd0bda353dad8d1949231c9acb4bf136eda84d6b8c784376e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install conf-bash         1
  - install num               1.5
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install conf-cmake        1
  - install dune              3.15.2
  - install conf-python-2-7   1.2
  - install conf-llvm         11.0.0
  - install topkg             1.0.7
  - install base-bytes        base
  - install stdlib-shims      0.3.0
  - install re                1.11.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.15.2
  - install menhirSdk         20231231
  - install menhirLib         20231231
  - install menhirCST         20231231
  - install either            1.0.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install integers          0.7.0
  - install dyn               3.15.2
  - install menhir            20231231
  - install dune-configurator 3.15.2
  - install stdune            3.15.2
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.15.2
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.15.2
===== 36 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers-data.3.13.1  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-llvm.11.0.0
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune-private-libs.3.15.2  (cached)
-> retrieved dune-site.3.15.2  (cached)
-> retrieved dyn.3.15.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> installed cmdliner.1.2.0
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved msgpack.1.3.0  (https://github.com/msgpack/msgpack-ocaml/archive/1.3.0.tar.gz)
-> retrieved pp.1.2.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed num.1.5
-> retrieved ordering.3.15.2  (cached)
-> retrieved stdune.3.15.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> retrieved llvm.11.0.0  (https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz)
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed msgpack.1.3.0
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed pp.1.2.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20231231
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed ordering.3.15.2
-> installed dune-configurator.3.15.2
-> installed dyn.3.15.2
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.15.2
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.15.2
-> installed dune-site.3.15.2
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 21:03.36 ---> saved as "c80a09bbb40fae0cc84fd106b7f9512c59ddc25bc7d8f2b8e5e0ac4fb6d63044"


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


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/stdlib && ../src/main.exe build-module --no-prelude --build-dir . Prelude.sfw)
Compiling Prelude
Module Prelude compiled
2024-04-30 21:03.47 ---> saved as "78df004da953d91c8713426ffa85c2e732a2c2a294a70a9a5f5449088476cebb"
Job succeeded
2024-04-30 21:03.48: Job succeeded