2026-05-13 22:37.26: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (e0cb13fddc2108764962b7d59c5bcafd97bcd33e) (linux-x86_64:alpine-3.23-5.4_opam-2.5) Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard e0cb13fd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 # alpine-3.23-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:37.26: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-ae68e88a5e3f2c71a330cbf80372def6" 2026-05-13 22:37.26: Using OBuilder spec: ((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366) (comment alpine-3.23-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:37.26: Waiting for resource in pool OCluster 2026-05-13 22:37.26: Waiting for worker… 2026-05-13 22:37.26: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at e0cb13f primitives_of_cmt: remove unused code (from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366) Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locally docker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam 6a0ac1617861: Pulling fs layer 9630673831f3: Pulling fs layer 4cffb540229a: Pulling fs layer 6a0ac1617861: Waiting aa3cee094119: Pulling fs layer 9630673831f3: Waiting 4cffb540229a: Waiting f2700202f619: Pulling fs layer 33135c7375d5: Pulling fs layer 1ea4b64ae955: Pulling fs layer aa3cee094119: Waiting ca34ef70eda1: Pulling fs layer 33135c7375d5: Waiting f2700202f619: Waiting d4998b6f8f35: Pulling fs layer 1ea4b64ae955: Waiting ca34ef70eda1: Waiting 4a43cfe8648c: Pulling fs layer 453dd28eaace: Pulling fs layer 4a43cfe8648c: Waiting a962f0379f0a: Pulling fs layer b68882dcbbd8: Pulling fs layer 453dd28eaace: Waiting 3f63b4eac828: Pulling fs layer a962f0379f0a: Waiting d4998b6f8f35: Waiting 0720e1e1068a: Pulling fs layer b68882dcbbd8: Waiting 0676d4d6023a: Pulling fs layer 3f63b4eac828: Waiting 0ab690805f49: Pulling fs layer fc0af979c0fe: Pulling fs layer 0676d4d6023a: Waiting 0720e1e1068a: Waiting 4f4fb700ef54: Pulling fs layer 0ab690805f49: Waiting fc0af979c0fe: Waiting 63f1d0bef8ae: Pulling fs layer 43fd6995d88f: Pulling fs layer c775bfb331ab: Pulling fs layer 63f1d0bef8ae: Waiting 43fd6995d88f: Waiting a7a9b5ed8780: Pulling fs layer 4f4fb700ef54: Waiting c775bfb331ab: Waiting 86ac791930d3: Pulling fs layer 2e34d70b785c: Pulling fs layer 56c554cb0baa: Pulling fs layer a7a9b5ed8780: Waiting 86ac791930d3: Waiting 2e34d70b785c: Waiting 0109b7ea4beb: Pulling fs layer 56c554cb0baa: Waiting a72aa581a14e: Pulling fs layer 0b969b88b90b: Pulling fs layer d1ae0e2bf910: Pulling fs layer 0b969b88b90b: Waiting a72aa581a14e: Waiting 0109b7ea4beb: Waiting cfd8efe5a061: Pulling fs layer d1ae0e2bf910: Waiting a34595d6f491: Pulling fs layer cfd8efe5a061: Waiting 7333547f58a0: Pulling fs layer 803cdf5f2902: Pulling fs layer a34595d6f491: Waiting d74501489c54: Pulling fs layer 803cdf5f2902: Waiting 628aecb9cafb: Pulling fs layer 7333547f58a0: Waiting d74501489c54: Waiting 0c52f398a865: Pulling fs layer f4e18988783e: Pulling fs layer d9b0005bf058: Pulling fs layer ac511140fcec: Pulling fs layer f4e18988783e: Waiting 0c52f398a865: Waiting 628aecb9cafb: Waiting d9b0005bf058: Waiting e5e3b5898b4b: Pulling fs layer 08e53197d17a: Pulling fs layer ac511140fcec: Waiting 9502f6b2d19e: Pulling fs layer 08e53197d17a: Waiting 9502f6b2d19e: Waiting e5e3b5898b4b: Waiting 6a0ac1617861: Verifying Checksum 6a0ac1617861: Download complete 9630673831f3: Download complete 6a0ac1617861: Pull complete 9630673831f3: Pull complete f2700202f619: Verifying Checksum f2700202f619: Download complete 4cffb540229a: Verifying Checksum 4cffb540229a: Download complete 4cffb540229a: Pull complete 33135c7375d5: Verifying Checksum 33135c7375d5: Download complete aa3cee094119: Download complete 1ea4b64ae955: Verifying Checksum 1ea4b64ae955: Download complete ca34ef70eda1: Verifying Checksum ca34ef70eda1: Download complete d4998b6f8f35: Verifying Checksum d4998b6f8f35: Download complete 4a43cfe8648c: Verifying Checksum 4a43cfe8648c: Download complete 453dd28eaace: Verifying Checksum 453dd28eaace: Download complete a962f0379f0a: Verifying Checksum a962f0379f0a: Download complete b68882dcbbd8: Verifying Checksum b68882dcbbd8: Download complete 3f63b4eac828: Download complete 0720e1e1068a: Download complete 0676d4d6023a: Verifying Checksum 0676d4d6023a: Download complete 0ab690805f49: Download complete fc0af979c0fe: Verifying Checksum fc0af979c0fe: Download complete 4f4fb700ef54: Download complete 63f1d0bef8ae: Verifying Checksum 63f1d0bef8ae: Download complete 43fd6995d88f: Verifying Checksum 43fd6995d88f: Download complete c775bfb331ab: Verifying Checksum c775bfb331ab: Download complete a7a9b5ed8780: Verifying Checksum a7a9b5ed8780: Download complete 86ac791930d3: Download complete 2e34d70b785c: Verifying Checksum 2e34d70b785c: Download complete 56c554cb0baa: Download complete 0109b7ea4beb: Download complete a72aa581a14e: Verifying Checksum a72aa581a14e: Download complete 0b969b88b90b: Verifying Checksum 0b969b88b90b: Download complete d1ae0e2bf910: Verifying Checksum d1ae0e2bf910: Download complete cfd8efe5a061: Verifying Checksum cfd8efe5a061: Download complete 7333547f58a0: Verifying Checksum 7333547f58a0: Download complete d74501489c54: Verifying Checksum d74501489c54: Download complete 628aecb9cafb: Verifying Checksum 628aecb9cafb: Download complete 0c52f398a865: Verifying Checksum 0c52f398a865: Download complete f4e18988783e: Download complete d9b0005bf058: Verifying Checksum d9b0005bf058: Download complete a34595d6f491: Verifying Checksum a34595d6f491: Download complete e5e3b5898b4b: Download complete 08e53197d17a: Download complete 9502f6b2d19e: Download complete ac511140fcec: Verifying Checksum ac511140fcec: Download complete aa3cee094119: Pull complete f2700202f619: Pull complete 33135c7375d5: Pull complete 1ea4b64ae955: Pull complete ca34ef70eda1: Pull complete d4998b6f8f35: Pull complete 4a43cfe8648c: Pull complete 453dd28eaace: Pull complete a962f0379f0a: Pull complete b68882dcbbd8: Pull complete 3f63b4eac828: Pull complete 0720e1e1068a: Pull complete 0676d4d6023a: Pull complete 0ab690805f49: Pull complete fc0af979c0fe: Pull complete 4f4fb700ef54: Pull complete 63f1d0bef8ae: Pull complete 43fd6995d88f: Pull complete c775bfb331ab: Pull complete a7a9b5ed8780: Pull complete 86ac791930d3: Pull complete 2e34d70b785c: Pull complete 56c554cb0baa: Pull complete 0109b7ea4beb: Pull complete a72aa581a14e: Pull complete 0b969b88b90b: Pull complete d1ae0e2bf910: Pull complete cfd8efe5a061: Pull complete a34595d6f491: Pull complete 7333547f58a0: Pull complete 803cdf5f2902: Verifying Checksum 803cdf5f2902: Download complete 803cdf5f2902: Pull complete d74501489c54: Pull complete 628aecb9cafb: Pull complete 0c52f398a865: Pull complete f4e18988783e: Pull complete d9b0005bf058: Pull complete ac511140fcec: Pull complete e5e3b5898b4b: Pull complete 08e53197d17a: Pull complete 9502f6b2d19e: Pull complete Digest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 2026-05-13 22:37.27 ---> using "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559" from cache /: (comment alpine-3.23-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:37.27 ---> using "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642" 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 045748b2d8..59e4d4e248 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 2026-05-13 22:37.27 ---> using "89366f2a552d858b790ae54b370a83dbdecb2c6e8bb4a1e1cc7d2c17a5d5c389" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-13 22:37.27 ---> using "971e21fcea8c90bc9f0c18e0329a9a87880f711f1075c4c3b01563dc74422365" 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-05-13 22:37.27 ---> using "039b888555dc77134ddf87c9e4f20b04290450a7666dc95ca8ac6af2291e2368" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-13 22:37.27 ---> using "b692fc50c399554e3e10517cf28bb381d415e68e5bfece187f3050538b803420" 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:37.27 ---> using "67fdbdc2712eda9b38cc2dbe0597cd54d22931c6da2f24e5bcee07338a754dc2" from cache /src: (copy (src lintcstubs-arity.opam) (dst ./)) 2026-05-13 22:37.27 ---> using "e8c6384b4b7dc1a25150652284758dbd3fe236f766d1ae5f8906367e0742139b" 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:37.27 ---> using "bf7821ac0286ba60b7509745bdec253533b8c20831c366cb3800435b6358fd9b" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-13 22:37.27 ---> using "65ffdada98b68680ef1576e311509614fd790a5ac054a7cc29d72af60fa9d96d" 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 "apk" "update" - v3.23.4-181-g5a5ffaf4e89 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main] - v3.23.4-180-g1fd0221b789 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community] - v20260127-9552-gf7a3dd9d461 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-9516-gf87e741abde [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-9510-g2a4a0d3393a [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 62231 distinct packages available <><> 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:37.35 ---> saved as "ed271da86c59ccabef1fe41deda168edea4a137848dc776094db5bf9296fe6ee" /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.10 ---> saved as "eee206358a7d566ac6e8cefd1478ab93faffddb26e4d7f921e3d64a480af3fe8" /src: (copy (src .) (dst /src)) 2026-05-13 22:38.10 ---> saved as "e96b8cbde2d1a6f0a0e6bcf3b07b4a5b45dc6c6a5cdcc4505a8aecdcd8a882be" /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.13 ---> saved as "90350414dedd8482c9a66f49a9f6474cbe0fb9c643ddf52a7f76c2e7597d8f7f" Job succeeded 2026-05-13 22:38.13: Job succeeded