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-4.14_opam-2.5)Base: ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350Opam 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-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350# fedora-44-4.14_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-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 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.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350-fedora-44-4.14_opam-2.5-8d24d1da550974fcb8b0ad81595d9c68"2026-06-25 14:40.46: Using OBuilder spec:((from ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350)(comment fedora-44-4.14_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-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 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.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 odawa.caelum.ci.devAll commits already cachedHEAD is now at b30eb6f Add ISC license.(from ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350)Unable to find image 'ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350' locallydocker.io/ocaml/opam@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350: Pulling from ocaml/opam4dd84e24b4eb: Already existsc855aef692e0: Already existsd5db3ed9ed6c: Already exists91473e4b2845: Already exists6423b7893863: Already exists68389201b7e3: Already existsea2f6b01b9ca: Already exists6070ebf1b19b: Already existsed277bfd2fff: Already exists10a4adf14481: Already exists9282feaa3026: Already exists1619cacdb462: Already exists050ff808f0c8: Already exists75d5447db8eb: Already existse5435a7e206e: Already existse5435a7e206e: Already exists79abb75016fb: Already exists36dcf63969d6: Already exists5a58fba3b55e: Already exists1aed4ee0db8c: Already exists4f4fb700ef54: Already exists74b39a71999b: Already exists0f8139e3e078: Already existsc18524ece9d1: Already existsdc94c79af00f: Already exists6894fa1e8dd5: Already exists519a583e051f: Already existsef65a66dc206: Already exists9b0fc41cdcd8: Already existsb361b14d12ee: Already exists6d1ddf02f483: Already exists729f0c275cf6: Already exists553958ba7135: Already exists4ca2f8c8b3d6: Already existsf508247d566e: Already exists33c89018572c: Already existsaae9b8b87fd3: Already existsae57ac75a71b: Already exists6c9249e03224: Already exists389e26235972: Pulling fs layerd7481ffa811a: Pulling fs layercb88921181c3: Pulling fs layere9971572a615: Pulling fs layer6a25e83ffc04: Pulling fs layere9971572a615: Waitingcb88921181c3: Verifying Checksumcb88921181c3: Download completee9971572a615: Verifying Checksum6a25e83ffc04: Verifying Checksum6a25e83ffc04: Download complete389e26235972: Verifying Checksum389e26235972: Download complete389e26235972: Pull completed7481ffa811a: Verifying Checksumd7481ffa811a: Download completed7481ffa811a: Pull completecb88921181c3: Pull completee9971572a615: Pull complete6a25e83ffc04: Pull completeDigest: sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350Status: Downloaded newer image for ocaml/opam@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce3502026-06-25 16:11.31 ---> using "59160c8e30f51ffba2a9060d9c2079ea1a0818d97311aa5d4d8d8ef3b72a71ee" from cache/: (comment fedora-44-4.14_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% | 752.0 B/s | 17.9 KiB | 00m24sFedora 44 - x86_64 100% | 11.4 KiB/s | 18.9 KiB | 00m02sRepositories loaded.Package "findutils-1:4.10.0-7.fc44.x86_64" is already installed.Nothing to do.2026-06-25 16:11.31 ---> using "15517bc46a019ac2126eed35d3c3e71e8715eb0cdb95a212de5b12e3cad0dccb" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-25 16:11.31 ---> using "102a2ff81499b6cb7aae3e871609934284478b97443e096a517f434c0c3c0f7b" 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:28.37 ---> saved as "ee18e7e02026617ef107544fd1bf6240c3f6fe635881f496951537880e14fc9f"/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-06-25 16:28.48 ---> saved as "8b0aa06234672da3190d2b29d51f0ffbd900988f3efdb020f1c159f0140eb75f"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.14.42.5.12026-06-25 16:28.48 ---> saved as "9b997abf7671102baccfcff2630e083253ea381af175b2683c69c499245641e3"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 16:28.48 ---> saved as "1b9459bd7e6306d9792daa4a6768cd16a000379439dc7d51233ecbed6e2df576"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-06-25 16:28.56 ---> saved as "111357a9866bffe435d815e076ee759e54d8c358138383b0791a39d5263c3696"/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))2026-06-25 16:28.56 ---> saved as "d7f21d3ab233727b15f8b3b6f41dd10fa680b812ac325be76cdb2e253a07e7f7"/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)[WARNING] Failed checks on monarch package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'monarch is now pinned to file:///src (version dev)[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:28.58 ---> saved as "6cf32f2402fa6083346c7914a8936f1bab28739a944603238fc108191f57d257"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-25 16:28.58 ---> saved as "1e53f1c93d58e1d87c43501e5ddb85d9c3d8fe1f82dd24986be20591100a56be"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 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.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-06-25 16:29.05 ---> saved as "64c30999030a68402808805547d6f2144754dafa52e8ae5c8a470a65d9a439bf"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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-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.12.4- 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.12.4 (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 cmdliner.2.1.1-> installed seq.base-> retrieved ppxlib.0.38.0 (cached)-> 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)-> 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 gen.1.1-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.12.4-> 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:30.13 ---> saved as "67f78d45cd8fc4cdc1639716e2fda3d27f25aea1a35ad1bc00fccf4101586c81"/src: (copy (src .) (dst /src))2026-06-25 16:30.16 ---> saved as "5e2a7f1faf0c5820f73af303098c7189f1bb8cf130ffb6ef929d6097a8f5aa67"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-25 16:30.17 ---> saved as "4e1fba7b3f1f3f12d6660c06b3f05ddc957ad095e09f4e0ba307c676a215ae8f"Job succeeded2026-06-25 16:30.17: Job succeeded