Organisationsedwintoroklintcstubs-aritydee288 ()debian-13-5.4_riscv64_opam-2.5

debian-13-5.4_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-05-13 22:38.33: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (dee2885567e11187cbdd5e2af1df085c59f94c86) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard dee28855
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
# debian-13-5.4_riscv64_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1"
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-05-13 22:38.33: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2-debian-13-5.4_riscv64_opam-2.5-ae68e88a5e3f2c71a330cbf80372def6"
2026-05-13 22:38.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)
(comment debian-13-5.4_riscv64_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1")
(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-05-13 22:38.33: Waiting for resource in pool OCluster
2026-05-13 22:38.33: Waiting for worker…
2026-05-13 23:06.14: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
HEAD is now at e0cb13f primitives_of_cmt: remove unused code
HEAD is now at dee2885 [maintenance]: reformat


(from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2' locally
docker.io/ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2: Pulling from ocaml/opam
3e61abfb88ee: Pulling fs layer
76b1d07b1a3b: Pulling fs layer
ed0a77094d87: Pulling fs layer
dda49bd8ac08: Pulling fs layer
79841c38fc3d: Pulling fs layer
e23fd9439732: Pulling fs layer
269e9966d790: Pulling fs layer
52cc4e5d6121: Pulling fs layer
805e105b52dc: Pulling fs layer
ae53fa2b5435: Pulling fs layer
ba1024a7802c: Pulling fs layer
f9c71e0456b4: Pulling fs layer
49cdc11c577a: Pulling fs layer
2e917b473884: Pulling fs layer
4efed90b2a45: Pulling fs layer
fc9321643256: Pulling fs layer
892336fe0a02: Pulling fs layer
bea8863f3ee4: Pulling fs layer
4e9cefa5299b: Pulling fs layer
e3cdf819ebd9: Pulling fs layer
cc5f28ef7662: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d67f67cce0c9: Pulling fs layer
254dc46749bc: Pulling fs layer
98586e50ba59: Pulling fs layer
7ee86d26bde1: Pulling fs layer
9274f8a25124: Pulling fs layer
54277c64a2cf: Pulling fs layer
b701c0327936: Pulling fs layer
5520cae2ba51: Pulling fs layer
86fe8720be3d: Pulling fs layer
1e9a6fbdb422: Pulling fs layer
a3abdbab59cc: Pulling fs layer
1f1577d1ab69: Pulling fs layer
dda49bd8ac08: Waiting
79841c38fc3d: Waiting
e23fd9439732: Waiting
269e9966d790: Waiting
243e765f6bda: Pulling fs layer
52cc4e5d6121: Waiting
805e105b52dc: Waiting
ae53fa2b5435: Waiting
414badea72c2: Pulling fs layer
ba1024a7802c: Waiting
f9c71e0456b4: Waiting
dca5542c6a6c: Pulling fs layer
49cdc11c577a: Waiting
2e917b473884: Waiting
4efed90b2a45: Waiting
d11abfe346ed: Pulling fs layer
fc9321643256: Waiting
892336fe0a02: Waiting
850f5f345d4f: Pulling fs layer
bea8863f3ee4: Waiting
45a44aaebcc9: Pulling fs layer
1560e6818fb1: Pulling fs layer
e1c0adedaeec: Pulling fs layer
4e9cefa5299b: Waiting
716945da171a: Pulling fs layer
e3cdf819ebd9: Waiting
cc5f28ef7662: Waiting
dbaa1f0ec53c: Pulling fs layer
4f4fb700ef54: Waiting
d67f67cce0c9: Waiting
b4a0ec97be31: Pulling fs layer
254dc46749bc: Waiting
98586e50ba59: Waiting
ac156bfd6092: Pulling fs layer
5520cae2ba51: Waiting
7ee86d26bde1: Waiting
86fe8720be3d: Waiting
0b5fd1110f83: Pulling fs layer
9274f8a25124: Waiting
1e9a6fbdb422: Waiting
54277c64a2cf: Waiting
a3abdbab59cc: Waiting
d11abfe346ed: Waiting
1f1577d1ab69: Waiting
243e765f6bda: Waiting
850f5f345d4f: Waiting
414badea72c2: Waiting
45a44aaebcc9: Waiting
dca5542c6a6c: Waiting
1560e6818fb1: Waiting
e1c0adedaeec: Waiting
716945da171a: Waiting
dbaa1f0ec53c: Waiting
b4a0ec97be31: Waiting
ac156bfd6092: Waiting
0b5fd1110f83: Waiting
b701c0327936: Waiting
76b1d07b1a3b: Verifying Checksum
76b1d07b1a3b: Download complete
ed0a77094d87: Download complete
79841c38fc3d: Download complete
dda49bd8ac08: Download complete
269e9966d790: Verifying Checksum
269e9966d790: Download complete
3e61abfb88ee: Verifying Checksum
3e61abfb88ee: Download complete
52cc4e5d6121: Verifying Checksum
52cc4e5d6121: Download complete
805e105b52dc: Verifying Checksum
805e105b52dc: Download complete
ba1024a7802c: Verifying Checksum
ba1024a7802c: Download complete
ae53fa2b5435: Verifying Checksum
ae53fa2b5435: Download complete
f9c71e0456b4: Verifying Checksum
f9c71e0456b4: Download complete
2e917b473884: Verifying Checksum
2e917b473884: Download complete
3e61abfb88ee: Pull complete
76b1d07b1a3b: Pull complete
ed0a77094d87: Pull complete
49cdc11c577a: Verifying Checksum
49cdc11c577a: Download complete
4efed90b2a45: Download complete
fc9321643256: Download complete
bea8863f3ee4: Verifying Checksum
bea8863f3ee4: Download complete
e23fd9439732: Verifying Checksum
e23fd9439732: Download complete
892336fe0a02: Verifying Checksum
892336fe0a02: Download complete
4e9cefa5299b: Verifying Checksum
4e9cefa5299b: Download complete
cc5f28ef7662: Verifying Checksum
cc5f28ef7662: Download complete
e3cdf819ebd9: Verifying Checksum
e3cdf819ebd9: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
d67f67cce0c9: Verifying Checksum
d67f67cce0c9: Download complete
254dc46749bc: Verifying Checksum
254dc46749bc: Download complete
98586e50ba59: Verifying Checksum
98586e50ba59: Download complete
9274f8a25124: Verifying Checksum
9274f8a25124: Download complete
7ee86d26bde1: Verifying Checksum
7ee86d26bde1: Download complete
54277c64a2cf: Verifying Checksum
54277c64a2cf: Download complete
b701c0327936: Download complete
5520cae2ba51: Download complete
dda49bd8ac08: Pull complete
86fe8720be3d: Verifying Checksum
86fe8720be3d: Download complete
1e9a6fbdb422: Verifying Checksum
1e9a6fbdb422: Download complete
a3abdbab59cc: Verifying Checksum
a3abdbab59cc: Download complete
1f1577d1ab69: Verifying Checksum
1f1577d1ab69: Download complete
414badea72c2: Verifying Checksum
414badea72c2: Download complete
79841c38fc3d: Pull complete
d11abfe346ed: Verifying Checksum
d11abfe346ed: Download complete
850f5f345d4f: Verifying Checksum
850f5f345d4f: Download complete
45a44aaebcc9: Verifying Checksum
45a44aaebcc9: Download complete
1560e6818fb1: Download complete
e1c0adedaeec: Verifying Checksum
e1c0adedaeec: Download complete
716945da171a: Download complete
dca5542c6a6c: Verifying Checksum
dca5542c6a6c: Download complete
b4a0ec97be31: Download complete
ac156bfd6092: Verifying Checksum
ac156bfd6092: Download complete
243e765f6bda: Verifying Checksum
243e765f6bda: Download complete
dbaa1f0ec53c: Verifying Checksum
dbaa1f0ec53c: Download complete
e23fd9439732: Pull complete
269e9966d790: Pull complete
52cc4e5d6121: Pull complete
805e105b52dc: Pull complete
ae53fa2b5435: Pull complete
ba1024a7802c: Pull complete
f9c71e0456b4: Pull complete
49cdc11c577a: Pull complete
2e917b473884: Pull complete
4efed90b2a45: Pull complete
fc9321643256: Pull complete
892336fe0a02: Pull complete
bea8863f3ee4: Pull complete
4e9cefa5299b: Pull complete
e3cdf819ebd9: Pull complete
cc5f28ef7662: Pull complete
4f4fb700ef54: Pull complete
d67f67cce0c9: Pull complete
254dc46749bc: Pull complete
98586e50ba59: Pull complete
7ee86d26bde1: Pull complete
9274f8a25124: Pull complete
54277c64a2cf: Pull complete
b701c0327936: Pull complete
5520cae2ba51: Pull complete
86fe8720be3d: Pull complete
1e9a6fbdb422: Pull complete
a3abdbab59cc: Pull complete
1f1577d1ab69: Pull complete
243e765f6bda: Pull complete
414badea72c2: Pull complete
dca5542c6a6c: Pull complete
d11abfe346ed: Pull complete
850f5f345d4f: Pull complete
45a44aaebcc9: Pull complete
1560e6818fb1: Pull complete
e1c0adedaeec: Pull complete
716945da171a: Pull complete
dbaa1f0ec53c: Pull complete
b4a0ec97be31: Pull complete
ac156bfd6092: Pull complete
0b5fd1110f83: Pull complete
Digest: sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
Status: Downloaded newer image for ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2
2026-05-13 23:06.16 ---> using "484c9fa6139706b8afa9764d3652fd702882e8e5056f93677166c9b0844fd477" from cache


/: (comment debian-13-5.4_riscv64_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-05-13 23:06.16 ---> using "e3fcd17677c90ac2badefc4393aa347c1e93834183d635a58d0a18813c0c1cf1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..59e4d4e248  master     -> origin/master
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0
2026-05-13 23:06.16 ---> using "2d0cc5746248d0ab80d8838851ab2ae5f06ffe6c0485351ce07adf4fa6306629" 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
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


2026-05-13 23:06.16 ---> using "e0d8aad946177795822a4f27b5f72c21930c676d7908d98f40dbe4bc84bc5549" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.1
2.5.0
2026-05-13 23:06.16 ---> using "b20c6d5565f8e4d524daecaba63c5fa660487812b12352f515d027163a2e231b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-13 23:06.16 ---> using "501cfe14249e5768dec6d8af0adc765f81e476f874cf1cdc498ce4329d35661c" 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
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-05-13 23:06.16 ---> using "aafd6fc52d8c8fc3b02a987678d1e1720ad0685383267d7d1b4ab5dca8885834" from cache


/src: (copy (src lintcstubs-arity.opam) (dst ./))
2026-05-13 23:06.16 ---> using "5f03a0cb0fdd71d9d32bcea4c1e434fd294a5bfe6094bb99ac8a043edb7ac9b5" from cache


/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-05-13 23:06.16 ---> using "af4c0fdcc3e821cb01cf0a4d78e36bfdb3b172d82521dcf7930eeb3e130608bb" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-13 23:06.16 ---> using "e3415b651bc5bb01f218f06f4f91032eae2c9eb7852359d5538f540fe47fabb1" from cache


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


/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 riscv64 Packages [151 kB]
- Fetched 242 kB in 0s (491 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-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-05-13 23:06.16 ---> using "fe8ebf812aa325dc23aa2b46051027644eb2b5d8b92614b80ef4448c4100b702" from cache


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0  (cached)
-> installed dune.3.23.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-13 23:11.55 ---> saved as "244ddbbec450ba338af259d6ecec3ec87f13534eedeca3650044d20c6e53b917"


/src: (copy (src .) (dst /src))
2026-05-13 23:11.56 ---> saved as "24328182bc6a6d583a56e3914e98633b53d41b5933ef5cfa6e0e4fe1f8a21ed2"


/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_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);
CAMLprim value caml_format_int(value, value);
CAMLprim value caml_hash(value, value, 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_blit_string(value, value, value, value, value);
CAMLprim value caml_string_hash(value, value);
CAMLprim value caml_string_equal(value, 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_sys_random_seed(value);
CAMLprim int64_t caml_lxm_next_unboxed(value);
CAMLprim value caml_lxm_next(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_parse_engine(value, value, value, value);
CAMLprim value caml_set_parser_trace(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_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 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_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 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_lex_engine(value, value, value);
CAMLprim value caml_new_lex_engine(value, value, value);
CAMLprim value caml_lazy_make_forward(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 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 value caml_format_int(value, value);
CAMLprim value caml_hash(value, 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_array_concat(value);
CAMLprim value caml_array_append(value, value);
CAMLprim value caml_array_sub(value, value, value);
CAMLprim value caml_hash(value, value, value, 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 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_sys_temp_dir_name(value);
CAMLprim value caml_sys_open(value, value, value);
CAMLprim value caml_sys_close(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_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_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_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_create_bytes(value);
CAMLprim value caml_hash(value, value, value, value);
CAMLprim value caml_register_named_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_hash(value, value, value, 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_atomic_make_contended(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_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_get_current_environment(value);
CAMLprim value caml_xdg_defaults(value);
CAMLprim value caml_sys_modify_argv(value);
CAMLprim value caml_sys_isatty(value);
CAMLprim value caml_terminfo_rows(value);
CAMLprim value caml_dynlink_get_bytecode_sections(value);
CAMLprim value caml_sys_time_include_children(value);
CAMLprim value caml_sys_isatty(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_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_zstd_initialize(value);
CAMLprim value caml_output_value(value, value, value);
CAMLprim value caml_set_oo_id(value);
CAMLprim value caml_get_public_method(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_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);
+ 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-05-13 23:12.19 ---> saved as "2cebcf97cde3481661047b7144a841118709059efd62fe01b4bb10e9c86eda35"
Job succeeded
2026-05-13 23:12.19: Job succeeded