Build:
  1. 2
  2. 1
  3. 0
2024-04-28 23:05.05: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/genrules2maybe (5ad39bc5fcd21a8fecf2734813541f216e0cd0f0) (linux-x86_64:fedora-39-5.1_opam-2.1)
Base: ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "genrules2maybe" && cd "lintcstubs" && git reset --hard 5ad39bc5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
# fedora-39-5.1_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam ./
RUN opam pin add -yn lintcstubs.dev './' && \
    opam pin add -yn lintcstubs-gen.dev './'
ENV DEPS="angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lintcstubs.dev lintcstubs-gen.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-28 23:05.05: Using cache hint "edwintorok/lintcstubs-ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd-fedora-39-5.1_opam-2.1-229d83cf33a9fc9f7c40fc2db26188f3"
2024-04-28 23:05.05: Using OBuilder spec:
((from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
 (comment fedora-39-5.1_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lintcstubs.dev './' && \
             \nopam pin add -yn lintcstubs-gen.dev './'"))
 (env DEPS "angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13")
 (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 lintcstubs.dev lintcstubs-gen.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-28 23:05.05: Waiting for resource in pool OCluster
2024-04-28 23:05.05: Waiting for worker…
2024-04-28 23:10.34: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 5ad39bc doesnotwor

(from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
2024-04-28 23:12.26 ---> saved as "bc015d92fec2753c0129b53f1331635ff2a1fc47e22eaf22e84a5aa0f33e5da0"

/: (comment fedora-39-5.1_opam-2.1)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64 - Updates                    183 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                    4.5 MB/s | 5.0 MB     00:01    
Last metadata expiration check: 0:00:10 ago on Sun Apr 28 23:12:27 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-28 23:12.41 ---> saved as "7f4a4ef2e2bf8444bfb7fcb638605b115fb196af605d420fe20edf01f57a383c"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-28 23:12.41 ---> saved as "164fd62c572d344e48fa001356966dcceb61dee12a4163cc143ef106888a6a3d"

/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-28 23:14.03 ---> saved as "aceab762f34cc2302b11f8af49124b824b6debc1bdb5d737aced2b50c56ea170"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-28 23:14.03 ---> saved as "f69c099a0d3c7dbd5039bb945321edf174c4239341afab2f555dac66ccf556cb"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-04-28 23:14.03 ---> saved as "9fdeedeacecb96a4ec3126fc13deccf0ff57509510bd11abd7d2c3acc66cba64"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
950c52962d [new release] dune (15 packages) (3.15.0)

<><> 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-28 23:15.19 ---> saved as "6b73bec904f25b463e5f887bd038c130d02461d7a3f25731da69b08688c7cc5f"

/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
2024-04-28 23:15.20 ---> saved as "e7a4e79173237984832d8934cb2058d68cc5d8e1d65576b313e2a446d0d035b7"

/src: (run (network host)
           (shell  "opam pin add -yn lintcstubs.dev './' && \
                  \nopam pin add -yn lintcstubs-gen.dev './'"))
[lintcstubs.dev] synchronised (file:///src)
lintcstubs is now pinned to file:///src (version dev)
[lintcstubs-gen.dev] synchronised (file:///src)
lintcstubs-gen is now pinned to file:///src (version dev)
2024-04-28 23:15.23 ---> saved as "ff67b59dbe39741cbb19618aa62d1ecca7d1362546cda03cc5c5ad1e5f7ddbb6"

/src: (env DEPS "angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13")

/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 lintcstubs.dev lintcstubs-gen.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              203 kB/s |  26 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        9.3 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    184 kB/s |  23 kB     00:00    
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs.dev] synchronised (no changes)
[lintcstubs-gen.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:
    gmp-devel perl-ExtUtils-MakeMaker perl-FindBin perl-Pod-Html

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- Last metadata expiration check: 0:00:15 ago on Sun Apr 28 23:15:24 2024.
- Dependencies resolved.
- ================================================================================
-  Package                   Arch   Version                         Repo     Size
- ================================================================================
- Installing:
-  gmp-devel                 x86_64 1:6.2.1-5.fc39                  fedora  173 k
-  perl-ExtUtils-MakeMaker   noarch 2:7.70-501.fc39                 fedora  292 k
-  perl-FindBin              noarch 1.53-502.fc39                   updates  14 k
-  perl-Pod-Html             noarch 1.34-502.fc39                   updates  29 k
- Installing dependencies:
-  annobin-docs              noarch 12.46-1.fc39                    updates  88 k
-  annobin-plugin-gcc        x86_64 12.46-1.fc39                    updates 958 k
-  ansible-srpm-macros       noarch 1-12.fc39                       updates  21 k
-  dwz                       x86_64 0.15-3.fc39                     fedora  134 k
-  efi-srpm-macros           noarch 5-9.fc39                        fedora   22 k
-  file                      x86_64 5.44-5.fc39                     fedora   49 k
-  fonts-srpm-macros         noarch 1:2.0.5-12.fc39                 fedora   26 k
-  forge-srpm-macros         noarch 0.3.1-1.fc39                    updates  19 k
-  fpc-srpm-macros           noarch 1.3-8.fc39                      fedora  7.4 k
-  gcc-plugin-annobin        x86_64 13.2.1-7.fc39                   updates  52 k
-  ghc-srpm-macros           noarch 1.6.1-2.fc39                    fedora  7.8 k
-  glibc-gconv-extra         x86_64 2.38-18.fc39                    updates 1.6 M
-  gmp-c++                   x86_64 1:6.2.1-5.fc39                  fedora   18 k
-  gnat-srpm-macros          noarch 6-3.fc39                        fedora  8.8 k
-  go-srpm-macros            noarch 3.5.0-1.fc39                    updates  28 k
-  kernel-srpm-macros        noarch 1.0-20.fc39                     fedora   10 k
-  lua-srpm-macros           noarch 1-13.fc39                       updates 8.7 k
-  ocaml-srpm-macros         noarch 8-2.fc39                        fedora   14 k
-  openblas-srpm-macros      noarch 2-14.fc39                       fedora  7.5 k
-  package-notes-srpm-macros noarch 0.5-9.fc39                      fedora   11 k
-  perl-AutoSplit            noarch 5.74-502.fc39                   updates  22 k
-  perl-Benchmark            noarch 1.24-502.fc39                   updates  27 k
-  perl-CPAN-Meta-Requirements
-                            noarch 2.143-4.fc39                    fedora   35 k
-  perl-CPAN-Meta-YAML       noarch 0.018-501.fc39                  fedora   26 k
-  perl-Devel-PPPort         x86_64 3.71-501.fc39                   fedora  218 k
-  perl-ExtUtils-Command     noarch 2:7.70-501.fc39                 fedora   14 k
-  perl-ExtUtils-Constant    noarch 0.25-502.fc39                   updates  44 k
-  perl-ExtUtils-Install     noarch 2.22-500.fc39                   fedora   43 k
-  perl-ExtUtils-Manifest    noarch 1:1.75-3.fc39                   fedora   34 k
-  perl-ExtUtils-ParseXS     noarch 1:3.51-500.fc39                 fedora  187 k
-  perl-I18N-Langinfo        x86_64 0.22-502.fc39                   updates  22 k
-  perl-JSON-PP              noarch 1:4.16-501.fc39                 fedora   67 k
-  perl-Math-BigInt          noarch 1:1.9998.39-2.fc39              fedora  203 k
-  perl-Math-BigRat          noarch 0.2624-500.fc39                 fedora   41 k
-  perl-Math-Complex         noarch 1.62-502.fc39                   updates  46 k
-  perl-Test-Harness         noarch 1:3.48-1.fc39                   updates 275 k
-  perl-srpm-macros          noarch 1-51.fc39                       fedora  8.0 k
-  perl-version              x86_64 8:0.99.30-1.fc39                fedora   62 k
-  pyproject-srpm-macros     noarch 1.12.0-1.fc39                   updates  14 k
-  python-srpm-macros        noarch 3.12-4.fc39                     fedora   25 k
-  python3-pyparsing         noarch 3.0.9-11.fc39                   fedora  254 k
-  qt5-srpm-macros           noarch 5.15.12-1.fc39                  updates 8.4 k
-  qt6-srpm-macros           noarch 6.6.2-1.fc39                    updates 8.9 k
-  redhat-rpm-config         noarch 266-1.fc39                      updates  78 k
-  rpmautospec-rpm-macros    noarch 0.6.3-1.fc39                    updates  10 k
-  rust-srpm-macros          noarch 26.2-1.fc39                     updates  13 k
-  systemtap-sdt-devel       x86_64 5.1~pre17062192g5fd8daba-1.fc39 updates  74 k
-  zip                       x86_64 3.0-39.fc39                     fedora  266 k
- Installing weak dependencies:
-  perl-CPAN-Meta            noarch 2.150010-500.fc39               fedora  191 k
-  perl-Encode-Locale        noarch 1.05-27.fc39                    fedora   18 k
-  perl-Time-HiRes           x86_64 4:1.9775-500.fc39               fedora   57 k
-  perl-devel                x86_64 4:5.38.2-502.fc39               updates 757 k
-  perl-doc                  noarch 5.38.2-502.fc39                 updates 4.7 M
- 
- Transaction Summary
- ================================================================================
- Install  57 Packages
- 
- Total download size: 11 M
- Installed size: 36 M
- Downloading Packages:
- (1/57): efi-srpm-macros-5-9.fc39.noarch.rpm     227 kB/s |  22 kB     00:00    
- (2/57): file-5.44-5.fc39.x86_64.rpm             453 kB/s |  49 kB     00:00    
- (3/57): fonts-srpm-macros-2.0.5-12.fc39.noarch. 2.4 MB/s |  26 kB     00:00    
- (4/57): fpc-srpm-macros-1.3-8.fc39.noarch.rpm   753 kB/s | 7.4 kB     00:00    
- (5/57): ghc-srpm-macros-1.6.1-2.fc39.noarch.rpm 803 kB/s | 7.8 kB     00:00    
- (6/57): dwz-0.15-3.fc39.x86_64.rpm              1.1 MB/s | 134 kB     00:00    
- (7/57): gmp-c++-6.2.1-5.fc39.x86_64.rpm         2.1 MB/s |  18 kB     00:00    
- (8/57): gnat-srpm-macros-6-3.fc39.noarch.rpm    1.0 MB/s | 8.8 kB     00:00    
- (9/57): gmp-devel-6.2.1-5.fc39.x86_64.rpm       9.1 MB/s | 173 kB     00:00    
- (10/57): kernel-srpm-macros-1.0-20.fc39.noarch. 1.0 MB/s |  10 kB     00:00    
- (11/57): ocaml-srpm-macros-8-2.fc39.noarch.rpm  1.1 MB/s |  14 kB     00:00    
- (12/57): openblas-srpm-macros-2-14.fc39.noarch. 738 kB/s | 7.5 kB     00:00    
- (13/57): package-notes-srpm-macros-0.5-9.fc39.n 1.1 MB/s |  11 kB     00:00    
- (14/57): perl-CPAN-Meta-Requirements-2.143-4.fc 3.6 MB/s |  35 kB     00:00    
- (15/57): perl-CPAN-Meta-YAML-0.018-501.fc39.noa 2.5 MB/s |  26 kB     00:00    
- (16/57): perl-Encode-Locale-1.05-27.fc39.noarch 2.0 MB/s |  18 kB     00:00    
- (17/57): perl-CPAN-Meta-2.150010-500.fc39.noarc 7.4 MB/s | 191 kB     00:00    
- (18/57): perl-ExtUtils-Command-7.70-501.fc39.no 1.4 MB/s |  14 kB     00:00    
- (19/57): perl-ExtUtils-Install-2.22-500.fc39.no 4.3 MB/s |  43 kB     00:00    
- (20/57): perl-Devel-PPPort-3.71-501.fc39.x86_64 8.9 MB/s | 218 kB     00:00    
- (21/57): perl-ExtUtils-MakeMaker-7.70-501.fc39.  11 MB/s | 292 kB     00:00    
- (22/57): perl-JSON-PP-4.16-501.fc39.noarch.rpm  6.9 MB/s |  67 kB     00:00    
- (23/57): perl-ExtUtils-Manifest-1.75-3.fc39.noa 621 kB/s |  34 kB     00:00    
- (24/57): perl-Math-BigRat-0.2624-500.fc39.noarc 4.3 MB/s |  41 kB     00:00    
- (25/57): perl-Time-HiRes-1.9775-500.fc39.x86_64 6.1 MB/s |  57 kB     00:00    
- (26/57): perl-srpm-macros-1-51.fc39.noarch.rpm  912 kB/s | 8.0 kB     00:00    
- (27/57): perl-ExtUtils-ParseXS-3.51-500.fc39.no 2.2 MB/s | 187 kB     00:00    
- (28/57): perl-version-0.99.30-1.fc39.x86_64.rpm 6.3 MB/s |  62 kB     00:00    
- (29/57): python-srpm-macros-3.12-4.fc39.noarch. 2.6 MB/s |  25 kB     00:00    
- (30/57): perl-Math-BigInt-1.9998.39-2.fc39.noar 2.9 MB/s | 203 kB     00:00    
- (31/57): python3-pyparsing-3.0.9-11.fc39.noarch 8.3 MB/s | 254 kB     00:00    
- (32/57): annobin-docs-12.46-1.fc39.noarch.rpm   2.3 MB/s |  88 kB     00:00    
- (33/57): ansible-srpm-macros-1-12.fc39.noarch.r 1.6 MB/s |  21 kB     00:00    
- (34/57): forge-srpm-macros-0.3.1-1.fc39.noarch. 1.2 MB/s |  19 kB     00:00    
- (35/57): zip-3.0-39.fc39.x86_64.rpm             3.1 MB/s | 266 kB     00:00    
- (36/57): annobin-plugin-gcc-12.46-1.fc39.x86_64 8.7 MB/s | 958 kB     00:00    
- (37/57): go-srpm-macros-3.5.0-1.fc39.noarch.rpm 2.9 MB/s |  28 kB     00:00    
- (38/57): gcc-plugin-annobin-13.2.1-7.fc39.x86_6 757 kB/s |  52 kB     00:00    
- (39/57): lua-srpm-macros-1-13.fc39.noarch.rpm   1.0 MB/s | 8.7 kB     00:00    
- (40/57): perl-AutoSplit-5.74-502.fc39.noarch.rp 2.4 MB/s |  22 kB     00:00    
- (41/57): perl-Benchmark-1.24-502.fc39.noarch.rp 2.9 MB/s |  27 kB     00:00    
- (42/57): perl-ExtUtils-Constant-0.25-502.fc39.n 2.8 MB/s |  44 kB     00:00    
- (43/57): perl-FindBin-1.53-502.fc39.noarch.rpm  1.5 MB/s |  14 kB     00:00    
- (44/57): glibc-gconv-extra-2.38-18.fc39.x86_64.  10 MB/s | 1.6 MB     00:00    
- (45/57): perl-Pod-Html-1.34-502.fc39.noarch.rpm 3.1 MB/s |  29 kB     00:00    
- (46/57): perl-Test-Harness-3.48-1.fc39.noarch.r 7.7 MB/s | 275 kB     00:00    
- (47/57): perl-devel-5.38.2-502.fc39.x86_64.rpm  8.1 MB/s | 757 kB     00:00    
- (48/57): perl-I18N-Langinfo-0.22-502.fc39.x86_6  99 kB/s |  22 kB     00:00    
- (49/57): perl-Math-Complex-1.62-502.fc39.noarch 206 kB/s |  46 kB     00:00    
- (50/57): pyproject-srpm-macros-1.12.0-1.fc39.no 1.4 MB/s |  14 kB     00:00    
- (51/57): qt5-srpm-macros-5.15.12-1.fc39.noarch. 916 kB/s | 8.4 kB     00:00    
- (52/57): qt6-srpm-macros-6.6.2-1.fc39.noarch.rp 1.0 MB/s | 8.9 kB     00:00    
- (53/57): redhat-rpm-config-266-1.fc39.noarch.rp 4.6 MB/s |  78 kB     00:00    
- (54/57): rpmautospec-rpm-macros-0.6.3-1.fc39.no 1.2 MB/s |  10 kB     00:00    
- (55/57): rust-srpm-macros-26.2-1.fc39.noarch.rp 1.4 MB/s |  13 kB     00:00    
- (56/57): systemtap-sdt-devel-5.1~pre17062192g5f 7.9 MB/s |  74 kB     00:00    
- (57/57): perl-doc-5.38.2-502.fc39.noarch.rpm     10 MB/s | 4.7 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           7.8 MB/s |  11 MB     00:01     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : perl-version-8:0.99.30-1.fc39.x86_64                  1/57 
-   Installing       : perl-CPAN-Meta-Requirements-2.143-4.fc39.noarch       2/57 
-   Installing       : perl-Math-Complex-1.62-502.fc39.noarch                3/57 
-   Installing       : perl-Math-BigRat-0.2624-500.fc39.noarch               4/57 
-   Installing       : perl-Math-BigInt-1:1.9998.39-2.fc39.noarch            5/57 
-   Installing       : perl-JSON-PP-1:4.16-501.fc39.noarch                   6/57 
-   Installing       : perl-Time-HiRes-4:1.9775-500.fc39.x86_64              7/57 
-   Installing       : perl-ExtUtils-ParseXS-1:3.51-500.fc39.noarch          8/57 
-   Installing       : rust-srpm-macros-26.2-1.fc39.noarch                   9/57 
-   Installing       : rpmautospec-rpm-macros-0.6.3-1.fc39.noarch           10/57 
-   Installing       : qt6-srpm-macros-6.6.2-1.fc39.noarch                  11/57 
-   Installing       : qt5-srpm-macros-5.15.12-1.fc39.noarch                12/57 
-   Installing       : pyproject-srpm-macros-1.12.0-1.fc39.noarch           13/57 
-   Installing       : perl-doc-5.38.2-502.fc39.noarch                      14/57 
-   Installing       : perl-I18N-Langinfo-0.22-502.fc39.x86_64              15/57 
-   Installing       : perl-Encode-Locale-1.05-27.fc39.noarch               16/57 
-   Installing       : perl-ExtUtils-Constant-0.25-502.fc39.noarch          17/57 
-   Installing       : perl-Benchmark-1.24-502.fc39.noarch                  18/57 
-   Installing       : perl-Test-Harness-1:3.48-1.fc39.noarch               19/57 
-   Installing       : perl-AutoSplit-5.74-502.fc39.noarch                  20/57 
-   Installing       : lua-srpm-macros-1-13.fc39.noarch                     21/57 
-   Installing       : gcc-plugin-annobin-13.2.1-7.fc39.x86_64              22/57 
-   Installing       : ansible-srpm-macros-1-12.fc39.noarch                 23/57 
-   Installing       : annobin-docs-12.46-1.fc39.noarch                     24/57 
-   Installing       : annobin-plugin-gcc-12.46-1.fc39.x86_64               25/57 
-   Installing       : zip-3.0-39.fc39.x86_64                               26/57 
-   Installing       : python3-pyparsing-3.0.9-11.fc39.noarch               27/57 
-   Installing       : systemtap-sdt-devel-5.1~pre17062192g5fd8daba-1.fc3   28/57 
-   Installing       : perl-srpm-macros-1-51.fc39.noarch                    29/57 
-   Installing       : perl-ExtUtils-Manifest-1:1.75-3.fc39.noarch          30/57 
-   Installing       : perl-ExtUtils-Command-2:7.70-501.fc39.noarch         31/57 
-   Installing       : perl-Devel-PPPort-3.71-501.fc39.x86_64               32/57 
-   Installing       : perl-CPAN-Meta-YAML-0.018-501.fc39.noarch            33/57 
-   Installing       : perl-CPAN-Meta-2.150010-500.fc39.noarch              34/57 
-   Installing       : package-notes-srpm-macros-0.5-9.fc39.noarch          35/57 
-   Installing       : openblas-srpm-macros-2-14.fc39.noarch                36/57 
-   Installing       : ocaml-srpm-macros-8-2.fc39.noarch                    37/57 
-   Installing       : kernel-srpm-macros-1.0-20.fc39.noarch                38/57 
-   Installing       : gnat-srpm-macros-6-3.fc39.noarch                     39/57 
-   Installing       : gmp-c++-1:6.2.1-5.fc39.x86_64                        40/57 
-   Installing       : ghc-srpm-macros-1.6.1-2.fc39.noarch                  41/57 
-   Installing       : fpc-srpm-macros-1.3-8.fc39.noarch                    42/57 
-   Installing       : file-5.44-5.fc39.x86_64                              43/57 
-   Installing       : efi-srpm-macros-5-9.fc39.noarch                      44/57 
-   Installing       : dwz-0.15-3.fc39.x86_64                               45/57 
-   Installing       : fonts-srpm-macros-1:2.0.5-12.fc39.noarch             46/57 
-   Installing       : python-srpm-macros-3.12-4.fc39.noarch                47/57 
-   Installing       : forge-srpm-macros-0.3.1-1.fc39.noarch                48/57 
-   Installing       : go-srpm-macros-3.5.0-1.fc39.noarch                   49/57 
-   Installing       : redhat-rpm-config-266-1.fc39.noarch                  50/57 
-   Running scriptlet: redhat-rpm-config-266-1.fc39.noarch                  50/57 
-   Installing       : perl-ExtUtils-Install-2.22-500.fc39.noarch           51/57 
-   Installing       : perl-devel-4:5.38.2-502.fc39.x86_64                  52/57 
-   Installing       : perl-ExtUtils-MakeMaker-2:7.70-501.fc39.noarch       53/57 
-   Installing       : gmp-devel-1:6.2.1-5.fc39.x86_64                      54/57 
-   Installing       : perl-Pod-Html-1.34-502.fc39.noarch                   55/57 
-   Installing       : perl-FindBin-1.53-502.fc39.noarch                    56/57 
-   Installing       : glibc-gconv-extra-2.38-18.fc39.x86_64                57/57 
-   Running scriptlet: glibc-gconv-extra-2.38-18.fc39.x86_64                57/57 
-   Verifying        : dwz-0.15-3.fc39.x86_64                                1/57 
-   Verifying        : efi-srpm-macros-5-9.fc39.noarch                       2/57 
-   Verifying        : file-5.44-5.fc39.x86_64                               3/57 
-   Verifying        : fonts-srpm-macros-1:2.0.5-12.fc39.noarch              4/57 
-   Verifying        : fpc-srpm-macros-1.3-8.fc39.noarch                     5/57 
-   Verifying        : ghc-srpm-macros-1.6.1-2.fc39.noarch                   6/57 
-   Verifying        : gmp-c++-1:6.2.1-5.fc39.x86_64                         7/57 
-   Verifying        : gmp-devel-1:6.2.1-5.fc39.x86_64                       8/57 
-   Verifying        : gnat-srpm-macros-6-3.fc39.noarch                      9/57 
-   Verifying        : kernel-srpm-macros-1.0-20.fc39.noarch                10/57 
-   Verifying        : ocaml-srpm-macros-8-2.fc39.noarch                    11/57 
-   Verifying        : openblas-srpm-macros-2-14.fc39.noarch                12/57 
-   Verifying        : package-notes-srpm-macros-0.5-9.fc39.noarch          13/57 
-   Verifying        : perl-CPAN-Meta-2.150010-500.fc39.noarch              14/57 
-   Verifying        : perl-CPAN-Meta-Requirements-2.143-4.fc39.noarch      15/57 
-   Verifying        : perl-CPAN-Meta-YAML-0.018-501.fc39.noarch            16/57 
-   Verifying        : perl-Devel-PPPort-3.71-501.fc39.x86_64               17/57 
-   Verifying        : perl-Encode-Locale-1.05-27.fc39.noarch               18/57 
-   Verifying        : perl-ExtUtils-Command-2:7.70-501.fc39.noarch         19/57 
-   Verifying        : perl-ExtUtils-Install-2.22-500.fc39.noarch           20/57 
-   Verifying        : perl-ExtUtils-MakeMaker-2:7.70-501.fc39.noarch       21/57 
-   Verifying        : perl-ExtUtils-Manifest-1:1.75-3.fc39.noarch          22/57 
-   Verifying        : perl-ExtUtils-ParseXS-1:3.51-500.fc39.noarch         23/57 
-   Verifying        : perl-JSON-PP-1:4.16-501.fc39.noarch                  24/57 
-   Verifying        : perl-Math-BigInt-1:1.9998.39-2.fc39.noarch           25/57 
-   Verifying        : perl-Math-BigRat-0.2624-500.fc39.noarch              26/57 
-   Verifying        : perl-Time-HiRes-4:1.9775-500.fc39.x86_64             27/57 
-   Verifying        : perl-srpm-macros-1-51.fc39.noarch                    28/57 
-   Verifying        : perl-version-8:0.99.30-1.fc39.x86_64                 29/57 
-   Verifying        : python-srpm-macros-3.12-4.fc39.noarch                30/57 
-   Verifying        : python3-pyparsing-3.0.9-11.fc39.noarch               31/57 
-   Verifying        : zip-3.0-39.fc39.x86_64                               32/57 
-   Verifying        : annobin-docs-12.46-1.fc39.noarch                     33/57 
-   Verifying        : annobin-plugin-gcc-12.46-1.fc39.x86_64               34/57 
-   Verifying        : ansible-srpm-macros-1-12.fc39.noarch                 35/57 
-   Verifying        : forge-srpm-macros-0.3.1-1.fc39.noarch                36/57 
-   Verifying        : gcc-plugin-annobin-13.2.1-7.fc39.x86_64              37/57 
-   Verifying        : glibc-gconv-extra-2.38-18.fc39.x86_64                38/57 
-   Verifying        : go-srpm-macros-3.5.0-1.fc39.noarch                   39/57 
-   Verifying        : lua-srpm-macros-1-13.fc39.noarch                     40/57 
-   Verifying        : perl-AutoSplit-5.74-502.fc39.noarch                  41/57 
-   Verifying        : perl-Benchmark-1.24-502.fc39.noarch                  42/57 
-   Verifying        : perl-ExtUtils-Constant-0.25-502.fc39.noarch          43/57 
-   Verifying        : perl-FindBin-1.53-502.fc39.noarch                    44/57 
-   Verifying        : perl-I18N-Langinfo-0.22-502.fc39.x86_64              45/57 
-   Verifying        : perl-Math-Complex-1.62-502.fc39.noarch               46/57 
-   Verifying        : perl-Pod-Html-1.34-502.fc39.noarch                   47/57 
-   Verifying        : perl-Test-Harness-1:3.48-1.fc39.noarch               48/57 
-   Verifying        : perl-devel-4:5.38.2-502.fc39.x86_64                  49/57 
-   Verifying        : perl-doc-5.38.2-502.fc39.noarch                      50/57 
-   Verifying        : pyproject-srpm-macros-1.12.0-1.fc39.noarch           51/57 
-   Verifying        : qt5-srpm-macros-5.15.12-1.fc39.noarch                52/57 
-   Verifying        : qt6-srpm-macros-6.6.2-1.fc39.noarch                  53/57 
-   Verifying        : redhat-rpm-config-266-1.fc39.noarch                  54/57 
-   Verifying        : rpmautospec-rpm-macros-0.6.3-1.fc39.noarch           55/57 
-   Verifying        : rust-srpm-macros-26.2-1.fc39.noarch                  56/57 
-   Verifying        : systemtap-sdt-devel-5.1~pre17062192g5fd8daba-1.fc3   57/57 
- 
- Installed:
-   annobin-docs-12.46-1.fc39.noarch                                              
-   annobin-plugin-gcc-12.46-1.fc39.x86_64                                        
-   ansible-srpm-macros-1-12.fc39.noarch                                          
-   dwz-0.15-3.fc39.x86_64                                                        
-   efi-srpm-macros-5-9.fc39.noarch                                               
-   file-5.44-5.fc39.x86_64                                                       
-   fonts-srpm-macros-1:2.0.5-12.fc39.noarch                                      
-   forge-srpm-macros-0.3.1-1.fc39.noarch                                         
-   fpc-srpm-macros-1.3-8.fc39.noarch                                             
-   gcc-plugin-annobin-13.2.1-7.fc39.x86_64                                       
-   ghc-srpm-macros-1.6.1-2.fc39.noarch                                           
-   glibc-gconv-extra-2.38-18.fc39.x86_64                                         
-   gmp-c++-1:6.2.1-5.fc39.x86_64                                                 
-   gmp-devel-1:6.2.1-5.fc39.x86_64                                               
-   gnat-srpm-macros-6-3.fc39.noarch                                              
-   go-srpm-macros-3.5.0-1.fc39.noarch                                            
-   kernel-srpm-macros-1.0-20.fc39.noarch                                         
-   lua-srpm-macros-1-13.fc39.noarch                                              
-   ocaml-srpm-macros-8-2.fc39.noarch                                             
-   openblas-srpm-macros-2-14.fc39.noarch                                         
-   package-notes-srpm-macros-0.5-9.fc39.noarch                                   
-   perl-AutoSplit-5.74-502.fc39.noarch                                           
-   perl-Benchmark-1.24-502.fc39.noarch                                           
-   perl-CPAN-Meta-2.150010-500.fc39.noarch                                       
-   perl-CPAN-Meta-Requirements-2.143-4.fc39.noarch                               
-   perl-CPAN-Meta-YAML-0.018-501.fc39.noarch                                     
-   perl-Devel-PPPort-3.71-501.fc39.x86_64                                        
-   perl-Encode-Locale-1.05-27.fc39.noarch                                        
-   perl-ExtUtils-Command-2:7.70-501.fc39.noarch                                  
-   perl-ExtUtils-Constant-0.25-502.fc39.noarch                                   
-   perl-ExtUtils-Install-2.22-500.fc39.noarch                                    
-   perl-ExtUtils-MakeMaker-2:7.70-501.fc39.noarch                                
-   perl-ExtUtils-Manifest-1:1.75-3.fc39.noarch                                   
-   perl-ExtUtils-ParseXS-1:3.51-500.fc39.noarch                                  
-   perl-FindBin-1.53-502.fc39.noarch                                             
-   perl-I18N-Langinfo-0.22-502.fc39.x86_64                                       
-   perl-JSON-PP-1:4.16-501.fc39.noarch                                           
-   perl-Math-BigInt-1:1.9998.39-2.fc39.noarch                                    
-   perl-Math-BigRat-0.2624-500.fc39.noarch                                       
-   perl-Math-Complex-1.62-502.fc39.noarch                                        
-   perl-Pod-Html-1.34-502.fc39.noarch                                            
-   perl-Test-Harness-1:3.48-1.fc39.noarch                                        
-   perl-Time-HiRes-4:1.9775-500.fc39.x86_64                                      
-   perl-devel-4:5.38.2-502.fc39.x86_64                                           
-   perl-doc-5.38.2-502.fc39.noarch                                               
-   perl-srpm-macros-1-51.fc39.noarch                                             
-   perl-version-8:0.99.30-1.fc39.x86_64                                          
-   pyproject-srpm-macros-1.12.0-1.fc39.noarch                                    
-   python-srpm-macros-3.12-4.fc39.noarch                                         
-   python3-pyparsing-3.0.9-11.fc39.noarch                                        
-   qt5-srpm-macros-5.15.12-1.fc39.noarch                                         
-   qt6-srpm-macros-6.6.2-1.fc39.noarch                                           
-   redhat-rpm-config-266-1.fc39.noarch                                           
-   rpmautospec-rpm-macros-0.6.3-1.fc39.noarch                                    
-   rust-srpm-macros-26.2-1.fc39.noarch                                           
-   systemtap-sdt-devel-5.1~pre17062192g5fd8daba-1.fc39.x86_64                    
-   zip-3.0-39.fc39.x86_64                                                        
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "gmp-devel" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- gmp-devel-6.2.1-5.fc39.x86_64
- perl-ExtUtils-MakeMaker-7.70-501.fc39.noarch
- perl-FindBin-1.53-502.fc39.noarch
- perl-Pod-Html-1.34-502.fc39.noarch
2024-04-28 23:15.43 ---> saved as "cb86b2205d4e8e76f0a1333399c56a6391f255aed17f433cf487c24bd78b7413"

/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 num                 1.5
  - install ocamlfind           1.9.6
  - install conf-perl           2
  - install conf-gmp            4
  - install conf-gcc            1.0
  - install ocamlbuild          0.14.3
  - install dune                3.15.0
  - install seq                 base
  - install conf-which          1
  - install zarith              1.13
  - install topkg               1.0.7
  - install stringext           1.6.0
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install result              1.5
  - install qcheck-core         0.21.3
  - install ppx_derivers        1.2.1
  - install pp                  1.2.0
  - install ordering            3.15.0
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install lintcstubs-arity    0.4.1
  - install jsonrpc             1.17.0
  - install dune-build-info     3.15.0
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install catapult            0.2
  - install camlp-streams       5.0.1
  - install bigarray-compat     1.1.0
  - install conf-autoconf       0.1
  - install uutf                1.0.3
  - install uuidm               0.9.8
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install sha                 1.15.4
  - install integers            0.7.0
  - install fileutils           0.6.4
  - install parsexp             v0.16.0
  - install dyn                 3.15.0
  - install ppxlib              0.32.0
  - install dune-configurator   3.15.0
  - install yojson              2.1.2
  - install arg-complete        0.1.0
  - install catapult-file       0.2
  - install batteries           3.8.0
  - install cpu                 2.0.0
  - install jsonm               1.0.2
  - install logs                0.7.0
  - install cstruct             6.2.0
  - install fpath               0.7.3
  - install sexplib             v0.16.0
  - install stdune              3.15.0
  - install ppx_deriving        5.2.1
  - install ctypes              0.22.0
  - install bigstringaf         0.9.1
  - install hex                 1.5.0
  - install bos                 0.2.1
  - install dune-private-libs   3.15.0
  - install ppx_deriving_yojson 3.7.0
  - install ppx_deriving_hash   0.1.2
  - install angstrom            0.16.0
  - install ezjsonm             1.3.0
  - install yaml                3.2.0
  - install dune-site           3.15.0
  - install goblint-cil         2.0.3
  - install uri                 4.4.0
  - install dune-compiledb      0.6.0
  - install json-data-encoding  1.0.1
  - install goblint             2.3.0
===== 70 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arg-complete.0.1.0  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved batteries.3.8.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved catapult.0.2  (cached)
-> retrieved catapult-file.0.2  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gcc.1.0
-> installed conf-gmp.4
-> installed conf-perl.2
-> installed conf-which.1
-> retrieved cpu.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-autoconf.0.1
-> retrieved ctypes.0.22.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-build-info.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved dune-private-libs.3.15.0  (cached)
-> retrieved dune-site.3.15.0  (cached)
-> retrieved dyn.3.15.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fileutils.0.6.4  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved json-data-encoding.1.0.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved goblint-cil.2.0.3  (cached)
-> retrieved goblint.2.3.0  (cached)
-> retrieved jsonrpc.1.17.0  (cached)
-> retrieved lintcstubs-arity.0.4.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_hash.0.1.2  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yaml.3.2.0  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved ordering.3.15.0  (cached)
-> retrieved stdune.3.15.0  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed dune.3.15.0
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed catapult.0.2
-> installed csexp.1.5.2
-> installed bos.0.2.1
-> installed cppo.1.6.9
-> installed cstruct.6.2.0
-> installed jsonrpc.1.17.0
-> installed pp.1.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed lintcstubs-arity.0.4.1
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed catapult-file.0.2
-> installed arg-complete.0.1.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed qcheck-core.0.21.3
-> installed ordering.3.15.0
-> installed yojson.2.1.2
-> installed fileutils.0.6.4
-> installed dune-build-info.3.15.0
-> installed sha.1.15.4
-> installed dune-configurator.3.15.0
-> installed cpu.2.0.0
-> installed parsexp.v0.16.0
-> installed dyn.3.15.0
-> installed bigstringaf.0.9.1
-> installed sexplib.v0.16.0
-> installed angstrom.0.16.0
-> installed dune-compiledb.0.6.0
-> installed batteries.3.8.0
-> installed uri.4.4.0
-> installed stdune.3.15.0
-> installed json-data-encoding.1.0.1
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.15.0
-> installed dune-site.3.15.0
-> installed yaml.3.2.0
-> installed ppxlib.0.32.0
-> installed ppx_deriving.5.2.1
-> installed ppx_deriving_hash.0.1.2
-> installed ppx_deriving_yojson.3.7.0
-> installed goblint-cil.2.0.3
-> installed goblint.2.3.0
Done.

<><> goblint.2.3.0 installed successfully <><><><><><><><><><><><><><><><><><><>
=> Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/).
# Run eval $(opam env) to update the current shell environment
2024-04-28 23:17.18 ---> saved as "bf71a3b56b171c1a010c80e53389192886c1baa0ebfafe0a471d7248b67d0dcf"

/src: (copy (src .) (dst /src))
2024-04-28 23:17.19 ---> saved as "e30260080bd52f8a7cd7c44a72ea8697f518301ea08c7e74562f2451526dc72c"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "model/dune", line 18, characters 3-25:
18 |    (goblint lib_stub_src)))
        ^^^^^^^^^^^^^^^^^^^^^^
Error: Package goblint doesn't define a site lib_stub_src
File "rules/bin/dune", line 10, characters 12-30:
10 |  (libraries dune-action-plugin)
                 ^^^^^^^^^^^^^^^^^^
Error: Library "dune-action-plugin" not found.
-> required by
   _build/default/rules/bin/.lintcstubs_gen_find_dirs.eobjs/byte/dune__exe__Lintcstubs_gen_find_dirs.cmi
-> required by alias rules/bin/check
File "rules/bin/dune", line 17, characters 12-21:
17 |  (libraries unionFind)
                 ^^^^^^^^^
Error: Library "unionFind" not found.
-> required by
   _build/default/rules/bin/.lintcstubs_genrules.eobjs/byte/dune__exe__Lintcstubs_genrules.cmi
-> required by alias rules/bin/check
File "rules0/dune", line 3, characters 44-54:
3 |  (modules lintcstubs_gen_rules dune_stanzas dune_rules)
                                                ^^^^^^^^^^
Error: Module Dune_rules doesn't exist.
Error: No implementation found for virtual library "goblint.build-info" in
/home/opam/.opam/5.1/lib/goblint/build-info.
-> required by library "goblint.lib" in /home/opam/.opam/5.1/lib/goblint/lib
-> required by library "lintcstubs_analysis" in _build/default/analyses
-> required by executable lintcstubs in dune:2
-> required by
   _build/default/.lintcstubs.eobjs/byte/dune__exe__Lintcstubs.cmi
-> required by alias check
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-28 23:17.21: Job failed: Failed: Build failed