Organisationsedwintoroklintcstubsc627ce ()fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-15 17:59.22: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (c627ceb3dfe689196122360ce5da1be658583f94) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "main" && cd "lintcstubs" && git reset --hard c627ceb3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
# fedora-43-4.14_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 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && 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-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 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 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.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.37.0 qcheck-core.0.25 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.21.1 stringext.1.6.0 top-closure.3.21.1 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-02-15 17:59.22: Using cache hint "edwintorok/lintcstubs-ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4-fedora-43-4.14_opam-2.5-9e7a60616ebbb5b1eaa198e389dfb6f1"
2026-02-15 17:59.22: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
(comment fedora-43-4.14_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 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && 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 (network host)
(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-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 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 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.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.37.0 qcheck-core.0.25 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.21.1 stringext.1.6.0 top-closure.3.21.1 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-02-15 17:59.22: Waiting for resource in pool OCluster
2026-02-15 18:13.57: Waiting for worker…
2026-02-15 18:17.05: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at c627ceb Merge pull request #3 from Leonidas-from-XIV/goblint-constraint


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4' locally
docker.io/ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4: Pulling from ocaml/opam
5bc90b3315da: Already exists
132ed1c875b9: Already exists
709f19a93d7b: Already exists
600672ca084e: Already exists
e14c24140cbe: Already exists
2db09da454e1: Already exists
0e05a03dbf5c: Already exists
d9bf0b27ee73: Already exists
d22999d561d9: Already exists
9748e0447729: Already exists
b221b944dee6: Already exists
9103b02722d1: Already exists
4ad003f04196: Already exists
530b789336ee: Already exists
7dc6ed995942: Already exists
26e0665eb0ef: Already exists
ec3e95305314: Already exists
e3efd041cf4c: Already exists
93818fe36d44: Already exists
ddeea98533ac: Already exists
d782acfda9e2: Already exists
4f4fb700ef54: Already exists
4ac33b5f01d6: Already exists
d4dbe3c6c8b2: Already exists
81507c45bdf3: Already exists
2a6e58484e29: Already exists
dc9846762449: Already exists
c73cd3a4d77c: Already exists
4655acdcba9f: Already exists
ea076df8754b: Already exists
2ea208952bef: Already exists
2ea825907a64: Already exists
61247173b8a6: Already exists
09632a095133: Already exists
ac2374af5ce6: Already exists
c60028bae782: Already exists
0f1285a8c656: Already exists
b23d2088dbe2: Already exists
0b0be00d160c: Already exists
dfd2d2f20c5c: Already exists
2c0407baf495: Pulling fs layer
28d1b3a533a2: Pulling fs layer
7193f8db1abd: Pulling fs layer
ba17274c7abc: Pulling fs layer
ba17274c7abc: Waiting
7193f8db1abd: Waiting
28d1b3a533a2: Waiting
28d1b3a533a2: Download complete
7193f8db1abd: Download complete
ba17274c7abc: Verifying Checksum
ba17274c7abc: Download complete
2c0407baf495: Verifying Checksum
2c0407baf495: Download complete
2c0407baf495: Pull complete
28d1b3a533a2: Pull complete
7193f8db1abd: Pull complete
ba17274c7abc: Pull complete
Digest: sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Status: Downloaded newer image for ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
2026-02-15 18:17.06 ---> using "1f54aa51492a69d3d8ee5c55c8bbd619dd53887b0a823c40d168b74a6ba8f9f5" from cache


/: (comment fedora-43-4.14_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 43 - x86_64 - Updates           100% | 102.8 KiB/s |  17.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-02-15 18:17.06 ---> using "f29b1946ad5ef4344453dde0a6e91f6b1b5de8cde20c032c769e3ab35dbb33b7" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:17.06 ---> using "a7f98fddf79bde08f47f7dac631ec363de8e054f0ffb8ecebd5e6bf2143f3d63" 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-02-15 18:17.06 ---> using "790a777ec09532aa50147c00cc1d86536d648124cc3cf542fa11931f117165a7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-15 18:17.06 ---> using "9eb5d191c15af29a8332ec4cfec738918c61bef1c393b4e89c140d44af4c269c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:17.06 ---> using "432e1d13e123d26431cc76adbec5d6a2163af5c39210d86901090fb44a45b8b9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
3109384a92..66fe1c299d  master     -> origin/master
66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.4.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-02-15 18:17.31 ---> saved as "2cd6aba70b095ef73a3fe0955c4b7288c9f2b07409007af71f40055dc01b8ff4"


/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
2026-02-15 18:17.31 ---> saved as "20539db99109712d7b7860ea7e61bfdaeaf31d5b8906767dc1d61817634ef291"


/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-02-15 18:17.35 ---> saved as "a33cf5e5dd92e2e8fc33a45261bdc31dd5acf76f49ec54c411d4c4967e10e1ac"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 18:17.35 ---> saved as "b4684905d2f7b1399c20e8d2a0117366e651f54affb8029e116ad561ccd68e0e"


/src: (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 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 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.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.37.0 qcheck-core.0.25 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.21.1 stringext.1.6.0 top-closure.3.21.1 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
gmp-devel perl-ExtUtils-MakeMaker perl-FindBin perl-Pod-Html


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


+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "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.fc43     fedora     352.3 KiB
-  perl-ExtUtils-MakeMaker           noarch 2:7.76-521.fc43    fedora     739.7 KiB
-  perl-FindBin                      noarch 1.54-521.fc43      updates      6.8 KiB
-  perl-Pod-Html                     noarch 1.35-521.fc43      updates     42.3 KiB
- Installing dependencies:
-  add-determinism                   x86_64 0.6.0-3.fc43       updates      2.3 MiB
-  annobin-docs                      noarch 12.99-1.fc43       fedora      98.9 KiB
-  annobin-plugin-gcc                x86_64 12.99-1.fc43       fedora       1.0 MiB
-  ansible-srpm-macros               noarch 1-18.1.fc43        fedora      35.7 KiB
-  build-reproducibility-srpm-macros noarch 0.6.0-3.fc43       updates    735.0   B
-  dwz                               x86_64 0.16-2.fc43        fedora     287.1 KiB
-  efi-srpm-macros                   noarch 6-4.fc43           fedora      40.1 KiB
-  file                              x86_64 5.46-8.fc43        fedora     100.2 KiB
-  filesystem-srpm-macros            noarch 3.18-50.fc43       fedora      38.2 KiB
-  fonts-srpm-macros                 noarch 1:2.0.5-23.fc43    fedora      55.8 KiB
-  forge-srpm-macros                 noarch 0.4.0-3.fc43       fedora      38.9 KiB
-  fpc-srpm-macros                   noarch 1.3-15.fc43        fedora     144.0   B
-  gap-srpm-macros                   noarch 2-1.fc43           fedora       2.1 KiB
-  gcc-plugin-annobin                x86_64 15.2.1-7.fc43      updates     57.2 KiB
-  ghc-srpm-macros                   noarch 1.9.2-3.fc43       fedora     779.0   B
-  glibc-gconv-extra                 x86_64 2.42-9.fc43        updates      7.2 MiB
-  gmp-c++                           x86_64 1:6.3.0-4.fc43     fedora      27.6 KiB
-  gnat-srpm-macros                  noarch 7-1.fc43           updates      1.0 KiB
-  go-srpm-macros                    noarch 3.8.0-1.fc43       fedora      61.9 KiB
-  gpgverify                         noarch 2.2-3.fc43         fedora       8.7 KiB
-  java-srpm-macros                  noarch 1-7.fc43           fedora     870.0   B
-  kernel-srpm-macros                noarch 1.0-27.fc43        fedora       1.9 KiB
-  lua-srpm-macros                   noarch 1-16.fc43          fedora       1.3 KiB
-  ocaml-srpm-macros                 noarch 11-2.fc43          fedora       1.9 KiB
-  openblas-srpm-macros              noarch 2-20.fc43          fedora     112.0   B
-  package-notes-srpm-macros         noarch 0.5-14.fc43        fedora       1.6 KiB
-  perl-AutoSplit                    noarch 5.74-521.fc43      updates     23.1 KiB
-  perl-Benchmark                    noarch 1.27-521.fc43      updates     36.4 KiB
-  perl-CPAN-Meta-Requirements       noarch 2.143-13.fc43      fedora      81.2 KiB
-  perl-CPAN-Meta-YAML               noarch 0.020-521.fc43     fedora      52.1 KiB
-  perl-Devel-PPPort                 x86_64 3.73-521.fc43      fedora     889.8 KiB
-  perl-ExtUtils-Command             noarch 2:7.76-521.fc43    fedora       9.6 KiB
-  perl-ExtUtils-Constant            noarch 0.25-521.fc43      updates     85.9 KiB
-  perl-ExtUtils-Install             noarch 2.22-520.fc43      fedora      85.5 KiB
-  perl-ExtUtils-Manifest            noarch 1:1.75-520.fc43    fedora      84.8 KiB
-  perl-ExtUtils-ParseXS             noarch 1:3.58-2.fc43      fedora     539.6 KiB
-  perl-Hash-Util                    x86_64 0.32-521.fc43      updates     55.0 KiB
-  perl-Hash-Util-FieldHash          x86_64 1.27-521.fc43      updates     62.6 KiB
-  perl-I18N-Langinfo                x86_64 0.24-521.fc43      updates     34.7 KiB
-  perl-JSON-PP                      noarch 1:4.16-522.fc43    updates    141.9 KiB
-  perl-Math-BigInt                  noarch 1:2.0050.03-3.fc43 fedora       1.1 MiB
-  perl-Math-Complex                 noarch 1.63-521.fc43      updates     85.1 KiB
-  perl-Test-Harness                 noarch 1:3.52-4.fc43      fedora     560.8 KiB
-  perl-fields                       noarch 2.27-521.fc43      updates     11.9 KiB
-  perl-srpm-macros                  noarch 1-60.fc43          fedora     861.0   B
-  perl-version                      x86_64 9:0.99.33-521.fc43 fedora     128.7 KiB
-  pyproject-srpm-macros             noarch 1.18.6-1.fc43      updates      1.9 KiB
-  python-srpm-macros                noarch 3.14-5.fc43        fedora      51.5 KiB
-  python3-pyparsing                 noarch 3.1.2-14.fc43      fedora       1.0 MiB
-  qt5-srpm-macros                   noarch 5.15.18-1.fc43     updates    500.0   B
-  qt6-srpm-macros                   noarch 6.10.1-1.fc43      updates    464.0   B
-  redhat-rpm-config                 noarch 343-11.fc43        fedora     182.9 KiB
-  rust-srpm-macros                  noarch 28.4-1.fc43        updates      5.5 KiB
-  systemtap-sdt-devel               x86_64 5.4-1.fc43         updates    184.0 KiB
-  systemtap-sdt-dtrace              x86_64 5.4-1.fc43         updates    180.6 KiB
-  tree-sitter-srpm-macros           noarch 0.4.2-1.fc43       fedora       8.3 KiB
-  zig-srpm-macros                   noarch 1-5.fc43           fedora       1.1 KiB
-  zip                               x86_64 3.0-44.fc43        fedora     694.5 KiB
- Installing weak dependencies:
-  perl-CPAN-Meta                    noarch 2.150010-520.fc43  fedora     592.2 KiB
-  perl-Encode-Locale                noarch 1.05-32.fc43       fedora      19.0 KiB
-  perl-Time-HiRes                   x86_64 4:1.9778-520.fc43  fedora     115.8 KiB
-  perl-devel                        x86_64 4:5.42.0-521.fc43  updates      3.8 MiB
-  perl-doc                          noarch 5.42.0-521.fc43    updates     11.5 MiB
- 
- Transaction Summary:
-  Installing:        67 packages
- 
- Total size of inbound packages is 13 MiB. Need to download 13 MiB.
- After this operation, 35 MiB extra will be used (install 35 MiB, remove 0 B).
- [ 1/67] perl-ExtUtils-Command-2:7.76-52 100% | 202.2 KiB/s |  14.0 KiB |  00m00s
- [ 2/67] perl-ExtUtils-Install-0:2.22-52 100% | 487.5 KiB/s |  43.4 KiB |  00m00s
- [ 3/67] perl-ExtUtils-MakeMaker-2:7.76- 100% |   3.0 MiB/s | 294.6 KiB |  00m00s
- [ 4/67] perl-ExtUtils-Manifest-1:1.75-5 100% | 772.8 KiB/s |  34.0 KiB |  00m00s
- [ 5/67] perl-version-9:0.99.33-521.fc43 100% |   2.8 MiB/s |  62.8 KiB |  00m00s
- [ 6/67] perl-ExtUtils-ParseXS-1:3.58-2. 100% |   4.3 MiB/s | 220.7 KiB |  00m00s
- [ 7/67] perl-Test-Harness-1:3.52-4.fc43 100% |   4.1 MiB/s | 277.7 KiB |  00m00s
- [ 8/67] gmp-c++-1:6.3.0-4.fc43.x86_64   100% | 736.2 KiB/s |  18.4 KiB |  00m00s
- [ 9/67] perl-FindBin-0:1.54-521.fc43.no 100% |   3.3 MiB/s |  13.6 KiB |  00m00s
- [10/67] gmp-devel-1:6.3.0-4.fc43.x86_64 100% |   5.3 MiB/s | 174.3 KiB |  00m00s
- [11/67] perl-Pod-Html-0:1.35-521.fc43.n 100% |   4.0 MiB/s |  28.9 KiB |  00m00s
- [12/67] perl-Benchmark-0:1.27-521.fc43. 100% |   5.1 MiB/s |  26.1 KiB |  00m00s
- [13/67] perl-fields-0:2.27-521.fc43.noa 100% |   3.8 MiB/s |  15.5 KiB |  00m00s
- [14/67] perl-Hash-Util-0:0.32-521.fc43. 100% |   6.6 MiB/s |  33.9 KiB |  00m00s
- [15/67] perl-AutoSplit-0:5.74-521.fc43. 100% |   3.4 MiB/s |  21.0 KiB |  00m00s
- [16/67] perl-Hash-Util-FieldHash-0:1.27 100% |   7.4 MiB/s |  38.1 KiB |  00m00s
- [17/67] perl-devel-4:5.42.0-521.fc43.x8 100% |  25.9 MiB/s | 662.7 KiB |  00m00s
- [18/67] perl-Time-HiRes-4:1.9778-520.fc 100% |   1.3 MiB/s |  57.1 KiB |  00m00s
- [19/67] perl-Encode-Locale-0:1.05-32.fc 100% | 321.2 KiB/s |  18.3 KiB |  00m00s
- [20/67] gpgverify-0:2.2-3.fc43.noarch   100% |   1.8 MiB/s |  11.1 KiB |  00m00s
- [21/67] redhat-rpm-config-0:343-11.fc43 100% |   2.7 MiB/s |  79.1 KiB |  00m00s
- [22/67] gcc-plugin-annobin-0:15.2.1-7.f 100% |   9.9 MiB/s |  60.8 KiB |  00m00s
- [23/67] perl-Devel-PPPort-0:3.73-521.fc 100% |   3.4 MiB/s | 219.9 KiB |  00m00s
- [24/67] ansible-srpm-macros-0:1-18.1.fc 100% |   3.2 MiB/s |  19.9 KiB |  00m00s
- [25/67] dwz-0:0.16-2.fc43.x86_64        100% |   3.3 MiB/s | 135.5 KiB |  00m00s
- [26/67] efi-srpm-macros-0:6-4.fc43.noar 100% |   4.4 MiB/s |  22.4 KiB |  00m00s
- [27/67] annobin-plugin-gcc-0:12.99-1.fc 100% |  11.2 MiB/s | 996.0 KiB |  00m00s
- [28/67] filesystem-srpm-macros-0:3.18-5 100% |   5.2 MiB/s |  26.4 KiB |  00m00s
- [29/67] fonts-srpm-macros-1:2.0.5-23.fc 100% |   5.3 MiB/s |  27.2 KiB |  00m00s
- [30/67] forge-srpm-macros-0:0.4.0-3.fc4 100% |   3.9 MiB/s |  20.1 KiB |  00m00s
- [31/67] fpc-srpm-macros-0:1.3-15.fc43.n 100% |   1.5 MiB/s |   7.9 KiB |  00m00s
- [32/67] gap-srpm-macros-0:2-1.fc43.noar 100% |   1.8 MiB/s |   9.0 KiB |  00m00s
- [33/67] ghc-srpm-macros-0:1.9.2-3.fc43. 100% |   2.1 MiB/s |   8.7 KiB |  00m00s
- [34/67] file-0:5.46-8.fc43.x86_64       100% | 856.5 KiB/s |  48.8 KiB |  00m00s
- [35/67] go-srpm-macros-0:3.8.0-1.fc43.n 100% |   5.5 MiB/s |  28.3 KiB |  00m00s
- [36/67] java-srpm-macros-0:1-7.fc43.noa 100% |   1.9 MiB/s |   7.9 KiB |  00m00s
- [37/67] kernel-srpm-macros-0:1.0-27.fc4 100% |   1.7 MiB/s |   8.9 KiB |  00m00s
- [38/67] glibc-gconv-extra-0:2.42-9.fc43 100% |   9.8 MiB/s |   1.6 MiB |  00m00s
- [39/67] lua-srpm-macros-0:1-16.fc43.noa 100% | 515.1 KiB/s |   8.8 KiB |  00m00s
- [40/67] ocaml-srpm-macros-0:11-2.fc43.n 100% | 578.8 KiB/s |   9.3 KiB |  00m00s
- [41/67] openblas-srpm-macros-0:2-20.fc4 100% |   1.1 MiB/s |   7.6 KiB |  00m00s
- [42/67] package-notes-srpm-macros-0:0.5 100% | 816.8 KiB/s |   9.0 KiB |  00m00s
- [43/67] perl-srpm-macros-0:1-60.fc43.no 100% | 690.8 KiB/s |   8.3 KiB |  00m00s
- [44/67] python-srpm-macros-0:3.14-5.fc4 100% |   3.8 MiB/s |  23.4 KiB |  00m00s
- [45/67] tree-sitter-srpm-macros-0:0.4.2 100% |   2.2 MiB/s |  13.4 KiB |  00m00s
- [46/67] zig-srpm-macros-0:1-5.fc43.noar 100% |   1.2 MiB/s |   8.4 KiB |  00m00s
- [47/67] zip-0:3.0-44.fc43.x86_64        100% |   8.2 MiB/s | 261.6 KiB |  00m00s
- [48/67] annobin-docs-0:12.99-1.fc43.noa 100% |   2.5 MiB/s |  89.5 KiB |  00m00s
- [49/67] perl-CPAN-Meta-Requirements-0:2 100% |   2.1 MiB/s |  34.5 KiB |  00m00s
- [50/67] build-reproducibility-srpm-macr 100% |   2.3 MiB/s |  11.9 KiB |  00m00s
- [51/67] perl-CPAN-Meta-0:2.150010-520.f 100% |   3.6 MiB/s | 190.8 KiB |  00m00s
- [52/67] gnat-srpm-macros-0:7-1.fc43.noa 100% | 865.6 KiB/s |   8.7 KiB |  00m00s
- [53/67] pyproject-srpm-macros-0:1.18.6- 100% |   1.9 MiB/s |  13.4 KiB |  00m00s
- [54/67] qt5-srpm-macros-0:5.15.18-1.fc4 100% |   1.2 MiB/s |   8.6 KiB |  00m00s
- [55/67] qt6-srpm-macros-0:6.10.1-1.fc43 100% |   1.5 MiB/s |   9.4 KiB |  00m00s
- [56/67] perl-CPAN-Meta-YAML-0:0.020-521 100% | 459.8 KiB/s |  26.7 KiB |  00m00s
- [57/67] rust-srpm-macros-0:28.4-1.fc43. 100% |   1.5 MiB/s |  10.8 KiB |  00m00s
- [58/67] perl-I18N-Langinfo-0:0.24-521.f 100% |   4.1 MiB/s |  25.0 KiB |  00m00s
- [59/67] add-determinism-0:0.6.0-3.fc43. 100% |   9.5 MiB/s | 893.7 KiB |  00m00s
- [60/67] perl-ExtUtils-Constant-0:0.25-5 100% |   8.4 MiB/s |  43.1 KiB |  00m00s
- [61/67] perl-JSON-PP-1:4.16-522.fc43.no 100% |   1.1 MiB/s |  65.7 KiB |  00m00s
- [62/67] systemtap-sdt-dtrace-0:5.4-1.fc 100% |   1.3 MiB/s |  70.5 KiB |  00m00s
- [63/67] perl-Math-BigInt-1:2.0050.03-3. 100% |   1.7 MiB/s | 234.5 KiB |  00m00s
- [64/67] perl-Math-Complex-0:1.63-521.fc 100% |   7.4 MiB/s |  45.5 KiB |  00m00s
- [65/67] systemtap-sdt-devel-0:5.4-1.fc4 100% | 509.5 KiB/s |  69.8 KiB |  00m00s
- [66/67] python3-pyparsing-0:3.1.2-14.fc 100% |   3.1 MiB/s | 286.9 KiB |  00m00s
- [67/67] perl-doc-0:5.42.0-521.fc43.noar 100% |  11.1 MiB/s |   5.0 MiB |  00m00s
- --------------------------------------------------------------------------------
- [67/67] Total                           100% |   8.6 MiB/s |  12.7 MiB |  00m01s
- Running transaction
- [ 1/69] Verify package files            100% | 216.0   B/s |  67.0   B |  00m00s
- [ 2/69] Prepare transaction             100% | 500.0   B/s |  67.0   B |  00m00s
- [ 3/69] Installing perl-version-9:0.99. 100% |  18.4 MiB/s | 131.5 KiB |  00m00s
- [ 4/69] Installing perl-CPAN-Meta-Requi 100% |  20.4 MiB/s |  83.4 KiB |  00m00s
- [ 5/69] Installing perl-Math-Complex-0: 100% |  28.0 MiB/s |  86.0 KiB |  00m00s
- [ 6/69] Installing perl-Math-BigInt-1:2 100% |  70.9 MiB/s |   1.1 MiB |  00m00s
- [ 7/69] Installing perl-JSON-PP-1:4.16- 100% |   3.4 MiB/s | 143.6 KiB |  00m00s
- [ 8/69] Installing python3-pyparsing-0: 100% |  57.2 MiB/s |   1.0 MiB |  00m00s
- [ 9/69] Installing systemtap-sdt-dtrace 100% |   4.7 MiB/s | 181.9 KiB |  00m00s
- [10/69] Installing systemtap-sdt-devel- 100% |  45.3 MiB/s | 185.5 KiB |  00m00s
- [11/69] Installing perl-ExtUtils-Consta 100% |  21.4 MiB/s |  87.7 KiB |  00m00s
- [12/69] Installing perl-I18N-Langinfo-0 100% |   8.8 MiB/s |  36.2 KiB |  00m00s
- [13/69] Installing rust-srpm-macros-0:2 100% |   3.1 MiB/s |   6.4 KiB |  00m00s
- [14/69] Installing qt6-srpm-macros-0:6. 100% | 361.3 KiB/s | 740.0   B |  00m00s
- [15/69] Installing qt5-srpm-macros-0:5. 100% | 378.9 KiB/s | 776.0   B |  00m00s
- [16/69] Installing pyproject-srpm-macro 100% | 830.7 KiB/s |   2.5 KiB |  00m00s
- [17/69] Installing gnat-srpm-macros-0:7 100% | 632.8 KiB/s |   1.3 KiB |  00m00s
- [18/69] Installing add-determinism-0:0. 100% |  34.4 MiB/s |   2.3 MiB |  00m00s
- [19/69] Installing build-reproducibilit 100% | 500.0 KiB/s |   1.0 KiB |  00m00s
- [20/69] Installing perl-CPAN-Meta-YAML- 100% |  13.1 MiB/s |  53.6 KiB |  00m00s
- [21/69] Installing annobin-docs-0:12.99 100% |  32.6 MiB/s | 100.1 KiB |  00m00s
- [22/69] Installing annobin-plugin-gcc-0 100% |  82.3 MiB/s |   1.0 MiB |  00m00s
- [23/69] Installing zip-0:3.0-44.fc43.x8 100% |  15.5 MiB/s | 698.4 KiB |  00m00s
- [24/69] Installing zig-srpm-macros-0:1- 100% | 832.0 KiB/s |   1.7 KiB |  00m00s
- [25/69] Installing tree-sitter-srpm-mac 100% |   3.0 MiB/s |   9.3 KiB |  00m00s
- [26/69] Installing perl-srpm-macros-0:1 100% | 556.6 KiB/s |   1.1 KiB |  00m00s
- [27/69] Installing package-notes-srpm-m 100% |   1.0 MiB/s |   2.0 KiB |  00m00s
- [28/69] Installing openblas-srpm-macros 100% | 191.4 KiB/s | 392.0   B |  00m00s
- [29/69] Installing ocaml-srpm-macros-0: 100% |   1.0 MiB/s |   2.1 KiB |  00m00s
- [30/69] Installing lua-srpm-macros-0:1- 100% | 951.2 KiB/s |   1.9 KiB |  00m00s
- [31/69] Installing kernel-srpm-macros-0 100% |   1.1 MiB/s |   2.3 KiB |  00m00s
- [32/69] Installing java-srpm-macros-0:1 100% | 560.5 KiB/s |   1.1 KiB |  00m00s
- [33/69] Installing ghc-srpm-macros-0:1. 100% | 515.6 KiB/s |   1.0 KiB |  00m00s
- [34/69] Installing gap-srpm-macros-0:2- 100% |   1.3 MiB/s |   2.7 KiB |  00m00s
- [35/69] Installing fpc-srpm-macros-0:1. 100% | 205.1 KiB/s | 420.0   B |  00m00s
- [36/69] Installing filesystem-srpm-macr 100% |  12.7 MiB/s |  38.9 KiB |  00m00s
- [37/69] Installing file-0:5.46-8.fc43.x 100% |   2.6 MiB/s | 101.7 KiB |  00m00s
- [38/69] Installing efi-srpm-macros-0:6- 100% |  13.4 MiB/s |  41.1 KiB |  00m00s
- [39/69] Installing dwz-0:0.16-2.fc43.x8 100% |   7.0 MiB/s | 288.5 KiB |  00m00s
- [40/69] Installing ansible-srpm-macros- 100% |   8.8 MiB/s |  36.2 KiB |  00m00s
- [41/69] Installing gcc-plugin-annobin-0 100% |  14.3 MiB/s |  58.8 KiB |  00m00s
- [42/69] Installing gpgverify-0:2.2-3.fc 100% |   1.1 MiB/s |   9.4 KiB |  00m00s
- [43/69] Installing redhat-rpm-config-0: 100% |   2.7 MiB/s | 189.1 KiB |  00m00s
- [44/69] Installing forge-srpm-macros-0: 100% |   5.6 MiB/s |  40.3 KiB |  00m00s
- [45/69] Installing fonts-srpm-macros-1: 100% |   8.0 MiB/s |  57.0 KiB |  00m00s
- [46/69] Installing go-srpm-macros-0:3.8 100% |  15.4 MiB/s |  63.0 KiB |  00m00s
- [47/69] Installing python-srpm-macros-0 100% |   6.5 MiB/s |  52.8 KiB |  00m00s
- [48/69] Installing perl-Devel-PPPort-0: 100% |  48.4 MiB/s | 892.1 KiB |  00m00s
- [49/69] Installing perl-Hash-Util-Field 100% |  12.6 MiB/s |  64.3 KiB |  00m00s
- [50/69] Installing perl-Hash-Util-0:0.3 100% |   7.9 MiB/s |  56.4 KiB |  00m00s
- [51/69] Installing perl-fields-0:2.27-5 100% |   6.0 MiB/s |  12.3 KiB |  00m00s
- [52/69] Installing perl-ExtUtils-ParseX 100% |  11.3 MiB/s | 545.5 KiB |  00m00s
- [53/69] Installing perl-AutoSplit-0:5.7 100% |  11.5 MiB/s |  23.6 KiB |  00m00s
- [54/69] Installing perl-Benchmark-0:1.2 100% |  12.0 MiB/s |  36.8 KiB |  00m00s
- [55/69] Installing perl-Test-Harness-1: 100% |  10.6 MiB/s | 583.6 KiB |  00m00s
- [56/69] Installing gmp-c++-1:6.3.0-4.fc 100% |   7.0 MiB/s |  28.5 KiB |  00m00s
- [57/69] Installing perl-ExtUtils-Manife 100% |  21.1 MiB/s |  86.3 KiB |  00m00s
- [58/69] Installing perl-ExtUtils-Comman 100% |   3.3 MiB/s |  10.2 KiB |  00m00s
- [59/69] Installing perl-ExtUtils-MakeMa 100% |  15.0 MiB/s | 750.3 KiB |  00m00s
- [60/69] Installing perl-ExtUtils-Instal 100% |  17.0 MiB/s |  87.2 KiB |  00m00s
- [61/69] Installing perl-devel-4:5.42.0- 100% |  40.5 MiB/s |   3.8 MiB |  00m00s
- [62/69] Installing gmp-devel-1:6.3.0-4. 100% |  49.4 MiB/s | 354.1 KiB |  00m00s
- [63/69] Installing perl-CPAN-Meta-0:2.1 100% |  50.0 MiB/s | 613.8 KiB |  00m00s
- [64/69] Installing perl-Encode-Locale-0 100% |   3.3 MiB/s |  20.1 KiB |  00m00s
- [65/69] Installing perl-doc-0:5.42.0-52 100% |  72.9 MiB/s |  11.5 MiB |  00m00s
- [66/69] Installing glibc-gconv-extra-0: 100% |  42.7 MiB/s |   7.3 MiB |  00m00s
- [67/69] Installing perl-Time-HiRes-4:1. 100% |  23.0 MiB/s | 117.8 KiB |  00m00s
- [68/69] Installing perl-Pod-Html-0:1.35 100% |   1.2 MiB/s |  43.9 KiB |  00m00s
- [69/69] Installing perl-FindBin-0:1.54- 100% |  50.4 KiB/s |   7.2 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- gmp-devel-6.3.0-4.fc43.x86_64
- perl-ExtUtils-MakeMaker-7.76-521.fc43.noarch
- perl-FindBin-1.54-521.fc43.noarch
- perl-Pod-Html-1.35-521.fc43.noarch
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:18.01 ---> saved as "d6f3b3cd47e4448d89011296f9049919c7e483a4a07c6f5a5f77e6ca5f13f7fc"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 69 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.2.1
- install camlp-streams       5.0.1
- install catapult            0.1.1
- install catapult-file       0.1.1
- install conf-autoconf       0.2
- install conf-gcc            1.0
- install conf-gmp            5
- 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 dune                3.21.1
- install dune-compiledb      0.6.0
- install dune-configurator   3.21.1
- install dune-private-libs   3.21.1
- install dune-site           3.21.1
- install dyn                 3.21.1
- install ezjsonm             1.3.0
- install fmt                 0.11.0
- install fpath               0.7.3
- install fs-io               3.21.1
- install goblint             2.1.0
- install goblint-cil         2.0.1
- 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.25.0
- install lintcstubs-arity    0.5.1
- install logs                0.10.0
- install num                 1.6
- install ocaml-compiler-libs v0.12.4
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ordering            3.21.1
- install parsexp             v0.16.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.37.0
- install qcheck-core         0.25
- install rresult             0.7.0
- install seq                 base
- install sexplib             v0.16.0
- install sexplib0            v0.16.0
- install sha                 1.15.4
- install stdlib-shims        0.3.0
- install stdune              3.21.1
- install stringext           1.6.0
- install top-closure         3.21.1
- 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 bos.0.2.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved batteries.3.10.0  (cached)
-> retrieved catapult.0.1.1, catapult-file.0.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-autoconf.0.2
-> installed conf-gcc.1.0
-> installed conf-gmp.5
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> retrieved cpu.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved goblint-cil.2.0.1  (cached)
-> retrieved goblint.2.1.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved json-data-encoding.1.0.1  (cached)
-> retrieved lintcstubs-arity.0.5.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1, dune-private-libs.3.21.1, dune-site.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1  (cached)
-> retrieved jsonrpc.1.25.0  (cached)
-> installed num.1.6
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.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 rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved qcheck-core.0.25  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved yaml.3.2.0  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.21.1
-> installed camlp-streams.5.0.1
-> installed catapult.0.1.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed lintcstubs-arity.0.5.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.25
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed catapult-file.0.1.1
-> installed arg-complete.0.2.1
-> installed hex.1.5.0
-> installed yojson.2.2.2
-> installed integers.0.7.0
-> installed ezjsonm.1.3.0
-> installed fs-io.3.21.1
-> installed jsonrpc.1.25.0
-> installed top-closure.3.21.1
-> installed parsexp.v0.16.0
-> installed sha.1.15.4
-> installed cpu.2.0.0
-> installed ordering.3.21.1
-> installed dune-configurator.3.21.1
-> installed sexplib.v0.16.0
-> installed bigstringaf.0.10.0
-> installed dune-compiledb.0.6.0
-> installed batteries.3.10.0
-> installed dyn.3.21.1
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed ctypes.0.24.0
-> installed json-data-encoding.1.0.1
-> installed stdune.3.21.1
-> installed dune-private-libs.3.21.1
-> installed yaml.3.2.0
-> installed dune-site.3.21.1
-> installed ppxlib.0.37.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.1
[ERROR] The compilation of goblint.2.1.0 failed at "dune build -p goblint -j 71 --promote-install-files=false @install".


#=== ERROR while compiling goblint.2.1.0 ======================================#
# context     2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path        ~/.opam/4.14/.opam-switch/build/goblint.2.1.0
# command     ~/.opam/4.14/bin/dune build -p goblint -j 71 --promote-install-files=false @install
# exit-code   1
# env-file    ~/.opam/log/goblint-1-d2f4bc.env
# output-file ~/.opam/log/goblint-1-d2f4bc.out
### output ###
# (cd _build/default/src && /usr/sbin/bash -e -u -o pipefail -c 'git describe --all --long --dirty || echo "n/a"') > /tmp/build_b38d49_dune/dune-pipe-action-_b7c9bc_.stdout
# fatal: not a git repository (or any of the parent directories): .git
# File "lib/goblint/runtime/src/dune", line 4, characters 8-15:
# 4 |  (names goblint)
#             ^^^^^^^
# (cd _build/default/lib/goblint/runtime/src && /usr/sbin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14/lib/ocaml -I ../include -o goblint.o -c goblint.c)
# goblint.c:19:6: error: conflicting types for '__goblint_assume_join'; have 'void(pthread_t)' {aka 'void(long unsigned int)'}
#    19 | void __goblint_assume_join(pthread_t thread) {
#       |      ^~~~~~~~~~~~~~~~~~~~~
# In file included from goblint.c:1:
# ../include/goblint.h:5:6: note: previous declaration of '__goblint_assume_join' with type 'void(void)'
#     5 | void __goblint_assume_join(/* pthread_t thread */); // undeclared argument to avoid pthread.h interfering with Linux kernel headers
#       |      ^~~~~~~~~~~~~~~~~~~~~


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build goblint 2.1.0
+- 
+- The following changes have been performed
| - 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.2.1
| - install camlp-streams       5.0.1
| - install catapult            0.1.1
| - install catapult-file       0.1.1
| - install conf-autoconf       0.2
| - install conf-gcc            1.0
| - install conf-gmp            5
| - 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 dune                3.21.1
| - install dune-compiledb      0.6.0
| - install dune-configurator   3.21.1
| - install dune-private-libs   3.21.1
| - install dune-site           3.21.1
| - install dyn                 3.21.1
| - install ezjsonm             1.3.0
| - install fmt                 0.11.0
| - install fpath               0.7.3
| - install fs-io               3.21.1
| - install goblint-cil         2.0.1
| - 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.25.0
| - install lintcstubs-arity    0.5.1
| - install logs                0.10.0
| - install num                 1.6
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims  1.0.0
| - install ocamlbuild          0.16.1
| - install ocamlfind           1.9.8
| - install ordering            3.21.1
| - install parsexp             v0.16.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.37.0
| - install qcheck-core         0.25
| - install rresult             0.7.0
| - install seq                 base
| - install sexplib             v0.16.0
| - install sexplib0            v0.16.0
| - install sha                 1.15.4
| - install stdlib-shims        0.3.0
| - install stdune              3.21.1
| - install stringext           1.6.0
| - install top-closure         3.21.1
| - 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
+- 
# To update the current shell environment, run: eval $(opam env)


The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260215181802.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2026-02-15 18:23.31: Job failed: Failed: Build failed