2026-02-14 19:53.58: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (c627ceb3dfe689196122360ce5da1be658583f94) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "main" && cd "lintcstubs" && git reset --hard c627ceb3 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 # ubuntu-24.04-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 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam ./ RUN opam pin add -yn lintcstubs.dev './' && \ opam pin add -yn lintcstubs-gen.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.25 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.21.1 stringext.1.6.0 top-closure.3.21.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-14 19:53.58: Using cache hint "edwintorok/lintcstubs-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8-ubuntu-24.04-4.14_opam-2.5-9e7a60616ebbb5b1eaa198e389dfb6f1" 2026-02-14 19:53.58: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8) (comment ubuntu-24.04-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 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lintcstubs.dev './' && \ \nopam pin add -yn lintcstubs-gen.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.25 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.21.1 stringext.1.6.0 top-closure.3.21.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-02-14 19:53.58: Waiting for resource in pool OCluster 2026-02-14 19:53.58: Waiting for worker… 2026-02-14 19:53.58: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at c627ceb Merge pull request #3 from Leonidas-from-XIV/goblint-constraint (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8' locally docker.io/ocaml/opam@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8: Pulling from ocaml/opam a3629ac5b9f4: Pulling fs layer 1df74ae2bf3e: Pulling fs layer 2563f25c1178: Pulling fs layer f5fc2898bd97: Pulling fs layer 07bec2374ef4: Pulling fs layer 182b6598c3cc: Pulling fs layer 8c2da7c8c95f: Pulling fs layer 20cf8da7cf35: Pulling fs layer 7610f2cf1786: Pulling fs layer 07bec2374ef4: Waiting 182b6598c3cc: Waiting 7399021ff14f: Pulling fs layer 9456e89e55d4: Pulling fs layer 8c2da7c8c95f: Waiting e5df944e4bd8: Pulling fs layer 2333fbde88eb: Pulling fs layer f5fc2898bd97: Waiting 13a073e08a30: Pulling fs layer ec62492105dc: Pulling fs layer e5df944e4bd8: Waiting f036ba372f52: Pulling fs layer 9456e89e55d4: Waiting 3682b95f48a4: Pulling fs layer 7399021ff14f: Waiting 32baad6bd40c: Pulling fs layer 55ea33603a54: Pulling fs layer 32baad6bd40c: Waiting 01e4c8c454ad: Pulling fs layer 49e757bc4eaa: Pulling fs layer 4f4fb700ef54: Pulling fs layer 55ea33603a54: Waiting 9ca2cd4333a3: Pulling fs layer 49e757bc4eaa: Waiting 4f4fb700ef54: Waiting 24fda3688513: Pulling fs layer 9ca2cd4333a3: Waiting 79b4050536fd: Pulling fs layer a301a466fc25: Pulling fs layer 24fda3688513: Waiting 79b4050536fd: Waiting c92e4a5fb48f: Pulling fs layer a301a466fc25: Waiting c232f3271d8c: Pulling fs layer 38ee7210bcfc: Pulling fs layer c232f3271d8c: Waiting 8aa9bd545ce6: Pulling fs layer 894091e858fb: Pulling fs layer 77f8f8d20b66: Pulling fs layer 894091e858fb: Waiting 9dba2465b196: Pulling fs layer 77f8f8d20b66: Waiting 9e601e55f327: Pulling fs layer f35ddc136152: Pulling fs layer 9ae0bef3d320: Pulling fs layer 9dba2465b196: Waiting cea410b8abb3: Pulling fs layer f35ddc136152: Waiting 9ae0bef3d320: Waiting 08accec35800: Pulling fs layer cea410b8abb3: Waiting 17947165f33a: Pulling fs layer 9811f6717868: Pulling fs layer 08accec35800: Waiting 785aa6530c08: Pulling fs layer 9811f6717868: Waiting 17947165f33a: Waiting e5ae7628bb7b: Pulling fs layer 785aa6530c08: Waiting 4c8749b32c0c: Pulling fs layer e5ae7628bb7b: Waiting ed12334bba7e: Pulling fs layer 4c8749b32c0c: Waiting 1df74ae2bf3e: Verifying Checksum 2563f25c1178: Verifying Checksum 2563f25c1178: Download complete 07bec2374ef4: Verifying Checksum 07bec2374ef4: Download complete a3629ac5b9f4: Verifying Checksum a3629ac5b9f4: Download complete f5fc2898bd97: Verifying Checksum f5fc2898bd97: Download complete 8c2da7c8c95f: Verifying Checksum 8c2da7c8c95f: Download complete 20cf8da7cf35: Verifying Checksum 20cf8da7cf35: Download complete 7610f2cf1786: Verifying Checksum 7610f2cf1786: Download complete 7399021ff14f: Verifying Checksum 7399021ff14f: Download complete e5df944e4bd8: Verifying Checksum e5df944e4bd8: Download complete 2333fbde88eb: Verifying Checksum 2333fbde88eb: Download complete 9456e89e55d4: Verifying Checksum 9456e89e55d4: Download complete a3629ac5b9f4: Pull complete 1df74ae2bf3e: Pull complete 2563f25c1178: Pull complete 182b6598c3cc: Verifying Checksum 182b6598c3cc: Download complete 13a073e08a30: Verifying Checksum 13a073e08a30: Download complete ec62492105dc: Verifying Checksum ec62492105dc: Download complete f036ba372f52: Download complete 3682b95f48a4: Download complete 32baad6bd40c: Download complete 55ea33603a54: Download complete 01e4c8c454ad: Verifying Checksum 01e4c8c454ad: Download complete 49e757bc4eaa: Download complete 4f4fb700ef54: Download complete 9ca2cd4333a3: Verifying Checksum 9ca2cd4333a3: Download complete 24fda3688513: Verifying Checksum 24fda3688513: Download complete 79b4050536fd: Verifying Checksum 79b4050536fd: Download complete a301a466fc25: Download complete c92e4a5fb48f: Download complete 38ee7210bcfc: Download complete 8aa9bd545ce6: Verifying Checksum 8aa9bd545ce6: Download complete 894091e858fb: Verifying Checksum 894091e858fb: Download complete 77f8f8d20b66: Verifying Checksum 77f8f8d20b66: Download complete 9dba2465b196: Download complete 9e601e55f327: Verifying Checksum 9e601e55f327: Download complete 9ae0bef3d320: Verifying Checksum 9ae0bef3d320: Download complete f5fc2898bd97: Pull complete 07bec2374ef4: Pull complete 08accec35800: Download complete 17947165f33a: Verifying Checksum 17947165f33a: Download complete 9811f6717868: Download complete f35ddc136152: Verifying Checksum f35ddc136152: Download complete e5ae7628bb7b: Verifying Checksum e5ae7628bb7b: Download complete cea410b8abb3: Verifying Checksum cea410b8abb3: Download complete 4c8749b32c0c: Verifying Checksum 4c8749b32c0c: Download complete ed12334bba7e: Download complete 182b6598c3cc: Pull complete 8c2da7c8c95f: Pull complete 20cf8da7cf35: Pull complete 7610f2cf1786: Pull complete 7399021ff14f: Pull complete 9456e89e55d4: Pull complete e5df944e4bd8: Pull complete 2333fbde88eb: Pull complete 13a073e08a30: Pull complete ec62492105dc: Pull complete f036ba372f52: Pull complete 3682b95f48a4: Pull complete 32baad6bd40c: Pull complete 55ea33603a54: Pull complete 01e4c8c454ad: Pull complete 49e757bc4eaa: Pull complete 4f4fb700ef54: Pull complete 9ca2cd4333a3: Pull complete 24fda3688513: Pull complete 79b4050536fd: Pull complete a301a466fc25: Pull complete c92e4a5fb48f: Pull complete c232f3271d8c: Pull complete 38ee7210bcfc: Pull complete 8aa9bd545ce6: Pull complete 894091e858fb: Pull complete 77f8f8d20b66: Pull complete 9dba2465b196: Pull complete 9e601e55f327: Pull complete 785aa6530c08: Download complete f35ddc136152: Pull complete 9ae0bef3d320: Pull complete cea410b8abb3: Pull complete 08accec35800: Pull complete 17947165f33a: Pull complete 9811f6717868: Pull complete 785aa6530c08: Pull complete e5ae7628bb7b: Pull complete 4c8749b32c0c: Pull complete ed12334bba7e: Pull complete Digest: sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 Status: Downloaded newer image for ocaml/opam@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 2026-02-14 19:53.59 ---> using "ef22c250542bfdbbae9cc5c0c5dceee33d5c6eaa63ef93c0e62d649e6d282495" from cache /: (comment ubuntu-24.04-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-02-14 19:53.59 ---> using "94b306c568a54449b56cd89b8114cf21f76fb95cb9cfc62d690b44d2a92b39ef" 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 [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-14 19:53.59 ---> using "088b1f75292e92f2b7147a2fa802470c80442d5e490e50c28b1c075db81389dc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-14 19:53.59 ---> using "af2883df424175f72b177cf06b16a804446bf9b6937bbb12fa369d98450581a6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-14 19:53.59 ---> using "935ff14fa4d7e36e3a0cf92fc51faeea8b126c3b41508e6fa2843d0e16584ece" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 8e1b9a49e8..66fe1c299d master -> origin/master 66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-14 19:54.15 ---> saved as "bb7c806acf3869342acfc4aa020cce1ef4bef25537f618d62a18fd081be42f06" /src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./)) 2026-02-14 19:54.15 ---> saved as "6e2a271758ff4d700db583de39ebdda30de8e4acdc4fafe82911aba5805699a7" /src: (run (network host) (shell "opam pin add -yn lintcstubs.dev './' && \ \nopam pin add -yn lintcstubs-gen.dev './'")) [lintcstubs.dev] synchronised (file:///src) lintcstubs is now pinned to file:///src (version dev) [lintcstubs-gen.dev] synchronised (file:///src) lintcstubs-gen is now pinned to file:///src (version dev) 2026-02-14 19:54.19 ---> saved as "5c190780c190f0b78235a871d14fff033e4fd816d8eabbc944f0a87a0818da7e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-14 19:54.19 ---> saved as "642f61f60035def3cc95f3a059fb62423cb94fb2de3ccb0f6dea45ea35bd2689" /src: (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.25 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.21.1 stringext.1.6.0 top-closure.3.21.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:2 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1824 kB] - Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease - Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3115 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:6 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.8 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1200 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3295 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1979 kB] - Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.1 kB] - Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2203 kB] - Fetched 14.1 MB in 1s (10.4 MB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lintcstubs.dev] synchronised (file:///src) [lintcstubs-gen.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: autoconf libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "libgmp-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16335 files and directories currently installed.) - Preparing to unpack .../0-m4_1.4.19-4build1_amd64.deb ... - Unpacking m4 (1.4.19-4build1) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../1-autoconf_2.71-3_all.deb ... - Unpacking autoconf (2.71-3) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../2-autotools-dev_20220109.1_all.deb ... - Unpacking autotools-dev (20220109.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../3-automake_1%3a1.16.5-1.3ubuntu1_all.deb ... - Unpacking automake (1:1.16.5-1.3ubuntu1) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../4-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../5-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../6-libpkgconf3_1.8.1-2build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../7-pkgconf-bin_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-2build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../8-pkgconf_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../9-pkg-config_1.8.1-2build1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-2build1) ... - Setting up m4 (1.4.19-4build1) ... - Setting up autotools-dev (20220109.1) ... - Setting up libpkgconf3:amd64 (1.8.1-2build1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Setting up pkgconf-bin (1.8.1-2build1) ... - Setting up autoconf (2.71-3) ... - Setting up automake (1:1.16.5-1.3ubuntu1) ... - update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode - update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist - update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Setting up pkgconf:amd64 (1.8.1-2build1) ... - Setting up pkg-config:amd64 (1.8.1-2build1) ... - Processing triggers for libc-bin (2.39-0ubuntu8.6) ... # To update the current shell environment, run: eval $(opam env) 2026-02-14 19:54.33 ---> saved as "adbb5ea4a8d6dd319f1088cb50952a67c2c796536d46b37cc03f2bf40b0aac51" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 69 packages - install angstrom 0.16.1 - install arg-complete 0.2.1 - install astring 0.8.5 - install batteries 3.10.0 - install bigstringaf 0.10.0 - install bos 0.2.1 - install camlp-streams 5.0.1 - install catapult 0.1.1 - install catapult-file 0.1.1 - install conf-autoconf 0.2 - install conf-gcc 1.0 - install conf-gmp 5 - install conf-perl 2 - install conf-pkg-config 4 - install cppo 1.8.0 - install cpu 2.0.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install ctypes 0.24.0 - install dune 3.21.1 - install dune-compiledb 0.6.0 - install dune-configurator 3.21.1 - install dune-private-libs 3.21.1 - install dune-site 3.21.1 - install dyn 3.21.1 - install ezjsonm 1.3.0 - install fmt 0.11.0 - install fpath 0.7.3 - install fs-io 3.21.1 - install goblint 2.1.0 - install goblint-cil 2.0.1 - install hex 1.5.0 - install integers 0.7.0 - install json-data-encoding 1.0.1 - install jsonm 1.0.2 - install jsonrpc 1.25.0 - install lintcstubs-arity 0.5.1 - install logs 0.10.0 - install num 1.6 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.21.1 - install parsexp v0.16.0 - install pp 2.0.0 - install ppx_blob 0.9.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_deriving_hash 0.1.3 - install ppx_deriving_yojson 3.10.0 - install ppxlib 0.37.0 - install qcheck-core 0.25 - install rresult 0.7.0 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install stdlib-shims 0.3.0 - install stdune 3.21.1 - install stringext 1.6.0 - install top-closure 3.21.1 - install topkg 1.1.1 - install uri 4.4.0 - install uuidm 0.9.10 - install uutf 1.0.4 - install yaml 3.2.0 - install yojson 2.2.2 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved arg-complete.0.2.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved batteries.3.10.0 (cached) -> retrieved catapult.0.1.1, catapult-file.0.1.1 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-autoconf.0.2 -> installed conf-gcc.1.0 -> installed conf-gmp.5 -> installed conf-perl.2 -> installed conf-pkg-config.4 -> retrieved cpu.2.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved ctypes.0.24.0 (cached) -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved goblint-cil.2.0.1 (cached) -> retrieved goblint.2.1.0 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1, dune-private-libs.3.21.1, dune-site.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1 (cached) -> retrieved json-data-encoding.1.0.1 (cached) -> retrieved jsonrpc.1.25.0 (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 ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_blob.0.9.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_deriving_hash.0.1.3 (cached) -> retrieved ppx_deriving_yojson.3.10.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved qcheck-core.0.25 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yaml.3.2.0 (cached) -> retrieved yojson.2.2.2 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed uuidm.0.9.10 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed logs.0.10.0 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed dune.3.21.1 -> installed camlp-streams.5.0.1 -> installed catapult.0.1.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed lintcstubs-arity.0.5.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed qcheck-core.0.25 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed yojson.2.2.2 -> installed catapult-file.0.1.1 -> installed arg-complete.0.2.1 -> installed hex.1.5.0 -> installed integers.0.7.0 -> installed jsonrpc.1.25.0 -> installed ezjsonm.1.3.0 -> installed ordering.3.21.1 -> installed parsexp.v0.16.0 -> installed fs-io.3.21.1 -> installed top-closure.3.21.1 -> installed dune-configurator.3.21.1 -> installed sha.1.15.4 -> installed cpu.2.0.0 -> installed bigstringaf.0.10.0 -> installed batteries.3.10.0 -> installed sexplib.v0.16.0 -> installed dyn.3.21.1 -> installed angstrom.0.16.1 -> installed dune-compiledb.0.6.0 -> installed uri.4.4.0 -> installed ctypes.0.24.0 -> installed stdune.3.21.1 -> installed json-data-encoding.1.0.1 -> installed dune-private-libs.3.21.1 -> installed yaml.3.2.0 -> installed dune-site.3.21.1 -> installed ppxlib.0.37.0 -> installed ppx_blob.0.9.0 -> installed ppx_deriving.6.1.1 -> installed ppx_deriving_hash.0.1.3 -> installed ppx_deriving_yojson.3.10.0 -> installed goblint-cil.2.0.1 -> installed goblint.2.1.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-14 19:56.04 ---> saved as "45c16033cd74bb566b9d4f2f17d21172cb652632e4f5402a4be6b68194690263" /src: (copy (src .) (dst /src)) 2026-02-14 19:56.04 ---> saved as "e2f7fc40df6c479d4c500e6bb15754bf3ffca28d4001f4cdb871e251ef97fdea" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/model && /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:213:21: warning: unused variable 'ret' [-Wunused-variable] 213 | uintnat ret = ops->deserialize(dst); | ^~~ ocaml_runtime.model.c: In function '__caml_maybe_run_gc': ocaml_runtime.model.c:266:35: warning: the comparison will always evaluate as 'true' for the address of 'tables' will never be NULL [-Waddress] 266 | __goblint_assume(!!lr->tables); | ^ In file included from ocaml_runtime.model.c:42: /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:257:10: note: 'tables' declared here 257 | value *tables [5]; | ^~~~~~ ocaml_runtime.model.c: In function 'caml_alloc': ocaml_runtime.model.c:312:14: warning: unused variable 'i' [-Wunused-variable] 312 | unsigned i; | ^ ocaml_runtime.model.c: In function '__VERIFIER_nondet_value': ocaml_runtime.model.c:157:21: warning: 'val' is used uninitialized [-Wuninitialized] 157 | { value val; return val; } | ^~~ ocaml_runtime.model.c:157:9: note: 'val' was declared here 157 | { value val; return val; } | ^~~ ocaml_runtime.model.c: In function '__VERIFIER_nondet_int32': ocaml_runtime.model.c:599:23: warning: 'val' is used uninitialized [-Wuninitialized] 599 | { int32_t val; return val; } | ^~~ ocaml_runtime.model.c:599:11: note: 'val' was declared here 599 | { int32_t val; return val; } | ^~~ ocaml_runtime.model.c: In function '__VERIFIER_nondet_int64': ocaml_runtime.model.c:602:23: warning: 'val' is used uninitialized [-Wuninitialized] 602 | { int64_t val; return val; } | ^~~ ocaml_runtime.model.c:602:11: note: 'val' was declared here 602 | { int64_t val; return val; } | ^~~ 2026-02-14 19:56.09 ---> saved as "e8a9c806d5e2a3cd81fcd2ee5fe397247cffa2b0a7710c2e47e14f68b2b88732" Job succeeded 2026-02-14 19:56.09: Job succeeded