2026-05-13 22:38.33: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (dee2885567e11187cbdd5e2af1df085c59f94c86) (linux-x86_64:opensuse-15.6-5.4_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 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:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 # opensuse-15.6-5.4_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:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-opensuse-15.6-5.4_opam-2.5-ae68e88a5e3f2c71a330cbf80372def6" 2026-05-13 22:38.33: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745) (comment opensuse-15.6-5.4_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 22:38.33: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at dee2885 [maintenance]: reformat (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locally docker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam 2824220eb759: Pulling fs layer d6e0f6bf3ee8: Pulling fs layer 98ea95f8982c: Pulling fs layer 66c4e2d11417: Pulling fs layer 178bf13c4542: Pulling fs layer 66c4e2d11417: Waiting 3363b6690622: Pulling fs layer 178bf13c4542: Waiting 2f360ed5ed1c: Pulling fs layer 3363b6690622: Waiting 0157dc55738d: Pulling fs layer 2f360ed5ed1c: Waiting adbd7b083662: Pulling fs layer 08da4b8ec306: Pulling fs layer 0157dc55738d: Waiting adbd7b083662: Waiting 2d08af6962f0: Pulling fs layer 08da4b8ec306: Waiting 0eb7579d9e49: Pulling fs layer 2d08af6962f0: Waiting a469e6a3633d: Pulling fs layer 0eb7579d9e49: Waiting 82c744fdb18a: Pulling fs layer 36b9f578dfd0: Pulling fs layer a469e6a3633d: Waiting 82c744fdb18a: Waiting 67e235ccb630: Pulling fs layer 36b9f578dfd0: Waiting 054af01a93fc: Pulling fs layer 67e235ccb630: Waiting e8dd567f0fce: Pulling fs layer 054af01a93fc: Waiting e8dd567f0fce: Waiting 4f4fb700ef54: Pulling fs layer 95a8dc77b77e: Pulling fs layer 4f4fb700ef54: Waiting cc10f5cb66cf: Pulling fs layer 95a8dc77b77e: Waiting c6967ed40884: Pulling fs layer cc10f5cb66cf: Waiting 86261b212eac: Pulling fs layer c6967ed40884: Waiting c593fa27ed82: Pulling fs layer 86261b212eac: Waiting 327409bbc709: Pulling fs layer 68843b0965c1: Pulling fs layer 327409bbc709: Waiting c593fa27ed82: Waiting 1dce24306ea4: Pulling fs layer 68843b0965c1: Waiting d41b89be77dc: Pulling fs layer 1dce24306ea4: Waiting a847491754f8: Pulling fs layer d41b89be77dc: Waiting a847491754f8: Waiting 2ba6e682b334: Pulling fs layer 88783f87eac5: Pulling fs layer 2ba6e682b334: Waiting 88783f87eac5: Waiting 94a228a5ee2b: Pulling fs layer effccec7e4d4: Pulling fs layer 2f4d54523759: Pulling fs layer 94a228a5ee2b: Waiting effccec7e4d4: Waiting c433d8fc16c8: Pulling fs layer e8dea40a6ae6: Pulling fs layer 5be5b25f37bd: Pulling fs layer 2f4d54523759: Waiting c433d8fc16c8: Waiting e8dea40a6ae6: Waiting 8a320261bc75: Pulling fs layer f36d6c98cb79: Pulling fs layer 8a320261bc75: Waiting 48745103a26a: Pulling fs layer f36d6c98cb79: Waiting 2c60e853f538: Pulling fs layer 48745103a26a: Waiting 303d675deef6: Pulling fs layer 2c60e853f538: Waiting 303d675deef6: Waiting 10d6d5991602: Pulling fs layer 49510a9bffbc: Pulling fs layer 10d6d5991602: Waiting 49510a9bffbc: Waiting d6e0f6bf3ee8: Download complete 2824220eb759: Download complete 3363b6690622: Verifying Checksum 3363b6690622: Download complete 2824220eb759: Pull complete d6e0f6bf3ee8: Pull complete 98ea95f8982c: Verifying Checksum 98ea95f8982c: Download complete 0157dc55738d: Verifying Checksum 0157dc55738d: Download complete 2f360ed5ed1c: Verifying Checksum 2f360ed5ed1c: Download complete adbd7b083662: Verifying Checksum adbd7b083662: Download complete 08da4b8ec306: Verifying Checksum 08da4b8ec306: Download complete 0eb7579d9e49: Verifying Checksum 0eb7579d9e49: Download complete 2d08af6962f0: Verifying Checksum 2d08af6962f0: Download complete 98ea95f8982c: Pull complete a469e6a3633d: Verifying Checksum a469e6a3633d: Download complete 82c744fdb18a: Verifying Checksum 82c744fdb18a: Download complete 67e235ccb630: Verifying Checksum 67e235ccb630: Download complete 36b9f578dfd0: Verifying Checksum 36b9f578dfd0: Download complete 054af01a93fc: Verifying Checksum 054af01a93fc: Download complete e8dd567f0fce: Verifying Checksum e8dd567f0fce: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 95a8dc77b77e: Verifying Checksum 95a8dc77b77e: Download complete cc10f5cb66cf: Download complete c6967ed40884: Verifying Checksum c6967ed40884: Download complete c593fa27ed82: Verifying Checksum c593fa27ed82: Download complete 327409bbc709: Verifying Checksum 327409bbc709: Download complete 86261b212eac: Verifying Checksum 86261b212eac: Download complete 1dce24306ea4: Verifying Checksum 1dce24306ea4: Download complete 68843b0965c1: Verifying Checksum 68843b0965c1: Download complete d41b89be77dc: Verifying Checksum d41b89be77dc: Download complete a847491754f8: Verifying Checksum a847491754f8: Download complete 2ba6e682b334: Download complete 88783f87eac5: Verifying Checksum 88783f87eac5: Download complete effccec7e4d4: Download complete 94a228a5ee2b: Verifying Checksum 94a228a5ee2b: Download complete c433d8fc16c8: Download complete e8dea40a6ae6: Download complete 5be5b25f37bd: Verifying Checksum 5be5b25f37bd: Download complete 8a320261bc75: Download complete f36d6c98cb79: Download complete 48745103a26a: Download complete 2c60e853f538: Verifying Checksum 2c60e853f538: Download complete 303d675deef6: Verifying Checksum 303d675deef6: Download complete 10d6d5991602: Verifying Checksum 10d6d5991602: Download complete 49510a9bffbc: Verifying Checksum 49510a9bffbc: Download complete 66c4e2d11417: Verifying Checksum 66c4e2d11417: Download complete 66c4e2d11417: Pull complete 178bf13c4542: Pull complete 3363b6690622: Pull complete 2f4d54523759: Verifying Checksum 2f4d54523759: Download complete 2f360ed5ed1c: Pull complete 0157dc55738d: Pull complete adbd7b083662: Pull complete 08da4b8ec306: Pull complete 2d08af6962f0: Pull complete 0eb7579d9e49: Pull complete a469e6a3633d: Pull complete 82c744fdb18a: Pull complete 36b9f578dfd0: Pull complete 67e235ccb630: Pull complete 054af01a93fc: Pull complete e8dd567f0fce: Pull complete 4f4fb700ef54: Pull complete 95a8dc77b77e: Pull complete cc10f5cb66cf: Pull complete c6967ed40884: Pull complete 86261b212eac: Pull complete c593fa27ed82: Pull complete 327409bbc709: Pull complete 68843b0965c1: Pull complete 1dce24306ea4: Pull complete d41b89be77dc: Pull complete a847491754f8: Pull complete 2ba6e682b334: Pull complete 88783f87eac5: Pull complete 94a228a5ee2b: Pull complete effccec7e4d4: Pull complete 2f4d54523759: Pull complete c433d8fc16c8: Pull complete e8dea40a6ae6: Pull complete 5be5b25f37bd: Pull complete 8a320261bc75: Pull complete f36d6c98cb79: Pull complete 48745103a26a: Pull complete 2c60e853f538: Pull complete 303d675deef6: Pull complete 10d6d5991602: Pull complete 49510a9bffbc: Pull complete Digest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 2026-05-13 22:38.36 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" from cache /: (comment opensuse-15.6-5.4_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 22:38.36 ---> using "463c319ef5be82dadb4076ef7cbdb1657274c5987ad974c76f4520c6671653ad" 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 22:38.36 ---> using "f686af65454a3c4c728e7617f39387940755003e29cbfb574c1d8adb56e53774" 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 22:38.36 ---> using "45172fe20c188d00a62849f452cb50944236714df9a33b48e973f989e36a9818" 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.0 2026-05-13 22:38.36 ---> using "987f9d26a0bfcc86daf617bba9dd5534308b9412b63084f098033ca05830981d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-13 22:38.36 ---> using "28c65849b2005df6c00727ea54ee4232a1f5e6afbb46b71883c9fb442a4642c3" 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 22:38.36 ---> using "b32aa6f2efb6a555a4b18aeb6c1eb824aa32ac2741c2f6b760b97058e9fc0d0d" from cache /src: (copy (src lintcstubs-arity.opam) (dst ./)) 2026-05-13 22:38.36 ---> using "f45153924c86b39c9856bbef684cd4d86a44a0383e7fb035f455544f15397280" 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 22:38.36 ---> using "b0ad4e74373e6b3479cb5560de117f38325fe89df7e18708cb4d071afc6ec619" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-13 22:38.36 ---> using "548aa2fb082b560132d06ff1338ef458b0596018865407e105084fa90f8d009d" 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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [. - . - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - .. - ...... - .... - .... - .... - .... - ........ - ........... - ....... - ... - ..... - ........ - ..... - .... - ...... - ...... - ...... - ......done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [. - . - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ...... - .... - .... - .... - .... - ....... - ............ - .......... - .......... - ......... - ......... - .......... - .......... - .......... - ......... - ......... - ......... - .......... - ......... - ......... - ....... - .......... - ......... - ......... - ........ - ......... - ....... - ......... - ......... - .......... - .......... - ......... - ....... - ....... - ....... - ....... - ........ - ....... - ......... - ......... - .......... - ........ - .......... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.. - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - . - ...... - .... - .... - .... - .... - .... - ...........done] - Building repository 'Main Update Repository' cache [....done] - Retrieving repository 'Update Repository (Non-Oss)' metadata [.. - Looking for gpg keys in repository Update Repository (Non-Oss). - gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key - ..... - .... - .... - .... - .... - .... - ............done] - Building repository 'Update Repository (Non-Oss)' cache [....done] - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> 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 22:38.37 ---> using "bf9238c665dcac7c078643698576698eb856d53910b6a203c6edf5eb1f6da59b" 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 22:38.37 ---> using "4c100e4ad14c0c3de3538ad739a167c82af11b4ea670814b85d13eb192fdd7d0" from cache /src: (copy (src .) (dst /src)) 2026-05-13 22:38.37 ---> saved as "04cb54deb19a01d675bc50e9b6b74a2e6eef4f35d5d033fb8fceaf1497dce4a5" /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-05-13 22:38.41 ---> saved as "4710a76ddd4215771046e169933bfd367592213dfae3bddf80f1e85598d09cb7" Job succeeded 2026-05-13 22:38.41: Job succeeded