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

fedora-38-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-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
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:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
# fedora-38-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 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:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101-fedora-38-4.14_opam-2.1-8f67a02d90a663b94d9de9661039d5c2"
2024-05-26 11:16.35: Using OBuilder spec:
((from ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
 (comment fedora-38-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 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.37: Waiting for worker…
2024-05-26 18:22.30: 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:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
2024-05-26 18:22.30 ---> using "c8fcc6f6743854d61e83ec532243b7842802baad10ad200a5e4b9d06496f1a39" from cache

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

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64                              204 kB/s |  26 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        9.4 kB/s | 989  B     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        7.3 kB/s | 2.6 kB     00:00    
Fedora Modular 38 - x86_64                      140 kB/s |  25 kB     00:00    
Fedora 38 - x86_64 - Updates                    194 kB/s |  24 kB     00:00    
Fedora 38 - x86_64 - Updates                    5.7 MB/s |  15 MB     00:02    
Fedora Modular 38 - x86_64 - Updates            187 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-26 18:22.30 ---> using "8beba12bb3916922dac18a983f8c02a7d9f23caa8afb5bc5a19fd1048fe329d5" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-26 18:22.30 ---> using "5d300b83cf96ca53af026add7e9a34129e5ac42651d1a10dc71d685d8c3e3d45" 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.30 ---> using "c79e7ee7ff7f997a7ac1b5544316ab15ff19e6a9b213c801c392cfe13fe04112" 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.5
2024-05-26 18:22.30 ---> using "b544ab9d5c56fefcbaccb2287e4d3bf51f5345daffd3e33e36112d5d6149d003" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-26 18:22.30 ---> using "ae835d1bf1a8feef001fcfff27f264df5f90171bf80aeb2de080852e08058f09" 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
   eb2dcab0d8..c61e9068d5  master     -> origin/master
1c7ec1efde [new release] dune (15 packages) (3.15.3)

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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.30 ---> using "8e195b1ac559f4af71793ecc676c4c17a55114061ca40f6e79c179f7decfbf89" from cache

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

/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.31 ---> saved as "0cea485b484f160149fd3d6ed62d18e7265c61b39c033161bb81a8ae131127be"

/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 38 - x86_64                              207 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64        9.3 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      203 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    199 kB/s |  24 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates            192 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:13 ago on Sun May 26 18:22:33 2024.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch     Version                   Repo       Size
- ================================================================================
- Installing:
-  cmake                       x86_64   3.27.7-1.fc38             updates   8.0 M
-  llvm11-devel                x86_64   11.1.0-10.fc38            fedora    3.1 M
-  python2.7                   x86_64   2.7.18-37.fc38            updates    13 M
- Installing dependencies:
-  annobin-docs                noarch   12.40-1.fc38              updates    87 k
-  annobin-plugin-gcc          x86_64   12.40-1.fc38              updates   955 k
-  ansible-srpm-macros         noarch   1-12.fc38                 updates    21 k
-  cairo                       x86_64   1.17.8-4.fc38             updates   704 k
-  cmake-data                  noarch   3.27.7-1.fc38             updates   2.2 M
-  cmake-filesystem            x86_64   3.27.7-1.fc38             updates    19 k
-  dwz                         x86_64   0.15-2.fc38               fedora    135 k
-  efi-srpm-macros             noarch   5-7.fc38                  fedora     22 k
-  file                        x86_64   5.44-3.fc38               fedora     49 k
-  fontconfig                  x86_64   2.14.2-2.fc38             updates   295 k
-  fonts-srpm-macros           noarch   1:2.0.5-11.fc38           fedora     26 k
-  forge-srpm-macros           noarch   0.3.1-1.fc38              updates    19 k
-  fpc-srpm-macros             noarch   1.3-7.fc38                fedora    7.8 k
-  freetype                    x86_64   2.13.0-2.fc38             fedora    414 k
-  gcc-plugin-annobin          x86_64   13.2.1-7.fc38             updates    52 k
-  ghc-srpm-macros             noarch   1.6.1-1.fc38              fedora    8.0 k
-  glibc-gconv-extra           x86_64   2.37-19.fc38              updates   1.6 M
-  gnat-srpm-macros            noarch   6-2.fc38                  fedora    8.8 k
-  go-srpm-macros              noarch   3.5.0-1.fc38              updates    27 k
-  google-noto-fonts-common    noarch   20230201-2.fc38           updates    16 k
-  google-noto-sans-vf-fonts   noarch   20230201-2.fc38           updates   579 k
-  graphite2                   x86_64   1.3.14-11.fc38            fedora     95 k
-  harfbuzz                    x86_64   7.1.0-1.fc38              fedora    889 k
-  jsoncpp                     x86_64   1.9.5-4.fc38              fedora     97 k
-  kernel-srpm-macros          noarch   1.0-19.fc38               updates    10 k
-  langpacks-core-font-en      noarch   3.0-32.fc38               updates   9.6 k
-  libXext                     x86_64   1.3.5-2.fc38              fedora     39 k
-  libXft                      x86_64   2.3.8-2.fc38              updates    72 k
-  libXrender                  x86_64   0.9.11-2.fc38             fedora     27 k
-  libedit-devel               x86_64   3.1-45.20221030cvs.fc38   fedora     41 k
-  libpng                      x86_64   2:1.6.37-14.fc38          fedora    120 k
-  libuv                       x86_64   1:1.48.0-1.fc38           updates   252 k
-  llvm11                      x86_64   11.1.0-10.fc38            fedora     11 M
-  llvm11-libs                 x86_64   11.1.0-10.fc38            fedora     22 M
-  llvm11-static               x86_64   11.1.0-10.fc38            fedora     37 M
-  lua-srpm-macros             noarch   1-13.fc38                 updates   8.7 k
-  ncurses-c++-libs            x86_64   6.4-7.20230520.fc38.1     updates    37 k
-  ncurses-devel               x86_64   6.4-7.20230520.fc38.1     updates   546 k
-  ocaml-srpm-macros           noarch   7-3.fc38                  fedora     13 k
-  openblas-srpm-macros        noarch   2-13.fc38                 fedora    7.5 k
-  package-notes-srpm-macros   noarch   0.5-8.fc38                updates    11 k
-  perl-srpm-macros            noarch   1-48.fc38                 fedora    8.4 k
-  pixman                      x86_64   0.42.2-1.fc38             fedora    285 k
-  pyproject-srpm-macros       noarch   1.12.0-1.fc38             updates    14 k
-  python-srpm-macros          noarch   3.11-10.fc38              fedora     26 k
-  qt5-srpm-macros             noarch   5.15.12-1.fc38            updates   8.3 k
-  qt6-srpm-macros             noarch   6.6.0-1.fc38              updates   8.6 k
-  redhat-rpm-config           noarch   257-1.fc38                updates    76 k
-  rhash                       x86_64   1.4.3-2.fc38              fedora    194 k
-  rpmautospec-rpm-macros      noarch   0.6.3-1.fc38              updates    10 k
-  rust-srpm-macros            noarch   26.2-1.fc38               updates    13 k
-  tcl                         x86_64   1:8.6.12-4.fc38           fedora    1.1 M
-  tix                         x86_64   1:8.4.3-36.fc38           fedora    273 k
-  tk                          x86_64   1:8.6.12-4.fc38           fedora    1.6 M
-  vim-filesystem              noarch   2:9.1.393-1.fc38          updates    17 k
-  xml-common                  noarch   0.6.3-60.fc38             fedora     31 k
-  zip                         x86_64   3.0-37.fc38               updates   265 k
- 
- Transaction Summary
- ================================================================================
- Install  60 Packages
- 
- Total download size: 108 M
- Installed size: 604 M
- Downloading Packages:
- (1/60): file-5.44-3.fc38.x86_64.rpm             415 kB/s |  49 kB     00:00    
- (2/60): fonts-srpm-macros-2.0.5-11.fc38.noarch. 2.4 MB/s |  26 kB     00:00    
- (3/60): fpc-srpm-macros-1.3-7.fc38.noarch.rpm   929 kB/s | 7.8 kB     00:00    
- (4/60): freetype-2.13.0-2.fc38.x86_64.rpm        10 MB/s | 414 kB     00:00    
- (5/60): dwz-0.15-2.fc38.x86_64.rpm              667 kB/s | 135 kB     00:00    
- (6/60): gnat-srpm-macros-6-2.fc38.noarch.rpm    798 kB/s | 8.8 kB     00:00    
- (7/60): graphite2-1.3.14-11.fc38.x86_64.rpm     7.7 MB/s |  95 kB     00:00    
- (8/60): harfbuzz-7.1.0-1.fc38.x86_64.rpm         13 MB/s | 889 kB     00:00    
- (9/60): jsoncpp-1.9.5-4.fc38.x86_64.rpm         7.2 MB/s |  97 kB     00:00    
- (10/60): efi-srpm-macros-5-7.fc38.noarch.rpm     67 kB/s |  22 kB     00:00    
- (11/60): libXrender-0.9.11-2.fc38.x86_64.rpm    2.5 MB/s |  27 kB     00:00    
- (12/60): libedit-devel-3.1-45.20221030cvs.fc38. 3.5 MB/s |  41 kB     00:00    
- (13/60): libpng-1.6.37-14.fc38.x86_64.rpm       3.8 MB/s | 120 kB     00:00    
- (14/60): ghc-srpm-macros-1.6.1-1.fc38.noarch.rp  36 kB/s | 8.0 kB     00:00    
- (15/60): libXext-1.3.5-2.fc38.x86_64.rpm        169 kB/s |  39 kB     00:00    
- (16/60): llvm11-devel-11.1.0-10.fc38.x86_64.rpm 2.8 MB/s | 3.1 MB     00:01    
- (17/60): llvm11-11.1.0-10.fc38.x86_64.rpm       2.7 MB/s |  11 MB     00:04    
- (18/60): ocaml-srpm-macros-7-3.fc38.noarch.rpm  1.0 MB/s |  13 kB     00:00    
- (19/60): openblas-srpm-macros-2-13.fc38.noarch. 692 kB/s | 7.5 kB     00:00    
- (20/60): perl-srpm-macros-1-48.fc38.noarch.rpm  699 kB/s | 8.4 kB     00:00    
- (21/60): pixman-0.42.2-1.fc38.x86_64.rpm        1.0 MB/s | 285 kB     00:00    
- (22/60): python-srpm-macros-3.11-10.fc38.noarch 1.9 MB/s |  26 kB     00:00    
- (23/60): rhash-1.4.3-2.fc38.x86_64.rpm          2.9 MB/s | 194 kB     00:00    
- (24/60): tcl-8.6.12-4.fc38.x86_64.rpm           1.4 MB/s | 1.1 MB     00:00    
- (25/60): tix-8.4.3-36.fc38.x86_64.rpm           1.3 MB/s | 273 kB     00:00    
- (26/60): tk-8.6.12-4.fc38.x86_64.rpm            1.7 MB/s | 1.6 MB     00:00    
- (27/60): xml-common-0.6.3-60.fc38.noarch.rpm    1.5 MB/s |  31 kB     00:00    
- (28/60): annobin-docs-12.40-1.fc38.noarch.rpm   309 kB/s |  87 kB     00:00    
- (29/60): annobin-plugin-gcc-12.40-1.fc38.x86_64 2.0 MB/s | 955 kB     00:00    
- (30/60): ansible-srpm-macros-1-12.fc38.noarch.r 1.0 MB/s |  21 kB     00:00    
- (31/60): cairo-1.17.8-4.fc38.x86_64.rpm         1.4 MB/s | 704 kB     00:00    
- (32/60): llvm11-libs-11.1.0-10.fc38.x86_64.rpm  2.8 MB/s |  22 MB     00:07    
- (33/60): cmake-data-3.27.7-1.fc38.noarch.rpm    5.0 MB/s | 2.2 MB     00:00    
- (34/60): cmake-filesystem-3.27.7-1.fc38.x86_64. 1.6 MB/s |  19 kB     00:00    
- (35/60): fontconfig-2.14.2-2.fc38.x86_64.rpm    3.6 MB/s | 295 kB     00:00    
- (36/60): forge-srpm-macros-0.3.1-1.fc38.noarch. 1.7 MB/s |  19 kB     00:00    
- (37/60): gcc-plugin-annobin-13.2.1-7.fc38.x86_6 228 kB/s |  52 kB     00:00    
- (38/60): glibc-gconv-extra-2.37-19.fc38.x86_64. 3.4 MB/s | 1.6 MB     00:00    
- (39/60): go-srpm-macros-3.5.0-1.fc38.noarch.rpm 2.3 MB/s |  27 kB     00:00    
- (40/60): google-noto-fonts-common-20230201-2.fc 1.8 MB/s |  16 kB     00:00    
- (41/60): google-noto-sans-vf-fonts-20230201-2.f 4.5 MB/s | 579 kB     00:00    
- (42/60): cmake-3.27.7-1.fc38.x86_64.rpm         4.2 MB/s | 8.0 MB     00:01    
- (43/60): langpacks-core-font-en-3.0-32.fc38.noa 819 kB/s | 9.6 kB     00:00    
- (44/60): kernel-srpm-macros-1.0-19.fc38.noarch.  23 kB/s |  10 kB     00:00    
- (45/60): libuv-1.48.0-1.fc38.x86_64.rpm         3.7 MB/s | 252 kB     00:00    
- (46/60): lua-srpm-macros-1-13.fc38.noarch.rpm   796 kB/s | 8.7 kB     00:00    
- (47/60): ncurses-c++-libs-6.4-7.20230520.fc38.1 3.4 MB/s |  37 kB     00:00    
- (48/60): libXft-2.3.8-2.fc38.x86_64.rpm         156 kB/s |  72 kB     00:00    
- (49/60): package-notes-srpm-macros-0.5-8.fc38.n 1.1 MB/s |  11 kB     00:00    
- (50/60): pyproject-srpm-macros-1.12.0-1.fc38.no 1.3 MB/s |  14 kB     00:00    
- (51/60): ncurses-devel-6.4-7.20230520.fc38.1.x8 1.6 MB/s | 546 kB     00:00    
- (52/60): qt5-srpm-macros-5.15.12-1.fc38.noarch. 676 kB/s | 8.3 kB     00:00    
- (53/60): qt6-srpm-macros-6.6.0-1.fc38.noarch.rp 780 kB/s | 8.6 kB     00:00    
- (54/60): redhat-rpm-config-257-1.fc38.noarch.rp 322 kB/s |  76 kB     00:00    
- (55/60): rpmautospec-rpm-macros-0.6.3-1.fc38.no 919 kB/s |  10 kB     00:00    
- (56/60): rust-srpm-macros-26.2-1.fc38.noarch.rp 996 kB/s |  13 kB     00:00    
- (57/60): vim-filesystem-9.1.393-1.fc38.noarch.r 1.4 MB/s |  17 kB     00:00    
- (58/60): zip-3.0-37.fc38.x86_64.rpm             3.0 MB/s | 265 kB     00:00    
- (59/60): llvm11-static-11.1.0-10.fc38.x86_64.rp 3.0 MB/s |  37 MB     00:12    
- (60/60): python2.7-2.7.18-37.fc38.x86_64.rpm    3.6 MB/s |  13 MB     00:03    
- --------------------------------------------------------------------------------
- Total                                           7.4 MB/s | 108 MB     00:14     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : tcl-1:8.6.12-4.fc38.x86_64                            1/60 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64                 2/60 
-   Installing       : llvm11-libs-11.1.0-10.fc38.x86_64                     3/60 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                        4/60 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                       5/60 
-   Installing       : llvm11-11.1.0-10.fc38.x86_64                          6/60 
-   Installing       : zip-3.0-37.fc38.x86_64                                7/60
-  
-   Installing       : vim-filesystem-2:9.1.393-1.fc38.noarch                8/60 
-   Running scriptlet: vim-filesystem-2:9.1.393-1.fc38.noarch                8/60 
-   Installing       : rust-srpm-macros-26.2-1.fc38.noarch                   9/60 
-   Installing       : rpmautospec-rpm-macros-0.6.3-1.fc38.noarch           10/60 
-   Installing       : qt6-srpm-macros-6.6.0-1.fc38.noarch                  11/60 
-   Installing       : qt5-srpm-macros-5.15.12-1.fc38.noarch                12/60 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc38.noarch           13/60 
-   Installing       : package-notes-srpm-macros-0.5-8.fc38.noarch          14/60 
-   Installing       : ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64        15/60 
-   Installing       : ncurses-devel-6.4-7.20230520.fc38.1.x86_64           16/60 
-   Installing       : libedit-devel-3.1-45.20221030cvs.fc38.x86_64         17/60 
-   Installing       : lua-srpm-macros-1-13.fc38.noarch                     18/60 
-   Installing       : libuv-1:1.48.0-1.fc38.x86_64                         19/60 
-   Installing       : kernel-srpm-macros-1.0-19.fc38.noarch                20/60 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch      21/60 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     22/60 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch            23/60 
-   Installing       : gcc-plugin-annobin-13.2.1-7.fc38.x86_64              24/60 
-   Installing       : ansible-srpm-macros-1-12.fc38.noarch                 25/60 
-   Installing       : annobin-docs-12.40-1.fc38.noarch                     26/60 
-   Installing       : annobin-plugin-gcc-12.40-1.fc38.x86_64               27/60 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                      28/60 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                      28/60 
-   Installing       : rhash-1.4.3-2.fc38.x86_64                            29/60 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                          30/60 
-   Installing       : perl-srpm-macros-1-48.fc38.noarch                    31/60 
-   Installing       : openblas-srpm-macros-2-13.fc38.noarch                32/60 
-   Installing       : ocaml-srpm-macros-7-3.fc38.noarch                    33/60
-  
-   Installing       : llvm11-static-11.1.0-10.fc38.x86_64                  34/60 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                          35/60 
-   Installing       : jsoncpp-1.9.5-4.fc38.x86_64                          36/60 
-   Installing       : cmake-data-3.27.7-1.fc38.noarch                      37/60 
-   Installing       : cmake-3.27.7-1.fc38.x86_64                           38/60 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                      39/60 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                           40/60 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                         41/60 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                        42/60 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                      43/60 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      43/60
-  
-   Installing       : libXft-2.3.8-2.fc38.x86_64                           44/60 
-   Running scriptlet: tk-1:8.6.12-4.fc38.x86_64                            45/60 
-   Installing       : tk-1:8.6.12-4.fc38.x86_64                            45/60 
-   Installing       : tix-1:8.4.3-36.fc38.x86_64                           46/60 
-   Running scriptlet: tix-1:8.4.3-36.fc38.x86_64                           46/60 
-   Installing       : gnat-srpm-macros-6-2.fc38.noarch                     47/60 
-   Installing       : ghc-srpm-macros-1.6.1-1.fc38.noarch                  48/60 
-   Installing       : fpc-srpm-macros-1.3-7.fc38.noarch                    49/60 
-   Installing       : file-5.44-3.fc38.x86_64                              50/60 
-   Installing       : efi-srpm-macros-5-7.fc38.noarch                      51/60 
-   Installing       : dwz-0.15-2.fc38.x86_64                               52/60 
-   Installing       : fonts-srpm-macros-1:2.0.5-11.fc38.noarch             53/60 
-   Installing       : python-srpm-macros-3.11-10.fc38.noarch               54/60 
-   Installing       : forge-srpm-macros-0.3.1-1.fc38.noarch                55/60 
-   Installing       : go-srpm-macros-3.5.0-1.fc38.noarch                   56/60 
-   Installing       : redhat-rpm-config-257-1.fc38.noarch                  57/60 
-   Running scriptlet: redhat-rpm-config-257-1.fc38.noarch                  57/60
-  
-   Installing       : python2.7-2.7.18-37.fc38.x86_64                      58/60 
-   Installing       : llvm11-devel-11.1.0-10.fc38.x86_64                   59/60 
-   Running scriptlet: llvm11-devel-11.1.0-10.fc38.x86_64                   59/60 
-   Installing       : glibc-gconv-extra-2.37-19.fc38.x86_64                60/60 
-   Running scriptlet: glibc-gconv-extra-2.37-19.fc38.x86_64                60/60 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                      60/60 
-   Running scriptlet: glibc-gconv-extra-2.37-19.fc38.x86_64                60/60 
-   Verifying        : dwz-0.15-2.fc38.x86_64                                1/60 
-   Verifying        : efi-srpm-macros-5-7.fc38.noarch                       2/60 
-   Verifying        : file-5.44-3.fc38.x86_64                               3/60 
-   Verifying        : fonts-srpm-macros-1:2.0.5-11.fc38.noarch              4/60 
-   Verifying        : fpc-srpm-macros-1.3-7.fc38.noarch                     5/60 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                         6/60 
-   Verifying        : ghc-srpm-macros-1.6.1-1.fc38.noarch                   7/60 
-   Verifying        : gnat-srpm-macros-6-2.fc38.noarch                      8/60 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                       9/60 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                         10/60 
-   Verifying        : jsoncpp-1.9.5-4.fc38.x86_64                          11/60 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                          12/60 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                      13/60 
-   Verifying        : libedit-devel-3.1-45.20221030cvs.fc38.x86_64         14/60 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                       15/60 
-   Verifying        : llvm11-11.1.0-10.fc38.x86_64                         16/60 
-   Verifying        : llvm11-devel-11.1.0-10.fc38.x86_64                   17/60 
-   Verifying        : llvm11-libs-11.1.0-10.fc38.x86_64                    18/60 
-   Verifying        : llvm11-static-11.1.0-10.fc38.x86_64                  19/60 
-   Verifying        : ocaml-srpm-macros-7-3.fc38.noarch                    20/60 
-   Verifying        : openblas-srpm-macros-2-13.fc38.noarch                21/60 
-   Verifying        : perl-srpm-macros-1-48.fc38.noarch                    22/60 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                          23/60 
-   Verifying        : python-srpm-macros-3.11-10.fc38.noarch               24/60 
-   Verifying        : rhash-1.4.3-2.fc38.x86_64                            25/60 
-   Verifying        : tcl-1:8.6.12-4.fc38.x86_64                           26/60 
-   Verifying        : tix-1:8.4.3-36.fc38.x86_64                           27/60 
-   Verifying        : tk-1:8.6.12-4.fc38.x86_64                            28/60 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                      29/60 
-   Verifying        : annobin-docs-12.40-1.fc38.noarch                     30/60 
-   Verifying        : annobin-plugin-gcc-12.40-1.fc38.x86_64               31/60 
-   Verifying        : ansible-srpm-macros-1-12.fc38.noarch                 32/60 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                           33/60 
-   Verifying        : cmake-3.27.7-1.fc38.x86_64                           34/60 
-   Verifying        : cmake-data-3.27.7-1.fc38.noarch                      35/60 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64                36/60 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                      37/60 
-   Verifying        : forge-srpm-macros-0.3.1-1.fc38.noarch                38/60 
-   Verifying        : gcc-plugin-annobin-13.2.1-7.fc38.x86_64              39/60 
-   Verifying        : glibc-gconv-extra-2.37-19.fc38.x86_64                40/60 
-   Verifying        : go-srpm-macros-3.5.0-1.fc38.noarch                   41/60 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch      42/60 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch     43/60 
-   Verifying        : kernel-srpm-macros-1.0-19.fc38.noarch                44/60 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch            45/60 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                           46/60 
-   Verifying        : libuv-1:1.48.0-1.fc38.x86_64                         47/60 
-   Verifying        : lua-srpm-macros-1-13.fc38.noarch                     48/60 
-   Verifying        : ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64        49/60 
-   Verifying        : ncurses-devel-6.4-7.20230520.fc38.1.x86_64           50/60 
-   Verifying        : package-notes-srpm-macros-0.5-8.fc38.noarch          51/60 
-   Verifying        : pyproject-srpm-macros-1.12.0-1.fc38.noarch           52/60 
-   Verifying        : python2.7-2.7.18-37.fc38.x86_64                      53/60 
-   Verifying        : qt5-srpm-macros-5.15.12-1.fc38.noarch                54/60 
-   Verifying        : qt6-srpm-macros-6.6.0-1.fc38.noarch                  55/60 
-   Verifying        : redhat-rpm-config-257-1.fc38.noarch                  56/60 
-   Verifying        : rpmautospec-rpm-macros-0.6.3-1.fc38.noarch           57/60 
-   Verifying        : rust-srpm-macros-26.2-1.fc38.noarch                  58/60 
-   Verifying        : vim-filesystem-2:9.1.393-1.fc38.noarch               59/60 
-   Verifying        : zip-3.0-37.fc38.x86_64                               60/60 
- 
- Installed:
-   annobin-docs-12.40-1.fc38.noarch                                              
-   annobin-plugin-gcc-12.40-1.fc38.x86_64                                        
-   ansible-srpm-macros-1-12.fc38.noarch                                          
-   cairo-1.17.8-4.fc38.x86_64                                                    
-   cmake-3.27.7-1.fc38.x86_64                                                    
-   cmake-data-3.27.7-1.fc38.noarch                                               
-   cmake-filesystem-3.27.7-1.fc38.x86_64                                         
-   dwz-0.15-2.fc38.x86_64                                                        
-   efi-srpm-macros-5-7.fc38.noarch                                               
-   file-5.44-3.fc38.x86_64                                                       
-   fontconfig-2.14.2-2.fc38.x86_64                                               
-   fonts-srpm-macros-1:2.0.5-11.fc38.noarch                                      
-   forge-srpm-macros-0.3.1-1.fc38.noarch                                         
-   fpc-srpm-macros-1.3-7.fc38.noarch                                             
-   freetype-2.13.0-2.fc38.x86_64                                                 
-   gcc-plugin-annobin-13.2.1-7.fc38.x86_64                                       
-   ghc-srpm-macros-1.6.1-1.fc38.noarch                                           
-   glibc-gconv-extra-2.37-19.fc38.x86_64                                         
-   gnat-srpm-macros-6-2.fc38.noarch                                              
-   go-srpm-macros-3.5.0-1.fc38.noarch                                            
-   google-noto-fonts-common-20230201-2.fc38.noarch                               
-   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
-   graphite2-1.3.14-11.fc38.x86_64                                               
-   harfbuzz-7.1.0-1.fc38.x86_64                                                  
-   jsoncpp-1.9.5-4.fc38.x86_64                                                   
-   kernel-srpm-macros-1.0-19.fc38.noarch                                         
-   langpacks-core-font-en-3.0-32.fc38.noarch                                     
-   libXext-1.3.5-2.fc38.x86_64                                                   
-   libXft-2.3.8-2.fc38.x86_64                                                    
-   libXrender-0.9.11-2.fc38.x86_64                                               
-   libedit-devel-3.1-45.20221030cvs.fc38.x86_64                                  
-   libpng-2:1.6.37-14.fc38.x86_64                                                
-   libuv-1:1.48.0-1.fc38.x86_64                                                  
-   llvm11-11.1.0-10.fc38.x86_64                                                  
-   llvm11-devel-11.1.0-10.fc38.x86_64                                            
-   llvm11-libs-11.1.0-10.fc38.x86_64                                             
-   llvm11-static-11.1.0-10.fc38.x86_64                                           
-   lua-srpm-macros-1-13.fc38.noarch                                              
-   ncurses-c++-libs-6.4-7.20230520.fc38.1.x86_64                                 
-   ncurses-devel-6.4-7.20230520.fc38.1.x86_64                                    
-   ocaml-srpm-macros-7-3.fc38.noarch                                             
-   openblas-srpm-macros-2-13.fc38.noarch                                         
-   package-notes-srpm-macros-0.5-8.fc38.noarch                                   
-   perl-srpm-macros-1-48.fc38.noarch                                             
-   pixman-0.42.2-1.fc38.x86_64                                                   
-   pyproject-srpm-macros-1.12.0-1.fc38.noarch                                    
-   python-srpm-macros-3.11-10.fc38.noarch                                        
-   python2.7-2.7.18-37.fc38.x86_64                                               
-   qt5-srpm-macros-5.15.12-1.fc38.noarch                                         
-   qt6-srpm-macros-6.6.0-1.fc38.noarch                                           
-   redhat-rpm-config-257-1.fc38.noarch                                           
-   rhash-1.4.3-2.fc38.x86_64                                                     
-   rpmautospec-rpm-macros-0.6.3-1.fc38.noarch                                    
-   rust-srpm-macros-26.2-1.fc38.noarch                                           
-   tcl-1:8.6.12-4.fc38.x86_64                                                    
-   tix-1:8.4.3-36.fc38.x86_64                                                    
-   tk-1:8.6.12-4.fc38.x86_64                                                     
-   vim-filesystem-2:9.1.393-1.fc38.noarch                                        
-   xml-common-0.6.3-60.fc38.noarch                                               
-   zip-3.0-37.fc38.x86_64                                                        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cmake" "llvm11-devel" "python2.7"
- cmake-3.27.7-1.fc38.x86_64
- llvm11-devel-11.1.0-10.fc38.x86_64
- python2.7-2.7.18-37.fc38.x86_64
2024-05-26 18:23.09 ---> saved as "43e8c6ed1f1223c9b6c5f5dd76002277f2c638526394d6904f855ec214c9c25d"

/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 dune.3.15.3
-> installed msgpack.1.3.0
-> 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 ordering.3.15.3
-> 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.3
-> installed dune-configurator.3.15.3
-> installed containers.3.13.1
-> installed stdune.3.15.3
-> installed containers-data.3.13.1
-> installed dune-private-libs.3.15.3
-> installed ctypes.0.22.0
-> 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.52 ---> saved as "0dc8fb2bc8f04683037ea17ef3a2023ed6bf34a7c747bfdb17a150a59a34c432"

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

/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 "2ba40f8b43435cd3c67ab6118bbdae63880e6fb33f8d3053987ed88ad98bd5b9"
Job succeeded
2024-05-26 18:26.00: Job succeeded