2026-02-15 18:11.54: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/ocaml5.4 (0e6ae65086f995c171580549480d5b33166625b0) (linux-x86_64:fedora-42-5.4_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "ocaml5.4" && cd "lintcstubs" && git reset --hard 0e6ae650 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 # 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 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-domains.base base-effects.base base-nnp.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.2 catapult-file.0.2 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 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 dune-build-info.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 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 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.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.21.1 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.37.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.21.1 stringext.1.6.0 thread-table.1.0.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 18:11.54: Using cache hint "edwintorok/lintcstubs-ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-4251b7e10f26e6cee7d7f058902ff7e9" 2026-02-15 18:11.54: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8) (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 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-domains.base base-effects.base base-nnp.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.2 catapult-file.0.2 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 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 dune-build-info.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 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 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.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.21.1 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.37.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.21.1 stringext.1.6.0 thread-table.1.0.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 18:11.54: Waiting for resource in pool OCluster 2026-02-15 18:11.54: Waiting for worker… 2026-02-15 18:12.17: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 0e6ae65 CI: add OCaml 5.4 (from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8) 2026-02-15 18:12.17 ---> using "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87" 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% | 118.4 KiB/s | 17.2 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-02-15 18:12.17 ---> using "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-15 18:12.17 ---> using "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e" 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:12.17 ---> using "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-15 18:12.17 ---> using "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-15 18:12.17 ---> using "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69" 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 Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:12.17 ---> using "5e8c576dc596e849ae555a9d35be34b4e48d97f3be298f13932b090a5b11f5ff" from cache /src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./)) 2026-02-15 18:12.17 ---> using "691c47fa046a55b00a52b61827801a480e117586f09db33907aa9e73aeae9651" from cache /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:12.17 ---> using "a40637b6f9f740da6ebe3c44fb1343becb5edffc9c9990824c4c81f8665f135a" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-15 18:12.17 ---> using "31070b998dcc86423a756ba33b40cd4a9a6f4b3e89f67a25d9898270ea1bffaa" from cache /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.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 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 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 dune-build-info.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 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 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.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.21.1 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.37.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.21.1 stringext.1.6.0 thread-table.1.0.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 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: - add-determinism x86_64 0.6.0-3.fc42 updates 2.3 MiB - annobin-docs noarch 12.94-1.fc42 updates 98.9 KiB - annobin-plugin-gcc x86_64 12.94-1.fc42 updates 993.5 KiB - ansible-srpm-macros noarch 1-17.1.fc42 fedora 35.7 KiB - build-reproducibility-srpm-macros noarch 0.6.0-3.fc42 updates 735.0 B - dwz x86_64 0.16-1.fc42 updates 287.1 KiB - efi-srpm-macros noarch 6-3.fc42 updates 40.1 KiB - file x86_64 5.46-3.fc42 updates 100.2 KiB - filesystem-srpm-macros noarch 3.18-47.fc42 updates 38.2 KiB - fonts-srpm-macros noarch 1:2.0.5-22.fc42 updates 55.8 KiB - forge-srpm-macros noarch 0.4.0-2.fc42 fedora 38.9 KiB - fpc-srpm-macros noarch 1.3-14.fc42 fedora 144.0 B - gcc-plugin-annobin x86_64 15.2.1-7.fc42 updates 57.1 KiB - ghc-srpm-macros noarch 1.9.2-2.fc42 fedora 779.0 B - glibc-gconv-extra x86_64 2.41-16.fc42 updates 7.2 MiB - gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB - gnat-srpm-macros noarch 6-7.fc42 fedora 1.0 KiB - go-srpm-macros noarch 3.8.0-1.fc42 updates 61.9 KiB - kernel-srpm-macros noarch 1.0-25.fc42 fedora 1.9 KiB - lua-srpm-macros noarch 1-15.fc42 fedora 1.3 KiB - ocaml-srpm-macros noarch 10-4.fc42 fedora 1.9 KiB - openblas-srpm-macros noarch 2-19.fc42 fedora 112.0 B - package-notes-srpm-macros noarch 0.5-13.fc42 fedora 1.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-Devel-PPPort x86_64 3.72-513.fc42 fedora 892.1 KiB - perl-ExtUtils-Command noarch 2:7.76-1.fc42 updates 9.6 KiB - perl-ExtUtils-Constant noarch 0.25-519.fc42 updates 85.8 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-srpm-macros noarch 1-57.fc42 fedora 861.0 B - perl-version x86_64 9:0.99.33-2.fc42 fedora 128.7 KiB - pyproject-srpm-macros noarch 1.18.6-1.fc42 updates 1.9 KiB - python-srpm-macros noarch 3.13-5.fc42 updates 51.0 KiB - python3-pyparsing noarch 3.1.2-8.fc42 fedora 996.4 KiB - qt5-srpm-macros noarch 5.15.18-1.fc42 updates 500.0 B - qt6-srpm-macros noarch 6.9.3-1.fc42 updates 464.0 B - redhat-rpm-config noarch 342-4.fc42 updates 185.5 KiB - rust-srpm-macros noarch 28.4-1.fc42 updates 5.5 KiB - systemtap-sdt-devel x86_64 5.4-1.fc42 updates 184.0 KiB - systemtap-sdt-dtrace x86_64 5.4-1.fc42 updates 180.6 KiB - tree-sitter-srpm-macros noarch 0.1.0-8.fc42 fedora 6.5 KiB - zig-srpm-macros noarch 1-4.fc42 fedora 1.1 KiB - zip x86_64 3.0-43.fc42 fedora 698.5 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 - perl-devel x86_64 4:5.40.3-519.fc42 updates 8.0 MiB - perl-doc noarch 5.40.3-519.fc42 updates 11.0 MiB - - Transaction Summary: - Installing: 61 packages - - Total size of inbound packages is 13 MiB. Need to download 13 MiB. - After this operation, 38 MiB extra will be used (install 38 MiB, remove 0 B). - [ 1/61] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 362.6 KiB/s | 18.5 KiB | 00m00s - [ 2/61] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 2.9 MiB/s | 174.4 KiB | 00m00s - [ 3/61] perl-ExtUtils-MakeMaker-2:7.76- 100% | 3.6 MiB/s | 294.5 KiB | 00m00s - [ 4/61] perl-ExtUtils-Manifest-1:1.75-5 100% | 1.5 MiB/s | 34.1 KiB | 00m00s - [ 5/61] perl-ExtUtils-Install-0:2.22-51 100% | 1.2 MiB/s | 43.5 KiB | 00m00s - [ 6/61] perl-ExtUtils-ParseXS-1:3.51-51 100% | 3.2 MiB/s | 187.2 KiB | 00m00s - [ 7/61] perl-Test-Harness-1:3.50-2.fc42 100% | 4.6 MiB/s | 277.1 KiB | 00m00s - [ 8/61] perl-version-9:0.99.33-2.fc42.x 100% | 1.1 MiB/s | 63.0 KiB | 00m00s - [ 9/61] perl-Benchmark-0:1.25-519.fc42. 100% | 664.8 KiB/s | 26.6 KiB | 00m00s - [10/61] perl-Pod-Html-0:1.35-519.fc42.n 100% | 650.5 KiB/s | 29.3 KiB | 00m00s - [11/61] perl-FindBin-0:1.54-519.fc42.no 100% | 251.0 KiB/s | 14.1 KiB | 00m00s - [12/61] perl-AutoSplit-0:5.74-519.fc42. 100% | 670.4 KiB/s | 21.5 KiB | 00m00s - [13/61] perl-Time-HiRes-4:1.9777-512.fc 100% | 1.9 MiB/s | 57.5 KiB | 00m00s - [14/61] perl-ExtUtils-Command-2:7.76-1. 100% | 285.1 KiB/s | 14.0 KiB | 00m00s - [15/61] perl-Encode-Locale-0:1.05-31.fc 100% | 577.1 KiB/s | 18.5 KiB | 00m00s - [16/61] perl-devel-4:5.40.3-519.fc42.x8 100% | 8.0 MiB/s | 763.9 KiB | 00m00s - [17/61] perl-Devel-PPPort-0:3.72-513.fc 100% | 2.3 MiB/s | 220.8 KiB | 00m00s - [18/61] perl-CPAN-Meta-Requirements-0:2 100% | 1.6 MiB/s | 35.2 KiB | 00m00s - [19/61] perl-CPAN-Meta-YAML-0:0.020-2.f 100% | 957.6 KiB/s | 26.8 KiB | 00m00s - [20/61] perl-CPAN-Meta-0:2.150010-512.f 100% | 1.5 MiB/s | 190.8 KiB | 00m00s - [21/61] perl-Math-BigInt-1:2.0040.01-1. 100% | 4.5 MiB/s | 227.2 KiB | 00m00s - [22/61] perl-JSON-PP-1:4.16-513.fc42.no 100% | 862.4 KiB/s | 65.5 KiB | 00m00s - [23/61] perl-Math-Complex-0:1.62-519.fc 100% | 1.7 MiB/s | 45.9 KiB | 00m00s - [24/61] perl-I18N-Langinfo-0:0.24-519.f 100% | 1.1 MiB/s | 25.5 KiB | 00m00s - [25/61] redhat-rpm-config-0:342-4.fc42. 100% | 1.6 MiB/s | 81.1 KiB | 00m00s - [26/61] gcc-plugin-annobin-0:15.2.1-7.f 100% | 8.5 MiB/s | 60.8 KiB | 00m00s - [27/61] file-0:5.46-3.fc42.x86_64 100% | 3.4 MiB/s | 48.6 KiB | 00m00s - [28/61] ansible-srpm-macros-0:1-17.1.fc 100% | 781.3 KiB/s | 20.3 KiB | 00m00s - [29/61] forge-srpm-macros-0:0.4.0-2.fc4 100% | 567.2 KiB/s | 19.9 KiB | 00m00s - [30/61] glibc-gconv-extra-0:2.41-16.fc4 100% | 11.3 MiB/s | 1.6 MiB | 00m00s - [31/61] fpc-srpm-macros-0:1.3-14.fc42.n 100% | 170.6 KiB/s | 8.0 KiB | 00m00s - [32/61] ghc-srpm-macros-0:1.9.2-2.fc42. 100% | 186.9 KiB/s | 9.2 KiB | 00m00s - [33/61] perl-ExtUtils-Constant-0:0.25-5 100% | 182.9 KiB/s | 43.5 KiB | 00m00s - [34/61] gnat-srpm-macros-0:6-7.fc42.noa 100% | 191.4 KiB/s | 8.6 KiB | 00m00s - [35/61] kernel-srpm-macros-0:1.0-25.fc4 100% | 235.0 KiB/s | 9.9 KiB | 00m00s - [36/61] lua-srpm-macros-0:1-15.fc42.noa 100% | 278.7 KiB/s | 8.9 KiB | 00m00s - [37/61] ocaml-srpm-macros-0:10-4.fc42.n 100% | 173.7 KiB/s | 9.2 KiB | 00m00s - [38/61] openblas-srpm-macros-0:2-19.fc4 100% | 184.9 KiB/s | 7.8 KiB | 00m00s - [39/61] package-notes-srpm-macros-0:0.5 100% | 272.3 KiB/s | 9.3 KiB | 00m00s - [40/61] perl-srpm-macros-0:1-57.fc42.no 100% | 315.0 KiB/s | 8.5 KiB | 00m00s - [41/61] tree-sitter-srpm-macros-0:0.1.0 100% | 320.9 KiB/s | 11.2 KiB | 00m00s - [42/61] zip-0:3.0-43.fc42.x86_64 100% | 6.3 MiB/s | 263.5 KiB | 00m00s - [43/61] zig-srpm-macros-0:1-4.fc42.noar 100% | 137.4 KiB/s | 8.2 KiB | 00m00s - [44/61] systemtap-sdt-dtrace-0:5.4-1.fc 100% | 2.6 MiB/s | 69.8 KiB | 00m00s - [45/61] systemtap-sdt-devel-0:5.4-1.fc4 100% | 1.1 MiB/s | 69.1 KiB | 00m00s - [46/61] python3-pyparsing-0:3.1.2-8.fc4 100% | 4.4 MiB/s | 278.0 KiB | 00m00s - [47/61] annobin-docs-0:12.94-1.fc42.noa 100% | 2.2 MiB/s | 90.4 KiB | 00m00s - [48/61] build-reproducibility-srpm-macr 100% | 1.7 MiB/s | 11.9 KiB | 00m00s - [49/61] annobin-plugin-gcc-0:12.94-1.fc 100% | 9.4 MiB/s | 981.9 KiB | 00m00s - [50/61] dwz-0:0.16-1.fc42.x86_64 100% | 2.3 MiB/s | 135.5 KiB | 00m00s - [51/61] efi-srpm-macros-0:6-3.fc42.noar 100% | 499.9 KiB/s | 22.5 KiB | 00m00s - [52/61] filesystem-srpm-macros-0:3.18-4 100% | 543.2 KiB/s | 26.1 KiB | 00m00s - [53/61] add-determinism-0:0.6.0-3.fc42. 100% | 7.2 MiB/s | 898.8 KiB | 00m00s - [54/61] go-srpm-macros-0:3.8.0-1.fc42.n 100% | 1.1 MiB/s | 28.3 KiB | 00m00s - [55/61] pyproject-srpm-macros-0:1.18.6- 100% | 554.6 KiB/s | 13.3 KiB | 00m00s - [56/61] fonts-srpm-macros-1:2.0.5-22.fc 100% | 533.5 KiB/s | 27.2 KiB | 00m00s - [57/61] python-srpm-macros-0:3.13-5.fc4 100% | 724.6 KiB/s | 22.5 KiB | 00m00s - [58/61] qt5-srpm-macros-0:5.15.18-1.fc4 100% | 330.7 KiB/s | 8.6 KiB | 00m00s - [59/61] qt6-srpm-macros-0:6.9.3-1.fc42. 100% | 461.7 KiB/s | 9.2 KiB | 00m00s - [60/61] rust-srpm-macros-0:28.4-1.fc42. 100% | 190.1 KiB/s | 10.8 KiB | 00m00s - [61/61] perl-doc-0:5.40.3-519.fc42.noar 100% | 10.7 MiB/s | 4.9 MiB | 00m00s - -------------------------------------------------------------------------------- - [61/61] Total 100% | 2.6 MiB/s | 12.6 MiB | 00m05s - Running transaction - [ 1/63] Verify package files 100% | 968.0 B/s | 61.0 B | 00m00s - [ 2/63] Prepare transaction 100% | 693.0 B/s | 61.0 B | 00m00s - [ 3/63] Installing perl-version-9:0.99. 100% | 32.1 MiB/s | 131.5 KiB | 00m00s - [ 4/63] Installing perl-ExtUtils-ParseX 100% | 15.2 MiB/s | 405.1 KiB | 00m00s - [ 5/63] Installing perl-CPAN-Meta-Requi 100% | 27.2 MiB/s | 83.4 KiB | 00m00s - [ 6/63] Installing rust-srpm-macros-0:2 100% | 6.2 MiB/s | 6.4 KiB | 00m00s - [ 7/63] Installing qt6-srpm-macros-0:6. 100% | 722.7 KiB/s | 740.0 B | 00m00s - [ 8/63] Installing qt5-srpm-macros-0:5. 100% | 757.8 KiB/s | 776.0 B | 00m00s - [ 9/63] Installing pyproject-srpm-macro 100% | 2.4 MiB/s | 2.5 KiB | 00m00s - [10/63] Installing filesystem-srpm-macr 100% | 19.0 MiB/s | 38.9 KiB | 00m00s - [11/63] Installing efi-srpm-macros-0:6- 100% | 20.1 MiB/s | 41.1 KiB | 00m00s - [12/63] Installing dwz-0:0.16-1.fc42.x8 100% | 10.8 MiB/s | 288.5 KiB | 00m00s - [13/63] Installing add-determinism-0:0. 100% | 64.7 MiB/s | 2.3 MiB | 00m00s - [14/63] Installing build-reproducibilit 100% | 1.0 MiB/s | 1.0 KiB | 00m00s - [15/63] Installing annobin-docs-0:12.94 100% | 48.8 MiB/s | 100.0 KiB | 00m00s - [16/63] Installing annobin-plugin-gcc-0 100% | 162.0 MiB/s | 995.1 KiB | 00m00s - [17/63] Installing python3-pyparsing-0: 100% | 89.2 MiB/s | 1.0 MiB | 00m00s - [18/63] Installing systemtap-sdt-dtrace 100% | 7.7 MiB/s | 181.9 KiB | 00m00s - [19/63] Installing systemtap-sdt-devel- 100% | 90.6 MiB/s | 185.5 KiB | 00m00s - [20/63] Installing zip-0:3.0-43.fc42.x8 100% | 23.7 MiB/s | 702.4 KiB | 00m00s - [21/63] Installing zig-srpm-macros-0:1- 100% | 1.6 MiB/s | 1.7 KiB | 00m00s - [22/63] Installing tree-sitter-srpm-mac 100% | 7.2 MiB/s | 7.4 KiB | 00m00s - [23/63] Installing perl-srpm-macros-0:1 100% | 0.0 B/s | 1.1 KiB | 00m00s - [24/63] Installing package-notes-srpm-m 100% | 2.0 MiB/s | 2.0 KiB | 00m00s - [25/63] Installing openblas-srpm-macros 100% | 0.0 B/s | 392.0 B | 00m00s - [26/63] Installing ocaml-srpm-macros-0: 100% | 0.0 B/s | 2.2 KiB | 00m00s - [27/63] Installing lua-srpm-macros-0:1- 100% | 1.9 MiB/s | 1.9 KiB | 00m00s - [28/63] Installing kernel-srpm-macros-0 100% | 2.3 MiB/s | 2.3 KiB | 00m00s - [29/63] Installing gnat-srpm-macros-0:6 100% | 1.2 MiB/s | 1.3 KiB | 00m00s - [30/63] Installing ghc-srpm-macros-0:1. 100% | 1.0 MiB/s | 1.0 KiB | 00m00s - [31/63] Installing fpc-srpm-macros-0:1. 100% | 0.0 B/s | 420.0 B | 00m00s - [32/63] Installing ansible-srpm-macros- 100% | 35.4 MiB/s | 36.2 KiB | 00m00s - [33/63] Installing file-0:5.46-3.fc42.x 100% | 4.7 MiB/s | 101.7 KiB | 00m00s - [34/63] Installing gcc-plugin-annobin-0 100% | 28.7 MiB/s | 58.8 KiB | 00m00s - [35/63] Installing forge-srpm-macros-0: 100% | 39.3 MiB/s | 40.3 KiB | 00m00s - [36/63] Installing fonts-srpm-macros-1: 100% | 55.7 MiB/s | 57.0 KiB | 00m00s - [37/63] Installing go-srpm-macros-0:3.8 100% | 30.8 MiB/s | 63.0 KiB | 00m00s - [38/63] Installing python-srpm-macros-0 100% | 17.0 MiB/s | 52.2 KiB | 00m00s - [39/63] Installing redhat-rpm-config-0: 100% | 2.8 MiB/s | 192.2 KiB | 00m00s - [40/63] Installing perl-ExtUtils-Consta 100% | 28.5 MiB/s | 87.6 KiB | 00m00s - [41/63] Installing perl-I18N-Langinfo-0 100% | 11.8 MiB/s | 36.1 KiB | 00m00s - [42/63] Installing perl-Math-Complex-0: 100% | 41.9 MiB/s | 85.8 KiB | 00m00s - [43/63] Installing perl-Math-BigInt-1:2 100% | 138.0 MiB/s | 988.8 KiB | 00m00s - [44/63] Installing perl-JSON-PP-1:4.16- 100% | 5.2 MiB/s | 143.6 KiB | 00m00s - [45/63] Installing perl-CPAN-Meta-YAML- 100% | 26.1 MiB/s | 53.5 KiB | 00m00s - [46/63] Installing perl-Devel-PPPort-0: 100% | 124.8 MiB/s | 894.5 KiB | 00m00s - [47/63] Installing perl-ExtUtils-Comman 100% | 9.9 MiB/s | 10.2 KiB | 00m00s - [48/63] Installing perl-AutoSplit-0:5.7 100% | 23.0 MiB/s | 23.5 KiB | 00m00s - [49/63] Installing perl-Benchmark-0:1.2 100% | 17.9 MiB/s | 36.7 KiB | 00m00s - [50/63] Installing perl-Test-Harness-1: 100% | 14.6 MiB/s | 582.4 KiB | 00m00s - [51/63] Installing perl-ExtUtils-Manife 100% | 42.2 MiB/s | 86.3 KiB | 00m00s - [52/63] Installing perl-ExtUtils-Instal 100% | 42.6 MiB/s | 87.2 KiB | 00m00s - [53/63] Installing perl-ExtUtils-MakeMa 100% | 22.9 MiB/s | 750.3 KiB | 00m00s - [54/63] Installing gmp-c++-1:6.3.0-4.fc 100% | 13.9 MiB/s | 28.5 KiB | 00m00s - [55/63] Installing gmp-devel-1:6.3.0-4. 100% | 115.3 MiB/s | 354.1 KiB | 00m00s - [56/63] Installing perl-devel-4:5.40.3- 100% | 125.8 MiB/s | 8.1 MiB | 00m00s - [57/63] Installing perl-CPAN-Meta-0:2.1 100% | 74.9 MiB/s | 613.8 KiB | 00m00s - [58/63] Installing perl-Encode-Locale-0 100% | 6.5 MiB/s | 20.1 KiB | 00m00s - [59/63] Installing perl-doc-0:5.40.3-51 100% | 150.0 MiB/s | 11.1 MiB | 00m00s - [60/63] Installing glibc-gconv-extra-0: 100% | 66.5 MiB/s | 7.3 MiB | 00m00s - [61/63] Installing perl-Time-HiRes-4:1. 100% | 28.8 MiB/s | 117.8 KiB | 00m00s - [62/63] Installing perl-Pod-Html-0:1.35 100% | 1.7 MiB/s | 43.8 KiB | 00m00s - [63/63] Installing perl-FindBin-0:1.54- 100% | 71.2 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-15 18:12.17 ---> using "56b297a75c735eb1c81399c5552e9b394f90c3a565de6b142223041379b392dd" from cache /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 74 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.2 - install catapult-file 0.2 - 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 domain-local-await 1.0.1 - install domain_shims 0.1.0 - install dune 3.21.1 - install dune-build-info 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 fileutils 0.6.6 - install fmt 0.11.0 - install fpath 0.7.3 - install fs-io 3.21.1 - 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.25.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.21.1 - 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.37.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.21.1 - install stringext 1.6.0 - install thread-table 1.0.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.2, catapult-file.0.2 (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 domain-local-await.1.0.1 (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 hex.1.5.0 (cached) -> retrieved goblint.2.7.1 (cached) -> retrieved dune.3.21.1, dune-build-info.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.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved jsonrpc.1.25.0 (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 rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved qcheck-core.0.91 (cached) -> 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 topkg.1.1.1 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yaml.3.2.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (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 uutf.1.0.4 -> installed rresult.0.7.0 -> 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.2 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed domain_shims.0.1.0 -> installed lintcstubs-arity.0.5.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> 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 yojson.2.2.2 -> installed catapult-file.0.2 -> installed arg-complete.0.2.1 -> installed hex.1.5.0 -> installed fileutils.0.6.6 -> installed integers.0.7.0 -> installed domain-local-await.1.0.1 -> installed jsonrpc.1.25.0 -> installed ezjsonm.1.3.0 -> installed sha.1.15.4 -> installed dune-build-info.3.21.1 -> installed ordering.3.21.1 -> installed batteries.3.10.0 -> installed parsexp.v0.17.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 bigstringaf.0.10.0 -> installed sexplib.v0.17.0 -> installed dyn.3.21.1 -> installed angstrom.0.16.1 -> installed dune-compiledb.0.6.0 -> installed uri.4.4.0 -> installed json-data-encoding.1.0.1 -> installed stdune.3.21.1 -> installed ctypes.0.24.0 -> installed dune-private-libs.3.21.1 -> installed dune-site.3.21.1 -> installed yaml.3.2.0 -> 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.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-02-15 18:14.14 ---> saved as "db4cbca106c5506815bd089ee2c83ed71ec2bc9af83bb173b92cd282854ace4f" /src: (copy (src .) (dst /src)) 2026-02-15 18:14.14 ---> saved as "3ce45f3a1a631024d038be1345e89b93b0b7a26226d459d957af9d46a5a7d659" /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:220:21: warning: unused variable 'ret' [-Wunused-variable] 220 | 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:247:18: note: in expansion of macro 'Hp_val' 247 | void *orig = Hp_val(arg); | ^~~~~~ ocaml_runtime.model.c: In function '__caml_maybe_run_gc': ocaml_runtime.model.c:277:35: warning: the comparison will always evaluate as 'true' for the address of 'tables' will never be NULL [-Waddress] 277 | __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:323:14: warning: unused variable 'i' [-Wunused-variable] 323 | unsigned i; | ^ ocaml_runtime.model.c: In function '__VERIFIER_nondet_value': ocaml_runtime.model.c:164:21: warning: 'val' is used uninitialized [-Wuninitialized] 164 | { value val; return val; } | ^~~ ocaml_runtime.model.c:164:9: note: 'val' was declared here 164 | { value val; return val; } | ^~~ ocaml_runtime.model.c: In function '__VERIFIER_nondet_int32': ocaml_runtime.model.c:611:23: warning: 'val' is used uninitialized [-Wuninitialized] 611 | { int32_t val; return val; } | ^~~ ocaml_runtime.model.c:611:11: note: 'val' was declared here 611 | { int32_t val; return val; } | ^~~ ocaml_runtime.model.c: In function '__VERIFIER_nondet_int64': ocaml_runtime.model.c:614:23: warning: 'val' is used uninitialized [-Wuninitialized] 614 | { int64_t val; return val; } | ^~~ ocaml_runtime.model.c:614:11: note: 'val' was declared here 614 | { 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 f303439..a7a3020 100644 --- a/_build/default/model/stub/src/ranges.t +++ b/_build/default/model/stub/src/ranges.t.corrected @@ -72,8 +72,7 @@ Test primitive types: Now generate a main function, this introduces multi-threading: $ lintcstubs_genmain test.cmt >>test_analyze.c $ goblint --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.info --disable warn.imprecise --disable warn.unsound --disable warn.deadcode test_analyze.c test_stubs.c ocaml_runtime.model.c - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:267:30-267:61) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:243:14-243:103) + [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:267:30-267:159) [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:248:5-248:25) [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) (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 sh: line 1: pygmentize: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found /bin/sh: line 1: dot: command not found File "analyses.t", line 1, characters 0-0: /usr/sbin/git --no-pager diff --no-index --color=always -u _build/default/analyses.t _build/default/analyses.t.corrected diff --git a/_build/default/analyses.t b/_build/default/analyses.t.corrected index 9a7e3e2..b8b86ba 100644 --- a/_build/default/analyses.t +++ b/_build/default/analyses.t.corrected @@ -12,6 +12,82 @@ Rule 1. CAMLparam > EOF $ lintcstubs --set mainfun[+] foo --disable warn.deadcode -I $(ocamlc -where) test.c + sh: line 1: pygmentize: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found $ cat >test.c <<EOF > #include <caml/memory.h> @@ -23,6 +99,82 @@ Rule 1. CAMLparam > } > EOF $ lintcstubs --set mainfun[+] foo --disable warn.info --disable warn.deadcode -I $(ocamlc -where) test.c + sh: line 1: pygmentize: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found $ cat >test.c <<EOF > #include <caml/memory.h> @@ -31,6 +183,82 @@ Rule 1. CAMLparam > } > EOF $ lintcstubs --set mainfun[+] foo --disable warn.info --disable warn.deadcode -I $(ocamlc -where) test.c + sh: line 1: pygmentize: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found $ cat >test.c <<EOF > #include <caml/memory.h> @@ -43,6 +271,82 @@ Rule 1. CAMLparam > } > EOF $ lintcstubs --conf lintcstubs.json --set mainfun[+] foo -I $(ocamlc -where) test.c | sed -e '/unroll.*/d' + sh: line 1: pygmentize: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found [Error][Imprecise][Unsound] Function definition missing Cannot dereference OCaml values after releasing the runtime lock: @@ -62,14 +366,88 @@ Cannot dereference OCaml values after releasing the runtime lock: > EOF $ lintcstubs --set mainfun[+] foo --set warn.race-threshold 1000 --disable warn.imprecise --disable warn.unsound --disable warn.info --enable dbg.regression --disable warn.deadcode -I $(ocamlc -where) test.c 2>&1 | sed -e 's^/[^ ]*/^^g' - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:267:30-267:61) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:243:14-243:103) + [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:267:30-267:214) [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (ocaml_runtime.model.c:248:5-248:25) [Warning][Unknown] unlocking mutex (__VERIFIER_ocaml_runtime_lock) which may not be held (ocaml_runtime.model.c:579:5-579:62) [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (test.c:9:3-9:39) [Error][Race] DomainLock: must be held when dereferencing OCaml value v (test.c:9:3-9:39) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (test.c:11:73-11:111) [Error][Imprecise][Unsound] Function definition missing + sh: line 1: pygmentize: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found + sh: line 1: dot: command not found Correct would be: $ cat >test.c <<EOF @@ -88,10 +466,84 @@ Correct would be: $ lintcstubs --set mainfun[+] foo --disable warn.imprecise --disable warn.unsound --enable dbg.regression --disable warn.info --disable warn.deadcode -I $(ocamlc -where) test.c [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (test.c:7:7-7:44) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (/var/home/edwin/git/lintcstubs/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:267:30-267:61) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (/var/home/edwin/git/lintcstubs/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:243:14-243:103) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (/var/home/edwin/git/lintcstubs/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:248:5-248:25) - [Warning][Unknown] unlocking mutex (__VERIFIER_ocaml_runtime_lock) which may not be held (/var/home/edwin/git/lintcstubs/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:579:5-579:62) - [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (test.c:10:38-10:76) + [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (/src/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:267:30-267:214) + [Warning][Behavior > Undefined > NullPointerDereference][CWE-476] May dereference NULL pointer (/src/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:248:5-248:25) + [Warning][Unknown] unlocking mutex (__VERIFIER_ocaml_runtime_lock) which may not be held (/src/_build/install/default/share/goblint/lib/stub/src/ocaml_runtime.model.c:579:5-579:62) [Error][Imprecise][Unsound] Function definition missing + sh: line 1: pygmentize: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found + /bin/sh: line 1: dot: command not found "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-02-15 18:14.23: Job failed: Failed: Build failed