2025-06-21 21:50.03: New job: test ahrefs/ocannl https://github.com/ahrefs/ocannl.git#refs/heads/master (54e0262e486c7b37a9713655e44194ea53efadb3) (linux-x86_64:ubuntu-24.10-5.3_opam-2.3)Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/ocannl.git" -b "master" && cd "ocannl" && git reset --hard 54e0262ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f# ubuntu-24.10-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e f58d6b68f9dcb4c941646ec578e6520d7573b348 || git fetch origin master) && git reset -q --hard f58d6b68f9dcb4c941646ec578e6520d7573b348 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fieldslib.v0.17.0 fmt.0.10.0 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.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.0 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.2.3.0 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.3 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.12.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 thread-local-storage.0.2 time_now.v0.17.0 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uutf.1.0.4 variantslib.v0.17.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y neural_nets_lib.dev arrayjit.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-06-21 21:50.03: Using cache hint "ahrefs/ocannl-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f-ubuntu-24.10-5.3_opam-2.3-eca36b3f6dfa8252c50eba2a48e022bb"2025-06-21 21:50.03: Using OBuilder spec:((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f)(comment ubuntu-24.10-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/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 f58d6b68f9dcb4c941646ec578e6520d7573b348 || git fetch origin master) && git reset -q --hard f58d6b68f9dcb4c941646ec578e6520d7573b348 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fieldslib.v0.17.0 fmt.0.10.0 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.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.0 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.2.3.0 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.3 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.12.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 thread-local-storage.0.2 time_now.v0.17.0 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uutf.1.0.4 variantslib.v0.17.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.3 --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-06-21 21:50.03: Waiting for resource in pool OCluster2025-06-21 21:50.03: Waiting for worker…2025-06-21 21:50.03: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 54e0262e Fixed conv spec parsing in einsum and cleaned up einsum parsing overall(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f)Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f' locallydocker.io/ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f: Pulling from ocaml/opamad109e5dce93: Pulling fs layerdc634e19af86: Pulling fs layer57e39ec0c348: Pulling fs layer3a9b654e5a6a: Pulling fs layer16b687d4f9b5: Pulling fs layerf9e3dec678aa: Pulling fs layer0b3c65653668: Pulling fs layerc33b5100c7ff: Pulling fs layerb9833b715169: Pulling fs layer4c7bf6f24210: Pulling fs layere66c02efebdd: Pulling fs layer444c9bb1ea24: Pulling fs layer2353deab2387: Pulling fs layerf9e3dec678aa: Waitingfba21ec4be3a: Pulling fs layer262e6f9a93e5: Pulling fs layer0b3c65653668: Waitingc33b5100c7ff: Waitingda06a0cd31e6: Pulling fs layerb9833b715169: Waiting0151299eee7b: Pulling fs layer9172f4cd0741: Pulling fs layer4c7bf6f24210: Waitingd27f086f0428: Pulling fs layer3a9b654e5a6a: Waitinge66c02efebdd: Waiting4f4fb700ef54: Pulling fs layerd1bd047881dc: Pulling fs layeracfbf801bc2f: Pulling fs layer444c9bb1ea24: Waitingf9f07bfd0c21: Pulling fs layercf6d39950a5a: Pulling fs layere25f50d4ffb2: Pulling fs layer262e6f9a93e5: Waitingc11e5b3456fe: Pulling fs layera54fa2962ae7: Pulling fs layer95baf7d6699f: Pulling fs layer2353deab2387: Waiting254cce5b0c82: Pulling fs layerfba21ec4be3a: Waitingf147002abf18: Pulling fs layerda06a0cd31e6: Waitingc39dacdb1d7c: Pulling fs layer769b5e8e6ac9: Pulling fs layer1eaeff4f0735: Pulling fs layer95b0155efb1f: Pulling fs layera54fa2962ae7: Waitingcf6d39950a5a: Waitinge25f50d4ffb2: Waiting9172f4cd0741: Waiting439d8b4c919a: Pulling fs layerce2b6613014b: Pulling fs layerf147002abf18: Waitingc39dacdb1d7c: Waitingce83403394d3: Pulling fs layer4265a8f38215: Pulling fs layer163515ff9d32: Pulling fs layer95baf7d6699f: Waiting8d20093f3766: Pulling fs layer254cce5b0c82: Waitingf9f07bfd0c21: Waiting1f62263ddd06: Pulling fs layer46cc6f04d49b: Pulling fs layer769b5e8e6ac9: Waiting4f4fb700ef54: Waiting95b0155efb1f: Waiting1eaeff4f0735: Waiting16075f92b8dd: Pulling fs layera80f248febc4: Pulling fs layer163515ff9d32: Waiting91828e0e31db: Pulling fs layerd1bd047881dc: Waiting46cc6f04d49b: Waiting8d20093f3766: Waitingd27f086f0428: Waiting91828e0e31db: Waiting4265a8f38215: Waiting16b687d4f9b5: Waiting16075f92b8dd: Waitingce2b6613014b: Waitingce83403394d3: Waitingacfbf801bc2f: Waiting439d8b4c919a: Waiting57e39ec0c348: Verifying Checksum57e39ec0c348: Download completedc634e19af86: Verifying Checksumdc634e19af86: Download completead109e5dce93: Verifying Checksumad109e5dce93: Download complete16b687d4f9b5: Verifying Checksum16b687d4f9b5: Download complete0b3c65653668: Verifying Checksum0b3c65653668: Download completead109e5dce93: Pull completedc634e19af86: Pull complete57e39ec0c348: Pull completec33b5100c7ff: Verifying Checksumc33b5100c7ff: Download completef9e3dec678aa: Verifying Checksumf9e3dec678aa: Download complete3a9b654e5a6a: Verifying Checksum3a9b654e5a6a: Download completeb9833b715169: Verifying Checksumb9833b715169: Download completee66c02efebdd: Download complete3a9b654e5a6a: Pull complete2353deab2387: Download complete16b687d4f9b5: Pull completefba21ec4be3a: Verifying Checksumfba21ec4be3a: Download complete4c7bf6f24210: Verifying Checksum4c7bf6f24210: Download complete262e6f9a93e5: Verifying Checksum262e6f9a93e5: Download completeda06a0cd31e6: Download complete444c9bb1ea24: Verifying Checksum444c9bb1ea24: Download complete9172f4cd0741: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0151299eee7b: Download completed27f086f0428: Verifying Checksumd27f086f0428: Download completed1bd047881dc: Download completef9f07bfd0c21: Download completee25f50d4ffb2: Verifying Checksume25f50d4ffb2: Download completeacfbf801bc2f: Download completea54fa2962ae7: Verifying Checksuma54fa2962ae7: Download completecf6d39950a5a: Download completec11e5b3456fe: Verifying Checksumc11e5b3456fe: Download completef147002abf18: Verifying Checksumf147002abf18: Download complete95baf7d6699f: Verifying Checksum95baf7d6699f: Download completec39dacdb1d7c: Verifying Checksumc39dacdb1d7c: Download complete254cce5b0c82: Verifying Checksum254cce5b0c82: Download complete95b0155efb1f: Verifying Checksum95b0155efb1f: Download complete769b5e8e6ac9: Download completef9e3dec678aa: Pull completece2b6613014b: Download complete0b3c65653668: Pull completece83403394d3: Download completec33b5100c7ff: Pull complete4265a8f38215: Download completeb9833b715169: Pull complete4c7bf6f24210: Pull completee66c02efebdd: Pull complete444c9bb1ea24: Pull complete2353deab2387: Pull completefba21ec4be3a: Pull complete262e6f9a93e5: Pull complete163515ff9d32: Verifying Checksum163515ff9d32: Download completeda06a0cd31e6: Pull complete1eaeff4f0735: Verifying Checksum1eaeff4f0735: Download complete0151299eee7b: Pull complete9172f4cd0741: Pull completed27f086f0428: Pull complete4f4fb700ef54: Pull complete8d20093f3766: Download completed1bd047881dc: Pull complete1f62263ddd06: Verifying Checksum1f62263ddd06: Download completeacfbf801bc2f: Pull completef9f07bfd0c21: Pull completecf6d39950a5a: Pull completee25f50d4ffb2: Pull complete16075f92b8dd: Verifying Checksum16075f92b8dd: Download completec11e5b3456fe: Pull completea54fa2962ae7: Pull complete95baf7d6699f: Pull complete254cce5b0c82: Pull completef147002abf18: Pull completec39dacdb1d7c: Pull complete769b5e8e6ac9: Pull completea80f248febc4: Verifying Checksuma80f248febc4: Download complete439d8b4c919a: Verifying Checksum439d8b4c919a: Download complete91828e0e31db: Verifying Checksum91828e0e31db: Download complete46cc6f04d49b: Verifying Checksum46cc6f04d49b: Download complete1eaeff4f0735: Pull complete95b0155efb1f: Pull complete439d8b4c919a: Pull completece2b6613014b: Pull completece83403394d3: Pull complete4265a8f38215: Pull complete163515ff9d32: Pull complete8d20093f3766: Pull complete1f62263ddd06: Pull complete46cc6f04d49b: Pull complete16075f92b8dd: Pull completea80f248febc4: Pull complete91828e0e31db: Pull completeDigest: sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6fStatus: Downloaded newer image for ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f2025-06-21 21:51.28 ---> saved as "e55681b578954368722df1ef80ef5a6e867733b5ce3b430d5fe0a644788508bc"/: (comment ubuntu-24.10-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-06-21 21:51.29 ---> saved as "dad3a40d97787bb28ac988400fbfa55ae43581b913d92de8a2ce00544cf8941c"/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.Continue? [y/n] yThis development 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-06-21 21:51.55 ---> saved as "36de3e1328d453b1383731fb9a3a72ad6c2210927b408a03247029d32e97716a"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-141-genericThe OCaml toplevel, version 5.3.02.3.02025-06-21 21:51.55 ---> saved as "829925dfee67c959173942dbfdf9b19b81a1c2db703f2c8ddb099082f161d551"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-06-21 21:51.55 ---> saved as "48c0e443a0b5cb2329fc023964aaa702a0621bed3213547e049d4ad51c16146a"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f58d6b68f9dcb4c941646ec578e6520d7573b348 || git fetch origin master) && git reset -q --hard f58d6b68f9dcb4c941646ec578e6520d7573b348 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbc726805e3..f58d6b68f9 master -> origin/masterf58d6b68f9 Merge pull request #28060 from lukstafi/opam-publish-ppx_minidebug.2.3.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-06-21 21:52.30 ---> saved as "7e4b6e23394556789e92f7598d3e4e0ac1405ec47d94e3592ab38d8bc73fd8b3"/src: (copy (src neural_nets_lib.opam arrayjit.opam) (dst ./))2025-06-21 21:52.31 ---> saved as "7e5a42906e37ef7d5e845c7bb8aa5d42e52f4a0b67c61e111ba417a5f6943bad"/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)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-06-21 21:52.33 ---> saved as "39a4c5bd084198e065e59e9a0d096fdb5c45713b34ce3a3debed4e29b187dd66"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-06-21 21:52.34 ---> saved as "ff08292dab5f9d91db26b155234d9f1de6cfbe391c32bc8db137b022883d93cd"/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fieldslib.v0.17.0 fmt.0.10.0 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.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.0 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.2.3.0 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppx_string.v0.17.0 ppx_variants_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.3 printbox.0.12 printbox-ext-plot.0.12 printbox-html.0.12 printbox-md.0.12 printbox-text.0.12 ptime.1.2.0 re.1.12.0 result.1.5 saturn_lockfree.0.5.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 thread-local-storage.0.2 time_now.v0.17.0 topkg.1.0.8 tyxml.4.6.0 uucp.16.0.0 uutf.1.0.4 variantslib.v0.17.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.3 --depext-only -y neural_nets_lib.dev arrayjit.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease- Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [358 kB]- Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [562 kB]- Get:7 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [427 kB]- Get:8 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [283 kB]- Fetched 2007 kB in 1s (2059 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[arrayjit.dev] synchronised (file:///src)[neural_nets_lib.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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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:libffi-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpkgconf3:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16145 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-3ubuntu1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-3ubuntu1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-3ubuntu1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-3ubuntu1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-3ubuntu1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-3ubuntu1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-3ubuntu1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-3ubuntu1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../libffi-dev_3.4.6-1build1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libpkgconf3:amd64 (1.8.1-3ubuntu1) ...- Setting up pkgconf-bin (1.8.1-3ubuntu1) ...- Setting up pkgconf:amd64 (1.8.1-3ubuntu1) ...- Setting up pkg-config:amd64 (1.8.1-3ubuntu1) ...- Processing triggers for libc-bin (2.40-1ubuntu3.1) ...2025-06-21 21:52.44 ---> saved as "853c093e2780360289a9942c87d85b4a77b015447c991e797ade3deb4c787a61"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 75 packages- install angstrom 0.16.1- install astring 0.8.5- install backoff 0.1.1- install base v0.17.3- install bigarray-compat 1.1.0- install bigstringaf 0.10.0- install camlp-streams 5.0.1- install cmdliner 1.3.0- install conf-libffi 2.0.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install ctypes 0.23.0- install ctypes-foreign 0.23.0- install dune 3.19.1- install dune-configurator 3.19.1- install fieldslib v0.17.0- install fmt 0.10.0- install integers 0.7.0- install jane-street-headers v0.17.0- install jst-config v0.17.0- install logs 0.8.0- install mdx 2.5.0- install mtime 2.1.0- install multicore-magic 2.3.1- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.1- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.17.0- install pprint 20230830- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.0- install ppx_enumerate v0.17.0- install ppx_expect v0.17.3- install ppx_fields_conv v0.17.0- install ppx_globalize v0.17.2- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_inline_test v0.17.1- install ppx_minidebug 2.3.0- install ppx_optcomp v0.17.1- install ppx_sexp_conv v0.17.1- install ppx_string v0.17.0- install ppx_variants_conv v0.17.1- install ppxlib 0.36.0- install ppxlib_jane v0.17.3- install printbox 0.12- install printbox-ext-plot 0.12- install printbox-html 0.12- install printbox-md 0.12- install printbox-text 0.12- install ptime 1.2.0- install re 1.12.0- install result 1.5- install saturn_lockfree 0.5.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install thread-local-storage 0.2- install time_now v0.17.0- install topkg 1.0.8- install tyxml 4.6.0- install uucp 16.0.0- install uutf 1.0.4- install variantslib v0.17.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libffi.2.0.0-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)-> retrieved fieldslib.v0.17.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (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)-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_expect.v0.17.3 (cached)-> installed cmdliner.1.3.0-> installed num.1.6-> retrieved ppx_fields_conv.v0.17.0 (cached)-> retrieved ppx_globalize.v0.17.2 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.1 (cached)-> retrieved ppx_optcomp.v0.17.1 (cached)-> retrieved ppx_string.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppx_variants_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.3 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved printbox.0.12, printbox-ext-plot.0.12, printbox-html.0.12, printbox-md.0.12, printbox-text.0.12 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved result.1.5 (cached)-> retrieved re.1.12.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved saturn_lockfree.0.5.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved time_now.v0.17.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved variantslib.v0.17.0 (cached)-> retrieved uucp.16.0.0 (cached)-> retrieved ppx_minidebug.2.3.0 (https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/2.3.0.tar.gz)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.10.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed logs.0.8.0-> installed dune.3.19.1-> installed jane-street-headers.v0.17.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed backoff.0.1.1-> installed bigarray-compat.1.1.0-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed multicore-magic.2.3.1-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.1-> installed ocaml_intrinsics_kernel.v0.17.1-> installed pprint.20230830-> installed printbox.0.12-> installed re.1.12.0-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed saturn_lockfree.0.5.0-> installed integers.0.7.0-> installed dune-configurator.3.19.1-> installed parsexp.v0.17.0-> installed bigstringaf.0.10.0-> installed mdx.2.5.0-> installed sexplib.v0.17.0-> installed angstrom.0.16.1-> installed tyxml.4.6.0-> installed printbox-html.0.12-> installed ctypes.0.23.0-> installed base.v0.17.3-> installed fieldslib.v0.17.0-> installed variantslib.v0.17.0-> installed stdio.v0.17.0-> installed ctypes-foreign.0.23.0-> installed uucp.16.0.0-> installed printbox-text.0.12-> installed printbox-md.0.12-> installed printbox-ext-plot.0.12-> installed ppxlib.0.36.0-> installed ppxlib_jane.v0.17.3-> installed ppx_optcomp.v0.17.1-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_variants_conv.v0.17.1-> installed ppx_fields_conv.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_globalize.v0.17.2-> installed ppx_deriving.6.1.0-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_hash.v0.17.0-> installed ppx_assert.v0.17.0-> installed ppx_minidebug.2.3.0-> installed ppx_base.v0.17.0-> 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_expect.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2025-06-21 21:53.44 ---> saved as "89743c97bdfc4f0437f1e805a698874dcfad05dc2cbb8215573ffc95f13a0396"/src: (copy (src .) (dst /src))2025-06-21 21:53.45 ---> saved as "ba88552713fc1bd855f65a350feca87616080c03b65934646c26dd478199ecd9"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "arrayjit/test/dune", line 6, characters 7-15:6 | (pps ppx_jane)))^^^^^^^^Error: Library "ppx_jane" not found.-> required by_build/default/arrayjit/test/.merlin-conf/exe-test_numerical_types-> required by alias arrayjit/test/check(cd _build/default && /home/opam/.opam/5.3/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 lib/.ppx_ocannl.objs/byte -I /home/opam/.opam/5.3/lib/base -I /home/opam/.opam/5.3/lib/base/base_internalhash_types -I /home/opam/.opam/5.3/lib/base/shadow_stdlib -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -I arrayjit/lib/.ppx_arrayjit.objs/byte -no-alias-deps -opaque -open Ppx_ocannl__ -o lib/.ppx_ocannl.objs/byte/ppx_ocannl__Ppx_op.cmo -c -impl lib/ppx_op.pp.ml)File "lib/ppx_op.ml", line 185, characters 18-26:185 | | { pexp_desc = Pexp_fun (Labelled "config", c_e, c_pat, body); _ } ->^^^^^^^^Error: This variant pattern is expected to have type expression_descThere is no constructor Pexp_fun within type expression_descHint: Did you mean Pexp_for?(cd _build/default && /home/opam/.opam/5.3/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 lib/.ppx_ocannl.objs/byte -I /home/opam/.opam/5.3/lib/base -I /home/opam/.opam/5.3/lib/base/base_internalhash_types -I /home/opam/.opam/5.3/lib/base/shadow_stdlib -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -I arrayjit/lib/.ppx_arrayjit.objs/byte -no-alias-deps -opaque -open Ppx_ocannl__ -o lib/.ppx_ocannl.objs/byte/ppx_ocannl__Ppx_cd.cmo -c -impl lib/ppx_cd.pp.ml)File "lib/ppx_cd.ml", line 1138, characters 20-28:1138 | | { pexp_desc = Pexp_fun ((arg_label : arg_label), arg, pat, expr1); _ } as expr ->^^^^^^^^Error: This variant pattern is expected to have type expression_descThere is no constructor Pexp_fun within type expression_descHint: Did you mean Pexp_for?(cd _build/default/test/config && ../../arrayjit/bin/read_config.exe --read=backend)Welcome to OCANNL! Reading configuration defaults from /src/_build/default/test/config/ocannl_config.Retrieving commandline, environment, or config file variable ocannl_log_levelFound 0, in the config fileWrote value of 'backend' to ocannl_backend.txt"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-06-21 21:53.49: Job failed: Failed: Build failed