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-42-5.5_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9fOpam 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-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f# fedora-42-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-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f-fedora-42-5.5_opam-2.5-3441a8ac69d4cd5151f2a5e58f299012"2026-06-25 14:40.46: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f)(comment fedora-42-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.14: Waiting for worker…2026-06-25 16:11.29: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at b30eb6f Add ISC license.(from ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f' locallydocker.io/ocaml/opam@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f: Pulling from ocaml/opamaccf5bbc0c67: Already exists416e4a8866bb: Already exists09b2fb3c52f4: Already exists7d4fe74f60d8: Already existsbbcb95d43ae8: Already exists98c9e9bc3c3f: Already exists59aec800fed7: Already exists34843ed0e584: Already exists424f865e9d0e: Already exists5594cf317ecb: Already exists7d9cba6e4af6: Already existsf8e47f2173a6: Already existscde03adba68d: Already existsd670f2c79209: Already exists2c9204fad5a4: Already exists2c9204fad5a4: Already existse6729152ebda: Already exists38838b679ce8: Already existse81ed02324ae: Already exists416e5bed9209: Already exists4f4fb700ef54: Already existsd97d403a554d: Already exists120f1228e350: Already exists5818b24e8ca2: Already existsbf4e4b4c0901: Already existsb31f5381f4f1: Already exists4445c4223195: Already existsa1a8982696e1: Already exists7ab4ccef3cde: Already exists8a8a38b5d8d7: Already exists19f2332bf3a3: Already existsa1f0867da660: Already existsa604f4114989: Already exists6fa30da69599: Already existsedd10e318c1a: Already existsa2e4cf71ba4d: Already exists9bbc7103c603: Already existsef5a3d458142: Already exists3810c8e7380c: Already exists8935ec72daad: Pulling fs layerd1e9fb442ec5: Pulling fs layer66e6e6db4ec4: Pulling fs layer73b3a7b3e712: Pulling fs layer755e9d83d188: Pulling fs layer8935ec72daad: Waitingd1e9fb442ec5: Waiting73b3a7b3e712: Waiting66e6e6db4ec4: Waiting755e9d83d188: Waiting8935ec72daad: Verifying Checksum8935ec72daad: Download complete8935ec72daad: Pull completed1e9fb442ec5: Verifying Checksumd1e9fb442ec5: Download complete66e6e6db4ec4: Verifying Checksum66e6e6db4ec4: Download complete73b3a7b3e712: Verifying Checksum73b3a7b3e712: Download complete755e9d83d188: Verifying Checksum755e9d83d188: Download completed1e9fb442ec5: Pull complete66e6e6db4ec4: Pull complete73b3a7b3e712: Pull complete755e9d83d188: Pull completeDigest: sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9fStatus: Downloaded newer image for ocaml/opam@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f2026-06-25 16:11.33 ---> using "2487185c6b922ab3a5145fd1e2764b1761247016c9347fe6415cd7ee7266cc7e" from cache/: (comment fedora-42-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 42 - x86_64 - Updates 100% | 120.2 KiB/s | 17.8 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-06-25 16:11.33 ---> using "13abb467fd49bf1e0893a1bb8c29c5cdd1151972b089b618e9b0541cbccd9416" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-25 16:11.33 ---> using "f9a9f6c08e164b91a387025885aba2bb50bc3d493b713a87e380c44b77cb60b7" 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:11.33 ---> using "3058f7176c84f55ba9a547af3ca846064e419f932eda8a642f40b5692a6a3aa5" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.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:11.38 ---> saved as "8cfe370f1f10b053bb5ea6ba7ac30594775635f397385924b8c3ad3852586bec"/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:11.38 ---> saved as "5ff82e74eacacc4841dd21336ef577bf83b16846a5f40929a09a6650d699eef9"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 16:11.39 ---> saved as "6af47f2075c9bd2dc9d6aa8310de4e66f552558a8adb1eedc082b5bcddd22dcf"/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:19.07 ---> saved as "5d39fd0b9c5ff2a75f2163a0c586481fcf64205a5aad40a1b9684763c1f87c4f"/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))2026-06-25 16:19.08 ---> saved as "d3f2eaeb4af8d82ada511f11f1b6dce424b4222615a735851be32f29c0d72aa6"/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)require is now pinned to file:///src (version dev)[WARNING] Failed checks on require package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'[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)[WARNING] Failed checks on monaco package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'monaco is now pinned to file:///src (version dev)2026-06-25 16:19.14 ---> saved as "94b0d04719d02a6159ae5db4d7c2b0b19d9ee8dd1a1d8fefaffa6df5632c88ba"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-25 16:19.15 ---> saved as "6c276cebe39d77fed7a02124de96fc49e1cfee735fae9031ea670196758b7160"/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:19.35 ---> saved as "30d6a33d0089a52cbb0ae2edef85ea9ca15c7b85522904f1fe245c4346404b80"/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 stdlib-shims.0.3.0-> installed menhirLib.20260209-> installed gen.1.1-> installed menhirGLR.20260209-> installed menhirSdk.20260209-> 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:26.13 ---> saved as "aa89845dd33a9944a1a2e693bef6f2b982db3a67290b38e2241d01aba533b5f3"/src: (copy (src .) (dst /src))2026-06-25 16:26.17 ---> saved as "fdeabf733b9f2c6beb67183be67cf553bd7ed2847118f0a95a03c6d4b77c8e68"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-25 16:26.19 ---> saved as "a165cf02f3d948ee3738ea8bf1fb235c579c931f98cd9af99e8dabdfd7c22a22"Job succeeded2026-06-25 16:26.20: Job succeeded