2026-06-25 14:40.46: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-x86_64:fedora-44-5.5_opam-2.5)Base: ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9ddaOpam project buildTo reproduce locally:git clone --recursive "https://github.com/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ffcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda# fedora-44-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 require.opam monarch.opam monaco.opam ./RUN opam pin add -yn require.dev './' && \opam pin add -yn monarch.dev './' && \opam pin add -yn monaco.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 brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y require.dev monarch.dev monaco.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-25 14:40.46: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda-fedora-44-5.5_opam-2.5-3441a8ac69d4cd5151f2a5e58f299012"2026-06-25 14:40.46: Using OBuilder spec:((from ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda)(comment fedora-44-5.5_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && 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 require.opam monarch.opam monaco.opam) (dst ./))(run (network host)(shell "opam pin add -yn require.dev './' && \\nopam pin add -yn monarch.dev './' && \\nopam pin add -yn monaco.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 brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y require.dev monarch.dev monaco.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-06-25 14:40.46: Waiting for resource in pool OCluster2026-06-25 15:20.30: Connecting to build cluster…2026-06-25 16:08.19: Waiting for worker…2026-06-25 16:11.31: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at b30eb6f Add ISC license.(from ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda)Unable to find image 'ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda' locallydocker.io/ocaml/opam@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda: Pulling from ocaml/opam4dd84e24b4eb: Pulling fs layerc855aef692e0: Pulling fs layerd5db3ed9ed6c: Pulling fs layer91473e4b2845: Pulling fs layer6423b7893863: Pulling fs layer68389201b7e3: Pulling fs layerc855aef692e0: Waiting4dd84e24b4eb: Waitingea2f6b01b9ca: Pulling fs layer91473e4b2845: Waitingd5db3ed9ed6c: Waiting6070ebf1b19b: Pulling fs layer6423b7893863: Waiting68389201b7e3: Waitingea2f6b01b9ca: Waitinged277bfd2fff: Pulling fs layer6070ebf1b19b: Waiting10a4adf14481: Pulling fs layer9282feaa3026: Pulling fs layer1619cacdb462: Pulling fs layer050ff808f0c8: Pulling fs layer75d5447db8eb: Pulling fs layere5435a7e206e: Pulling fs layer10a4adf14481: Waitinged277bfd2fff: Waiting79abb75016fb: Pulling fs layer050ff808f0c8: Waiting9282feaa3026: Waiting75d5447db8eb: Waitinge5435a7e206e: Waiting1619cacdb462: Waiting36dcf63969d6: Pulling fs layer5a58fba3b55e: Pulling fs layer79abb75016fb: Waiting1aed4ee0db8c: Pulling fs layer4f4fb700ef54: Pulling fs layer74b39a71999b: Pulling fs layer5a58fba3b55e: Waiting36dcf63969d6: Waiting0f8139e3e078: Pulling fs layerc18524ece9d1: Pulling fs layerdc94c79af00f: Pulling fs layer4f4fb700ef54: Waiting1aed4ee0db8c: Waiting74b39a71999b: Waiting0f8139e3e078: Waitingc18524ece9d1: Waiting6894fa1e8dd5: Pulling fs layerdc94c79af00f: Waiting519a583e051f: Pulling fs layeref65a66dc206: Pulling fs layer6894fa1e8dd5: Waiting9b0fc41cdcd8: Pulling fs layer519a583e051f: Waitingb361b14d12ee: Pulling fs layeref65a66dc206: Waiting9b0fc41cdcd8: Waiting6d1ddf02f483: Pulling fs layer729f0c275cf6: Pulling fs layer553958ba7135: Pulling fs layerb361b14d12ee: Waiting6d1ddf02f483: Waiting729f0c275cf6: Waiting4ca2f8c8b3d6: Pulling fs layerf508247d566e: Pulling fs layer33c89018572c: Pulling fs layeraae9b8b87fd3: Pulling fs layerae57ac75a71b: Pulling fs layer4ca2f8c8b3d6: Waiting553958ba7135: Waiting33c89018572c: Waitingf508247d566e: Waitingaae9b8b87fd3: Waiting6c9249e03224: Pulling fs layerf5233cd332c7: Pulling fs layerae57ac75a71b: Waitinga534a46f6a78: Pulling fs layer6c9249e03224: Waiting8a2324c6949d: Pulling fs layera534a46f6a78: Waitingf5233cd332c7: Waiting2ac80613f4a1: Pulling fs layerb0b8cfaf5597: Pulling fs layer2ac80613f4a1: Waiting8a2324c6949d: Waitingb0b8cfaf5597: Waiting4dd84e24b4eb: Verifying Checksum4dd84e24b4eb: Download completec855aef692e0: Verifying Checksumc855aef692e0: Download completed5db3ed9ed6c: Verifying Checksumd5db3ed9ed6c: Download complete4dd84e24b4eb: Pull completec855aef692e0: Pull completed5db3ed9ed6c: Pull complete6423b7893863: Verifying Checksum6423b7893863: Download complete68389201b7e3: Verifying Checksum68389201b7e3: Download completeea2f6b01b9ca: Verifying Checksumea2f6b01b9ca: Download complete6070ebf1b19b: Verifying Checksum6070ebf1b19b: Download completeed277bfd2fff: Verifying Checksumed277bfd2fff: Download complete10a4adf14481: Download complete9282feaa3026: Verifying Checksum9282feaa3026: Download complete050ff808f0c8: Download complete1619cacdb462: Verifying Checksum1619cacdb462: Download completee5435a7e206e: Verifying Checksume5435a7e206e: Download complete75d5447db8eb: Download complete36dcf63969d6: Verifying Checksum36dcf63969d6: Download complete5a58fba3b55e: Verifying Checksum5a58fba3b55e: Download complete79abb75016fb: Verifying Checksum79abb75016fb: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1aed4ee0db8c: Verifying Checksum1aed4ee0db8c: Download complete0f8139e3e078: Download complete74b39a71999b: Verifying Checksum74b39a71999b: Download completec18524ece9d1: Verifying Checksumc18524ece9d1: Download completedc94c79af00f: Verifying Checksumdc94c79af00f: Download complete6894fa1e8dd5: Verifying Checksum6894fa1e8dd5: Download complete519a583e051f: Verifying Checksum519a583e051f: Download completeef65a66dc206: Download complete9b0fc41cdcd8: Verifying Checksum9b0fc41cdcd8: Download complete6d1ddf02f483: Verifying Checksum6d1ddf02f483: Download completeb361b14d12ee: Verifying Checksumb361b14d12ee: Download complete729f0c275cf6: Verifying Checksum729f0c275cf6: Download complete553958ba7135: Verifying Checksumf508247d566e: Verifying Checksumf508247d566e: Download complete91473e4b2845: Verifying Checksum91473e4b2845: Download completeaae9b8b87fd3: Verifying Checksumaae9b8b87fd3: Download completeae57ac75a71b: Verifying Checksumae57ac75a71b: Download complete6c9249e03224: Download complete91473e4b2845: Pull complete6423b7893863: Pull complete68389201b7e3: Pull completeea2f6b01b9ca: Pull complete6070ebf1b19b: Pull completeed277bfd2fff: Pull complete10a4adf14481: Pull complete9282feaa3026: Pull complete1619cacdb462: Pull complete050ff808f0c8: Pull complete75d5447db8eb: Pull completee5435a7e206e: Pull complete79abb75016fb: Pull complete36dcf63969d6: Pull complete5a58fba3b55e: Pull complete1aed4ee0db8c: Pull complete4f4fb700ef54: Pull complete74b39a71999b: Pull complete0f8139e3e078: Pull completec18524ece9d1: Pull completedc94c79af00f: Pull complete6894fa1e8dd5: Pull complete519a583e051f: Pull completeef65a66dc206: Pull complete9b0fc41cdcd8: Pull completeb361b14d12ee: Pull complete6d1ddf02f483: Pull complete729f0c275cf6: Pull complete553958ba7135: Pull complete33c89018572c: Verifying Checksum33c89018572c: Download complete4ca2f8c8b3d6: Verifying Checksum4ca2f8c8b3d6: Download complete4ca2f8c8b3d6: Pull completef508247d566e: Pull complete33c89018572c: Pull completeaae9b8b87fd3: Pull completeae57ac75a71b: Pull complete6c9249e03224: Pull completef5233cd332c7: Verifying Checksumf5233cd332c7: Download complete8a2324c6949d: Verifying Checksum2ac80613f4a1: Download completea534a46f6a78: Verifying Checksuma534a46f6a78: Download completef5233cd332c7: Pull completeb0b8cfaf5597: Verifying Checksumb0b8cfaf5597: Download completea534a46f6a78: Pull complete8a2324c6949d: Pull complete2ac80613f4a1: Pull completeb0b8cfaf5597: Pull completeDigest: sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9ddaStatus: Downloaded newer image for ocaml/opam@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda2026-06-25 16:11.36 ---> using "fc4b84d18c92ce7ade7e1a35b92df1a03d949b2d60e71b39d5fa19270d2d7e4e" from cache/: (comment fedora-44-5.5_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 44 - x86_64 - Updates 100% | 34.6 KiB/s | 17.9 KiB | 00m01sRepositories loaded.Package "findutils-1:4.10.0-7.fc44.x86_64" is already installed.Nothing to do.2026-06-25 16:11.36 ---> using "876c75da5573a494572ede26e8249d539da7224d4d7af9d15034242c582afa80" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-25 16:11.36 ---> using "81f36feb0037f0b190afd2ed42fce9455aa87fcca708c01781082db258956e10" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..ceed23f9d3 master -> origin/master5ab226379c Merge pull request #30088 from hhugo/release-js_of_ocaml-6.4.02026-06-25 16:34.38 ---> saved as "971dae990d35cd514aa27dd593c77143e330c95db19eccbd6a698973d4756a9b"/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.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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-25 16:34.58 ---> saved as "26293cafc2c700c0939148c43528fc73084e5f6bc776c53125f3afcad26af358"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-25 16:34.59 ---> saved as "326498d1759543e584a5fe98aa080321d0f0f80805fa4f4d2872ad8845766c73"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 16:35.00 ---> saved as "5a3c5eff2cc3e43bdd0705e1144d253a794ef228565bd9f097efb078c27b1ab1"/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-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-25 16:44.44 ---> saved as "52939304c8ecd88de2b1c579407b40f469ebd6324ac1e357abf82dd0462e3f7a"/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))2026-06-25 16:44.45 ---> saved as "5c10a17038719af99339dd4003d234080ad8301afad5f6f33accfba7a09fb110"/src: (run (network host)(shell "opam pin add -yn require.dev './' && \\nopam pin add -yn monarch.dev './' && \\nopam pin add -yn monaco.dev './'"))[NOTE] Package require does not exist in opam repositories registered in the current switch.[require.dev] synchronised (file:///src)[WARNING] Failed checks on require package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'require is now pinned to file:///src (version dev)[NOTE] Package monarch does not exist in opam repositories registered in the current switch.[monarch.dev] synchronised (file:///src)monarch is now pinned to file:///src (version dev)[WARNING] Failed checks on monarch package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'[NOTE] Package monaco does not exist in opam repositories registered in the current switch.[monaco.dev] synchronised (file:///src)monaco is now pinned to file:///src (version dev)[WARNING] Failed checks on monaco package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'2026-06-25 16:44.50 ---> saved as "24517cd333e703593d6358529615f8ee36a93ed0b2a0d710e7401e78b42d1cdf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-25 16:44.50 ---> saved as "af3ca79b327fa439e1cafcb648b3adc5ac1df257419f3308be47e8f04a7563b6"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y require.dev monarch.dev monaco.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[monaco.dev] synchronised (file:///src)[monarch.dev] synchronised (file:///src)[require.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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-06-25 16:45.10 ---> saved as "8217611cea880918da0afebb5a5b507430e80478e4e0b8a7a512a4e257c22b11"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 23 packages- install brr 0.0.8- install cmdliner 2.1.1- install dune 3.23.1- install either 1.0.0- install gen 1.1- install js_of_ocaml-compiler 6.4.0- install js_of_ocaml-toplevel 6.4.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-compiler-libs v0.17.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppxlib 0.38.0- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved brr.0.0.8 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved either.1.0.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.23.1 (cached)-> retrieved js_of_ocaml-compiler.6.4.0, js_of_ocaml-toplevel.6.4.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed dune.3.23.1-> installed either.1.0.0-> installed menhirCST.20260209-> installed ppx_derivers.1.2.1-> installed menhirGLR.20260209-> installed stdlib-shims.0.3.0-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed gen.1.1-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed yojson.3.0.0-> installed menhir.20260209-> installed ppxlib.0.38.0-> installed sedlex.3.7-> installed js_of_ocaml-compiler.6.4.0-> installed js_of_ocaml-toplevel.6.4.0-> installed brr.0.0.8Done.# To update the current shell environment, run: eval $(opam env)2026-06-25 16:51.22 ---> saved as "5a24f4dbf77cf967207a21c45054de893bd2820a1cfe70b0698a5316e3b6aaaf"/src: (copy (src .) (dst /src))2026-06-25 16:51.28 ---> saved as "9324ccc27fb2543a56a03fdd6bf1de7e3ea4d6f59f72a12679c0bbc2a5b666c0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-25 16:51.31 ---> saved as "9a551870e743fbfb705d715007cacc08b34800b8743c198fd8733621b4e1a80f"Job succeeded2026-06-25 16:51.32: Job succeeded