2025-11-05 15:29.22: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-s390x:debian-13-5.4_s390x_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56Opam 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:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56# debian-13-5.4_s390x_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && 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.0.0 dune.3.20.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.37.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.4 --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-BLOCK2025-11-05 15:29.22: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56-debian-13-5.4_s390x_opam-2.4-9d4988f03dc1816b91105623a3d56936"2025-11-05 15:29.22: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56)(comment debian-13-5.4_s390x_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && 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 (network host)(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.0.0 dune.3.20.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.37.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.4 --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")))2025-11-05 15:29.22: Waiting for resource in pool OCluster2025-11-05 21:43.27: Waiting for worker…2025-11-06 01:00.14: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at b30eb6f Add ISC license.(from ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56' locallydocker.io/ocaml/opam@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56: Pulling from ocaml/opamDigest: sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56Status: Downloaded newer image for ocaml/opam@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b562025-11-06 01:00.15 ---> using "a128bfd01bb80d71478e91eb74ae251c04a8a545b2534d48961ea1523fc75e08" from cache/: (comment debian-13-5.4_s390x_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-06 01:00.15 ---> using "ad559bad5a33a6da23fc84750ec03380ea5444e2d9295767b1d4e210f765eae5" 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.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-06 01:00.15 ---> using "4a34856ac24d73631c028329e06537056ba0bceff9a06580b42b8b63d4b519c8" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-71-genericThe OCaml toplevel, version 5.4.02.4.12025-11-06 01:00.15 ---> using "05a9a0a08d2aac90a7a2f886a781f1521238963adfed37aa1bd3d89e7193bf49" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-06 01:00.15 ---> using "7dba89642174209eee340c93f50f8848a18627f0c8f31342d3e89f9c6dfdd3c1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..70d1dfb3b8 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-06 01:00.15 ---> using "b95939ac5eb4c381744fa39aabab5fbde6178e0c747a870dc14ad70f025ef40f" from cache/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))2025-11-06 01:00.17 ---> saved as "246c3d745641489a7d15272624fa23b1ea538fd87946f7c57d7007b43b46a432"/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)[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)2025-11-06 01:00.23 ---> saved as "8c8a26deafd29b1deaec8ceff739732d0923e75bc343cb58d5671524329e4933"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-06 01:00.24 ---> saved as "bc189a3e42dc5451e66c507fd346de0fe972bc0c9c4d414fdbd084a6bd7c71ab"/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.0.0 dune.3.20.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.37.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.4 --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 [63.4 kB]- Fetched 154 kB in 0s (796 kB/s)- Reading package lists...-<><> 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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).2025-11-06 01:00.37 ---> saved as "76a8a7677d9b262243535a8969bf393df96824c710669467159d8882ed6e28d2"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 22 packages- install brr 0.0.8- install cmdliner 2.0.0- install dune 3.20.2- install either 1.0.0- install gen 1.1- install js_of_ocaml-compiler 6.2.0- install js_of_ocaml-toplevel 6.2.0- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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.37.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.0.0 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved js_of_ocaml-compiler.6.2.0, js_of_ocaml-toplevel.6.2.0 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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.37.0 (cached)-> installed cmdliner.2.0.0-> 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 seq.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed dune.3.20.2-> installed either.1.0.0-> installed menhirCST.20250912-> installed gen.1.1-> installed menhirSdk.20250912-> installed menhirLib.20250912-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed menhir.20250912-> installed ppxlib.0.37.0-> installed sedlex.3.7-> installed js_of_ocaml-compiler.6.2.0-> installed js_of_ocaml-toplevel.6.2.0-> installed brr.0.0.8Done.# To update the current shell environment, run: eval $(opam env)2025-11-06 01:02.10 ---> saved as "8f49946e33bf78ef84f4d80fa794120397a3e5ac50f27ddd8d07336b2c3b8a4e"/src: (copy (src .) (dst /src))2025-11-06 01:02.13 ---> saved as "1dd5d7e8d80e5820e4e0381b2c91855c152eeedb656b685a974441081fbaaa33"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-11-06 01:02.16 ---> saved as "10517e19953452e1c6d93cecb786243148fef5977417e685c2ae05f6cbd4c2b3"Job succeeded2025-11-06 01:02.17: Job succeeded