Organisationsedwintoroklintcstubs40a261 (main)fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Logs

Show full logs
2026-04-23 09:54.24: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (40a26171abacd31dc3f21e2da62d9374a9e1e66b) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "main" && cd "lintcstubs" && git reset --hard 40a26171
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
# fedora-42-5.4_opam-2.5
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.5 /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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.3.0 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.2 dune-build-info.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.26.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.38.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.2 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.2 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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

2026-04-23 09:54.24: Using cache hint "edwintorok/lintcstubs-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-50e5beaff943981271e721e43c01a426"
2026-04-23 09:54.24: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)
 (comment fedora-42-5.4_opam-2.5)
 (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.5 /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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && 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 './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.3.0 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.2 dune-build-info.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.26.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.38.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.2 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.2 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")
 (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.5 --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"))
)

2026-04-23 09:54.24: Waiting for resource in pool OCluster
2026-04-23 11:47.31: Waiting for worker…
2026-04-23 11:52.30: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 40a2617 opam: add maintenance-intent

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locally
docker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opam
bcbfb8588268: Already exists
7c86f07d981d: Already exists
e523f6cbdc73: Already exists
e196c832855a: Already exists
c24dcc89d23e: Already exists
cd9def049d81: Already exists
e360f9824a3f: Already exists
fbeadbd8287f: Already exists
b5be9212d8a5: Already exists
58850ac9f02f: Already exists
94de074660d5: Already exists
c6d785172de9: Pulling fs layer
5642a0bc3a02: Pulling fs layer
c6d785172de9: Waiting
5642a0bc3a02: Waiting
677ac3b3af73: Pulling fs layer
97f4a46fa01c: Pulling fs layer
677ac3b3af73: Waiting
887c8b3bd767: Pulling fs layer
97f4a46fa01c: Waiting
887c8b3bd767: Waiting
8572bae05e44: Pulling fs layer
a801ab04175f: Pulling fs layer
8572bae05e44: Waiting
8eb7359ab813: Pulling fs layer
a801ab04175f: Waiting
ea7dd170751f: Pulling fs layer
8eb7359ab813: Waiting
4f4fb700ef54: Pulling fs layer
4eeb3f6c741a: Pulling fs layer
4f4fb700ef54: Waiting
d8096e11e5a7: Pulling fs layer
4eeb3f6c741a: Waiting
b45c71862e05: Pulling fs layer
d8096e11e5a7: Waiting
3d3025681a79: Pulling fs layer
b45c71862e05: Waiting
3619e9f4de7b: Pulling fs layer
3d3025681a79: Waiting
e1d8131f324a: Pulling fs layer
3619e9f4de7b: Waiting
98ffe2fff5c0: Pulling fs layer
e1d8131f324a: Waiting
ecf008026c3e: Pulling fs layer
98ffe2fff5c0: Waiting
b7768b04427d: Pulling fs layer
ecf008026c3e: Waiting
aad28dcc458f: Pulling fs layer
b7768b04427d: Waiting
2972bd6e2f3d: Pulling fs layer
aad28dcc458f: Waiting
ca68011eb393: Pulling fs layer
ae07445296b0: Pulling fs layer
2972bd6e2f3d: Waiting
ca68011eb393: Waiting
f042b21668eb: Pulling fs layer
ae07445296b0: Waiting
45040ee99e59: Pulling fs layer
f042b21668eb: Waiting
9ffc20870c04: Pulling fs layer
45040ee99e59: Waiting
5238c2dafd46: Pulling fs layer
9ffc20870c04: Waiting
d98d556ee1fb: Pulling fs layer
5238c2dafd46: Waiting
fd7b54172364: Pulling fs layer
d98d556ee1fb: Waiting
bb0d31b2f870: Pulling fs layer
fd7b54172364: Waiting
0f27e5b0a211: Pulling fs layer
bb0d31b2f870: Waiting
e4629b699694: Pulling fs layer
0f27e5b0a211: Waiting
e80cce26268d: Pulling fs layer
e4629b699694: Waiting
e80cce26268d: Waiting
c6d785172de9: Download complete
677ac3b3af73: Verifying Checksum
677ac3b3af73: Download complete
c6d785172de9: Pull complete
5642a0bc3a02: Verifying Checksum
5642a0bc3a02: Download complete
887c8b3bd767: Download complete
5642a0bc3a02: Pull complete
677ac3b3af73: Pull complete
97f4a46fa01c: Pull complete
887c8b3bd767: Pull complete
8572bae05e44: Verifying Checksum
8572bae05e44: Download complete
8eb7359ab813: Download complete
a801ab04175f: Verifying Checksum
a801ab04175f: Download complete
8572bae05e44: Pull complete
a801ab04175f: Pull complete
8eb7359ab813: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4eeb3f6c741a: Verifying Checksum
4eeb3f6c741a: Download complete
d8096e11e5a7: Verifying Checksum
d8096e11e5a7: Download complete
ea7dd170751f: Verifying Checksum
ea7dd170751f: Download complete
ea7dd170751f: Pull complete
4f4fb700ef54: Pull complete
4eeb3f6c741a: Pull complete
d8096e11e5a7: Pull complete
3d3025681a79: Verifying Checksum
3d3025681a79: Download complete
3619e9f4de7b: Download complete
b45c71862e05: Download complete
b45c71862e05: Pull complete
3d3025681a79: Pull complete
3619e9f4de7b: Pull complete
e1d8131f324a: Verifying Checksum
e1d8131f324a: Pull complete
98ffe2fff5c0: Verifying Checksum
98ffe2fff5c0: Download complete
98ffe2fff5c0: Pull complete
ecf008026c3e: Verifying Checksum
ecf008026c3e: Download complete
ecf008026c3e: Pull complete
b7768b04427d: Verifying Checksum
b7768b04427d: Download complete
b7768b04427d: Pull complete
2972bd6e2f3d: Verifying Checksum
2972bd6e2f3d: Download complete
aad28dcc458f: Verifying Checksum
aad28dcc458f: Download complete
aad28dcc458f: Pull complete
2972bd6e2f3d: Pull complete
ca68011eb393: Download complete
ca68011eb393: Pull complete
f042b21668eb: Verifying Checksum
f042b21668eb: Download complete
ae07445296b0: Verifying Checksum
ae07445296b0: Download complete
9ffc20870c04: Download complete
5238c2dafd46: Download complete
d98d556ee1fb: Verifying Checksum
d98d556ee1fb: Download complete
fd7b54172364: Verifying Checksum
fd7b54172364: Download complete
bb0d31b2f870: Verifying Checksum
bb0d31b2f870: Download complete
0f27e5b0a211: Download complete
e4629b699694: Verifying Checksum
e4629b699694: Download complete
e80cce26268d: Verifying Checksum
e80cce26268d: Download complete
45040ee99e59: Verifying Checksum
45040ee99e59: Download complete
ae07445296b0: Pull complete
f042b21668eb: Pull complete
45040ee99e59: Pull complete
9ffc20870c04: Pull complete
5238c2dafd46: Pull complete
d98d556ee1fb: Pull complete
fd7b54172364: Pull complete
bb0d31b2f870: Pull complete
0f27e5b0a211: Pull complete
e4629b699694: Pull complete
e80cce26268d: Pull complete
Digest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
Status: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
2026-04-23 11:52.31 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache

/: (comment fedora-42-5.4_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 42 - x86_64 - Updates           100% |  11.4 KiB/s |   4.3 KiB |  00m00s
 Fedora 42 - x86_64                     100% |  73.8 KiB/s |  21.9 KiB |  00m00s
 Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.3 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.

Nothing to do.
2026-04-23 11:52.31 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-23 11:52.31 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" 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.2, 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] Initialised
2026-04-23 11:52.31 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-23 11:52.31 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-23 11:52.31 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   42844088d7..6b6b0c375b  master     -> origin/master
499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0

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

default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-23 11:52.31 ---> using "c84b8faa74477316e39ac3baeaabc9dc6b748bcb106b5c1f2d9c9d7a721a6b85" from cache

/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
2026-04-23 11:52.31 ---> saved as "a620952c2e3be4158537947e43228b14bb7dcf332a10f1979b7eed88655d6a37"

/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)
2026-04-23 11:52.35 ---> saved as "f02043705bf72bfdd12205e74623ba870d745c61985a4edfb7d837b891201555"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-23 11:52.36 ---> saved as "acac40d0e963f40e6fb50706749d574e5352abfd3d087e7a2646bb04f54d7697"

/src: (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.3.0 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.2 dune-build-info.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.26.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.38.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.2 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.2 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")

/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.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs.dev] synchronised (file:///src)
[lintcstubs-gen.dev] synchronised (file:///src)

[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-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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 graphviz perl-ExtUtils-MakeMaker perl-FindBin perl-Pod-Html

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "graphviz" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- Updating and loading repositories:
- Repositories loaded.
- Package                               Arch   Version                        Repository      Size
- Installing:
-  gmp-devel                            x86_64 1:6.3.0-4.fc42                 fedora     352.3 KiB
-  graphviz                             x86_64 12.2.1-8.fc42                  updates     20.8 MiB
-  perl-ExtUtils-MakeMaker              noarch 2:7.76-1.fc42                  updates    739.6 KiB
-  perl-FindBin                         noarch 1.54-520.fc42                  updates      6.7 KiB
-  perl-Pod-Html                        noarch 1.35-520.fc42                  updates     42.2 KiB
- Installing dependencies:
-  abattis-cantarell-vf-fonts           noarch 0.301-14.fc42                  fedora     192.7 KiB
-  adobe-mappings-cmap                  noarch 20231115-2.fc42                fedora      15.2 MiB
-  adobe-mappings-cmap-deprecated       noarch 20231115-2.fc42                fedora     582.1 KiB
-  adobe-mappings-pdf                   noarch 20190401-9.fc42                fedora       4.4 MiB
-  avahi-libs                           x86_64 0.9~rc2-2.fc42                 fedora     183.6 KiB
-  cairo                                x86_64 1.18.2-3.fc42                  fedora       1.8 MiB
-  cairo-gobject                        x86_64 1.18.2-3.fc42                  fedora      35.1 KiB
-  cpuinfo                              x86_64 24.09.26-2.git1e83a2f.fc42.1   updates    107.0 KiB
-  cups-filesystem                      noarch 1:2.4.17-1.fc42                updates      0.0   B
-  cups-libs                            x86_64 1:2.4.17-1.fc42                updates    618.7 KiB
-  default-fonts-core-sans              noarch 4.2-4.fc42                     fedora      11.9 KiB
-  fontconfig                           x86_64 2.16.0-2.fc42                  fedora     764.7 KiB
-  fonts-filesystem                     noarch 1:2.0.5-22.fc42                updates      0.0   B
-  freetype                             x86_64 2.13.3-2.fc42                  fedora     858.2 KiB
-  fribidi                              x86_64 1.0.16-2.fc42                  fedora     194.3 KiB
-  gd                                   x86_64 2.3.3-18.fc42                  fedora     403.6 KiB
-  gdk-pixbuf2                          x86_64 2.42.12-12.fc42                updates      2.5 MiB
-  gmp-c++                              x86_64 1:6.3.0-4.fc42                 fedora      27.6 KiB
-  google-droid-sans-fonts              noarch 20200215-22.fc42               fedora       6.3 MiB
-  google-noto-fonts-common             noarch 20250301-1.fc42                fedora      17.7 KiB
-  google-noto-sans-vf-fonts            noarch 20250301-1.fc42                fedora       1.4 MiB
-  gpgme                                x86_64 1.24.3-1.fc42                  updates    587.9 KiB
-  gpgmepp                              x86_64 1.24.3-1.fc42                  updates    429.2 KiB
-  graphite2                            x86_64 1.3.14-18.fc42                 fedora     195.8 KiB
-  graphviz-libs                        x86_64 12.2.1-8.fc42                  updates      1.2 MiB
-  gts                                  x86_64 0.7.6-50.20121130.fc42         fedora     668.5 KiB
-  harfbuzz                             x86_64 10.4.0-2.fc42                  updates      2.8 MiB
-  jbig2dec-libs                        x86_64 0.20-6.fc42                    fedora     169.0 KiB
-  jbigkit-libs                         x86_64 2.1-31.fc42                    fedora     121.4 KiB
-  lasi                                 x86_64 1.1.3-16.fc42                  fedora     130.7 KiB
-  lcms2                                x86_64 2.16-5.fc42                    fedora     437.7 KiB
-  libICE                               x86_64 1.1.2-2.fc42                   fedora     198.4 KiB
-  libSM                                x86_64 1.2.5-2.fc42                   fedora     105.0 KiB
-  libXext                              x86_64 1.3.6-3.fc42                   fedora      90.0 KiB
-  libXft                               x86_64 2.3.8-8.fc42                   fedora     168.4 KiB
-  libXpm                               x86_64 3.5.17-5.fc42                  fedora     152.3 KiB
-  libXrender                           x86_64 0.9.12-2.fc42                  fedora      50.0 KiB
-  libXt                                x86_64 1.3.1-2.fc42                   fedora     429.7 KiB
-  libaom                               x86_64 3.13.1-1.fc42                  updates      5.0 MiB
-  libavif                              x86_64 1.1.1-1.fc42                   fedora     213.9 KiB
-  libdatrie                            x86_64 0.2.13-11.fc42                 fedora      57.8 KiB
-  libdav1d                             x86_64 1.5.3-1.fc42                   updates      1.7 MiB
-  libgs                                x86_64 10.05.1-6.fc42                 updates     23.5 MiB
-  libijs                               x86_64 0.35-24.fc42                   fedora      65.5 KiB
-  libimagequant                        x86_64 4.0.3-7.fc42                   fedora     704.3 KiB
-  libjpeg-turbo                        x86_64 3.1.3-1.fc42                   updates    806.3 KiB
-  liblerc                              x86_64 4.0.0-8.fc42                   fedora     636.1 KiB
-  libpaper                             x86_64 1:2.1.1-8.fc42                 fedora      48.8 KiB
-  libpng                               x86_64 2:1.6.56-1.fc42                updates    241.8 KiB
-  librsvg2                             x86_64 2.60.0-5.fc42                  updates      5.1 MiB
-  libthai                              x86_64 0.1.29-10.fc42                 fedora     783.4 KiB
-  libtiff                              x86_64 4.7.1-1.fc42                   updates    624.4 KiB
-  libvmaf                              x86_64 3.0.0-3.fc42                   fedora     827.0 KiB
-  libwebp                              x86_64 1.5.0-2.fc42                   fedora     947.6 KiB
-  libyuv                               x86_64 0-0.56.20240704git96bbdb5.fc42 fedora     683.6 KiB
-  netpbm                               x86_64 11.13.00-1.fc42                updates    580.0 KiB
-  nspr                                 x86_64 4.38.2-4.fc42                  updates    315.5 KiB
-  nss                                  x86_64 3.121.0-1.fc42                 updates      1.9 MiB
-  nss-softokn                          x86_64 3.121.0-1.fc42                 updates      2.0 MiB
-  nss-softokn-freebl                   x86_64 3.121.0-1.fc42                 updates    991.0 KiB
-  nss-sysinit                          x86_64 3.121.0-1.fc42                 updates     18.1 KiB
-  nss-util                             x86_64 3.121.0-1.fc42                 updates    204.8 KiB
-  openjpeg                             x86_64 2.5.4-1.fc42                   updates    456.3 KiB
-  pango                                x86_64 1.56.4-2.fc42                  updates      1.0 MiB
-  perl-AutoSplit                       noarch 5.74-520.fc42                  updates     23.1 KiB
-  perl-Benchmark                       noarch 1.25-520.fc42                  updates     36.3 KiB
-  perl-CPAN-Meta-Requirements          noarch 2.143-10.fc42                  fedora      81.2 KiB
-  perl-CPAN-Meta-YAML                  noarch 0.020-2.fc42                   fedora      52.1 KiB
-  perl-ExtUtils-Command                noarch 2:7.76-1.fc42                  updates      9.6 KiB
-  perl-ExtUtils-Install                noarch 2.22-512.fc42                  fedora      85.5 KiB
-  perl-ExtUtils-Manifest               noarch 1:1.75-512.fc42                fedora      84.8 KiB
-  perl-ExtUtils-ParseXS                noarch 1:3.51-512.fc42                fedora     399.6 KiB
-  perl-I18N-Langinfo                   x86_64 0.24-515.fc42                  fedora      34.7 KiB
-  perl-JSON-PP                         noarch 1:4.16-513.fc42                fedora     141.8 KiB
-  perl-Math-BigInt                     noarch 1:2.0040.01-1.fc42             fedora     984.8 KiB
-  perl-Math-Complex                    noarch 1.62-520.fc42                  updates     85.0 KiB
-  perl-Test-Harness                    noarch 1:3.50-2.fc42                  fedora     559.6 KiB
-  perl-version                         x86_64 9:0.99.33-2.fc42               fedora     128.7 KiB
-  pixman                               x86_64 0.46.2-1.fc42                  updates    710.3 KiB
-  poppler                              x86_64 25.02.0-4.fc42                 updates      3.7 MiB
-  poppler-data                         noarch 0.4.11-9.fc42                  fedora      12.3 MiB
-  poppler-glib                         x86_64 25.02.0-4.fc42                 updates    612.3 KiB
-  rav1e-libs                           x86_64 0.8.1-2.fc42                   updates      3.1 MiB
-  rsvg-pixbuf-loader                   x86_64 2.60.0-5.fc42                  updates    335.7 KiB
-  shared-mime-info                     x86_64 2.3-7.fc42                     fedora       5.2 MiB
-  svt-av1-libs                         x86_64 2.3.0-1.fc42                   fedora       5.6 MiB
-  urw-base35-bookman-fonts             noarch 20200910-24.fc42               fedora       1.4 MiB
-  urw-base35-c059-fonts                noarch 20200910-24.fc42               fedora       1.4 MiB
-  urw-base35-d050000l-fonts            noarch 20200910-24.fc42               fedora      84.3 KiB
-  urw-base35-fonts                     noarch 20200910-24.fc42               fedora       5.3 KiB
-  urw-base35-fonts-common              noarch 20200910-24.fc42               fedora      37.4 KiB
-  urw-base35-gothic-fonts              noarch 20200910-24.fc42               fedora       1.2 MiB
-  urw-base35-nimbus-mono-ps-fonts      noarch 20200910-24.fc42               fedora       1.0 MiB
-  urw-base35-nimbus-roman-fonts        noarch 20200910-24.fc42               fedora       1.4 MiB
-  urw-base35-nimbus-sans-fonts         noarch 20200910-24.fc42               fedora       2.4 MiB
-  urw-base35-p052-fonts                noarch 20200910-24.fc42               fedora       1.5 MiB
-  urw-base35-standard-symbols-ps-fonts noarch 20200910-24.fc42               fedora      64.9 KiB
-  urw-base35-z003-fonts                noarch 20200910-24.fc42               fedora     390.8 KiB
-  xml-common                           noarch 0.6.3-66.fc42                  fedora      78.4 KiB
- Installing weak dependencies:
-  perl-CPAN-Meta                       noarch 2.150010-512.fc42              fedora     592.2 KiB
-  perl-Encode-Locale                   noarch 1.05-31.fc42                   fedora      19.0 KiB
-  perl-Time-HiRes                      x86_64 4:1.9777-512.fc42              fedora     115.8 KiB
- 
- Transaction Summary:
-  Installing:       107 packages
- 
- Total size of inbound packages is 45 MiB. Need to download 45 MiB.
- After this operation, 160 MiB extra will be used (install 160 MiB, remove 0 B).
- [  1/107] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 205.5 KiB/s |  18.5 KiB |  00m00s
- [  2/107] cairo-0:1.18.2-3.fc42.x86_64  100% |   6.2 MiB/s | 731.8 KiB |  00m00s
- [  3/107] fontconfig-0:2.16.0-2.fc42.x8 100% |   5.9 MiB/s | 272.0 KiB |  00m00s
- [  4/107] gmp-devel-1:6.3.0-4.fc42.x86_ 100% | 548.4 KiB/s | 174.4 KiB |  00m00s
- [  5/107] gd-0:2.3.3-18.fc42.x86_64     100% |   6.7 MiB/s | 136.8 KiB |  00m00s
- [  6/107] freetype-0:2.13.3-2.fc42.x86_ 100% |   4.0 MiB/s | 415.5 KiB |  00m00s
- [  7/107] lasi-0:1.1.3-16.fc42.x86_64   100% |   4.9 MiB/s |  55.2 KiB |  00m00s
- [  8/107] gts-0:0.7.6-50.20121130.fc42. 100% |   6.3 MiB/s | 240.2 KiB |  00m00s
- [  9/107] libXrender-0:0.9.12-2.fc42.x8 100% |   4.4 MiB/s |  26.9 KiB |  00m00s
- [ 10/107] urw-base35-fonts-0:20200910-2 100% |   1.4 MiB/s |  10.1 KiB |  00m00s
- [ 11/107] libXext-0:1.3.6-3.fc42.x86_64 100% |   6.4 MiB/s |  39.3 KiB |  00m00s
- [ 12/107] default-fonts-core-sans-0:4.2 100% |   5.1 MiB/s |  31.3 KiB |  00m00s
- [ 13/107] xml-common-0:0.6.3-66.fc42.no 100% |   3.0 MiB/s |  31.2 KiB |  00m00s
- [ 14/107] libXpm-0:3.5.17-5.fc42.x86_64 100% |   4.0 MiB/s |  66.1 KiB |  00m00s
- [ 15/107] graphviz-0:12.2.1-8.fc42.x86_ 100% |  10.2 MiB/s |   4.7 MiB |  00m00s
- [ 16/107] libwebp-0:1.5.0-2.fc42.x86_64 100% |   3.4 MiB/s | 320.6 KiB |  00m00s
- [ 17/107] libavif-0:1.1.1-1.fc42.x86_64 100% |   2.0 MiB/s | 100.1 KiB |  00m00s
- [ 18/107] libimagequant-0:4.0.3-7.fc42. 100% |   3.7 MiB/s | 317.7 KiB |  00m00s
- [ 19/107] urw-base35-d050000l-fonts-0:2 100% |   4.9 MiB/s |  75.8 KiB |  00m00s
- [ 20/107] urw-base35-fonts-common-0:202 100% |   2.0 MiB/s |  20.8 KiB |  00m00s
- [ 21/107] urw-base35-bookman-fonts-0:20 100% |   5.8 MiB/s | 846.9 KiB |  00m00s
- [ 22/107] urw-base35-c059-fonts-0:20200 100% |   4.5 MiB/s | 874.0 KiB |  00m00s
- [ 23/107] urw-base35-gothic-fonts-0:202 100% |   6.5 MiB/s | 642.5 KiB |  00m00s
- [ 24/107] urw-base35-nimbus-mono-ps-fon 100% |   8.8 MiB/s | 794.7 KiB |  00m00s
- [ 25/107] urw-base35-nimbus-roman-fonts 100% |   6.2 MiB/s | 856.1 KiB |  00m00s
- [ 26/107] urw-base35-p052-fonts-0:20200 100% |   5.8 MiB/s | 973.2 KiB |  00m00s
- [ 27/107] urw-base35-z003-fonts-0:20200 100% |   7.9 MiB/s | 275.5 KiB |  00m00s
- [ 28/107] urw-base35-nimbus-sans-fonts- 100% |   5.4 MiB/s |   1.3 MiB |  00m00s
- [ 29/107] abattis-cantarell-vf-fonts-0: 100% |   4.5 MiB/s | 120.3 KiB |  00m00s
- [ 30/107] libyuv-0:0-0.56.20240704git96 100% |   4.2 MiB/s | 201.9 KiB |  00m00s
- [ 31/107] google-noto-sans-vf-fonts-0:2 100% |   6.9 MiB/s | 614.5 KiB |  00m00s
- [ 32/107] google-noto-fonts-common-0:20 100% |   1.9 MiB/s |  17.1 KiB |  00m00s
- [ 33/107] urw-base35-standard-symbols-p 100% | 250.2 KiB/s |  58.3 KiB |  00m00s
- [ 34/107] perl-ExtUtils-Install-0:2.22- 100% |   3.0 MiB/s |  43.5 KiB |  00m00s
- [ 35/107] perl-ExtUtils-MakeMaker-2:7.7 100% |   7.2 MiB/s | 294.5 KiB |  00m00s
- [ 36/107] perl-ExtUtils-Manifest-1:1.75 100% |   4.8 MiB/s |  34.1 KiB |  00m00s
- [ 37/107] perl-ExtUtils-ParseXS-1:3.51- 100% |   7.6 MiB/s | 187.2 KiB |  00m00s
- [ 38/107] perl-Test-Harness-1:3.50-2.fc 100% |   2.7 MiB/s | 277.1 KiB |  00m00s
- [ 39/107] perl-FindBin-0:1.54-520.fc42. 100% |   1.9 MiB/s |  13.4 KiB |  00m00s
- [ 40/107] perl-Pod-Html-0:1.35-520.fc42 100% |   4.0 MiB/s |  28.7 KiB |  00m00s
- [ 41/107] perl-ExtUtils-Command-2:7.76- 100% |   1.4 MiB/s |  14.0 KiB |  00m00s
- [ 42/107] perl-version-9:0.99.33-2.fc42 100% | 288.8 KiB/s |  63.0 KiB |  00m00s
- [ 43/107] svt-av1-libs-0:2.3.0-1.fc42.x 100% |   5.0 MiB/s |   2.0 MiB |  00m00s
- [ 44/107] shared-mime-info-0:2.3-7.fc42 100% |   4.2 MiB/s | 393.7 KiB |  00m00s
- [ 45/107] graphviz-libs-0:12.2.1-8.fc42 100% |   5.2 MiB/s | 471.8 KiB |  00m00s
- [ 46/107] graphite2-0:1.3.14-18.fc42.x8 100% |   6.2 MiB/s |  95.8 KiB |  00m00s
- [ 47/107] harfbuzz-0:10.4.0-2.fc42.x86_ 100% |   7.9 MiB/s |   1.1 MiB |  00m00s
- [ 48/107] gdk-pixbuf2-0:2.42.12-12.fc42 100% |   1.4 MiB/s | 488.9 KiB |  00m00s
- [ 49/107] adobe-mappings-cmap-deprecate 100% |   5.4 MiB/s | 110.5 KiB |  00m00s
- [ 50/107] adobe-mappings-pdf-0:20190401 100% |   3.5 MiB/s | 625.1 KiB |  00m00s
- [ 51/107] adobe-mappings-cmap-0:2023111 100% |   4.6 MiB/s |   2.2 MiB |  00m00s
- [ 52/107] jbig2dec-libs-0:0.20-6.fc42.x 100% |   2.6 MiB/s |  74.4 KiB |  00m00s
- [ 53/107] lcms2-0:2.16-5.fc42.x86_64    100% |   6.9 MiB/s | 184.1 KiB |  00m00s
- [ 54/107] libXt-0:1.3.1-2.fc42.x86_64   100% |   6.3 MiB/s | 181.3 KiB |  00m00s
- [ 55/107] libijs-0:0.35-24.fc42.x86_64  100% |   3.2 MiB/s |  29.4 KiB |  00m00s
- [ 56/107] libpaper-1:2.1.1-8.fc42.x86_6 100% |   1.9 MiB/s |  26.9 KiB |  00m00s
- [ 57/107] libICE-0:1.1.2-2.fc42.x86_64  100% |   2.7 MiB/s |  78.8 KiB |  00m00s
- [ 58/107] libSM-0:1.2.5-2.fc42.x86_64   100% |   5.4 MiB/s |  44.4 KiB |  00m00s
- [ 59/107] google-droid-sans-fonts-0:202 100% |   5.5 MiB/s |   2.7 MiB |  00m00s
- [ 60/107] cairo-gobject-0:1.18.2-3.fc42 100% |   2.1 MiB/s |  17.3 KiB |  00m00s
- [ 61/107] pango-0:1.56.4-2.fc42.x86_64  100% |   8.2 MiB/s | 351.2 KiB |  00m00s
- [ 62/107] libgs-0:10.05.1-6.fc42.x86_64 100% |   4.2 MiB/s |   3.5 MiB |  00m01s
- [ 63/107] fribidi-0:1.0.16-2.fc42.x86_6 100% |   1.0 MiB/s |  53.6 KiB |  00m00s
- [ 64/107] libXft-0:2.3.8-8.fc42.x86_64  100% |   4.0 MiB/s |  72.9 KiB |  00m00s
- [ 65/107] libdatrie-0:0.2.13-11.fc42.x8 100% |   6.3 MiB/s |  32.4 KiB |  00m00s
- [ 66/107] libthai-0:0.1.29-10.fc42.x86_ 100% |   7.4 MiB/s | 211.5 KiB |  00m00s
- [ 67/107] poppler-glib-0:25.02.0-4.fc42 100% |   7.5 MiB/s | 201.0 KiB |  00m00s
- [ 68/107] librsvg2-0:2.60.0-5.fc42.x86_ 100% |   6.5 MiB/s |   1.9 MiB |  00m00s
- [ 69/107] libjpeg-turbo-0:3.1.3-1.fc42. 100% |   6.8 MiB/s | 236.9 KiB |  00m00s
- [ 70/107] libpng-2:1.6.56-1.fc42.x86_64 100% |   3.6 MiB/s | 125.5 KiB |  00m00s
- [ 71/107] fonts-filesystem-1:2.0.5-22.f 100% | 793.2 KiB/s |   8.7 KiB |  00m00s
- [ 72/107] cpuinfo-0:24.09.26-2.git1e83a 100% |   4.8 MiB/s |  43.8 KiB |  00m00s
- [ 73/107] perl-Benchmark-0:1.25-520.fc4 100% |   3.2 MiB/s |  26.0 KiB |  00m00s
- [ 74/107] perl-AutoSplit-0:5.74-520.fc4 100% |   2.3 MiB/s |  20.8 KiB |  00m00s
- [ 75/107] poppler-0:25.02.0-4.fc42.x86_ 100% |   5.4 MiB/s |   1.3 MiB |  00m00s
- [ 76/107] libvmaf-0:3.0.0-3.fc42.x86_64 100% |   1.7 MiB/s | 197.7 KiB |  00m00s
- [ 77/107] poppler-data-0:0.4.11-9.fc42. 100% |   3.4 MiB/s |   2.0 MiB |  00m01s
- [ 78/107] libdav1d-0:1.5.3-1.fc42.x86_6 100% |   1.9 MiB/s | 637.4 KiB |  00m00s
- [ 79/107] netpbm-0:11.13.00-1.fc42.x86_ 100% |   5.0 MiB/s | 187.8 KiB |  00m00s
- [ 80/107] rav1e-libs-0:0.8.1-2.fc42.x86 100% |   6.4 MiB/s |   1.1 MiB |  00m00s
- [ 81/107] libtiff-0:4.7.1-1.fc42.x86_64 100% |   3.2 MiB/s | 222.5 KiB |  00m00s
- [ 82/107] liblerc-0:4.0.0-8.fc42.x86_64 100% |   7.6 MiB/s | 216.7 KiB |  00m00s
- [ 83/107] pixman-0:0.46.2-1.fc42.x86_64 100% |   8.9 MiB/s | 292.7 KiB |  00m00s
- [ 84/107] gpgmepp-0:1.24.3-1.fc42.x86_6 100% |   4.2 MiB/s | 143.2 KiB |  00m00s
- [ 85/107] gpgme-0:1.24.3-1.fc42.x86_64  100% |   5.0 MiB/s | 219.1 KiB |  00m00s
- [ 86/107] nspr-0:4.38.2-4.fc42.x86_64   100% |   4.2 MiB/s | 137.7 KiB |  00m00s
- [ 87/107] libaom-0:3.13.1-1.fc42.x86_64 100% |   2.4 MiB/s |   1.9 MiB |  00m01s
- [ 88/107] jbigkit-libs-0:2.1-31.fc42.x8 100% | 231.8 KiB/s |  53.3 KiB |  00m00s
- [ 89/107] nss-softokn-freebl-0:3.121.0- 100% |   8.1 MiB/s | 372.2 KiB |  00m00s
- [ 90/107] nss-sysinit-0:3.121.0-1.fc42. 100% |   2.0 MiB/s |  18.7 KiB |  00m00s
- [ 91/107] nss-softokn-0:3.121.0-1.fc42. 100% |   5.7 MiB/s | 430.7 KiB |  00m00s
- [ 92/107] openjpeg-0:2.5.4-1.fc42.x86_6 100% |   9.4 MiB/s | 192.3 KiB |  00m00s
- [ 93/107] nss-0:3.121.0-1.fc42.x86_64   100% |   5.4 MiB/s | 716.5 KiB |  00m00s
- [ 94/107] rsvg-pixbuf-loader-0:2.60.0-5 100% |   8.4 MiB/s | 164.0 KiB |  00m00s
- [ 95/107] nss-util-0:3.121.0-1.fc42.x86 100% |   3.0 MiB/s |  86.0 KiB |  00m00s
- [ 96/107] cups-filesystem-1:2.4.17-1.fc 100% |   2.4 MiB/s |  12.4 KiB |  00m00s
- [ 97/107] perl-Time-HiRes-4:1.9777-512. 100% |   9.4 MiB/s |  57.5 KiB |  00m00s
- [ 98/107] perl-Encode-Locale-0:1.05-31. 100% |   3.0 MiB/s |  18.5 KiB |  00m00s
- [ 99/107] avahi-libs-0:0.9~rc2-2.fc42.x 100% |   2.8 MiB/s |  69.1 KiB |  00m00s
- [100/107] perl-I18N-Langinfo-0:0.24-515 100% |   2.5 MiB/s |  25.6 KiB |  00m00s
- [101/107] perl-CPAN-Meta-Requirements-0 100% |   5.7 MiB/s |  35.2 KiB |  00m00s
- [102/107] cups-libs-1:2.4.17-1.fc42.x86 100% |   4.9 MiB/s | 262.2 KiB |  00m00s
- [103/107] perl-CPAN-Meta-YAML-0:0.020-2 100% |   4.4 MiB/s |  26.8 KiB |  00m00s
- [104/107] perl-JSON-PP-1:4.16-513.fc42. 100% |   6.4 MiB/s |  65.5 KiB |  00m00s
- [105/107] perl-Math-Complex-0:1.62-520. 100% |   6.3 MiB/s |  45.3 KiB |  00m00s
- [106/107] perl-CPAN-Meta-0:2.150010-512 100% |   4.1 MiB/s | 190.8 KiB |  00m00s
- [107/107] perl-Math-BigInt-1:2.0040.01- 100% |   6.3 MiB/s | 227.2 KiB |  00m00s
- --------------------------------------------------------------------------------
- [107/107] Total                         100% |  11.7 MiB/s |  45.0 MiB |  00m04s
- Running transaction
- [  1/109] Verify package files          100% | 141.0   B/s | 107.0   B |  00m01s
- [  2/109] Prepare transaction           100% | 481.0   B/s | 107.0   B |  00m00s
- [  3/109] Installing nspr-0:4.38.2-4.fc 100% |  31.0 MiB/s | 317.3 KiB |  00m00s
- [  4/109] Installing libpng-2:1.6.56-1. 100% |  33.9 MiB/s | 243.0 KiB |  00m00s
- [  5/109] Installing libjpeg-turbo-0:3. 100% |  71.7 MiB/s | 808.0 KiB |  00m00s
- [  6/109] Installing fonts-filesystem-1 100% | 384.8 KiB/s | 788.0   B |  00m00s
- [  7/109] Installing urw-base35-fonts-c 100% |  12.5 MiB/s |  38.4 KiB |  00m00s
- [  8/109] Installing nss-util-0:3.121.0 100% |  28.7 MiB/s | 205.8 KiB |  00m00s
- [  9/109] Installing libXrender-0:0.9.1 100% |  12.5 MiB/s |  51.3 KiB |  00m00s
- [ 10/109] Installing perl-version-9:0.9 100% |  21.4 MiB/s | 131.5 KiB |  00m00s
- [ 11/109] Installing libwebp-0:1.5.0-2. 100% |  46.5 MiB/s | 951.8 KiB |  00m00s
- [ 12/109] Installing openjpeg-0:2.5.4-1 100% |  44.8 MiB/s | 458.2 KiB |  00m00s
- [ 13/109] Installing libdav1d-0:1.5.3-1 100% |  65.1 MiB/s |   1.7 MiB |  00m00s
- [ 14/109] Installing libICE-0:1.1.2-2.f 100% |  32.5 MiB/s | 199.8 KiB |  00m00s
- [ 15/109] Installing lcms2-0:2.16-5.fc4 100% |  42.9 MiB/s | 439.3 KiB |  00m00s
- [ 16/109] Installing adobe-mappings-cma 100% |  69.0 MiB/s |  15.2 MiB |  00m00s
- [ 17/109] Installing adobe-mappings-cma 100% |  44.0 MiB/s | 585.2 KiB |  00m00s
- [ 18/109] Installing libSM-0:1.2.5-2.fc 100% |  26.0 MiB/s | 106.4 KiB |  00m00s
- [ 19/109] Installing libXt-0:1.3.1-2.fc 100% |  46.8 MiB/s | 430.9 KiB |  00m00s
- [ 20/109] Installing perl-CPAN-Meta-Req 100% |  16.3 MiB/s |  83.4 KiB |  00m00s
- [ 21/109] Installing nss-softokn-freebl 100% |  44.1 MiB/s | 993.2 KiB |  00m00s
- [ 22/109] Installing nss-softokn-0:3.12 100% |  65.6 MiB/s |   2.0 MiB |  00m00s
- [ 23/109] Installing nss-0:3.121.0-1.fc 100% |  33.2 MiB/s |   1.9 MiB |  00m00s
- [ 24/109] Installing nss-sysinit-0:3.12 100% | 381.1 KiB/s |  19.1 KiB |  00m00s
- [ 25/109] Installing urw-base35-bookman 100% |  24.8 MiB/s |   1.4 MiB |  00m00s
- [ 26/109] Installing urw-base35-c059-fo 100% |  25.8 MiB/s |   1.4 MiB |  00m00s
- [ 27/109] Installing urw-base35-d050000 100% |   2.4 MiB/s |  85.4 KiB |  00m00s
- [ 28/109] Installing urw-base35-gothic- 100% |  23.7 MiB/s |   1.2 MiB |  00m00s
- [ 29/109] Installing urw-base35-nimbus- 100% |  21.5 MiB/s |   1.1 MiB |  00m00s
- [ 30/109] Installing urw-base35-nimbus- 100% |  17.3 MiB/s |   1.4 MiB |  00m00s
- [ 31/109] Installing urw-base35-nimbus- 100% |  37.4 MiB/s |   2.4 MiB |  00m00s
- [ 32/109] Installing urw-base35-p052-fo 100% |  28.1 MiB/s |   1.5 MiB |  00m00s
- [ 33/109] Installing urw-base35-standar 100% |   1.7 MiB/s |  66.0 KiB |  00m00s
- [ 34/109] Installing urw-base35-z003-fo 100% |   9.8 MiB/s | 391.8 KiB |  00m00s
- [ 35/109] Installing urw-base35-fonts-0 100% |   2.8 MiB/s |   5.6 KiB |  00m00s
- [ 36/109] Installing abattis-cantarell- 100% |  19.0 MiB/s | 194.4 KiB |  00m00s
- [ 37/109] Installing google-droid-sans- 100% |  65.9 MiB/s |   6.3 MiB |  00m00s
- [ 38/109] Installing libyuv-0:0-0.56.20 100% |  60.8 MiB/s | 685.3 KiB |  00m00s
- [ 39/109] Installing perl-Math-Complex- 100% |  20.9 MiB/s |  85.8 KiB |  00m00s
- [ 40/109] Installing perl-Math-BigInt-1 100% |  74.3 MiB/s | 988.8 KiB |  00m00s
- [ 41/109] Installing perl-JSON-PP-1:4.1 100% |   3.5 MiB/s | 143.6 KiB |  00m00s
- [ 42/109] Installing perl-CPAN-Meta-YAM 100% |  13.1 MiB/s |  53.5 KiB |  00m00s
- [ 43/109] Installing perl-I18N-Langinfo 100% |   7.1 MiB/s |  36.1 KiB |  00m00s
- [ 44/109] Installing cups-filesystem-1: 100% | 445.3 KiB/s |   1.8 KiB |  00m00s
- [ 45/109] Installing avahi-libs-0:0.9~r 100% |  22.7 MiB/s | 186.2 KiB |  00m00s
- [ 46/109] Installing cups-libs-1:2.4.17 100% |  46.6 MiB/s | 620.3 KiB |  00m00s
- [ 47/109] Installing gpgme-0:1.24.3-1.f 100% |  11.8 MiB/s | 590.4 KiB |  00m00s
- [ 48/109] Installing gpgmepp-0:1.24.3-1 100% |  46.7 MiB/s | 430.4 KiB |  00m00s
- [ 49/109] Installing pixman-0:0.46.2-1. 100% |  57.9 MiB/s | 711.4 KiB |  00m00s
- [ 50/109] Installing liblerc-0:4.0.0-8. 100% |  51.9 MiB/s | 637.6 KiB |  00m00s
- [ 51/109] Installing jbigkit-libs-0:2.1 100% |  24.1 MiB/s | 123.4 KiB |  00m00s
- [ 52/109] Installing libtiff-0:4.7.1-1. 100% |  43.7 MiB/s | 626.6 KiB |  00m00s
- [ 53/109] Installing netpbm-0:11.13.00- 100% |  56.8 MiB/s | 581.8 KiB |  00m00s
- [ 54/109] Installing gts-0:0.7.6-50.201 100% |  11.4 MiB/s | 675.5 KiB |  00m00s
- [ 55/109] Installing rav1e-libs-0:0.8.1 100% |  71.6 MiB/s |   3.1 MiB |  00m00s
- [ 56/109] Installing libvmaf-0:3.0.0-3. 100% |  62.2 MiB/s | 828.4 KiB |  00m00s
- [ 57/109] Installing libaom-0:3.13.1-1. 100% |  68.9 MiB/s |   5.0 MiB |  00m00s
- [ 58/109] Installing perl-AutoSplit-0:5 100% |  11.5 MiB/s |  23.5 KiB |  00m00s
- [ 59/109] Installing perl-Benchmark-0:1 100% |  12.0 MiB/s |  36.7 KiB |  00m00s
- [ 60/109] Installing perl-Test-Harness- 100% |  10.7 MiB/s | 582.4 KiB |  00m00s
- [ 61/109] Installing cpuinfo-0:24.09.26 100% |   2.6 MiB/s | 109.7 KiB |  00m00s
- [ 62/109] Installing svt-av1-libs-0:2.3 100% |  75.0 MiB/s |   5.6 MiB |  00m00s
- [ 63/109] Installing libavif-0:1.1.1-1. 100% |  26.3 MiB/s | 215.2 KiB |  00m00s
- [ 64/109] Installing poppler-data-0:0.4 100% |  72.5 MiB/s |  12.4 MiB |  00m00s
- [ 65/109] Installing libdatrie-0:0.2.13 100% |  14.4 MiB/s |  58.9 KiB |  00m00s
- [ 66/109] Installing libthai-0:0.1.29-1 100% |  59.0 MiB/s | 785.2 KiB |  00m00s
- [ 67/109] Installing fribidi-0:1.0.16-2 100% |   4.7 MiB/s | 196.8 KiB |  00m00s
- [ 68/109] Installing libpaper-1:2.1.1-8 100% |  12.3 MiB/s |  50.4 KiB |  00m00s
- [ 69/109] Installing libijs-0:0.35-24.f 100% |  21.6 MiB/s |  66.5 KiB |  00m00s
- [ 70/109] Installing jbig2dec-libs-0:0. 100% |  33.3 MiB/s | 170.5 KiB |  00m00s
- [ 71/109] Installing adobe-mappings-pdf 100% |  75.8 MiB/s |   4.4 MiB |  00m00s
- [ 72/109] Installing graphite2-0:1.3.14 100% |   4.5 MiB/s | 197.9 KiB |  00m00s
- [ 73/109] Installing harfbuzz-0:10.4.0- 100% |  64.2 MiB/s |   2.8 MiB |  00m00s
- [ 74/109] Installing freetype-0:2.13.3- 100% |  52.5 MiB/s | 859.9 KiB |  00m00s
- [ 75/109] Installing graphviz-libs-0:12 100% |  46.4 MiB/s |   1.2 MiB |  00m00s
- [ 76/109] Installing shared-mime-info-0 100% |  24.1 MiB/s |   2.6 MiB |  00m00s
- [ 77/109] Installing gdk-pixbuf2-0:2.42 100% |  42.7 MiB/s |   2.5 MiB |  00m00s
- [ 78/109] Installing perl-ExtUtils-Comm 100% |   3.3 MiB/s |  10.2 KiB |  00m00s
- [ 79/109] Installing perl-ExtUtils-Pars 100% |   8.8 MiB/s | 405.1 KiB |  00m00s
- [ 80/109] Installing perl-ExtUtils-Mani 100% |  21.1 MiB/s |  86.3 KiB |  00m00s
- [ 81/109] Installing perl-ExtUtils-Inst 100% |  21.3 MiB/s |  87.2 KiB |  00m00s
- [ 82/109] Installing perl-ExtUtils-Make 100% |  14.1 MiB/s | 750.3 KiB |  00m00s
- [ 83/109] Installing google-noto-fonts- 100% |   9.0 MiB/s |  18.5 KiB |  00m00s
- [ 84/109] Installing google-noto-sans-v 100% |  63.2 MiB/s |   1.4 MiB |  00m00s
- [ 85/109] Installing default-fonts-core 100% |   2.2 MiB/s |  18.2 KiB |  00m00s
- [ 86/109] Installing libimagequant-0:4. 100% |  53.0 MiB/s | 705.9 KiB |  00m00s
- [ 87/109] Installing libXpm-0:3.5.17-5. 100% |   5.0 MiB/s | 153.7 KiB |  00m00s
- [ 88/109] Installing xml-common-0:0.6.3 100% |   8.8 MiB/s |  81.1 KiB |  00m00s
- [ 89/109] Installing fontconfig-0:2.16. 100% | 525.8 KiB/s | 783.9 KiB |  00m01s
- [ 90/109] Installing gd-0:2.3.3-18.fc42 100% |  26.3 MiB/s | 404.7 KiB |  00m00s
- [ 91/109] Installing libgs-0:10.05.1-6. 100% |  79.2 MiB/s |  23.6 MiB |  00m00s
- [ 92/109] Installing libXft-0:2.3.8-8.f 100% |  27.7 MiB/s | 169.9 KiB |  00m00s
- [ 93/109] Installing poppler-0:25.02.0- 100% |  71.4 MiB/s |   3.7 MiB |  00m00s
- [ 94/109] Installing libXext-0:1.3.6-3. 100% |  22.3 MiB/s |  91.2 KiB |  00m00s
- [ 95/109] Installing cairo-0:1.18.2-3.f 100% |  66.0 MiB/s |   1.8 MiB |  00m00s
- [ 96/109] Installing pango-0:1.56.4-2.f 100% |  15.9 MiB/s |   1.0 MiB |  00m00s
- [ 97/109] Installing lasi-0:1.1.3-16.fc 100% |  25.8 MiB/s | 132.2 KiB |  00m00s
- [ 98/109] Installing cairo-gobject-0:1. 100% |  11.7 MiB/s |  36.0 KiB |  00m00s
- [ 99/109] Installing rsvg-pixbuf-loader 100% |  41.1 MiB/s | 336.7 KiB |  00m00s
- [100/109] Installing librsvg2-0:2.60.0- 100% |  67.5 MiB/s |   5.1 MiB |  00m00s
- [101/109] Installing poppler-glib-0:25. 100% |  54.4 MiB/s | 613.3 KiB |  00m00s
- [102/109] Installing gmp-c++-1:6.3.0-4. 100% |   7.0 MiB/s |  28.5 KiB |  00m00s
- [103/109] Installing gmp-devel-1:6.3.0- 100% |  43.2 MiB/s | 354.1 KiB |  00m00s
- [104/109] Installing graphviz-0:12.2.1- 100% |  61.2 MiB/s |  20.8 MiB |  00m00s
- [105/109] Installing perl-Encode-Locale 100% |   4.9 MiB/s |  20.1 KiB |  00m00s
- [106/109] Installing perl-CPAN-Meta-0:2 100% |  46.1 MiB/s | 613.8 KiB |  00m00s
- [107/109] Installing perl-Time-HiRes-4: 100% |  23.0 MiB/s | 117.8 KiB |  00m00s
- [108/109] Installing perl-Pod-Html-0:1. 100% |   1.1 MiB/s |  43.8 KiB |  00m00s
- [109/109] Installing perl-FindBin-0:1.5 100% |   4.3 KiB/s |   7.1 KiB |  00m02s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "graphviz" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- gmp-devel-6.3.0-4.fc42.x86_64
- graphviz-12.2.1-8.fc42.x86_64
- perl-ExtUtils-MakeMaker-7.76-1.fc42.noarch
- perl-FindBin-1.54-520.fc42.noarch
- perl-Pod-Html-1.35-520.fc42.noarch
# To update the current shell environment, run: eval $(opam env)
2026-04-23 11:53.14 ---> saved as "a55c72f3c1acec5cefd4be09d08d5ccd72f047d23577ba4d6213fac58f30c254"

/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-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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 75 packages
  - install angstrom            0.16.1
  - install arg-complete        0.2.1
  - install astring             0.8.5
  - install batteries           3.10.0
  - install bigstringaf         0.10.0
  - install bos                 0.3.0
  - install camlp-streams       5.0.1
  - install catapult            0.2
  - install catapult-file       0.2
  - install conf-autoconf       0.2
  - install conf-gcc            1.0
  - install conf-gmp            5
  - install conf-graphviz       0.1
  - install conf-perl           2
  - install conf-pkg-config     4
  - install cppo                1.8.0
  - install cpu                 2.0.0
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install ctypes              0.24.0
  - install domain-local-await  1.0.1
  - install domain_shims        0.1.0
  - install dune                3.22.2
  - install dune-build-info     3.22.2
  - install dune-compiledb      0.6.0
  - install dune-configurator   3.22.2
  - install dune-private-libs   3.22.2
  - install dune-site           3.22.2
  - install dyn                 3.22.2
  - install ezjsonm             1.3.0
  - install fileutils           0.6.6
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install fs-io               3.22.2
  - install goblint             2.7.1
  - install goblint-cil         2.0.9
  - install hex                 1.5.0
  - install integers            0.7.0
  - install json-data-encoding  1.0.1
  - install jsonm               1.0.2
  - install jsonrpc             1.26.0
  - install lintcstubs-arity    0.5.1
  - install logs                0.10.0
  - install num                 1.6
  - install ocaml-compiler-libs v0.17.0
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ordering            3.22.2
  - install parsexp             v0.17.0
  - install pp                  2.0.0
  - install ppx_blob            0.9.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.1.1
  - install ppx_deriving_hash   0.1.3
  - install ppx_deriving_yojson 3.10.0
  - install ppxlib              0.38.0
  - install qcheck-core         0.91
  - install rresult             0.7.0
  - install seq                 base
  - install sexplib             v0.17.0
  - install sexplib0            v0.17.0
  - install sha                 1.15.4
  - install stdlib-shims        0.3.0
  - install stdune              3.22.2
  - install stringext           1.6.0
  - install thread-table        1.0.0
  - install top-closure         3.22.2
  - install topkg               1.1.1
  - install uri                 4.4.0
  - install uuidm               0.9.10
  - install uutf                1.0.4
  - install yaml                3.2.0
  - install yojson              2.2.2
  - install zarith              1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved arg-complete.0.2.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved batteries.3.10.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved bos.0.3.0  (cached)
-> retrieved catapult.0.2, catapult-file.0.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gcc.1.0
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> retrieved cpu.2.0.0  (cached)
-> installed conf-autoconf.0.2
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved goblint-cil.2.0.9  (cached)
-> retrieved goblint.2.7.1  (cached)
-> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2, dune-private-libs.3.22.2, dune-site.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2  (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 lintcstubs-arity.0.5.1  (cached)
-> retrieved num.1.6  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_hash.0.1.3  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved qcheck-core.0.91  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved jsonrpc.1.26.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yaml.3.2.0  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed bos.0.3.0
-> installed dune.3.22.2
-> installed camlp-streams.5.0.1
-> installed catapult.0.2
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain_shims.0.1.0
-> installed dune-build-info.3.22.2
-> installed fs-io.3.22.2
-> installed lintcstubs-arity.0.5.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ordering.3.22.2
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.91
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed top-closure.3.22.2
-> installed yojson.2.2.2
-> installed catapult-file.0.2
-> installed arg-complete.0.2.1
-> installed dune-configurator.3.22.2
-> installed hex.1.5.0
-> installed fileutils.0.6.6
-> installed domain-local-await.1.0.1
-> installed integers.0.7.0
-> installed dyn.3.22.2
-> installed parsexp.v0.17.0
-> installed jsonrpc.1.26.0
-> installed bigstringaf.0.10.0
-> installed ezjsonm.1.3.0
-> installed sha.1.15.4
-> installed cpu.2.0.0
-> installed angstrom.0.16.1
-> installed batteries.3.10.0
-> installed sexplib.v0.17.0
-> installed dune-compiledb.0.6.0
-> installed uri.4.4.0
-> installed ctypes.0.24.0
-> installed stdune.3.22.2
-> installed json-data-encoding.1.0.1
-> installed dune-private-libs.3.22.2
-> installed yaml.3.2.0
-> installed dune-site.3.22.2
-> installed ppxlib.0.38.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_hash.0.1.3
-> installed ppx_deriving_yojson.3.10.0
-> installed goblint-cil.2.0.9
-> installed goblint.2.7.1
Done.

<><> goblint.2.7.1 installed successfully <><><><><><><><><><><><><><><><><><><>
=> Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/).
# To update the current shell environment, run: eval $(opam env)
2026-04-23 12:02.02 ---> saved as "d4d83f366c864c4dabcca73d4e75a952b76f9606c4601d00867c0c59b5cabe23"

/src: (copy (src .) (dst /src))
2026-04-23 12:02.02 ---> saved as "e2d2e6c639315090db5eff23895f8b54b6b8ce709ffb1418b9cdafb660730d02"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/model/stub/src && /usr/sbin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wno-attributes -g -I /home/opam/.opam/5.4/lib/ocaml -I ../../include -o ocaml_runtime.model.o -c ocaml_runtime.model.c)
ocaml_runtime.model.c: In function '__caml_maybe_run_finalizer':
ocaml_runtime.model.c:225:21: warning: unused variable 'ret' [-Wunused-variable]
  225 |             uintnat ret = ops->deserialize(dst);
      |                     ^~~
In file included from /home/opam/.opam/5.4/lib/ocaml/caml/alloc.h:20,
                 from ocaml_runtime.model.c:39:
ocaml_runtime.model.c: In function '__caml_move':
/home/opam/.opam/5.4/lib/ocaml/caml/mlvalues.h:196:21: warning: initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
  196 | #define Hp_val(val) (((volatile header_t *) (val)) - 1)
      |                     ^
ocaml_runtime.model.c:252:18: note: in expansion of macro 'Hp_val'
  252 |     void *orig = Hp_val(arg);
      |                  ^~~~~~
ocaml_runtime.model.c: In function '__caml_maybe_run_gc':
ocaml_runtime.model.c:282:35: warning: the comparison will always evaluate as 'true' for the address of 'tables' will never be NULL [-Waddress]
  282 |                 __goblint_assume(!!lr->tables);
      |                                   ^
In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22,
                 from ocaml_runtime.model.c:40:
/home/opam/.opam/5.4/lib/ocaml/caml/memory.h:253:10: note: 'tables' declared here
  253 |   value *tables [5];
      |          ^~~~~~
ocaml_runtime.model.c: In function 'caml_alloc':
ocaml_runtime.model.c:328:14: warning: unused variable 'i' [-Wunused-variable]
  328 |     unsigned i;
      |              ^
ocaml_runtime.model.c: In function '__VERIFIER_nondet_value':
ocaml_runtime.model.c:169:21: warning: 'val' is used uninitialized [-Wuninitialized]
  169 | { value val; return val; }
      |                     ^~~
ocaml_runtime.model.c:169:9: note: 'val' was declared here
  169 | { value val; return val; }
      |         ^~~
ocaml_runtime.model.c: In function '__VERIFIER_nondet_int32':
ocaml_runtime.model.c:616:23: warning: 'val' is used uninitialized [-Wuninitialized]
  616 | { int32_t val; return val; }
      |                       ^~~
ocaml_runtime.model.c:616:11: note: 'val' was declared here
  616 | { int32_t val; return val; }
      |           ^~~
ocaml_runtime.model.c: In function '__VERIFIER_nondet_int64':
ocaml_runtime.model.c:619:23: warning: 'val' is used uninitialized [-Wuninitialized]
  619 | { int64_t val; return val; }
      |                       ^~~
ocaml_runtime.model.c:619:11: note: 'val' was declared here
  619 | { int64_t val; return val; }
      |           ^~~
File "model/stub/src/ranges.t", line 1, characters 0-0:
/usr/sbin/git --no-pager diff --no-index --color=always -u _build/default/model/stub/src/ranges.t _build/default/model/stub/src/ranges.t.corrected
diff --git a/_build/default/model/stub/src/ranges.t b/_build/default/model/stub/src/ranges.t.corrected
index 05b70f5..fe5ee06 100644
--- a/_build/default/model/stub/src/ranges.t
+++ b/_build/default/model/stub/src/ranges.t.corrected
@@ -73,7 +73,8 @@ Test primitive types:
 
 Now generate a main function, this introduces multi-threading:
   $ lintcstubs_genmain test.cmt >>test_analyze.c
+  lintcstubs_genmain: command not found
+  [127]
   $ goblint --result none --set 'pre.cppflags[+]' '-D_Thread_local=__thread' --set 'sem.int.signed_overflow' 'assume_wraparound' --set 'ana.activated[+]' 'assert' --enable warn.assert -I $(ocamlc -where) --disable warn.integer --enable dbg.regression --disable warn.behavior --disable warn.info --disable warn.imprecise --disable warn.unsound --disable warn.deadcode test_analyze.c test_stubs.c ocaml_runtime.model.c
-  [Error][Assert] Assertion "res >> 1 <= 255L" will fail. Expected: SUCCESS -> failed (test_analyze.c:126:4-126:42)
-  [Error][Assert] Assertion "(res & 1L) != 0L" will fail. Expected: SUCCESS -> failed (test_analyze.c:84:4-84:40)
-  [Error][Imprecise][Unsound] Function definition missing
+  Fatal error: exception Goblint_lib__Maingoblint.FrontendError("no suitable function to start from")
+  [2]
(cd _build/default/example/dune && ../../../install/default/bin/lintcstubs --conf lintcstubs.json --set warn.race-threshold 200 foostubs.c primitives.model.c -I /home/opam/.opam/5.4/lib/ocaml -o foo.sarif) > _build/default/example/dune/foo.log

[Info] runtime: 00:00:10.428
[Info] vars: 2226, evals: 5181

[Info] |called|=0

Memory statistics: total=7883.80MB, max=48.66MB, minor=7880.76MB, major=77.60MB, promoted=74.57MB
    minor collections=3765  major collections=14 compactions=0

sh: line 1: pygmentize: command not found
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-04-23 12:02.27: Job failed: Failed: Build failed