2026-06-25 19:04.08: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-s390x:debian-13-5.5_s390x_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.5@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93 Opam project build To reproduce locally: git clone --recursive "https://github.com/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ff cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.5@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93 # debian-13-5.5_s390x_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-25 19:04.08: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-13-ocaml-5.5@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93-debian-13-5.5_s390x_opam-2.5-3441a8ac69d4cd5151f2a5e58f299012" 2026-06-25 19:04.08: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.5@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93) (comment debian-13-5.5_s390x_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 19:04.08: Waiting for resource in pool OCluster 2026-06-26 02:19.23: Waiting for worker… 2026-06-26 12:51.17: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at b30eb6f Add ISC license. (from ocaml/opam:debian-13-ocaml-5.5@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93) Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93' locally docker.io/ocaml/opam@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93: Pulling from ocaml/opam Digest: sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93 Status: Downloaded newer image for ocaml/opam@sha256:a3c361d41f5d9072a8290fdea09a2cddb10f92d67636c6d392d5fa6785df4f93 2026-06-26 12:51.17 ---> using "6e5b54dd1935b0c77c118cfda9c51d107e34c4a1764a70e7713cac6a3378dfa6" from cache /: (comment debian-13-5.5_s390x_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-26 12:51.17 ---> using "6a3f84517ed7476908d9ce238b163ae349e6af38695b38e799b0953c5c5ba07b" 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_HEAD b85f65c75d..80df19e305 master -> origin/master 5ab226379c Merge pull request #30088 from hhugo/release-js_of_ocaml-6.4.0 2026-06-26 12:51.17 ---> using "8b1bd6f477ed838714a642d8c7d956fc4d794ac9153371392c19799d5b1b8ec3" 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. Continue? [Y/n] y 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. [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-26 12:51.18 ---> using "3170b0e2b366ca7f6c3fade60939c18ab0186082d9d1b9d350974564dd0bca47" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-06-26 12:51.18 ---> using "303098e040826535b018e475e5486dedce7e1ea2842e5459becad799a80aeec6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-26 12:51.18 ---> using "337fa72a2bfb806fd711de84b221ad8e11606dc4317543ee33c12f974cfebab8" from cache /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-repository The 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 opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> removed ocaml.5.5.0 -> removed ocaml-base-compiler.5.5.0 -> retrieved ocaml-compiler.5.5.0 (https://opam.ocaml.org/cache) -> 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.3 Done. <><> 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-26 12:51.18 ---> using "fcb9595851dba75e18c587cf4722c6c2d6d7687b4e4d1dad76d08383f28549e8" from cache /src: (copy (src require.opam monarch.opam monaco.opam) (dst ./)) 2026-06-26 12:51.23 ---> saved as "6686f231b51b70259cfacce58db030f42b8017bfa33131859881a643af444155" /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-26 12:51.32 ---> saved as "b6be331525ea156b69a679c809438f871e2b64b0bfc58666af610df797451875" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-26 12:51.34 ---> saved as "07e4554e7a3b560f5c694bf83669bdcc4f185663e05355d35e1b939ae171021f" /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/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [213 kB] - Fetched 303 kB in 0s (998 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [monarch.dev] synchronised (file:///src) [require.dev] synchronised (file:///src) [monaco.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-26 12:51.51 ---> saved as "67c3fe9f8e5903c909913cf60739f99b6e2f7909060d779a4fffbe46a3148bfa" /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 dune.3.23.1 (cached) -> retrieved js_of_ocaml-compiler.6.4.0, js_of_ocaml-toplevel.6.4.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (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) -> 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 cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed seq.base -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed dune.3.23.1 -> installed either.1.0.0 -> installed menhirCST.20260209 -> installed gen.1.1 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed ppx_derivers.1.2.1 -> installed menhirSdk.20260209 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed sexplib0.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.8 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-26 12:54.17 ---> saved as "b29a3f07b02436198bced8c4025ae3649ca2223b7ff1887415c7b738098a9b59" /src: (copy (src .) (dst /src)) 2026-06-26 12:54.23 ---> saved as "54fe538de22b628f6ba2f731d97e344b0c7616d4a4a640898e2cc042b569a2eb" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-06-26 12:54.28 ---> saved as "038974ab6d088042d6a686ee1f9d6bb061d9d8e1665343b5c492f897f0642e8e" Job succeeded 2026-06-26 12:54.29: Job succeeded