Organisationsedwintoroklintcstubsc627ce ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-02-12 10:16.42: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (c627ceb3dfe689196122360ce5da1be658583f94) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28
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:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28
# debian-13-4.13_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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="arg-complete.0.1.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base batteries.3.4.0 bos.0.1.4 catapult.0.1 catapult-file.0.1 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.5 conf-perl.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cpu.2.0.0 csexp.1.5.1 cstruct.3.3.0 ctypes.0.14.0 dune.3.12.1 dune-compiledb.0.4.0 dune-configurator.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 ezjsonm.1.0.0 fmt.0.9.0 fpath.0.7.3 goblint.2.1.0 goblint-cil.2.0.1 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 json-data-encoding.0.8 jsonm.1.0.2 jsonrpc.1.15.1-5.0 lintcstubs-arity.0.2.2 logs.0.7.0 num.1.5 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ordering.3.15.3 parsexp.v0.15.0 pp.1.2.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_hash.0.1.1 ppx_deriving_yojson.3.7.0 ppxlib.0.26.0 qcheck-core.0.25 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.12 stdlib-shims.0.1.0 stdune.3.15.3 stringext.1.4.0 topkg.1.0.8 uri.3.0.0 uuidm.0.9.7 uutf.1.0.3 yaml.3.0.0 yojson.2.0.0 zarith.1.10"
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-12 10:16.42: Using cache hint "edwintorok/lintcstubs-ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28-debian-13-4.13_opam-2.5-3997bcd29426ff2f571a68311f057d70"
2026-02-12 10:16.42: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28)
(comment debian-13-4.13_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 "arg-complete.0.1.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base batteries.3.4.0 bos.0.1.4 catapult.0.1 catapult-file.0.1 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.5 conf-perl.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cpu.2.0.0 csexp.1.5.1 cstruct.3.3.0 ctypes.0.14.0 dune.3.12.1 dune-compiledb.0.4.0 dune-configurator.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 ezjsonm.1.0.0 fmt.0.9.0 fpath.0.7.3 goblint.2.1.0 goblint-cil.2.0.1 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 json-data-encoding.0.8 jsonm.1.0.2 jsonrpc.1.15.1-5.0 lintcstubs-arity.0.2.2 logs.0.7.0 num.1.5 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ordering.3.15.3 parsexp.v0.15.0 pp.1.2.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_hash.0.1.1 ppx_deriving_yojson.3.7.0 ppxlib.0.26.0 qcheck-core.0.25 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.12 stdlib-shims.0.1.0 stdune.3.15.3 stringext.1.4.0 topkg.1.0.8 uri.3.0.0 uuidm.0.9.7 uutf.1.0.3 yaml.3.0.0 yojson.2.0.0 zarith.1.10")
(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-12 10:16.42: Waiting for resource in pool OCluster
2026-02-12 10:32.20: Waiting for worker…
2026-02-12 10:35.08: 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:debian-13-ocaml-4.13@sha256:bfad6276651439d1936485d150481955294d3b0412f2a7a09e4a92b04f157e28)
2026-02-12 10:35.09 ---> using "6f67fa6fc13bc551158d0e73e142598a97e75ff23e43e453d3db94cda99480b1" from cache


