2026-02-14 19:53.58: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (c627ceb3dfe689196122360ce5da1be658583f94) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5 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-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5 # fedora-42-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-14 19:53.58: Using cache hint "edwintorok/lintcstubs-ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5-fedora-42-4.14_opam-2.5-9e7a60616ebbb5b1eaa198e389dfb6f1" 2026-02-14 19:53.58: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5) (comment fedora-42-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-14 19:53.58: Waiting for resource in pool OCluster 2026-02-14 19:53.58: Waiting for worker… 2026-02-14 19:53.59: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at c627ceb Merge pull request #3 from Leonidas-from-XIV/goblint-constraint (from ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5) 2026-02-14 19:53.59 ---> using "a6f94be35b202227ab74ad3310bea2d45aa13e878fda1e3f0819225d025f0cd3" from cache /: (comment fedora-42-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 42 - x86_64 - Updates 100% | 14.4 KiB/s | 11.0 KiB | 00m01s Fedora 42 - x86_64 100% | 73.9 KiB/s | 22.1 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 6.6 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-02-14 19:53.59 ---> using "70128ba5e9efd581d4e7eab66e63b848436d900a6ef397951265007a8958aa91" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-14 19:53.59 ---> using "3958c8e8962853a0018b846a230ec8078b941ce34145079c778877ac1b2accf0" 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-14 19:53.59 ---> using "12fd253e7ca7155f2e2d14cb19de363079527f4b187e1a869ee6197e19f87655" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-14 19:53.59 ---> using "d9b808be03d8ee765f9f561b1480e7e797742e93467fec856dee187ae596a718" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-14 19:53.59 ---> using "e1734ddde762582818f9dd653d06131a0bca3d745efa9a08c0724368c456c9c0" 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 8e1b9a49e8..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-14 19:54.14 ---> saved as "c880ac0a477e84d11ebb7fcc20fc3c7689d61b160fb29b45f57decf179393f7b" /src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./)) 2026-02-14 19:54.14 ---> saved as "84f3c3d9522766ceb79e0a5f89ed23a32197fc3125841dddd071a6e0417b03cb" /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-14 19:54.16 ---> saved as "d6f807d2e67064a1a3c9909014218fd14dcb7c677814c1074b31f418af0db9f1" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-14 19:54.16 ---> saved as "0b202af619f70062f846190adc2d3b9a0b8f68de7af75dea61bc8183b05cc0e6" /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: - Fedora 42 - x86_64 - Updates 100% | 52.7 KiB/s | 14.9 KiB | 00m00s - 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.fc42 fedora 352.3 KiB - perl-ExtUtils-MakeMaker noarch 2:7.76-1.fc42 updates 739.6 KiB - perl-FindBin noarch 1.54-519.fc42 updates 6.7 KiB - perl-Pod-Html noarch 1.35-519.fc42 updates 42.2 KiB - Installing dependencies: - gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB - perl-AutoSplit noarch 5.74-519.fc42 updates 23.1 KiB - perl-Benchmark noarch 1.25-519.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-519.fc42 updates 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-519.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 - 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: 22 packages - - Total size of inbound packages is 2 MiB. Need to download 2 MiB. - After this operation, 4 MiB extra will be used (install 4 MiB, remove 0 B). - [ 1/22] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 330.3 KiB/s | 18.5 KiB | 00m00s - [ 2/22] perl-ExtUtils-Install-0:2.22-51 100% | 1.8 MiB/s | 43.5 KiB | 00m00s - [ 3/22] perl-ExtUtils-MakeMaker-2:7.76- 100% | 2.8 MiB/s | 294.5 KiB | 00m00s - [ 4/22] perl-ExtUtils-Manifest-1:1.75-5 100% | 1.1 MiB/s | 34.1 KiB | 00m00s - [ 5/22] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 1.4 MiB/s | 174.4 KiB | 00m00s - [ 6/22] perl-version-9:0.99.33-2.fc42.x 100% | 1.3 MiB/s | 63.0 KiB | 00m00s - [ 7/22] perl-ExtUtils-ParseXS-1:3.51-51 100% | 2.6 MiB/s | 187.2 KiB | 00m00s - [ 8/22] perl-FindBin-0:1.54-519.fc42.no 100% | 286.8 KiB/s | 14.1 KiB | 00m00s - [ 9/22] perl-Pod-Html-0:1.35-519.fc42.n 100% | 665.3 KiB/s | 29.3 KiB | 00m00s - [10/22] perl-AutoSplit-0:5.74-519.fc42. 100% | 2.1 MiB/s | 21.5 KiB | 00m00s - [11/22] perl-Test-Harness-1:3.50-2.fc42 100% | 2.2 MiB/s | 277.1 KiB | 00m00s - [12/22] perl-Benchmark-0:1.25-519.fc42. 100% | 916.9 KiB/s | 26.6 KiB | 00m00s - [13/22] perl-Time-HiRes-4:1.9777-512.fc 100% | 1.8 MiB/s | 57.5 KiB | 00m00s - [14/22] perl-Encode-Locale-0:1.05-31.fc 100% | 923.4 KiB/s | 18.5 KiB | 00m00s - [15/22] perl-ExtUtils-Command-2:7.76-1. 100% | 317.5 KiB/s | 14.0 KiB | 00m00s - [16/22] perl-CPAN-Meta-0:2.150010-512.f 100% | 2.7 MiB/s | 190.8 KiB | 00m00s - [17/22] perl-CPAN-Meta-Requirements-0:2 100% | 418.6 KiB/s | 35.2 KiB | 00m00s - [18/22] perl-CPAN-Meta-YAML-0:0.020-2.f 100% | 348.2 KiB/s | 26.8 KiB | 00m00s - [19/22] perl-JSON-PP-1:4.16-513.fc42.no 100% | 2.3 MiB/s | 65.5 KiB | 00m00s - [20/22] perl-I18N-Langinfo-0:0.24-519.f 100% | 1.2 MiB/s | 25.5 KiB | 00m00s - [21/22] perl-Math-Complex-0:1.62-519.fc 100% | 646.3 KiB/s | 45.9 KiB | 00m00s - [22/22] perl-Math-BigInt-1:2.0040.01-1. 100% | 2.4 MiB/s | 227.2 KiB | 00m00s - -------------------------------------------------------------------------------- - [22/22] Total 100% | 2.5 MiB/s | 1.8 MiB | 00m01s - Running transaction - [ 1/24] Verify package files 100% | 916.0 B/s | 22.0 B | 00m00s - [ 2/24] Prepare transaction 100% | 236.0 B/s | 22.0 B | 00m00s - [ 3/24] Installing perl-version-9:0.99. 100% | 32.1 MiB/s | 131.5 KiB | 00m00s - [ 4/24] Installing perl-CPAN-Meta-Requi 100% | 40.7 MiB/s | 83.4 KiB | 00m00s - [ 5/24] Installing perl-I18N-Langinfo-0 100% | 17.6 MiB/s | 36.1 KiB | 00m00s - [ 6/24] Installing perl-Math-Complex-0: 100% | 41.9 MiB/s | 85.8 KiB | 00m00s - [ 7/24] Installing perl-Math-BigInt-1:2 100% | 120.7 MiB/s | 988.8 KiB | 00m00s - [ 8/24] Installing perl-JSON-PP-1:4.16- 100% | 4.8 MiB/s | 143.6 KiB | 00m00s - [ 9/24] Installing perl-CPAN-Meta-YAML- 100% | 26.1 MiB/s | 53.5 KiB | 00m00s - [10/24] Installing perl-ExtUtils-Comman 100% | 9.9 MiB/s | 10.2 KiB | 00m00s - [11/24] Installing perl-AutoSplit-0:5.7 100% | 23.0 MiB/s | 23.5 KiB | 00m00s - [12/24] Installing perl-Benchmark-0:1.2 100% | 17.9 MiB/s | 36.7 KiB | 00m00s - [13/24] Installing perl-Test-Harness-1: 100% | 15.4 MiB/s | 582.4 KiB | 00m00s - [14/24] Installing perl-ExtUtils-ParseX 100% | 13.6 MiB/s | 405.1 KiB | 00m00s - [15/24] Installing perl-ExtUtils-Manife 100% | 42.2 MiB/s | 86.3 KiB | 00m00s - [16/24] Installing perl-ExtUtils-Instal 100% | 42.6 MiB/s | 87.2 KiB | 00m00s - [17/24] Installing perl-ExtUtils-MakeMa 100% | 22.9 MiB/s | 750.3 KiB | 00m00s - [18/24] Installing gmp-c++-1:6.3.0-4.fc 100% | 13.9 MiB/s | 28.5 KiB | 00m00s - [19/24] Installing gmp-devel-1:6.3.0-4. 100% | 86.5 MiB/s | 354.1 KiB | 00m00s - [20/24] Installing perl-CPAN-Meta-0:2.1 100% | 85.6 MiB/s | 613.8 KiB | 00m00s - [21/24] Installing perl-Encode-Locale-0 100% | 19.6 MiB/s | 20.1 KiB | 00m00s - [22/24] Installing perl-Time-HiRes-4:1. 100% | 38.3 MiB/s | 117.8 KiB | 00m00s - [23/24] Installing perl-Pod-Html-0:1.35 100% | 1.7 MiB/s | 43.8 KiB | 00m00s - [24/24] Installing perl-FindBin-0:1.54- 100% | 94.9 KiB/s | 7.1 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html" - gmp-devel-6.3.0-4.fc42.x86_64 - perl-ExtUtils-MakeMaker-7.76-1.fc42.noarch - perl-FindBin-1.54-519.fc42.noarch - perl-Pod-Html-1.35-519.fc42.noarch # To update the current shell environment, run: eval $(opam env) 2026-02-14 19:54.30 ---> saved as "d84424c2a592da2ce74d395b4b53d04381772c4c7b05b21c0ca637938bba25bf" /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 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 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 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 ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved jsonrpc.1.25.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 stdlib-shims.0.3.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved ppxlib.0.37.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 zarith.1.14 (cached) -> retrieved yaml.3.2.0 (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 jsonm.1.0.2 -> 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 yojson.2.2.2 -> installed catapult-file.0.1.1 -> installed arg-complete.0.2.1 -> installed hex.1.5.0 -> installed integers.0.7.0 -> installed jsonrpc.1.25.0 -> installed ezjsonm.1.3.0 -> installed sha.1.15.4 -> installed ordering.3.21.1 -> installed parsexp.v0.16.0 -> installed fs-io.3.21.1 -> installed top-closure.3.21.1 -> installed dune-configurator.3.21.1 -> installed cpu.2.0.0 -> installed batteries.3.10.0 -> installed bigstringaf.0.10.0 -> installed sexplib.v0.16.0 -> installed dyn.3.21.1 -> installed angstrom.0.16.1 -> installed dune-compiledb.0.6.0 -> installed uri.4.4.0 -> installed ctypes.0.24.0 -> installed stdune.3.21.1 -> installed json-data-encoding.1.0.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-db7020.env # output-file ~/.opam/log/goblint-1-db7020.out ### output ### # (cd _build/default/src && /usr/sbin/bash -e -u -o pipefail -c 'git describe --all --long --dirty || echo "n/a"') > /tmp/build_77e10e_dune/dune-pipe-action-_7c2831_.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-20260214195430.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2026-02-14 19:55.58: Job failed: Failed: Build failed