2025-12-24 14:49.01: New job: test ahrefs/ocannl https://github.com/ahrefs/ocannl.git#refs/heads/master (bed442df2b526199dc29bd0e082c679b4a652177) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4) Base: freebsd-14.3-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/ocannl.git" -b "master" && cd "ocannl" && git reset --hard bed442df cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-5.4 # freebsd-14.3-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a2ea42d4ff1fc1152596f11a8cb64c1a396f89ea || git fetch origin master) && git reset -q --hard a2ea42d4ff1fc1152596f11a8cb64c1a396f89ea && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 neural_nets_lib.opam arrayjit.opam ./ RUN opam pin add -yn neural_nets_lib.dev './' && \ opam pin add -yn arrayjit.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.1.0 cohttp.6.2.1 cohttp-eio.6.2.1 conf-libcurl.2 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 csv.2.4 ctypes.0.24.0 ctypes-foreign.0.24.0 curl.0.10.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 eio.1.3 eio_main.1.3 eio_posix.1.3 fieldslib.v0.17.0 fmt.0.11.0 hmap.0.8.1 http.6.2.1 integers.0.7.0 iomux.0.4 ipaddr.5.6.1 jane-street-headers.v0.17.0 jsonrpc.1.25.0 jst-config.v0.17.0 logs.0.10.0 lwt-dllist.1.1.0 macaddr.5.6.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 multicore-magic.2.3.1 notty-community.dev num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_minidebug.dev ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.3.1 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y neural_nets_lib.dev arrayjit.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 2025-12-24 14:49.01: Using cache hint "ahrefs/ocannl-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-94b54f1170cfae151796d01012f17eef" 2025-12-24 14:49.01: Using OBuilder spec: ((from freebsd-14.3-ocaml-5.4) (comment freebsd-14.3-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a2ea42d4ff1fc1152596f11a8cb64c1a396f89ea || git fetch origin master) && git reset -q --hard a2ea42d4ff1fc1152596f11a8cb64c1a396f89ea && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src neural_nets_lib.opam arrayjit.opam) (dst ./)) (run (network host) (shell "opam pin add -yn neural_nets_lib.dev './' && \ \nopam pin add -yn arrayjit.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.1.0 cohttp.6.2.1 cohttp-eio.6.2.1 conf-libcurl.2 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 csv.2.4 ctypes.0.24.0 ctypes-foreign.0.24.0 curl.0.10.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 eio.1.3 eio_main.1.3 eio_posix.1.3 fieldslib.v0.17.0 fmt.0.11.0 hmap.0.8.1 http.6.2.1 integers.0.7.0 iomux.0.4 ipaddr.5.6.1 jane-street-headers.v0.17.0 jsonrpc.1.25.0 jst-config.v0.17.0 logs.0.10.0 lwt-dllist.1.1.0 macaddr.5.6.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 multicore-magic.2.3.1 notty-community.dev num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_minidebug.dev ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.3.1 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0") (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.4 --depext-only -y neural_nets_lib.dev arrayjit.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")) ) 2025-12-24 14:49.01: Waiting for resource in pool OCluster 2025-12-24 14:49.01: Waiting for worker… 2025-12-24 14:49.01: Got resource from pool OCluster Building on rosemary HEAD is now at 52ce4ced Untested: Parser update to allow n-ary einsum specs, by Claude Opus HEAD is now at bed442df Untested: lowering for concatenation / block tensors (from freebsd-14.3-ocaml-5.4) 2025-12-24 14:46.19 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache /: (comment freebsd-14.3-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam")) 2025-12-24 14:46.19 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-12-24 14:46.19 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 5.4.0 2.4.1 2025-12-24 14:46.20 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-24 14:46.20 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a2ea42d4ff1fc1152596f11a8cb64c1a396f89ea || git fetch origin master) && git reset -q --hard a2ea42d4ff1fc1152596f11a8cb64c1a396f89ea && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 24866eca47..235b964523 master -> origin/master a2ea42d4ff Merge pull request #29118 from voodoos/release-lsp-1.25.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2025-12-24 14:46.20 ---> using "2a45602b51c5ec966f3074c99dcd0c08836200e7b623ec7fb51397b6fe4aae6b" from cache /src: (copy (src neural_nets_lib.opam arrayjit.opam) (dst ./)) 2025-12-24 14:46.21 ---> using "96baebeff8baae826f64bf003dc2efa8c5e4c61e5be0dd27919412c06dd1d9db" from cache /src: (run (network host) (shell "opam pin add -yn neural_nets_lib.dev './' && \ \nopam pin add -yn arrayjit.dev './'")) [neural_nets_lib.dev] synchronised (file:///src) The following additional pinnings are required by neural_nets_lib.dev: - ppx_minidebug.dev at git+https://github.com/lukstafi/ppx_minidebug.git#86a19de906add05caa0aa1626add1572da2f070d - notty-community.dev at git+https://github.com/lukstafi/notty-community.git#708e36ba78ecb4ec1bf12de2b087e549d6e42893 Pin and install them? [Y/n] y [ppx_minidebug.dev] synchronised (no changes) ppx_minidebug is now pinned to git+https://github.com/lukstafi/ppx_minidebug.git#86a19de906add05caa0aa1626add1572da2f070d (version dev) [notty-community.dev] synchronised (no changes) notty-community is now pinned to git+https://github.com/lukstafi/notty-community.git#708e36ba78ecb4ec1bf12de2b087e549d6e42893 (version dev) neural_nets_lib is now pinned to file:///src (version dev) [arrayjit.dev] synchronised (file:///src) arrayjit is now pinned to file:///src (version dev) 2025-12-24 14:46.21 ---> using "c7cb1f25e04a240c506dad26ea5eaa68104ef158a1a430b632a6adac0a3790d3" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-24 14:46.21 ---> using "a5b5931599990363faa446a862056e2b5f3aabf56aafc66195112240d298eb98" from cache /src: (env DEPS "angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.1.0 cohttp.6.2.1 cohttp-eio.6.2.1 conf-libcurl.2 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 csv.2.4 ctypes.0.24.0 ctypes-foreign.0.24.0 curl.0.10.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 eio.1.3 eio_main.1.3 eio_posix.1.3 fieldslib.v0.17.0 fmt.0.11.0 hmap.0.8.1 http.6.2.1 integers.0.7.0 iomux.0.4 ipaddr.5.6.1 jane-street-headers.v0.17.0 jsonrpc.1.25.0 jst-config.v0.17.0 logs.0.10.0 lwt-dllist.1.1.0 macaddr.5.6.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 multicore-magic.2.3.1 notty-community.dev num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_minidebug.dev ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.3.1 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0") /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.4 --depext-only -y neural_nets_lib.dev arrayjit.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [neural_nets_lib.dev] synchronised (file:///src) [arrayjit.dev] synchronised (file:///src) [notty-community.dev] synchronised (no changes) [ppx_minidebug.dev] synchronised (no changes) [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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 system packages will first need to be installed: sqlite3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "sqlite3" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data.pkg: .......... done - Processing entries: - .. - .. - ... - .. - . done - FreeBSD repository update completed. 36475 packages processed. - Updating FreeBSD-kmods repository catalogue... - [rosemary] Fetching data.pkg: ... done - Processing entries: .......... done - FreeBSD-kmods repository update completed. 245 packages processed. - All repositories are up to date. - The following 2 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - libedit: 3.1.20250104,1 [FreeBSD] - sqlite3: 3.50.4_1,1 [FreeBSD] - - Number of packages to be installed: 2 - - The process will require 5 MiB more space. - 1 MiB to be downloaded. - [rosemary] [1/2] Fetching libedit-3.1.20250104,1~843ac92261.pkg: ......... done - [rosemary] [2/2] Fetching sqlite3-3.50.4_1,1~0b919f6143.pkg: .......... done - Checking integrity... done (0 conflicting) - [rosemary] [1/2] Installing libedit-3.1.20250104,1... - [rosemary] [1/2] Extracting libedit-3.1.20250104,1: .......... done - [rosemary] [2/2] Installing sqlite3-3.50.4_1,1... - [rosemary] [2/2] Extracting sqlite3-3.50.4_1,1: .......... done 2025-12-24 14:46.22 ---> using "ce41f38c909e760ba96626620f58756009fc9d43359ebf2d01477ef1e20ee23a" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [notty-community.dev] synchronised (no changes) [ppx_minidebug.dev] synchronised (no changes) [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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 116 packages ∗ angstrom 0.16.1 ∗ astring 0.8.5 ∗ backoff 0.1.1 ∗ base v0.17.3 ∗ base-bytes base ∗ base64 3.5.2 ∗ bigstringaf 0.10.0 ∗ camlp-streams 5.0.1 ∗ camlzip 1.13 ∗ cmdliner 2.1.0 ∗ cohttp 6.2.1 ∗ cohttp-eio 6.2.1 ∗ conf-libcurl 2 ∗ conf-libffi 2.0.0 ∗ conf-pkg-config 4 ∗ conf-sqlite3 1 ∗ conf-zlib 1 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ cstruct 6.2.0 ∗ csv 2.4 ∗ ctypes 0.24.0 ∗ ctypes-foreign 0.24.0 ∗ curl 0.10.0 ∗ domain-local-await 1.0.1 ∗ domain-name 0.5.0 ∗ dune 3.20.2 ∗ dune-configurator 3.20.2 ∗ dune-private-libs 3.20.2 ∗ dune-site 3.20.2 ∗ dyn 3.20.2 ∗ eio 1.3 ∗ eio_main 1.3 ∗ eio_posix 1.3 ∗ fieldslib v0.17.0 ∗ fmt 0.11.0 ∗ hmap 0.8.1 ∗ http 6.2.1 ∗ integers 0.7.0 ∗ iomux 0.4 ∗ ipaddr 5.6.1 ∗ jane-street-headers v0.17.0 ∗ jsonrpc 1.25.0 ∗ jst-config v0.17.0 ∗ logs 0.10.0 ∗ lwt-dllist 1.1.0 ∗ macaddr 5.6.1 ∗ mdx 2.5.1 ∗ menhir 20250912 ∗ menhirCST 20250912 ∗ menhirLib 20250912 ∗ menhirSdk 20250912 ∗ mtime 2.1.0 ∗ multicore-magic 2.3.1 ∗ notty-community dev (pinned) ∗ num 1.6 ∗ ocaml-compiler-libs v0.17.0 ∗ ocaml-syntax-shims 1.0.0 ∗ ocaml-version 4.0.3 ∗ ocaml_intrinsics_kernel v0.17.1 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ optint 0.3.0 ∗ ordering 3.20.2 ∗ parsexp v0.17.0 ∗ pp 2.0.0 ∗ pprint 20230830 ∗ ppx_assert v0.17.0 ∗ ppx_base v0.17.0 ∗ ppx_cold v0.17.0 ∗ ppx_compare v0.17.0 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.1.1 ∗ ppx_enumerate v0.17.0 ∗ ppx_expect v0.17.3 ∗ ppx_fields_conv v0.17.0 ∗ ppx_globalize v0.17.2 ∗ ppx_hash v0.17.0 ∗ ppx_here v0.17.0 ∗ ppx_inline_test v0.17.1 ∗ ppx_minidebug dev (pinned) ∗ ppx_optcomp v0.17.1 ∗ ppx_sexp_conv v0.17.1 ∗ ppx_string v0.17.0 ∗ ppx_variants_conv v0.17.1 ∗ ppxlib 0.37.0 ∗ ppxlib_jane v0.17.4 ∗ printbox 0.12 ∗ printbox-ext-plot 0.12 ∗ printbox-html 0.12 ∗ printbox-md 0.12 ∗ printbox-text 0.12 ∗ psq 0.2.1 ∗ ptime 1.2.0 ∗ re 1.14.0 ∗ result 1.5 ∗ saturn_lockfree 0.5.0 ∗ seq base ∗ sexplib v0.17.0 ∗ sexplib0 v0.17.0 ∗ sqlite3 5.3.1 ∗ stdio v0.17.0 ∗ stdlib-shims 0.3.0 ∗ stdune 3.20.2 ∗ stringext 1.6.0 ∗ thread-local-storage 0.2 ∗ thread-table 1.0.0 ∗ time_now v0.17.0 ∗ topkg 1.1.1 ∗ tyxml 4.6.0 ∗ uri 4.4.0 ∗ uri-sexp 4.4.0 ∗ uucp 17.0.0 ∗ uutf 1.0.4 ∗ variantslib v0.17.0 ∗ yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved backoff.0.1.1 (cached) ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved angstrom.0.16.1 (cached) ⬇ retrieved base64.3.5.2 (cached) ⬇ retrieved bigstringaf.0.10.0 (cached) ⬇ retrieved camlp-streams.5.0.1 (cached) ⬇ retrieved camlzip.1.13 (cached) ⬇ retrieved base.v0.17.3 (cached) ⬇ retrieved cohttp.6.2.1, cohttp-eio.6.2.1, http.6.2.1 (cached) ∗ installed conf-pkg-config.4 ∗ installed conf-libcurl.2 ∗ installed conf-zlib.1 ∗ installed conf-sqlite3.1 ∗ installed conf-libffi.2.0.0 ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved cmdliner.2.1.0 (cached) ⬇ retrieved csv.2.4 (cached) ⬇ retrieved cstruct.6.2.0 (cached) ⬇ retrieved curl.0.10.0 (cached) ⬇ retrieved domain-local-await.1.0.1 (cached) ⬇ retrieved domain-name.0.5.0 (cached) ⬇ retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) ⬇ retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached) ⬇ retrieved fieldslib.v0.17.0 (cached) ⬇ retrieved hmap.0.8.1 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved integers.0.7.0 (cached) ⬇ retrieved iomux.0.4 (cached) ⬇ retrieved jane-street-headers.v0.17.0 (cached) ⬇ retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached) ⬇ retrieved jst-config.v0.17.0 (cached) ⬇ retrieved logs.0.10.0 (cached) ⬇ retrieved lwt-dllist.1.1.0 (cached) ⬇ retrieved mdx.2.5.1 (cached) ⬇ retrieved jsonrpc.1.25.0 (cached) ⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) ⬇ retrieved num.1.6 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached) ⬇ retrieved multicore-magic.2.3.1 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) ⬇ retrieved ocaml-version.4.0.3 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved optint.0.3.0 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved pp.2.0.0 (cached) ⬇ retrieved parsexp.v0.17.0 (cached) ⬇ retrieved pprint.20230830 (cached) ⬇ retrieved ppx_assert.v0.17.0 (cached) ⬇ retrieved ppx_base.v0.17.0 (cached) ⬇ retrieved ppx_cold.v0.17.0 (cached) ⬇ retrieved ppx_compare.v0.17.0 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ∗ installed cmdliner.2.1.0 ⬇ retrieved notty-community.dev (no changes) ⬇ retrieved ppx_enumerate.v0.17.0 (cached) ⬇ retrieved ppx_deriving.6.1.1 (cached) ⬇ retrieved ppx_fields_conv.v0.17.0 (cached) ⬇ retrieved ppx_globalize.v0.17.2 (cached) ⬇ retrieved ppx_expect.v0.17.3 (cached) ⬇ retrieved ppx_here.v0.17.0 (cached) ⬇ retrieved ppx_hash.v0.17.0 (cached) ⬇ retrieved ppx_inline_test.v0.17.1 (cached) ⬇ retrieved ppx_optcomp.v0.17.1 (cached) ⬇ retrieved ppx_sexp_conv.v0.17.1 (cached) ⬇ retrieved ppx_string.v0.17.0 (cached) ⬇ retrieved ppx_variants_conv.v0.17.1 (cached) ⬇ retrieved ppxlib_jane.v0.17.4 (cached) ⬇ retrieved ppxlib.0.37.0 (cached) ⬇ retrieved ppx_minidebug.dev (no changes) ⬇ retrieved psq.0.2.1 (cached) ⬇ retrieved printbox.0.12, printbox-ext-plot.0.12, printbox-html.0.12, printbox-md.0.12, printbox-text.0.12 (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved result.1.5 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved ptime.1.2.0 (cached) ⬇ retrieved sexplib.v0.17.0 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved sqlite3.5.3.1 (cached) ⬇ retrieved stdio.v0.17.0 (cached) ⬇ retrieved saturn_lockfree.0.5.0 (cached) ⬇ retrieved stringext.1.6.0 (cached) ⬇ retrieved thread-local-storage.0.2 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved thread-table.1.0.0 (cached) ⬇ retrieved time_now.v0.17.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved tyxml.4.6.0 (cached) ⬇ retrieved uri.4.4.0, uri-sexp.4.4.0 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved variantslib.v0.17.0 (cached) ⬇ retrieved yojson.3.0.0 (cached) ⬇ retrieved uucp.17.0.0 (cached) ∗ installed num.1.6 ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed camlzip.1.13 ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.1 ∗ installed hmap.0.8.1 ∗ installed mtime.2.1.0 ∗ installed uutf.1.0.4 ∗ installed ptime.1.2.0 ∗ installed fmt.0.11.0 ∗ installed astring.0.8.5 ∗ installed logs.0.10.0 ∗ installed dune.3.20.2 ∗ installed optint.0.3.0 ∗ installed ppx_derivers.1.2.1 ∗ installed ocaml_intrinsics_kernel.v0.17.1 ∗ installed stringext.1.6.0 ∗ installed thread-table.1.0.0 ∗ installed result.1.5 ∗ installed stdlib-shims.0.3.0 ∗ installed psq.0.2.1 ∗ installed printbox.0.12 ∗ installed pprint.20230830 ∗ installed thread-local-storage.0.2 ∗ installed pp.2.0.0 ∗ installed ocaml-version.4.0.3 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed multicore-magic.2.3.1 ∗ installed menhirSdk.20250912 ∗ installed domain-local-await.1.0.1 ∗ installed sexplib0.v0.17.0 ∗ installed integers.0.7.0 ∗ installed menhirLib.20250912 ∗ installed menhirCST.20250912 ∗ installed ordering.3.20.2 ∗ installed yojson.3.0.0 ∗ installed re.1.14.0 ∗ installed macaddr.5.6.1 ∗ installed lwt-dllist.1.1.0 ∗ installed parsexp.v0.17.0 ∗ installed jane-street-headers.v0.17.0 ∗ installed jsonrpc.1.25.0 ∗ installed http.6.2.1 ∗ installed domain-name.0.5.0 ∗ installed csv.2.4 ∗ installed cstruct.6.2.0 ∗ installed csexp.1.5.2 ∗ installed ipaddr.5.6.1 ∗ installed sexplib.v0.17.0 ∗ installed dyn.3.20.2 ∗ installed cppo.1.8.0 ∗ installed camlp-streams.5.0.1 ∗ installed base64.3.5.2 ∗ installed backoff.0.1.1 ∗ installed dune-configurator.3.20.2 ∗ installed tyxml.4.6.0 ∗ installed bigstringaf.0.10.0 ∗ installed saturn_lockfree.0.5.0 ∗ installed iomux.0.4 ∗ installed notty-community.dev ∗ installed printbox-html.0.12 ∗ installed angstrom.0.16.1 ∗ installed sqlite3.5.3.1 ∗ installed mdx.2.5.1 ∗ installed curl.0.10.0 ∗ installed eio.1.3 ∗ installed uri.4.4.0 ∗ installed stdune.3.20.2 ∗ installed eio_posix.1.3 ∗ installed eio_main.1.3 ∗ installed ctypes.0.24.0 ∗ installed base.v0.17.3 ∗ installed dune-private-libs.3.20.2 ∗ installed variantslib.v0.17.0 ∗ installed stdio.v0.17.0 ∗ installed fieldslib.v0.17.0 ∗ installed ctypes-foreign.0.24.0 ∗ installed dune-site.3.20.2 ∗ installed menhir.20250912 ∗ installed uucp.17.0.0 ∗ installed printbox-text.0.12 ∗ installed printbox-md.0.12 ∗ installed ppxlib.0.37.0 ∗ installed printbox-ext-plot.0.12 ∗ installed ppx_cold.v0.17.0 ∗ installed ppx_here.v0.17.0 ∗ installed ppx_variants_conv.v0.17.1 ∗ installed ppx_optcomp.v0.17.1 ∗ installed ppxlib_jane.v0.17.4 ∗ installed ppx_fields_conv.v0.17.0 ∗ installed ppx_deriving.6.1.1 ∗ installed ppx_enumerate.v0.17.0 ∗ installed ppx_globalize.v0.17.2 ∗ installed ppx_compare.v0.17.0 ∗ installed ppx_sexp_conv.v0.17.1 ∗ installed uri-sexp.4.4.0 ∗ installed ppx_assert.v0.17.0 ∗ installed ppx_hash.v0.17.0 ∗ installed ppx_base.v0.17.0 ∗ installed cohttp.6.2.1 ∗ installed cohttp-eio.6.2.1 ∗ installed jst-config.v0.17.0 ∗ installed ppx_string.v0.17.0 ∗ installed time_now.v0.17.0 ∗ installed ppx_inline_test.v0.17.1 ∗ installed ppx_minidebug.dev ∗ installed ppx_expect.v0.17.3 Done. 2025-12-24 14:46.22 ---> using "810375d25d4aeb7021faa50bd5d8019a03c0837db6122920cfd9a8a61323c97a" from cache /src: (copy (src .) (dst /src)) 2025-12-24 14:46.23 ---> saved as "ac29f0b2247f6f6a49723335e20d4361adc104faa8ee8cac9a26847e0798d484" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/.sandbox/ae658f4043acaa6d4682cf167c4ed872/default && /home/opam/.opam/5.4.0/bin/menhir --table tensor/parser.mly --base tensor/parser --infer-write-query tensor/parser__mock.ml.mock) File "tensor/parser.mly", line 79, characters 7-16: Warning: the token AMPERSAND is unused. (cd _build/.sandbox/1dd4f8f28214f4d4fa379678e3ef02ab/default && /home/opam/.opam/5.4.0/bin/menhir --table --explain tensor/parser.mly --base tensor/parser --infer-read-reply tensor/parser__mock.mli.inferred) Warning: 10 states have shift/reduce conflicts. Warning: 2 states have reduce/reduce conflicts. Warning: 17 shift/reduce conflicts were arbitrarily resolved. Warning: 10 reduce/reduce conflicts were arbitrarily resolved. File "tensor/parser.mly", line 220, characters 4-70: Warning: production row_spec -> axes_spec option(COMMA) ellipsis_spec option(COMMA) is never reduced. File "tensor/parser.mly", line 226, characters 4-38: Warning: production row_spec -> ellipsis_spec option(COMMA) is never reduced. Warning: in total, 2 productions are never reduced. (cd _build/default/test/operations/config && ./ocannl_read_config.exe --read=backend_extension) Retrieving commandline, environment, or config file variable ocannl_log_level Found 0, in the config file Wrote value of 'backend_extension' to ocannl_backend_extension.txt (cd _build/default/test/operations/config && ./ocannl_read_config.exe --read=backend) Retrieving commandline, environment, or config file variable ocannl_log_level Found 0, in the config file Wrote value of 'backend' to ocannl_backend.txt (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I tensor/.ocannl_tensor.objs/byte -I tensor/.ocannl_tensor.objs/native -I /home/opam/.opam/5.4.0/lib/backoff -I /home/opam/.opam/5.4.0/lib/base -I /home/opam/.opam/5.4.0/lib/base/base_internalhash_types -I /home/opam/.opam/5.4.0/lib/base/shadow_stdlib -I /home/opam/.opam/5.4.0/lib/ctypes -I /home/opam/.opam/5.4.0/lib/ctypes-foreign -I /home/opam/.opam/5.4.0/lib/fieldslib -I /home/opam/.opam/5.4.0/lib/integers -I /home/opam/.opam/5.4.0/lib/menhirLib -I /home/opam/.opam/5.4.0/lib/mtime -I /home/opam/.opam/5.4.0/lib/mtime/clock -I /home/opam/.opam/5.4.0/lib/multicore-magic -I /home/opam/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_boxed5 -I /home/opam/.opam/5.4.0/lib/num -I /home/opam/.opam/5.4.0/lib/ocaml/str -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4.0/lib/parsexp -I /home/opam/.opam/5.4.0/lib/pprint -I /home/opam/.opam/5.4.0/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_here/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/db -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/runtime -I /home/opam/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_string/runtime -I /home/opam/.opam/5.4.0/lib/printbox -I /home/opam/.opam/5.4.0/lib/printbox-ext-plot -I /home/opam/.opam/5.4.0/lib/printbox-html -I /home/opam/.opam/5.4.0/lib/printbox-md -I /home/opam/.opam/5.4.0/lib/printbox-text -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/lib/ptime/clock -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/saturn_lockfree -I /home/opam/.opam/5.4.0/lib/seq -I /home/opam/.opam/5.4.0/lib/sexplib -I /home/opam/.opam/5.4.0/lib/sexplib0 -I /home/opam/.opam/5.4.0/lib/sqlite3 -I /home/opam/.opam/5.4.0/lib/stdio -I /home/opam/.opam/5.4.0/lib/stdlib-shims -I /home/opam/.opam/5.4.0/lib/thread-local-storage -I /home/opam/.opam/5.4.0/lib/tyxml -I /home/opam/.opam/5.4.0/lib/tyxml/functor -I /home/opam/.opam/5.4.0/lib/uucp -I /home/opam/.opam/5.4.0/lib/uutf -I /home/opam/.opam/5.4.0/lib/variantslib -I arrayjit/lib/.context.objs/byte -I arrayjit/lib/.context.objs/native -I arrayjit/lib/.ir.objs/byte -I arrayjit/lib/.ir.objs/native -I arrayjit/lib/.utils.objs/byte -I arrayjit/lib/.utils.objs/native -I tensor/.einsum_parser.objs/byte -I tensor/.einsum_parser.objs/native -cmi-file tensor/.ocannl_tensor.objs/byte/ocannl_tensor__Shape.cmi -no-alias-deps -opaque -open Ocannl_tensor -o tensor/.ocannl_tensor.objs/native/ocannl_tensor__Shape.cmx -c -impl tensor/shape.pp.ml) File "tensor/shape.ml", lines 210-267, characters 15-80: 210 | ...............function 211 | | Label name -> 212 | Row.Var (Hashtbl.find_or_add dim_var_env name ~default:(fun () -> Row.get_var ~name ())) 213 | | Fixed_index i -> 214 | let var = Row.get_var () in ... 264 | in 265 | { Row.dilation = dilation_int; kernel; use_padding = use_padding_bool }) 266 | in 267 | Row.Affine { stride = stride_int; over = over_dim; conv; stride_offset } Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat_spec _ File "tensor/shape.ml", line 307, characters 63-98: 307 | | Terminal { is_param; logic = Fetch Range_over_offsets } -> defaults @@ mark_terminal ~is_param ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This expression has type 'a dim_map * dim_var_set * constraint_ list/2 but an expression was expected of type proj_axis_env * constraint_ list File "_none_", line 1: Definition of type list/2 (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I tensor/.ocannl_tensor.objs/byte -I /home/opam/.opam/5.4.0/lib/backoff -I /home/opam/.opam/5.4.0/lib/base -I /home/opam/.opam/5.4.0/lib/base/base_internalhash_types -I /home/opam/.opam/5.4.0/lib/base/shadow_stdlib -I /home/opam/.opam/5.4.0/lib/ctypes -I /home/opam/.opam/5.4.0/lib/ctypes-foreign -I /home/opam/.opam/5.4.0/lib/fieldslib -I /home/opam/.opam/5.4.0/lib/integers -I /home/opam/.opam/5.4.0/lib/menhirLib -I /home/opam/.opam/5.4.0/lib/mtime -I /home/opam/.opam/5.4.0/lib/mtime/clock -I /home/opam/.opam/5.4.0/lib/multicore-magic -I /home/opam/.opam/5.4.0/lib/num -I /home/opam/.opam/5.4.0/lib/ocaml/str -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4.0/lib/parsexp -I /home/opam/.opam/5.4.0/lib/pprint -I /home/opam/.opam/5.4.0/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_here/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/db -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/runtime -I /home/opam/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_string/runtime -I /home/opam/.opam/5.4.0/lib/printbox -I /home/opam/.opam/5.4.0/lib/printbox-ext-plot -I /home/opam/.opam/5.4.0/lib/printbox-html -I /home/opam/.opam/5.4.0/lib/printbox-md -I /home/opam/.opam/5.4.0/lib/printbox-text -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/lib/ptime/clock -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/saturn_lockfree -I /home/opam/.opam/5.4.0/lib/seq -I /home/opam/.opam/5.4.0/lib/sexplib -I /home/opam/.opam/5.4.0/lib/sexplib0 -I /home/opam/.opam/5.4.0/lib/sqlite3 -I /home/opam/.opam/5.4.0/lib/stdio -I /home/opam/.opam/5.4.0/lib/stdlib-shims -I /home/opam/.opam/5.4.0/lib/thread-local-storage -I /home/opam/.opam/5.4.0/lib/tyxml -I /home/opam/.opam/5.4.0/lib/tyxml/functor -I /home/opam/.opam/5.4.0/lib/uucp -I /home/opam/.opam/5.4.0/lib/uutf -I /home/opam/.opam/5.4.0/lib/variantslib -I arrayjit/lib/.context.objs/byte -I arrayjit/lib/.ir.objs/byte -I arrayjit/lib/.utils.objs/byte -I tensor/.einsum_parser.objs/byte -cmi-file tensor/.ocannl_tensor.objs/byte/ocannl_tensor__Shape.cmi -no-alias-deps -opaque -open Ocannl_tensor -o tensor/.ocannl_tensor.objs/byte/ocannl_tensor__Shape.cmo -c -impl tensor/shape.pp.ml) File "tensor/shape.ml", lines 210-267, characters 15-80: 210 | ...............function 211 | | Label name -> 212 | Row.Var (Hashtbl.find_or_add dim_var_env name ~default:(fun () -> Row.get_var ~name ())) 213 | | Fixed_index i -> 214 | let var = Row.get_var () in ... 264 | in 265 | { Row.dilation = dilation_int; kernel; use_padding = use_padding_bool }) 266 | in 267 | Row.Affine { stride = stride_int; over = over_dim; conv; stride_offset } Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat_spec _ File "tensor/shape.ml", line 307, characters 63-98: 307 | | Terminal { is_param; logic = Fetch Range_over_offsets } -> defaults @@ mark_terminal ~is_param ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This expression has type 'a dim_map * dim_var_set * constraint_ list/2 but an expression was expected of type proj_axis_env * constraint_ list File "_none_", line 1: Definition of type list/2 (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I tensor/.ocannl_tensor.objs/byte -I tensor/.ocannl_tensor.objs/native -I /home/opam/.opam/5.4.0/lib/backoff -I /home/opam/.opam/5.4.0/lib/base -I /home/opam/.opam/5.4.0/lib/base/base_internalhash_types -I /home/opam/.opam/5.4.0/lib/base/shadow_stdlib -I /home/opam/.opam/5.4.0/lib/ctypes -I /home/opam/.opam/5.4.0/lib/ctypes-foreign -I /home/opam/.opam/5.4.0/lib/fieldslib -I /home/opam/.opam/5.4.0/lib/integers -I /home/opam/.opam/5.4.0/lib/menhirLib -I /home/opam/.opam/5.4.0/lib/mtime -I /home/opam/.opam/5.4.0/lib/mtime/clock -I /home/opam/.opam/5.4.0/lib/multicore-magic -I /home/opam/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_boxed5 -I /home/opam/.opam/5.4.0/lib/num -I /home/opam/.opam/5.4.0/lib/ocaml/str -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4.0/lib/parsexp -I /home/opam/.opam/5.4.0/lib/pprint -I /home/opam/.opam/5.4.0/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_here/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/db -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/runtime -I /home/opam/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_string/runtime -I /home/opam/.opam/5.4.0/lib/printbox -I /home/opam/.opam/5.4.0/lib/printbox-ext-plot -I /home/opam/.opam/5.4.0/lib/printbox-html -I /home/opam/.opam/5.4.0/lib/printbox-md -I /home/opam/.opam/5.4.0/lib/printbox-text -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/lib/ptime/clock -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/saturn_lockfree -I /home/opam/.opam/5.4.0/lib/seq -I /home/opam/.opam/5.4.0/lib/sexplib -I /home/opam/.opam/5.4.0/lib/sexplib0 -I /home/opam/.opam/5.4.0/lib/sqlite3 -I /home/opam/.opam/5.4.0/lib/stdio -I /home/opam/.opam/5.4.0/lib/stdlib-shims -I /home/opam/.opam/5.4.0/lib/thread-local-storage -I /home/opam/.opam/5.4.0/lib/tyxml -I /home/opam/.opam/5.4.0/lib/tyxml/functor -I /home/opam/.opam/5.4.0/lib/uucp -I /home/opam/.opam/5.4.0/lib/uutf -I /home/opam/.opam/5.4.0/lib/variantslib -I arrayjit/lib/.context.objs/byte -I arrayjit/lib/.context.objs/native -I arrayjit/lib/.ir.objs/byte -I arrayjit/lib/.ir.objs/native -I arrayjit/lib/.utils.objs/byte -I arrayjit/lib/.utils.objs/native -I tensor/.einsum_parser.objs/byte -I tensor/.einsum_parser.objs/native -cmi-file tensor/.ocannl_tensor.objs/byte/ocannl_tensor__Row.cmi -no-alias-deps -opaque -open Ocannl_tensor -o tensor/.ocannl_tensor.objs/native/ocannl_tensor__Row.cmx -c -impl tensor/row.pp.ml) File "tensor/row.ml", lines 124-151, characters 30-56: 124 | ..............................function 125 | | Dim { label = None; _ } when equal_print_style style Only_labels -> "_" 126 | | Dim { label = Some l; _ } when equal_print_style style Only_labels -> l 127 | | Dim { d; label = None; proj_id = None } when equal_print_style style Axis_size -> 128 | Int.to_string d ... 148 | let kernel_str = 149 | if dilation = 1 then kernel_str else Int.to_string dilation ^ "*" ^ kernel_str 150 | in 151 | [%string "conv(%{offset_str}+%{kernel_str})"]) Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 372-375, characters 21-92: 372 | .....................function 373 | | Dim { d; _ } -> d 374 | | Var _ -> invalid_arg "dim_to_int: dim still unknown" 375 | | Affine _ -> invalid_arg "dim_to_int: affine dimension cannot be converted to single int" Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 378-418, characters 2-24: 378 | ..match in_ with 379 | | Var v2 when equal_dim_var v v2 -> value 380 | | Affine { stride; over; conv; stride_offset } -> ( 381 | let over = s_dim_one ~keep_affine v ~value ~in_:over in 382 | let conv = ... 415 | | Affine { stride; over = Dim s; conv = None; stride_offset = _ } -> 416 | Dim { d = s.d * stride; label = s.label; proj_id = None } 417 | | res -> res) 418 | | Dim _ | Var _ -> in_ Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 818-849, characters 4-42: 818 | ....match (dim, constr) with 819 | | Dim { d; _ }, At_least_dim d_min -> 820 | if d < d_min then 821 | raise 822 | @@ Shape_error ... 846 | (* If source is [Cur], then [constr] (target) is [Subr]. *) 847 | | Cur, (Unconstrained_dim | At_least_dim 1) -> ([], constr) 848 | | _ -> Option.value ~default:([], constr) @@ dim_conjunction constr bounds.constr)) 849 | | _, Unconstrained_dim -> ([], constr) Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: (Concat _, At_least_dim _) File "tensor/row.ml", lines 932-935, characters 49-54: 932 | .................................................function 933 | | Dim { d; _ } -> Either.First d 934 | | Var v -> Either.Second v 935 | | Affine _ -> failwith "NOT IMPLEMENTED YET". Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1118-1136, characters 6-40: 1118 | ......match subst_in_dim (Var var) with 1119 | | Dim { d; _ } as value when is_stage2_up stage -> 1120 | (* Stage 2+: Replace (coeff * v / denom) with (coeff * d / denom) *) 1121 | let new_num = Utils.safe_force coeff * d in 1122 | if new_num % denom = 0 then ... 1133 | | Var v' -> Total_elems { numerator = Strided_var { coeff; var = v'; denom }; divided_by } 1134 | | Affine _ -> 1135 | (* FIXME: NOT IMPLEMENTED YET *) 1136 | failwith "NOT IMPLEMENTED YET". Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1170-1175, characters 22-55: 1170 | ......................function 1171 | | Dim _ -> Set.empty (module Dim_var) 1172 | | Var v -> Set.singleton (module Dim_var) v 1173 | | Affine { over; conv = None; _ } -> vars_of_dim over 1174 | | Affine { over; conv = Some { kernel; _ }; _ } -> 1175 | Set.union (vars_of_dim over) (vars_of_dim kernel) Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1559-1564, characters 2-68: 1559 | ..match d with 1560 | | Var v' -> equal_dim_var v v' 1561 | | Dim _ -> false 1562 | | Affine { over; conv = None; _ } -> dim_var_occurs_in_dim v over 1563 | | Affine { over; conv = Some { kernel; _ }; _ } -> 1564 | dim_var_occurs_in_dim v over || dim_var_occurs_in_dim v kernel Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1814-1818, characters 12-13: 1814 | ............{ 1815 | dim_env = add_dim dim_env ~key:v ~data:(Solved_dim dim2); 1816 | row_env = 1817 | Utils.Tree_map.mapi env.row_env ~f:(s_dim_one_in_row_entry stage v ~value:dim2); 1818 | } Error: Some record fields are undefined: invalid_vars (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I tensor/.ocannl_tensor.objs/byte -I /home/opam/.opam/5.4.0/lib/backoff -I /home/opam/.opam/5.4.0/lib/base -I /home/opam/.opam/5.4.0/lib/base/base_internalhash_types -I /home/opam/.opam/5.4.0/lib/base/shadow_stdlib -I /home/opam/.opam/5.4.0/lib/ctypes -I /home/opam/.opam/5.4.0/lib/ctypes-foreign -I /home/opam/.opam/5.4.0/lib/fieldslib -I /home/opam/.opam/5.4.0/lib/integers -I /home/opam/.opam/5.4.0/lib/menhirLib -I /home/opam/.opam/5.4.0/lib/mtime -I /home/opam/.opam/5.4.0/lib/mtime/clock -I /home/opam/.opam/5.4.0/lib/multicore-magic -I /home/opam/.opam/5.4.0/lib/num -I /home/opam/.opam/5.4.0/lib/ocaml/str -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4.0/lib/parsexp -I /home/opam/.opam/5.4.0/lib/pprint -I /home/opam/.opam/5.4.0/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_here/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/db -I /home/opam/.opam/5.4.0/lib/ppx_minidebug/runtime -I /home/opam/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.4.0/lib/ppx_string/runtime -I /home/opam/.opam/5.4.0/lib/printbox -I /home/opam/.opam/5.4.0/lib/printbox-ext-plot -I /home/opam/.opam/5.4.0/lib/printbox-html -I /home/opam/.opam/5.4.0/lib/printbox-md -I /home/opam/.opam/5.4.0/lib/printbox-text -I /home/opam/.opam/5.4.0/lib/ptime -I /home/opam/.opam/5.4.0/lib/ptime/clock -I /home/opam/.opam/5.4.0/lib/re -I /home/opam/.opam/5.4.0/lib/saturn_lockfree -I /home/opam/.opam/5.4.0/lib/seq -I /home/opam/.opam/5.4.0/lib/sexplib -I /home/opam/.opam/5.4.0/lib/sexplib0 -I /home/opam/.opam/5.4.0/lib/sqlite3 -I /home/opam/.opam/5.4.0/lib/stdio -I /home/opam/.opam/5.4.0/lib/stdlib-shims -I /home/opam/.opam/5.4.0/lib/thread-local-storage -I /home/opam/.opam/5.4.0/lib/tyxml -I /home/opam/.opam/5.4.0/lib/tyxml/functor -I /home/opam/.opam/5.4.0/lib/uucp -I /home/opam/.opam/5.4.0/lib/uutf -I /home/opam/.opam/5.4.0/lib/variantslib -I arrayjit/lib/.context.objs/byte -I arrayjit/lib/.ir.objs/byte -I arrayjit/lib/.utils.objs/byte -I tensor/.einsum_parser.objs/byte -cmi-file tensor/.ocannl_tensor.objs/byte/ocannl_tensor__Row.cmi -no-alias-deps -opaque -open Ocannl_tensor -o tensor/.ocannl_tensor.objs/byte/ocannl_tensor__Row.cmo -c -impl tensor/row.pp.ml) File "tensor/row.ml", lines 124-151, characters 30-56: 124 | ..............................function 125 | | Dim { label = None; _ } when equal_print_style style Only_labels -> "_" 126 | | Dim { label = Some l; _ } when equal_print_style style Only_labels -> l 127 | | Dim { d; label = None; proj_id = None } when equal_print_style style Axis_size -> 128 | Int.to_string d ... 148 | let kernel_str = 149 | if dilation = 1 then kernel_str else Int.to_string dilation ^ "*" ^ kernel_str 150 | in 151 | [%string "conv(%{offset_str}+%{kernel_str})"]) Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 372-375, characters 21-92: 372 | .....................function 373 | | Dim { d; _ } -> d 374 | | Var _ -> invalid_arg "dim_to_int: dim still unknown" 375 | | Affine _ -> invalid_arg "dim_to_int: affine dimension cannot be converted to single int" Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 378-418, characters 2-24: 378 | ..match in_ with 379 | | Var v2 when equal_dim_var v v2 -> value 380 | | Affine { stride; over; conv; stride_offset } -> ( 381 | let over = s_dim_one ~keep_affine v ~value ~in_:over in 382 | let conv = ... 415 | | Affine { stride; over = Dim s; conv = None; stride_offset = _ } -> 416 | Dim { d = s.d * stride; label = s.label; proj_id = None } 417 | | res -> res) 418 | | Dim _ | Var _ -> in_ Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 818-849, characters 4-42: 818 | ....match (dim, constr) with 819 | | Dim { d; _ }, At_least_dim d_min -> 820 | if d < d_min then 821 | raise 822 | @@ Shape_error ... 846 | (* If source is [Cur], then [constr] (target) is [Subr]. *) 847 | | Cur, (Unconstrained_dim | At_least_dim 1) -> ([], constr) 848 | | _ -> Option.value ~default:([], constr) @@ dim_conjunction constr bounds.constr)) 849 | | _, Unconstrained_dim -> ([], constr) Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: (Concat _, At_least_dim _) File "tensor/row.ml", lines 932-935, characters 49-54: 932 | .................................................function 933 | | Dim { d; _ } -> Either.First d 934 | | Var v -> Either.Second v 935 | | Affine _ -> failwith "NOT IMPLEMENTED YET". Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1118-1136, characters 6-40: 1118 | ......match subst_in_dim (Var var) with 1119 | | Dim { d; _ } as value when is_stage2_up stage -> 1120 | (* Stage 2+: Replace (coeff * v / denom) with (coeff * d / denom) *) 1121 | let new_num = Utils.safe_force coeff * d in 1122 | if new_num % denom = 0 then ... 1133 | | Var v' -> Total_elems { numerator = Strided_var { coeff; var = v'; denom }; divided_by } 1134 | | Affine _ -> 1135 | (* FIXME: NOT IMPLEMENTED YET *) 1136 | failwith "NOT IMPLEMENTED YET". Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1170-1175, characters 22-55: 1170 | ......................function 1171 | | Dim _ -> Set.empty (module Dim_var) 1172 | | Var v -> Set.singleton (module Dim_var) v 1173 | | Affine { over; conv = None; _ } -> vars_of_dim over 1174 | | Affine { over; conv = Some { kernel; _ }; _ } -> 1175 | Set.union (vars_of_dim over) (vars_of_dim kernel) Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1559-1564, characters 2-68: 1559 | ..match d with 1560 | | Var v' -> equal_dim_var v v' 1561 | | Dim _ -> false 1562 | | Affine { over; conv = None; _ } -> dim_var_occurs_in_dim v over 1563 | | Affine { over; conv = Some { kernel; _ }; _ } -> 1564 | dim_var_occurs_in_dim v over || dim_var_occurs_in_dim v kernel Error (warning 8 [partial-match]): this pattern-matching is not exhaustive. Here is an example of a case that is not matched: Concat _ File "tensor/row.ml", lines 1814-1818, characters 12-13: 1814 | ............{ 1815 | dim_env = add_dim dim_env ~key:v ~data:(Solved_dim dim2); 1816 | row_env = 1817 | Utils.Tree_map.mapi env.row_env ~f:(s_dim_one_in_row_entry stage v ~value:dim2); 1818 | } Error: Some record fields are undefined: invalid_vars jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.1.0 cohttp.6.2.1 cohttp-eio.6.2.1 conf-libcurl.2 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 csv.2.4 ctypes.0.24.0 ctypes-foreign.0.24.0 curl.0.10.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 eio.1.3 eio_main.1.3 eio_posix.1.3 fieldslib.v0.17.0 fmt.0.11.0 hmap.0.8.1 http.6.2.1 integers.0.7.0 iomux.0.4 ipaddr.5.6.1 jane-street-headers.v0.17.0 jsonrpc.1.25.0 jst-config.v0.17.0 logs.0.10.0 lwt-dllist.1.1.0 macaddr.5.6.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 multicore-magic.2.3.1 notty-community.dev num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_minidebug.dev ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.3.1 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed "jail" "-c" "name=obuilder_55801_59282" "mount.devfs" "path=/obuilder/result/b0c75deed2d9f2d7bac183a7b99b6527b1acfbb7a46af3c4347adea16d2a7a10/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 camlzip.1.13 cmdliner.2.1.0 cohttp.6.2.1 cohttp-eio.6.2.1 conf-libcurl.2 conf-libffi.2.0.0 conf-pkg-config.4 conf-sqlite3.1 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 csv.2.4 ctypes.0.24.0 ctypes-foreign.0.24.0 curl.0.10.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 eio.1.3 eio_main.1.3 eio_posix.1.3 fieldslib.v0.17.0 fmt.0.11.0 hmap.0.8.1 http.6.2.1 integers.0.7.0 iomux.0.4 ipaddr.5.6.1 jane-street-headers.v0.17.0 jsonrpc.1.25.0 jst-config.v0.17.0 logs.0.10.0 lwt-dllist.1.1.0 macaddr.5.6.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 multicore-magic.2.3.1 notty-community.dev num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ordering.3.20.2 parsexp.v0.17.0 pp.2.0.0 pprint.20230830 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_minidebug.dev ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.3.1 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 time_now.v0.17.0 topkg.1.1.1 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uucp.17.0.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1 2025-12-24 14:49.15: Job failed: Failed: Build failed