2025-07-10 14:47.13: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-arm64:debian-12-5.3_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7 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-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7 # debian-12-5.3_arm32_opam-2.3 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e cd1d2da68c683279e78955ec39c84fe1e9771480 || git fetch origin master) && git reset -q --hard cd1d2da68c683279e78955ec39c84fe1e9771480 && git log --no-decorate -n1 --oneline && 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.7 cmdliner.1.3.0 dune.3.19.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.1.1 js_of_ocaml-toplevel.6.1.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-07-10 14:47.13: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7-debian-12-5.3_arm32_opam-2.3-dcd05dce385ef7474cf09576261bdfc6" 2025-07-10 14:47.13: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7) (comment debian-12-5.3_arm32_opam-2.3) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 cd1d2da68c683279e78955ec39c84fe1e9771480 || git fetch origin master) && git reset -q --hard cd1d2da68c683279e78955ec39c84fe1e9771480 && 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.7 cmdliner.1.3.0 dune.3.19.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.1.1 js_of_ocaml-toplevel.6.1.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --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-07-10 14:47.13: Waiting for resource in pool OCluster 2025-07-10 15:36.27: Waiting for worker… 2025-07-10 15:58.06: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at b30eb6f Add ISC license. (from ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7' locally docker.io/ocaml/opam@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7: Pulling from ocaml/opam 51b5d5979d62: Pulling fs layer 51b5d5979d62: Verifying Checksum 51b5d5979d62: Download complete 51b5d5979d62: Pull complete Digest: sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7 Status: Downloaded newer image for ocaml/opam@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-07-10 15:58.07 ---> using "1aa39bdb43901a4d6f32f97a6d8390b4e32e3d55758ad1c8ba04f5f1246404ac" from cache /: (comment debian-12-5.3_arm32_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-10 15:58.07 ---> using "cb2082d3aac129cd115b2b158cce33c85f7d1346bc95c82bd61b788504eaeb7e" 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 development 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-10 15:58.07 ---> using "edd64664821ac15c4751b9ddfb52c4395044502c135e11651aeca0cf43c30a17" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-07-10 15:58.07 ---> using "c27ac856fcf11212e0ac969d6e58862a0863d32c1553ac81a5413df5877d7477" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-10 15:58.07 ---> using "992410eda13c1a21db79539b0ab44705fbb22370eeacc682ad5a3f659bfd34fe" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cd1d2da68c683279e78955ec39c84fe1e9771480 || git fetch origin master) && git reset -q --hard cd1d2da68c683279e78955ec39c84fe1e9771480 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 6dea2f9390..0094db1438 master -> origin/master cd1d2da68c Merge pull request #28144 from hhugo/release-js_of_ocaml-6.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-10 15:58.07 ---> using "c697b19990a5acdfbd69d85634280886f655395e1d006c251f2e01e5cf065284" from cache /src: (copy (src require.opam monarch.opam monaco.opam) (dst ./)) 2025-07-10 15:58.07 ---> saved as "579408078f803efc034b0d76b22e82d1436efe5245b3db503f15900d9d21295b" /src: (run (network host) (shell "opam pin add -yn require.dev './' && \ \nopam pin add -yn monarch.dev './' && \ \nopam pin add -yn monaco.dev './'")) Package require does not exist, create as a NEW package? [y/n] y [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) Package monarch does not exist, create as a NEW package? [y/n] y [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) Package monaco does not exist, create as a NEW package? [y/n] y [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-07-10 15:58.13 ---> saved as "eeceb7837acc0a8b4fd52789bc9ce17a372959f3274684121f5d68250bae6824" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-10 15:58.13 ---> saved as "cd05937a76e63480b4af92d5b860e60fc5a40f4785a0781240717057bb70c387" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.19.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.1.1 js_of_ocaml-toplevel.6.1.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y require.dev monarch.dev monaco.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [253 kB] - Fetched 357 kB in 0s (788 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [monarch.dev] synchronised (file:///src) [monaco.dev] synchronised (file:///src) [require.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-option-bytecode-only 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-07-10 15:58.24 ---> saved as "3e282098dae17ac9a186ca6582d612989656bc6fab2203081bb2be9388a23584" /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-option-bytecode-only 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.7 - install cmdliner 1.3.0 - install dune 3.19.1 - install either 1.0.0 - install gen 1.1 - install js_of_ocaml-compiler 6.1.1 - install js_of_ocaml-toplevel 6.1.1 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - 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.36.0 - install sedlex 3.6 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved brr.0.0.7 (cached) -> retrieved either.1.0.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved dune.3.19.1 (cached) -> retrieved js_of_ocaml-compiler.6.1.1, js_of_ocaml-toplevel.6.1.1 (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 sexplib0.v0.17.0 (cached) -> retrieved sedlex.3.6 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved yojson.3.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed dune.3.19.1 -> installed either.1.0.0 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirCST.20240715 -> installed sexplib0.v0.17.0 -> installed menhirSdk.20240715 -> installed gen.1.1 -> installed menhirLib.20240715 -> installed yojson.3.0.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed menhir.20240715 -> installed ppxlib.0.36.0 -> installed sedlex.3.6 -> installed js_of_ocaml-compiler.6.1.1 -> installed js_of_ocaml-toplevel.6.1.1 -> installed brr.0.0.7 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-10 16:01.53 ---> saved as "72543a3591f381dceb9872d99b42af589c6b4fb49f878a37420760c9e49835da" /src: (copy (src .) (dst /src)) 2025-07-10 16:02.12 ---> saved as "9cf84638fb8bc86a40549ae03f20fbc41a1d7221ab9b45c24c9b2f4ae6ffbf3d" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-10 16:02.16 ---> saved as "1a3c767f691dfa3b4ef5cc1be2f0fdadfac0a510e229816431feacde66e57b15" Job succeeded 2025-07-10 16:02.18: Job succeeded