2026-04-27 07:24.03: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/move-to-codeberg (b3db47a64bd1f6671c43806638ec2328b64db3d1) (linux-x86_64:opensuse-15.6-4.14_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853 Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "move-to-codeberg" && cd "lintcstubs" && git reset --hard b3db47a6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853 # opensuse-15.6-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam ./ RUN opam pin add -yn lintcstubs.dev './' && \ opam pin add -yn lintcstubs-gen.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.3.0 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.2 dune-build-info.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.26.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.22.2 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.38.0 qcheck-core.0.91 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.22.2 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.2 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-27 07:24.03: Using cache hint "edwintorok/lintcstubs-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853-opensuse-15.6-4.14_opam-2.5-26366c03f63acaa197bb445fb051e946" 2026-04-27 07:24.03: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853) (comment opensuse-15.6-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lintcstubs.dev './' && \ \nopam pin add -yn lintcstubs-gen.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.3.0 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.2 dune-build-info.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.26.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.22.2 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.38.0 qcheck-core.0.91 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.22.2 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.2 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-04-27 07:24.03: Waiting for resource in pool OCluster 2026-04-27 07:38.23: Waiting for worker… 2026-04-27 07:41.15: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at b3db47a Move to codeberg (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853' locally docker.io/ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853: Pulling from ocaml/opam 90c02a347c3c: Already exists 4a97a925dc51: Already exists 8f3edb816ea5: Already exists fc0906997780: Already exists 880b45fb7848: Already exists aac3f970581d: Already exists a10f5d99a714: Already exists 2cb19a5cb6a0: Already exists 69dc0b2275c2: Already exists ac0f1a58ca2c: Already exists 6740b0027cef: Already exists 596c07146196: Already exists f829e2fe48c9: Already exists 07caa98e0988: Already exists f22069f46c9a: Already exists 525691143d18: Already exists 4f4b9963c58d: Already exists 0da1ade0e3cd: Already exists 93fb9d6383f1: Already exists 4f4fb700ef54: Already exists 38829ce7d1df: Already exists 4cfab0213ffd: Already exists bb39643b6074: Already exists 4d795f8a60b9: Already exists 0765ee798e35: Already exists defc0beb011b: Already exists e86a090295c8: Already exists c9f6bdad98f3: Already exists 7099bcff7937: Already exists 45509dbac728: Already exists cc9f4e900cf2: Already exists c4b888db2d8c: Already exists f45835fc7721: Already exists 227bd6f1a70f: Already exists 6ad5f51f95fe: Already exists 700cd0436182: Already exists 80bb1456e18c: Already exists 8f0205cc3a46: Already exists 13530603797f: Pulling fs layer 3f4fd3e2dba1: Pulling fs layer 3976918043b4: Pulling fs layer b6af4adfcf28: Pulling fs layer 2faf3ea9495a: Pulling fs layer 2faf3ea9495a: Waiting b6af4adfcf28: Waiting 3976918043b4: Verifying Checksum 3976918043b4: Download complete b6af4adfcf28: Verifying Checksum b6af4adfcf28: Download complete 2faf3ea9495a: Download complete 3f4fd3e2dba1: Verifying Checksum 3f4fd3e2dba1: Download complete 13530603797f: Verifying Checksum 13530603797f: Download complete 13530603797f: Pull complete 3f4fd3e2dba1: Pull complete 3976918043b4: Pull complete b6af4adfcf28: Pull complete 2faf3ea9495a: Pull complete Digest: sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853 Status: Downloaded newer image for ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853 2026-04-27 07:42.30 ---> saved as "2d02d5e6367e692562c46f6bf306ae59a8b006f7e675e2cd9220d129b0de1240" /: (comment opensuse-15.6-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-27 07:42.30 ---> saved as "4b6f0dca6848b5facb7b0066993f24efa643b0045ccd3ee8b0a9828be02e4aa3" /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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-27 07:42.50 ---> saved as "512e51ccbc114241fa82968135a56fcfa69cc7df5a8e9e772afa600777d82701" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-04-27 07:42.51 ---> saved as "0f893be9bd3fb33749017c3acdb1dcada022fb378341c299b8d2793c2e537cbd" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-27 07:42.51 ---> saved as "46cec1c7f72cb00fe5a463d6ef1f7ba737111e281283c5e6b2bfcb0160d71061" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u")) 499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [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.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-27 07:43.03 ---> saved as "38ea5ae1a9caf17012b208de872f96187d12fa2b6af1576ff6cd500ff268c838" /src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./)) 2026-04-27 07:43.04 ---> saved as "e51e1cb2182b7847dccfd9d1f9c0ab7c1c3de628ec79279e376b839f3bfb18a9" /src: (run (network host) (shell "opam pin add -yn lintcstubs.dev './' && \ \nopam pin add -yn lintcstubs-gen.dev './'")) [lintcstubs.dev] synchronised (file:///src) lintcstubs is now pinned to file:///src (version dev) [lintcstubs-gen.dev] synchronised (file:///src) lintcstubs-gen is now pinned to file:///src (version dev) 2026-04-27 07:43.07 ---> saved as "7d17d3c2717c89f8aa4f88ec85daeabc8a9f515c88ae0780e07a666827ab8f30" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-27 07:43.08 ---> saved as "1c485ce4a13d86724bd7b0d564c45ef36c4dd507fc820550433a4599e70266a6" /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.3.0 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.2 dune-build-info.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.2 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.26.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.22.2 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.38.0 qcheck-core.0.91 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.22.2 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.2 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [. - . - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - .... - .... - .... - .... - .... - .... - ..............done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Repository 'Update repository with updates from SUSE Linux Enterprise 15' is up to date. - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> 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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 graphviz <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "graphviz" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 6 NEW packages are going to be installed: - gmp-devel graphviz graphviz-plugins-core libgmpxx4 libgraphviz6 libgts-0_7-5 - - 6 new packages to install. - - Package download size: 3.6 MiB - - Package install size change: - | 11.2 MiB required by packages that will be installed - 11.2 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/6), 17.1 KiB - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.....done] - Retrieving: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64 (Main Repository) (2/6), 146.3 KiB - Retrieving: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64.rpm [.done] - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (3/6), 2.2 MiB - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [.. - done (1.1 MiB/s)] - Retrieving: libgraphviz6-2.48.0-150400.3.3.1.x86_64 (Main Repository) (4/6), 427.1 KiB - Retrieving: libgraphviz6-2.48.0-150400.3.3.1.x86_64.rpm [.done] - Retrieving: graphviz-2.48.0-150400.3.3.1.x86_64 (Main Repository) (5/6), 456.8 KiB - Retrieving: graphviz-2.48.0-150400.3.3.1.x86_64.rpm [. - done] - Retrieving: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64 (Main Repository) (6/6), 401.2 KiB - Retrieving: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64.rpm [.done] - - Checking for file conflicts: [... - .done] - (1/6) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done] - (2/6) Installing: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64 [..done] - (3/6) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [...done] - (4/6) Installing: libgraphviz6-2.48.0-150400.3.3.1.x86_64 [..done] - (5/6) Installing: graphviz-2.48.0-150400.3.3.1.x86_64 [...done] - (6/6) Installing: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64 [. - ..done] # To update the current shell environment, run: eval $(opam env) 2026-04-27 07:44.11 ---> saved as "58e34d0e0782a4ee5feae15f8c1baae4d71f99f3d062a4061969f1e365249162" /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 75 packages - install angstrom 0.16.1 - install arg-complete 0.2.1 - install astring 0.8.5 - install batteries 3.10.0 - install bigstringaf 0.10.0 - install bos 0.3.0 - install camlp-streams 5.0.1 - install catapult 0.2 - install catapult-file 0.2 - install conf-autoconf 0.2 - install conf-gcc 1.0 - install conf-gmp 5 - install conf-graphviz 0.1 - install conf-perl 2 - install conf-pkg-config 4 - install cppo 1.8.0 - install cpu 2.0.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install ctypes 0.24.0 - install domain-local-await 1.0.1 - install domain_shims 0.1.0 - install dune 3.22.2 - install dune-build-info 3.22.2 - install dune-compiledb 0.6.0 - install dune-configurator 3.22.2 - install dune-private-libs 3.22.2 - install dune-site 3.22.2 - install dyn 3.22.2 - install ezjsonm 1.3.0 - install fileutils 0.6.6 - install fmt 0.11.0 - install fpath 0.7.3 - install fs-io 3.22.2 - install goblint 2.7.1 - install goblint-cil 2.0.9 - install hex 1.5.0 - install integers 0.7.0 - install json-data-encoding 1.0.1 - install jsonm 1.0.2 - install jsonrpc 1.26.0 - install lintcstubs-arity 0.5.1 - install logs 0.10.0 - install num 1.6 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.22.2 - install parsexp v0.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.38.0 - install qcheck-core 0.91 - 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.22.2 - install stringext 1.6.0 - install thread-table 1.0.0 - install top-closure 3.22.2 - install topkg 1.1.1 - install uri 4.4.0 - install uuidm 0.9.10 - install uutf 1.0.4 - install yaml 3.2.0 - install yojson 2.2.2 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved arg-complete.0.2.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved bos.0.3.0 (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-graphviz.0.1 -> 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 domain-local-await.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fileutils.0.6.6 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved goblint-cil.2.0.9 (cached) -> retrieved goblint.2.7.1 (cached) -> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2, dune-private-libs.3.22.2, dune-site.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved json-data-encoding.1.0.1 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved lintcstubs-arity.0.5.1 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved jsonrpc.1.26.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_blob.0.9.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_deriving_hash.0.1.3 (cached) -> retrieved ppx_deriving_yojson.3.10.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved qcheck-core.0.91 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yaml.3.2.0 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.2.2.2 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.1.1 -> installed uuidm.0.9.10 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed logs.0.10.0 -> installed fpath.0.7.3 -> installed bos.0.3.0 -> installed dune.3.22.2 -> installed camlp-streams.5.0.1 -> installed catapult.0.2 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed domain_shims.0.1.0 -> installed dune-build-info.3.22.2 -> installed fs-io.3.22.2 -> installed lintcstubs-arity.0.5.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ordering.3.22.2 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed qcheck-core.0.91 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed thread-table.1.0.0 -> installed top-closure.3.22.2 -> installed yojson.2.2.2 -> installed catapult-file.0.2 -> installed arg-complete.0.2.1 -> installed dune-configurator.3.22.2 -> installed hex.1.5.0 -> installed fileutils.0.6.6 -> installed dyn.3.22.2 -> installed batteries.3.10.0 -> installed parsexp.v0.16.0 -> installed integers.0.7.0 -> installed domain-local-await.1.0.1 -> installed jsonrpc.1.26.0 -> installed bigstringaf.0.10.0 -> installed ezjsonm.1.3.0 -> installed sha.1.15.4 -> installed cpu.2.0.0 -> installed angstrom.0.16.1 -> installed sexplib.v0.16.0 -> installed dune-compiledb.0.6.0 -> installed uri.4.4.0 -> installed stdune.3.22.2 -> installed json-data-encoding.1.0.1 -> installed dune-private-libs.3.22.2 -> installed ctypes.0.24.0 -> installed dune-site.3.22.2 -> installed yaml.3.2.0 -> installed ppxlib.0.38.0 -> installed ppx_blob.0.9.0 -> installed ppx_deriving.6.1.1 -> installed ppx_deriving_hash.0.1.3 -> installed ppx_deriving_yojson.3.10.0 -> installed goblint-cil.2.0.9 -> installed goblint.2.7.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-27 07:45.38 ---> saved as "9958c4f0eda50d055f7461c961d8f40a7b71c25f2586f845af57a2f0cbee0157" /src: (copy (src .) (dst /src)) 2026-04-27 07:45.39 ---> saved as "d556e318b4b3a10e5e9f3603d76f55f7d156049abaab6d01f7509e46806522e1" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/model/stub/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wno-attributes -g -I /home/opam/.opam/4.14/lib/ocaml -I ../../include -o ocaml_runtime.model.o -c ocaml_runtime.model.c) ocaml_runtime.model.c: In function '__caml_maybe_run_finalizer': ocaml_runtime.model.c:225:21: warning: unused variable 'ret' [-Wunused-variable] uintnat ret = ops->deserialize(dst); ^~~ ocaml_runtime.model.c: In function 'caml_alloc': ocaml_runtime.model.c:328:14: warning: unused variable 'i' [-Wunused-variable] unsigned i; ^ ocaml_runtime.model.c: In function '__VERIFIER_nondet_value': ocaml_runtime.model.c:169:21: warning: 'val' is used uninitialized in this function [-Wuninitialized] { value val; return val; } ^~~ ocaml_runtime.model.c:169:9: note: 'val' was declared here { value val; return val; } ^~~ ocaml_runtime.model.c: In function '__VERIFIER_nondet_int32': ocaml_runtime.model.c:616:23: warning: 'val' is used uninitialized in this function [-Wuninitialized] { int32_t val; return val; } ^~~ ocaml_runtime.model.c:616:11: note: 'val' was declared here { int32_t val; return val; } ^~~ ocaml_runtime.model.c: In function '__VERIFIER_nondet_int64': ocaml_runtime.model.c:619:23: warning: 'val' is used uninitialized in this function [-Wuninitialized] { int64_t val; return val; } ^~~ ocaml_runtime.model.c:619:11: note: 'val' was declared here { int64_t val; return val; } ^~~ (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/4.14/lib/ocaml -o foo.sarif) > _build/default/example/dune/foo.log sh: pygmentize: command not found 2026-04-27 07:45.45 ---> saved as "9937f1d2ff878d38ca6efee49c6d40be82d8adca0c58d943fe9d303be91a3bc4" Job succeeded 2026-04-27 07:45.45: Job succeeded