/: (comment debian-13-4.13_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-12 10:35.09 ---> using "3c55d1ce7213b1a6af05be38063f13d16b71e96290a1b6e1f655e994607ac1ed" 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-12 10:35.57 ---> saved as "c458e681c0b29f0998e7cb94106381dace622ae231dcee47df9de27c584c21bd"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.13.1
2.5.0
2026-02-12 10:35.58 ---> saved as "34924938a23cbd3cdd17ff5553cf127d9f54d28e1f916d86be547a4990655677"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-12 10:35.58 ---> saved as "9a3462380ba2d5756cc95b643fb520ad2671c9c93318130323887553801b7cbb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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-12 10:36.26 ---> saved as "7b816dbaa0d1276e45528ab0fcdf503916abb3bb227ecdac6dc51314805403ad"


/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
2026-02-12 10:36.26 ---> saved as "e9f92467f58e0478afc3d8ee1f8121dff75f023a8140e54f1c1309efcd60ee9c"


/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-12 10:36.33 ---> saved as "3ad975e077c846a4c43db20494fdfccda6bc7789561bd5e6868a5928b0aeb5ea"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-12 10:36.33 ---> saved as "3d458c685a045802f928ed3332453ded216845064509942f3001ca23de99c6e7"


/src: (env DEPS "arg-complete.0.1.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base batteries.3.4.0 bos.0.1.4 catapult.0.1 catapult-file.0.1 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.5 conf-perl.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cpu.2.0.0 csexp.1.5.1 cstruct.3.3.0 ctypes.0.14.0 dune.3.12.1 dune-compiledb.0.4.0 dune-configurator.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 ezjsonm.1.0.0 fmt.0.9.0 fpath.0.7.3 goblint.2.1.0 goblint-cil.2.0.1 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 json-data-encoding.0.8 jsonm.1.0.2 jsonrpc.1.15.1-5.0 lintcstubs-arity.0.2.2 logs.0.7.0 num.1.5 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ordering.3.15.3 parsexp.v0.15.0 pp.1.2.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_hash.0.1.1 ppx_deriving_yojson.3.7.0 ppxlib.0.26.0 qcheck-core.0.25 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.12 stdlib-shims.0.1.0 stdune.3.15.3 stringext.1.4.0 topkg.1.0.8 uri.3.0.0 uuidm.0.9.7 uutf.1.0.3 yaml.3.0.0 yojson.2.0.0 zarith.1.10")


/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"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [104 kB]
- Fetched 195 kB in 0s (711 kB/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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"
- 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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../1-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../2-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../3-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../4-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../5-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../6-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up m4 (1.4.19-8) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-02-12 10:37.04 ---> saved as "e962cf9a2ce776efd3c5fa5673844b922a3822c516f90d9ebc8bc680ad868764"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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 arg-complete        0.1.0
- install astring             0.8.5
- install base                v0.15.0
- install base-bytes          base
- install batteries           3.4.0
- install bos                 0.1.4
- install catapult            0.1
- install catapult-file       0.1
- install conf-autoconf       0.1
- install conf-gcc            1.0
- install conf-gmp            5
- install conf-perl           1
- install conf-pkg-config     1.0
- install conf-which          1
- install cppo                1.6.1
- install cpu                 2.0.0
- install csexp               1.5.1
- install cstruct             3.3.0
- install ctypes              0.14.0
- install dune                3.12.1
- install dune-compiledb      0.4.0
- install dune-configurator   2.9.3
- install dune-private-libs   3.15.3
- install dune-site           3.15.3
- install dyn                 3.15.3
- install ezjsonm             1.0.0
- install fmt                 0.9.0
- install fpath               0.7.3
- install goblint             2.1.0
- install goblint-cil         2.0.1
- install hex                 1.2.0
- install integers            0.1.0
- install jbuilder            1.0+beta20.1 (deprecated)
- install json-data-encoding  0.8
- install jsonm               1.0.2
- install jsonrpc             1.15.1-5.0
- install lintcstubs-arity    0.2.2
- install logs                0.7.0
- install num                 1.5
- install ocaml-compiler-libs v0.11.0
- install ocamlbuild          0.14.0
- install ocamlfind           1.9.1
- install ordering            3.15.3
- install parsexp             v0.15.0
- install pp                  1.2.0
- install ppx_blob            0.7.2
- install ppx_derivers        1.0
- install ppx_deriving        5.2
- install ppx_deriving_hash   0.1.1
- install ppx_deriving_yojson 3.7.0
- install ppxlib              0.26.0
- install qcheck-core         0.25
- install re                  1.9.0
- install result              1.5
- install rresult             0.6.0
- install seq                 0.3
- install sexplib             v0.15.0
- install sexplib0            v0.15.0
- install sha                 1.12
- install stdlib-shims        0.1.0
- install stdune              3.15.3
- install stringext           1.4.0
- install topkg               1.0.8
- install uri                 3.0.0
- install uuidm               0.9.7
- install uutf                1.0.3
- install yaml                3.0.0
- install yojson              2.0.0
- install zarith              1.10


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arg-complete.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.0  (cached)
-> retrieved bos.0.1.4  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved catapult.0.1, catapult-file.0.1  (cached)
-> retrieved batteries.3.4.0  (https://opam.ocaml.org/cache)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-gcc.1.0
-> installed conf-gmp.5
-> installed conf-perl.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cpu.2.0.0  (cached)
-> retrieved csexp.1.5.1  (cached)
-> retrieved cstruct.3.3.0  (cached)
-> installed conf-autoconf.0.1
-> retrieved ctypes.0.14.0  (cached)
-> retrieved dune-compiledb.0.4.0  (https://opam.ocaml.org/cache)
-> retrieved dune-configurator.2.9.3  (cached)
-> retrieved dune.3.12.1  (cached)
-> retrieved dune-private-libs.3.15.3, dune-site.3.15.3, dyn.3.15.3, ordering.3.15.3, stdune.3.15.3  (cached)
-> retrieved ezjsonm.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved integers.0.1.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved goblint.2.1.0  (cached)
-> retrieved goblint-cil.2.0.1  (cached)
-> retrieved json-data-encoding.0.8  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved lintcstubs-arity.0.2.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved ppx_blob.0.7.2  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving_hash.0.1.1  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved qcheck-core.0.25  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.15.0  (cached)
-> retrieved sexplib0.v0.15.0  (cached)
-> retrieved ppxlib.0.26.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved sha.1.12  (https://opam.ocaml.org/cache)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved uri.3.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yaml.3.0.0  (cached)
-> retrieved yojson.2.0.0  (cached)
-> retrieved zarith.1.10  (cached)
-> retrieved jsonrpc.1.15.1-5.0  (https://opam.ocaml.org/cache)
-> installed num.1.5
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed zarith.1.10
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed sha.1.12
-> installed ocaml-compiler-libs.v0.11.0
-> installed stringext.1.4.0
-> installed topkg.1.0.8
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed integers.0.1.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.12.1
-> installed arg-complete.0.1.0
-> installed catapult.0.1
-> installed csexp.1.5.1
-> installed lintcstubs-arity.0.2.2
-> installed pp.1.2.0
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.15.0
-> installed stdlib-shims.0.1.0
-> installed catapult-file.0.1
-> installed jsonrpc.1.15.1-5.0
-> installed ordering.3.15.3
-> installed rresult.0.6.0
-> installed re.1.9.0
-> installed dune-configurator.2.9.3
-> installed qcheck-core.0.25
-> installed cpu.2.0.0
-> installed dyn.3.15.3
-> installed yojson.2.0.0
-> installed uri.3.0.0
-> installed bos.0.1.4
-> installed json-data-encoding.0.8
-> installed stdune.3.15.3
-> installed base.v0.15.0
-> installed ctypes.0.14.0
-> installed dune-private-libs.3.15.3
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.0
-> installed dune-site.3.15.3
-> installed cstruct.3.3.0
-> installed hex.1.2.0
-> installed ezjsonm.1.0.0
-> installed dune-compiledb.0.4.0
-> installed yaml.3.0.0
-> installed batteries.3.4.0
-> installed ppxlib.0.26.0
-> installed ppx_blob.0.7.2
-> installed ppx_deriving.5.2
-> installed ppx_deriving_hash.0.1.1
-> installed ppx_deriving_yojson.3.7.0
-> installed goblint-cil.2.0.1
-> installed goblint.2.1.0
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-02-12 10:42.11 ---> saved as "daf8123e96806c810c3e7f67af3645c9295dbb0a95ac12fe172048a8d66998ae"


/src: (copy (src .) (dst /src))
2026-02-12 10:42.12 ---> saved as "4a0f23d7574c1eb79b6fe74e026bd1ecf5a39bdabe634d93189d878238c6c946"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-02-12 10:42.27 ---> saved as "7ed99bcc2431f344316063cf94bc6ab48122a05b72838b7bd1168e244b0e3ced"
Job succeeded
2026-02-12 10:42.27: Job succeeded