Organisationsedwintoroklintcstubs-aritye1b267 (main)debian-13-5.4+flambda_opam-2.5

debian-13-5.4+flambda_opam-2.5

Link Copied
Code Copied

Logs

2026-06-02 13:23.09: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (e1b2670f202a8f37fd6fc56395eb3e6ed67bf4ef) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard e1b2670f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
# debian-13-5.4+flambda_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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 lintcstubs-arity.opam ./
RUN opam pin add -yn lintcstubs-arity.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.23.1 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-variants.5.4.1+options"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs-arity.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-06-02 13:23.09: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9-debian-13-5.4+flambda_opam-2.5-3dacb5c455be2be083a9e9cca2578da4"
2026-06-02 13:23.09: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)
(comment debian-13-5.4+flambda_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
(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 "opam update -u"))
(copy (src lintcstubs-arity.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn lintcstubs-arity.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.23.1 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-variants.5.4.1+options")
(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-arity.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-06-02 13:23.09: Connecting to build cluster…
2026-06-02 13:23.09: Waiting for resource in pool OCluster
2026-06-02 13:25.57: Waiting for worker…
2026-06-02 13:29.43: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at e1b2670 OCaml 5.5 support


(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9' locally
docker.io/ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9: Pulling from ocaml/opam
f32f49ce655a: Pulling fs layer
fd21ad20ea72: Pulling fs layer
350fea6fdd1f: Pulling fs layer
ee1c6e6495fe: Pulling fs layer
ca3f7d195dd8: Pulling fs layer
2db963a7a6c4: Pulling fs layer
097f281792a9: Pulling fs layer
e1179adf7e6f: Pulling fs layer
9910f5ef2330: Pulling fs layer
ee1c6e6495fe: Waiting
56254a8cc260: Pulling fs layer
2db963a7a6c4: Waiting
c25ffc1034a2: Pulling fs layer
9910f5ef2330: Waiting
e1179adf7e6f: Waiting
56254a8cc260: Waiting
2f984283cef7: Pulling fs layer
65afd386c6bd: Pulling fs layer
2f984283cef7: Waiting
69e32d325951: Pulling fs layer
1fbcbf284526: Pulling fs layer
65afd386c6bd: Waiting
c25ffc1034a2: Waiting
69e32d325951: Waiting
1fbcbf284526: Waiting
f06818f9d74c: Pulling fs layer
da36d673ac3a: Pulling fs layer
f06818f9d74c: Waiting
938d32f4a9c3: Pulling fs layer
da36d673ac3a: Waiting
e8b60f8dbe46: Pulling fs layer
938d32f4a9c3: Waiting
c7dfee8223c7: Pulling fs layer
e8b60f8dbe46: Waiting
d3255826ed1a: Pulling fs layer
c7dfee8223c7: Waiting
4f4fb700ef54: Pulling fs layer
d3255826ed1a: Waiting
3e510ecd1a29: Pulling fs layer
cbac9186cbdc: Pulling fs layer
6c607cb9312a: Pulling fs layer
3e510ecd1a29: Waiting
4f4fb700ef54: Waiting
f220bcb43b84: Pulling fs layer
6c607cb9312a: Waiting
2c97950df42a: Pulling fs layer
cbac9186cbdc: Waiting
f220bcb43b84: Waiting
e06ff79658b8: Pulling fs layer
2c97950df42a: Waiting
fc86d2d179bb: Pulling fs layer
e06ff79658b8: Waiting
fc86d2d179bb: Waiting
cfc21adeca13: Pulling fs layer
88f8a5f78fe6: Pulling fs layer
a68949be79e8: Pulling fs layer
cfc21adeca13: Waiting
6be6ee7bfec5: Pulling fs layer
88f8a5f78fe6: Waiting
a68949be79e8: Waiting
6ed8cb715fa8: Pulling fs layer
6be6ee7bfec5: Waiting
b3e3e6b7c11c: Pulling fs layer
438c528cea8d: Pulling fs layer
b3e3e6b7c11c: Waiting
6ed8cb715fa8: Waiting
c8af8023de66: Pulling fs layer
438c528cea8d: Waiting
de29ca428654: Pulling fs layer
ab951542eba7: Pulling fs layer
c8af8023de66: Waiting
db047cfd8365: Pulling fs layer
de29ca428654: Waiting
a89316b3efdd: Pulling fs layer
ab951542eba7: Waiting
db047cfd8365: Waiting
8601ac07e880: Pulling fs layer
1c1e8b5aa2d6: Pulling fs layer
a89316b3efdd: Waiting
8601ac07e880: Waiting
888f8ca97020: Pulling fs layer
1c1e8b5aa2d6: Waiting
2e0139e636e6: Pulling fs layer
ec64e8d20974: Pulling fs layer
e44c3547185b: Pulling fs layer
2e0139e636e6: Waiting
888f8ca97020: Waiting
ec64e8d20974: Waiting
e44c3547185b: Waiting
fd21ad20ea72: Download complete
350fea6fdd1f: Verifying Checksum
ca3f7d195dd8: Verifying Checksum
ca3f7d195dd8: Download complete
ee1c6e6495fe: Verifying Checksum
ee1c6e6495fe: Download complete
097f281792a9: Verifying Checksum
097f281792a9: Download complete
e1179adf7e6f: Verifying Checksum
e1179adf7e6f: Download complete
f32f49ce655a: Verifying Checksum
f32f49ce655a: Download complete
9910f5ef2330: Verifying Checksum
9910f5ef2330: Download complete
56254a8cc260: Verifying Checksum
56254a8cc260: Download complete
2f984283cef7: Verifying Checksum
2f984283cef7: Download complete
c25ffc1034a2: Verifying Checksum
c25ffc1034a2: Download complete
69e32d325951: Verifying Checksum
69e32d325951: Download complete
f32f49ce655a: Pull complete
fd21ad20ea72: Pull complete
350fea6fdd1f: Pull complete
1fbcbf284526: Verifying Checksum
1fbcbf284526: Download complete
f06818f9d74c: Verifying Checksum
f06818f9d74c: Download complete
65afd386c6bd: Verifying Checksum
65afd386c6bd: Download complete
da36d673ac3a: Verifying Checksum
da36d673ac3a: Download complete
938d32f4a9c3: Verifying Checksum
938d32f4a9c3: Download complete
ee1c6e6495fe: Pull complete
ca3f7d195dd8: Pull complete
e8b60f8dbe46: Download complete
c7dfee8223c7: Download complete
d3255826ed1a: Verifying Checksum
d3255826ed1a: Download complete
4f4fb700ef54: Download complete
3e510ecd1a29: Verifying Checksum
3e510ecd1a29: Download complete
cbac9186cbdc: Download complete
6c607cb9312a: Verifying Checksum
6c607cb9312a: Download complete
f220bcb43b84: Download complete
2c97950df42a: Download complete
e06ff79658b8: Download complete
fc86d2d179bb: Verifying Checksum
fc86d2d179bb: Download complete
cfc21adeca13: Verifying Checksum
cfc21adeca13: Download complete
88f8a5f78fe6: Download complete
a68949be79e8: Download complete
6ed8cb715fa8: Verifying Checksum
6ed8cb715fa8: Download complete
6be6ee7bfec5: Verifying Checksum
6be6ee7bfec5: Download complete
438c528cea8d: Verifying Checksum
438c528cea8d: Download complete
b3e3e6b7c11c: Verifying Checksum
b3e3e6b7c11c: Download complete
de29ca428654: Download complete
ab951542eba7: Download complete
db047cfd8365: Download complete
a89316b3efdd: Verifying Checksum
a89316b3efdd: Download complete
8601ac07e880: Download complete
1c1e8b5aa2d6: Verifying Checksum
1c1e8b5aa2d6: Download complete
888f8ca97020: Verifying Checksum
888f8ca97020: Download complete
2e0139e636e6: Download complete
ec64e8d20974: Verifying Checksum
ec64e8d20974: Download complete
2db963a7a6c4: Verifying Checksum
2db963a7a6c4: Download complete
e44c3547185b: Download complete
c8af8023de66: Verifying Checksum
c8af8023de66: Download complete
2db963a7a6c4: Pull complete
097f281792a9: Pull complete
e1179adf7e6f: Pull complete
9910f5ef2330: Pull complete
56254a8cc260: Pull complete
c25ffc1034a2: Pull complete
2f984283cef7: Pull complete
65afd386c6bd: Pull complete
69e32d325951: Pull complete
1fbcbf284526: Pull complete
f06818f9d74c: Pull complete
da36d673ac3a: Pull complete
938d32f4a9c3: Pull complete
e8b60f8dbe46: Pull complete
c7dfee8223c7: Pull complete
d3255826ed1a: Pull complete
4f4fb700ef54: Pull complete
3e510ecd1a29: Pull complete
cbac9186cbdc: Pull complete
6c607cb9312a: Pull complete
f220bcb43b84: Pull complete
2c97950df42a: Pull complete
e06ff79658b8: Pull complete
fc86d2d179bb: Pull complete
cfc21adeca13: Pull complete
88f8a5f78fe6: Pull complete
a68949be79e8: Pull complete
6be6ee7bfec5: Pull complete
6ed8cb715fa8: Pull complete
b3e3e6b7c11c: Pull complete
438c528cea8d: Pull complete
c8af8023de66: Pull complete
de29ca428654: Pull complete
ab951542eba7: Pull complete
db047cfd8365: Pull complete
a89316b3efdd: Pull complete
8601ac07e880: Pull complete
1c1e8b5aa2d6: Pull complete
888f8ca97020: Pull complete
2e0139e636e6: Pull complete
ec64e8d20974: Pull complete
e44c3547185b: Pull complete
Digest: sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Status: Downloaded newer image for ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
2026-06-02 13:29.44 ---> using "6fc637dd7aead0e25b5413fc7c453961c6a66b0075b09c406ad013dd09c7d95a" from cache


/: (comment debian-13-5.4+flambda_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-06-02 13:29.45 ---> using "4d0bd359b6ff63c6ff07ca1dcdd19b10974423245f2f05a4cc47a1259ca44d35" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-02 13:29.45 ---> using "3401544e8ce5c088bea9275eb6f826b6eac3892ca5c04e18c818899284c2a67d" 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.1 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 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-02 13:29.45 ---> using "977de69b51a6eccdb87d4c403409dbd0a9e9a761e48d52bb0267ab23041b9743" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-02 13:29.45 ---> using "1a12dfd8cbae4b38209fc07d4ce92d6057a492c475d386858cd9379b78f30b74" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-02 13:29.45 ---> using "580b1a9a987f26de17c757b34f149c4db24e3b42e6f2e4aa4bd60788178ff292" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
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-06-02 13:29.45 ---> using "3a39fdeabe341dd7ecfbe40ed44261907011d55bd5466d257fc51a588476143c" from cache


/src: (copy (src lintcstubs-arity.opam) (dst ./))
2026-06-02 13:29.46 ---> saved as "18bcd4ec8131f2988420a34160fb5d957d2564c526c64253ed3ed51bedb6772c"


/src: (run (network host)
(shell "opam pin add -yn lintcstubs-arity.dev './'"))
[lintcstubs-arity.dev] synchronised (file:///src)
lintcstubs-arity is now pinned to file:///src (version dev)
2026-06-02 13:29.52 ---> saved as "a202057d28be7713f78a6d2f8729f33a20a35c1bfe36ddc83bdec4c2b0e79d76"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-02 13:29.54 ---> saved as "98d845940e9f96bde97b3e200856586aad38d1445b0a4f6a61c825e1f7bd98fe"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.23.1 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-variants.5.4.1+options")


/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-arity.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 [195 kB]
- Fetched 286 kB in 0s (2101 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs-arity.dev] synchronised (file:///src)


[NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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).
# To update the current shell environment, run: eval $(opam env)
2026-06-02 13:30.11 ---> saved as "0d8d70b94c6f83c6e465ed3de31b85d808acb614a3ed1f98d187b461894d3674"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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 1 package
- install dune 3.23.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.1  (cached)
-> installed dune.3.23.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-02 13:31.36 ---> saved as "199b47bd5ef7cf4665b1dafe36b70d61554eeaced6b3a1b3cd86a344502faa30"


/src: (copy (src .) (dst /src))
2026-06-02 13:31.38 ---> saved as "f6219cb0e8fc976376f13cee9e2573ade871dbefe20a78410f01e60df0964aaf"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && ./test.sh ../install/default/bin/lintcstubs_arity)
+ opam var prefix
+ DIR=/home/opam/.opam/5.4/lib/ocaml-src
+ [ -d /home/opam/.opam/5.4/lib/ocaml-src ]
(cd _build/default/cmt && ./test.sh ../../install/default/bin/lintcstubs_arity_cmt)
/* AUTOGENERATED FILE, DO NOT EDIT */
#define CAML_NAME_SPACE
#define _GNU_SOURCE
#include <caml/mlvalues.h>
CAMLprim value caml_format_float(value, value);
CAMLprim value caml_format_int(value, value);
CAMLprim value caml_int32_format(value, value);
CAMLprim value caml_nativeint_format(value, value);
CAMLprim value caml_int64_format(value, value);
CAMLprim value caml_hexstring_of_float(value, value, value);
CAMLprim value caml_lazy_update_to_forcing(value);
CAMLprim value caml_lazy_reset_to_lazy(value);
CAMLprim value caml_lazy_update_to_forward(value);
CAMLprim value caml_set_oo_id(value);
CAMLprim value caml_get_public_method(value, value);
CAMLprim value caml_zstd_initialize(value);
CAMLprim value caml_output_value(value, value, value);
CAMLprim value caml_dynlink_open_lib(value);
CAMLprim value caml_dynlink_close_lib(value);
CAMLprim value caml_dynlink_lookup_symbol(value, value);
CAMLprim value caml_dynlink_add_primitive(value);
CAMLprim value caml_dynlink_get_current_libs(value);
CAMLprim value caml_get_global_data(value);
CAMLprim value caml_realloc_global(value);
CAMLprim value caml_reify_bytecode(value, value, value);
CAMLprim value caml_static_release_bytecode(value);
CAMLprim value caml_invoke_traced_function(value, value, value);
CAMLprim value caml_sys_isatty(value);
CAMLprim value caml_sys_time_include_children(value);
CAMLprim value caml_dynlink_get_bytecode_sections(value);
CAMLprim value caml_sys_isatty(value);
CAMLprim value caml_terminfo_rows(value);
CAMLprim value caml_sys_modify_argv(value);
CAMLprim value caml_xdg_defaults(value);
CAMLprim value caml_get_current_environment(value);
CAMLprim value caml_register_named_value(value, value);
CAMLprim double pow(double, double);
CAMLprim value caml_power_float(value, value);
CAMLprim double exp(double);
CAMLprim value caml_exp_float(value);
CAMLprim double caml_expm1(double);
CAMLprim value caml_expm1_float(value);
CAMLprim double acos(double);
CAMLprim value caml_acos_float(value);
CAMLprim double asin(double);
CAMLprim value caml_asin_float(value);
CAMLprim double atan(double);
CAMLprim value caml_atan_float(value);
CAMLprim double atan2(double, double);
CAMLprim value caml_atan2_float(value, value);
CAMLprim double caml_hypot(double, double);
CAMLprim value caml_hypot_float(value, value);
CAMLprim double cos(double);
CAMLprim value caml_cos_float(value);
CAMLprim double cosh(double);
CAMLprim value caml_cosh_float(value);
CAMLprim double caml_acosh(double);
CAMLprim value caml_acosh_float(value);
CAMLprim double log(double);
CAMLprim value caml_log_float(value);
CAMLprim double log10(double);
CAMLprim value caml_log10_float(value);
CAMLprim double caml_log1p(double);
CAMLprim value caml_log1p_float(value);
CAMLprim double sin(double);
CAMLprim value caml_sin_float(value);
CAMLprim double sinh(double);
CAMLprim value caml_sinh_float(value);
CAMLprim double caml_asinh(double);
CAMLprim value caml_asinh_float(value);
CAMLprim double sqrt(double);
CAMLprim value caml_sqrt_float(value);
CAMLprim double tan(double);
CAMLprim value caml_tan_float(value);
CAMLprim double tanh(double);
CAMLprim value caml_tanh_float(value);
CAMLprim double caml_atanh(double);
CAMLprim value caml_atanh_float(value);
CAMLprim double ceil(double);
CAMLprim value caml_ceil_float(value);
CAMLprim double floor(double);
CAMLprim value caml_floor_float(value);
CAMLprim double caml_copysign(double, double);
CAMLprim value caml_copysign_float(value, value);
CAMLprim double fmod(double, double);
CAMLprim value caml_fmod_float(value, value);
CAMLprim value caml_frexp_float(value);
CAMLprim double caml_ldexp_float_unboxed(double, intnat);
CAMLprim value caml_ldexp_float(value, value);
CAMLprim value caml_modf_float(value);
CAMLprim double caml_int64_float_of_bits_unboxed(int64_t);
CAMLprim value caml_int64_float_of_bits(value);
CAMLprim value caml_classify_float_unboxed(double);
CAMLprim value caml_classify_float(value);
CAMLprim value caml_create_bytes(value);
CAMLprim value caml_blit_string(value, value, value, value, value);
CAMLprim value caml_blit_bytes(value, value, value, value, value);
CAMLprim value caml_format_int(value, value);
CAMLprim value caml_format_float(value, value);
CAMLprim value caml_int_of_string(value);
CAMLprim value caml_float_of_string(value);
CAMLprim value caml_ml_open_descriptor_out(value);
CAMLprim value caml_ml_open_descriptor_in(value);
CAMLprim value caml_sys_open(value, value, value);
CAMLprim value caml_ml_set_channel_name(value, value);
CAMLprim value caml_ml_flush(value);
CAMLprim value caml_ml_out_channels_list(value);
CAMLprim value caml_ml_output_bytes(value, value, value, value);
CAMLprim value caml_ml_output(value, value, value, value);
CAMLprim value caml_ml_output_char(value, value);
CAMLprim value caml_ml_output_char(value, value);
CAMLprim value caml_ml_output_int(value, value);
CAMLprim value caml_output_value(value, value, value);
CAMLprim value caml_ml_seek_out(value, value);
CAMLprim value caml_ml_pos_out(value);
CAMLprim value caml_ml_channel_size(value);
CAMLprim value caml_ml_close_channel(value);
CAMLprim value caml_ml_set_binary_mode(value, value);
CAMLprim value caml_ml_set_channel_name(value, value);
CAMLprim value caml_ml_input_char(value);
CAMLprim value caml_ml_input(value, value, value, value);
CAMLprim value caml_ml_input_scan_line(value);
CAMLprim value caml_ml_input_char(value);
CAMLprim value caml_ml_input_int(value);
CAMLprim value caml_input_value(value);
CAMLprim value caml_ml_seek_in(value, value);
CAMLprim value caml_ml_pos_in(value);
CAMLprim value caml_ml_channel_size(value);
CAMLprim value caml_ml_close_channel(value);
CAMLprim value caml_ml_set_binary_mode(value, value);
CAMLprim value caml_ml_seek_out_64(value, value);
CAMLprim value caml_ml_pos_out_64(value);
CAMLprim value caml_ml_channel_size_64(value);
CAMLprim value caml_ml_seek_in_64(value, value);
CAMLprim value caml_ml_pos_in_64(value);
CAMLprim value caml_ml_channel_size_64(value);
CAMLprim value caml_sys_exit(value);
CAMLprim value caml_array_make(value, value);
CAMLprim value caml_array_make(value, value);
CAMLprim value caml_array_sub(value, value, value);
CAMLprim value caml_array_append(value, value);
CAMLprim value caml_array_concat(value);
CAMLprim value caml_array_blit(value, value, value, value, value);
CAMLprim value caml_array_fill(value, value, value, value);
CAMLprim value caml_array_create_float(value);
CAMLprim value caml_floatarray_create(value);
CAMLprim value caml_atomic_make_contended(value);
CAMLprim value caml_ba_create(value, value, value);
CAMLprim value caml_ba_get_generic(value, value);
CAMLprim value caml_ba_set_generic(value, value, value);
CAMLprim value caml_ba_num_dims(value);
CAMLprim value caml_ba_dim(value, value);
CAMLprim value caml_ba_kind(value);
CAMLprim value caml_ba_layout(value);
CAMLprim value caml_ba_change_layout(value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_slice(value, value);
CAMLprim value caml_ba_slice(value, value);
CAMLprim value caml_ba_blit(value, value);
CAMLprim value caml_ba_fill(value, value);
CAMLprim value caml_ba_kind(value);
CAMLprim value caml_ba_layout(value);
CAMLprim value caml_ba_change_layout(value, value);
CAMLprim value caml_ba_blit(value, value);
CAMLprim value caml_ba_fill(value, value);
CAMLprim value caml_ba_kind(value);
CAMLprim value caml_ba_layout(value);
CAMLprim value caml_ba_change_layout(value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_blit(value, value);
CAMLprim value caml_ba_fill(value, value);
CAMLprim value caml_ba_kind(value);
CAMLprim value caml_ba_layout(value);
CAMLprim value caml_ba_change_layout(value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_blit(value, value);
CAMLprim value caml_ba_fill(value, value);
CAMLprim value caml_ba_kind(value);
CAMLprim value caml_ba_layout(value);
CAMLprim value caml_ba_change_layout(value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_sub(value, value, value);
CAMLprim value caml_ba_blit(value, value);
CAMLprim value caml_ba_fill(value, value);
CAMLprim value caml_ba_reshape(value, value);
CAMLprim value caml_ba_get_1(value);
CAMLprim value caml_ba_get_2(value);
CAMLprim value caml_ba_get_3(value);
CAMLprim value caml_ba_set_1(value);
CAMLprim value caml_ba_set_2(value);
CAMLprim value caml_ba_set_3(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_create_bytes(value);
CAMLprim value caml_fill_bytes(value, value, value, value);
CAMLprim value caml_blit_bytes(value, value, value, value, value);
CAMLprim value caml_blit_string(value, value, value, value, value);
CAMLprim value caml_bytes_equal(value, value);
CAMLprim value caml_register_named_value(value, value);
CAMLprim value caml_create_bytes(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_ml_condition_new(value);
CAMLprim value caml_ml_condition_wait(value, value);
CAMLprim value caml_ml_condition_signal(value);
CAMLprim value caml_ml_condition_broadcast(value);
CAMLprim value caml_blake2_create(value, value);
CAMLprim value caml_blake2_update(value, value, value, value);
CAMLprim value caml_blake2_final(value, value);
CAMLprim value caml_blake2_string(value, value, value, value, value);
CAMLprim value caml_blake2_bytes(value, value, value, value, value);
CAMLprim value caml_md5_string(value, value, value);
CAMLprim value caml_md5_bytes(value, value, value);
CAMLprim value caml_md5_chan(value, value);
CAMLprim value caml_domain_spawn(value, value);
CAMLprim value caml_ml_domain_id(value);
CAMLprim value caml_ml_domain_cpu_relax(value);
CAMLprim value caml_recommended_domain_count(value);
CAMLprim value caml_domain_dls_set(value);
CAMLprim value caml_domain_dls_compare_and_set(value, value);
CAMLprim value caml_ml_domain_index(value);
CAMLprim value caml_continuation_use_noexc(value);
CAMLprim value caml_alloc_stack(value, value, value);
CAMLprim value caml_get_continuation_callstack(value, value);
CAMLprim value caml_alloc_stack(value, value, value);
CAMLprim value caml_continuation_use_and_update_handler_noexc(value, value, value, value);
CAMLprim value caml_get_continuation_callstack(value, value);
CAMLprim value caml_sys_temp_dir_name(value);
CAMLprim value caml_sys_open(value, value, value);
CAMLprim value caml_sys_close(value);
CAMLprim double fmod(double, double);
CAMLprim value caml_fmod_float(value, value);
CAMLprim double caml_fma(double, double, double);
CAMLprim value caml_fma_float(value, value, value);
CAMLprim double caml_int64_float_of_bits_unboxed(int64_t);
CAMLprim value caml_int64_float_of_bits(value);
CAMLprim value caml_float_of_string(value);
CAMLprim value caml_classify_float_unboxed(double);
CAMLprim value caml_classify_float(value);
CAMLprim double pow(double, double);
CAMLprim value caml_power_float(value, value);
CAMLprim double sqrt(double);
CAMLprim value caml_sqrt_float(value);
CAMLprim double caml_cbrt(double);
CAMLprim value caml_cbrt_float(value);
CAMLprim double exp(double);
CAMLprim value caml_exp_float(value);
CAMLprim double caml_exp2(double);
CAMLprim value caml_exp2_float(value);
CAMLprim double log(double);
CAMLprim value caml_log_float(value);
CAMLprim double log10(double);
CAMLprim value caml_log10_float(value);
CAMLprim double caml_log2(double);
CAMLprim value caml_log2_float(value);
CAMLprim double caml_expm1(double);
CAMLprim value caml_expm1_float(value);
CAMLprim double caml_log1p(double);
CAMLprim value caml_log1p_float(value);
CAMLprim double cos(double);
CAMLprim value caml_cos_float(value);
CAMLprim double sin(double);
CAMLprim value caml_sin_float(value);
CAMLprim double tan(double);
CAMLprim value caml_tan_float(value);
CAMLprim double acos(double);
CAMLprim value caml_acos_float(value);
CAMLprim double asin(double);
CAMLprim value caml_asin_float(value);
CAMLprim double atan(double);
CAMLprim value caml_atan_float(value);
CAMLprim double atan2(double, double);
CAMLprim value caml_atan2_float(value, value);
CAMLprim double caml_hypot(double, double);
CAMLprim value caml_hypot_float(value, value);
CAMLprim double cosh(double);
CAMLprim value caml_cosh_float(value);
CAMLprim double sinh(double);
CAMLprim value caml_sinh_float(value);
CAMLprim double tanh(double);
CAMLprim value caml_tanh_float(value);
CAMLprim double caml_acosh(double);
CAMLprim value caml_acosh_float(value);
CAMLprim double caml_asinh(double);
CAMLprim value caml_asinh_float(value);
CAMLprim double caml_atanh(double);
CAMLprim value caml_atanh_float(value);
CAMLprim double caml_erf(double);
CAMLprim value caml_erf_float(value);
CAMLprim double caml_erfc(double);
CAMLprim value caml_erfc_float(value);
CAMLprim double caml_trunc(double);
CAMLprim value caml_trunc_float(value);
CAMLprim double caml_round(double);
CAMLprim value caml_round_float(value);
CAMLprim double ceil(double);
CAMLprim value caml_ceil_float(value);
CAMLprim double floor(double);
CAMLprim value caml_floor_float(value);
CAMLprim double caml_nextafter(double, double);
CAMLprim value caml_nextafter_float(value, value);
CAMLprim double caml_copysign(double, double);
CAMLprim value caml_copysign_float(value, value);
CAMLprim value caml_signbit(double);
CAMLprim value caml_signbit_float(value);
CAMLprim value caml_frexp_float(value);
CAMLprim double caml_ldexp_float_unboxed(double, intnat);
CAMLprim value caml_ldexp_float(value, value);
CAMLprim value caml_modf_float(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_floatarray_create(value);
CAMLprim value caml_floatarray_make_unboxed(intnat, double);
CAMLprim value caml_floatarray_make(value, value);
CAMLprim value caml_floatarray_fill_unboxed(value, intnat, intnat, double);
CAMLprim value caml_floatarray_fill(value, value, value, value);
CAMLprim value caml_floatarray_blit(value, value, value, value, value);
CAMLprim value caml_floatarray_sub(value, value, value);
CAMLprim value caml_floatarray_append(value, value);
CAMLprim value caml_floatarray_concat(value);
CAMLprim value caml_gc_stat(value);
CAMLprim value caml_gc_quick_stat(value);
CAMLprim value caml_gc_counters(value);
CAMLprim double caml_gc_minor_words_unboxed(value);
CAMLprim value caml_gc_minor_words(value);
CAMLprim value caml_gc_get(value);
CAMLprim value caml_gc_set(value);
CAMLprim value caml_gc_minor(value);
CAMLprim value caml_gc_major_slice(value);
CAMLprim value caml_gc_major(value);
CAMLprim value caml_gc_full_major(value);
CAMLprim value caml_gc_compaction(value);
CAMLprim value caml_get_minor_free(value);
CAMLprim value caml_final_register(value, value);
CAMLprim value caml_final_register_called_without_value(value, value);
CAMLprim value caml_final_release(value);
CAMLprim value caml_memprof_start(value, value, value);
CAMLprim value caml_memprof_stop(value);
CAMLprim value caml_memprof_discard(value);
CAMLprim value caml_ml_gc_ramp_up(value);
CAMLprim value caml_ml_gc_ramp_down(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_array_concat(value);
CAMLprim value caml_array_append(value, value);
CAMLprim value caml_array_sub(value, value, value);
CAMLprim value caml_ml_input_bigarray(value, value, value, value);
CAMLprim value caml_ml_is_binary_mode(value);
CAMLprim value caml_sys_isatty(value);
CAMLprim value caml_format_int(value, value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim int32_t caml_int32_of_float_unboxed(double);
CAMLprim value caml_int32_of_float(value);
CAMLprim double caml_int32_to_float_unboxed(int32_t);
CAMLprim value caml_int32_to_float(value);
CAMLprim int32_t caml_int32_bits_of_float_unboxed(double);
CAMLprim value caml_int32_bits_of_float(value);
CAMLprim double caml_int32_float_of_bits_unboxed(int32_t);
CAMLprim value caml_int32_float_of_bits(value);
CAMLprim value caml_int32_format(value, value);
CAMLprim value caml_int32_of_string(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim int64_t caml_int64_of_float_unboxed(double);
CAMLprim value caml_int64_of_float(value);
CAMLprim double caml_int64_to_float_unboxed(int64_t);
CAMLprim value caml_int64_to_float(value);
CAMLprim value caml_int64_format(value, value);
CAMLprim value caml_int64_of_string(value);
CAMLprim int64_t caml_int64_bits_of_float_unboxed(double);
CAMLprim value caml_int64_bits_of_float(value);
CAMLprim double caml_int64_float_of_bits_unboxed(int64_t);
CAMLprim value caml_int64_float_of_bits(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_lazy_make_forward(value);
CAMLprim value caml_lex_engine(value, value, value);
CAMLprim value caml_new_lex_engine(value, value, value);
CAMLprim value caml_output_value(value, value, value);
CAMLprim value caml_output_value_to_bytes(value, value);
CAMLprim value caml_output_value_to_string(value, value);
CAMLprim value caml_output_value_to_buffer(value, value, value, value, value);
CAMLprim value caml_input_value(value);
CAMLprim value caml_input_value_from_bytes(value, value);
CAMLprim value caml_marshal_data_size(value, value);
CAMLprim value caml_ml_mutex_new(value);
CAMLprim value caml_ml_mutex_lock(value);
CAMLprim value caml_ml_mutex_try_lock(value);
CAMLprim value caml_ml_mutex_unlock(value);
CAMLprim intnat caml_nativeint_of_float_unboxed(double);
CAMLprim value caml_nativeint_of_float(value);
CAMLprim double caml_nativeint_to_float_unboxed(intnat);
CAMLprim value caml_nativeint_to_float(value);
CAMLprim value caml_nativeint_format(value, value);
CAMLprim value caml_nativeint_of_string(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_obj_tag(value);
CAMLprim value caml_obj_reachable_words(value);
CAMLprim value caml_floatarray_get(value, value);
CAMLprim value caml_floatarray_set(value, value, value);
CAMLprim value caml_obj_raw_field(value, value);
CAMLprim value caml_obj_set_raw_field(value, value, value);
CAMLprim value caml_obj_block(value, value);
CAMLprim value caml_obj_dup(value);
CAMLprim value caml_obj_add_offset(value, value);
CAMLprim value caml_obj_with_tag(value, value);
CAMLprim value caml_ephe_create(value);
CAMLprim value caml_ephe_get_key(value, value);
CAMLprim value caml_ephe_get_key_copy(value, value);
CAMLprim value caml_ephe_set_key(value, value, value);
CAMLprim value caml_ephe_unset_key(value, value);
CAMLprim value caml_ephe_check_key(value, value);
CAMLprim value caml_ephe_blit_key(value, value, value, value, value);
CAMLprim value caml_ephe_get_data(value);
CAMLprim value caml_ephe_get_data_copy(value);
CAMLprim value caml_ephe_set_data(value, value);
CAMLprim value caml_ephe_unset_data(value);
CAMLprim value caml_ephe_check_data(value);
CAMLprim value caml_ephe_blit_data(value, value);
CAMLprim value caml_ml_output_bigarray(value, value, value, value);
CAMLprim value caml_ml_is_binary_mode(value);
CAMLprim value caml_ml_set_buffered(value, value);
CAMLprim value caml_ml_is_buffered(value);
CAMLprim value caml_sys_isatty(value);
CAMLprim value caml_parse_engine(value, value, value, value);
CAMLprim value caml_set_parser_trace(value);
CAMLprim value caml_get_exception_raw_backtrace(value);
CAMLprim value caml_convert_raw_backtrace_slot(value);
CAMLprim value caml_convert_raw_backtrace(value);
CAMLprim value caml_raw_backtrace_slot(value, value);
CAMLprim value caml_raw_backtrace_next_slot(value);
CAMLprim value caml_record_backtrace(value);
CAMLprim value caml_backtrace_status(value);
CAMLprim value caml_get_current_callstack(value);
CAMLprim value caml_ml_debug_info_status(value);
CAMLprim value caml_register_named_value(value, value);
CAMLprim value caml_sys_random_seed(value);
CAMLprim int64_t caml_lxm_next_unboxed(value);
CAMLprim value caml_lxm_next(value);
CAMLprim value caml_nativeint_of_string(value);
CAMLprim value caml_int32_of_string(value);
CAMLprim value caml_int64_of_string(value);
CAMLprim value caml_blit_string(value, value, value, value, value);
CAMLprim value caml_string_hash(value, value);
CAMLprim value caml_string_equal(value, value);
CAMLprim value caml_sys_get_config(value);
CAMLprim value caml_sys_executable_name(value);
CAMLprim value caml_runtime_variant(value);
CAMLprim value caml_runtime_parameters(value);
CAMLprim value caml_sys_file_exists(value);
CAMLprim value caml_sys_is_directory(value);
CAMLprim value caml_sys_is_regular_file(value);
CAMLprim value caml_sys_remove(value);
CAMLprim value caml_sys_rename(value, value);
CAMLprim value caml_sys_getenv(value);
CAMLprim value caml_sys_getenv_opt(value);
CAMLprim value caml_sys_system_command(value);
CAMLprim double caml_sys_time_unboxed(value);
CAMLprim value caml_sys_time(value);
CAMLprim value caml_sys_chdir(value);
CAMLprim value caml_sys_mkdir(value, value);
CAMLprim value caml_sys_rmdir(value);
CAMLprim value caml_sys_getcwd(value);
CAMLprim value caml_sys_read_directory(value);
CAMLprim value caml_sys_io_buffer_size(value);
CAMLprim value caml_install_signal_handler(value, value);
CAMLprim value caml_sys_rev_convert_signal_number(value);
CAMLprim value caml_sys_convert_signal_number(value);
CAMLprim value caml_ml_enable_runtime_warnings(value);
CAMLprim value caml_ml_runtime_warnings_enabled(value);
CAMLprim value caml_format_int(value, value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_weak_create(value);
CAMLprim value caml_ephe_set_key(value, value, value);
CAMLprim value caml_ephe_unset_key(value, value);
CAMLprim value caml_weak_get(value, value);
CAMLprim value caml_weak_get_copy(value, value);
CAMLprim value caml_weak_check(value, value);
CAMLprim value caml_weak_blit(value, value, value, value, value);
+ opam var prefix
+ DIR=/home/opam/.opam/5.4/lib
+ [ -d /home/opam/.opam/5.4/lib ]
+ find /home/opam/.opam/5.4/lib -name *.cmt
+ xargs ../../install/default/bin/lintcstubs_arity_cmt
2026-06-02 13:31.45 ---> saved as "47c8b3bf86a78a3a7aff1a5a649f8ed1fba229061f0e017ad323c3e30e358ece"
Job succeeded
2026-06-02 13:31.49: Job succeeded