2025-07-10 14:47.13: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.3) Base: freebsd-14.2-ocaml-5.3 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 freebsd-14.2-ocaml-5.3 # freebsd-14.2-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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-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-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.3-ed85d142ba78ebb32af24fed1cc53327" 2025-07-10 14:47.13: Using OBuilder spec: ((from freebsd-14.2-ocaml-5.3) (comment freebsd-14.2-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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-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 21:31.47: Waiting for worker… 2025-07-10 23:43.57: Got resource from pool OCluster Building on rosemary All commits already cached Updating files: 100% (1182/1182), done. HEAD is now at b30eb6f Add ISC license. (from freebsd-14.2-ocaml-5.3) 2025-07-10 23:44.27 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache /: (comment freebsd-14.2-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam")) 2025-07-10 23:44.28 ---> using "6c919feff42b8acbece064f547886f17e62a0f8c652c95803d5cc1a0edc05bf0" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-07-10 23:44.28 ---> using "ef1aecc2d79e0d6d7a69975e03fbee48aae321cc5ded967c4b85817abcd33408" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.2-RELEASE-p1 The OCaml toplevel, version 5.3.0 2.3.0 2025-07-10 23:44.29 ---> using "b81c61e28dd398a2621aef3fc778c808fda4399fe66dbfb28a40b55bd44ce32a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-10 23:44.29 ---> using "46859cd3f1ed5f6081f98d282b27cc9fcab2b0b04b4be45ac52d723eb6d8a59e" 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 0d013e603b..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). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-compiler.5.5 ∗ ocaml-base-compiler.5.4.0~alpha1 is installed and requires ocaml-compiler = 5.4.0~alpha1 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-07-10 23:44.30 ---> using "a39973ac1c646ad2473f988a339a874ae12e6bde69db8eebdbd796e88ce9c5b5" from cache /src: (copy (src require.opam monarch.opam monaco.opam) (dst ./)) 2025-07-10 23:44.32 ---> saved as "978fb81ab2567d4f7b2dd1ec0ba4f706926f8dfc4e8e8fc128b3e92634c66357" /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 23:44.40 ---> saved as "aa22baba19e39265fcae3fa9af0029db42f6e12eb472181659144677dbacee26" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-10 23:44.41 ---> saved as "5d68e8171732d8d8eead85fb0aff574f034939f1f73107eb49d80cbcbd457006" /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-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")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [monaco.dev] synchronised (file:///src) [require.dev] synchronised (file:///src) [monarch.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.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 23:44.52 ---> saved as "c73e534cc043cf70b07945ee838100ed52b263e3177d75e88b11de81ae32b036" /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.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 ∗ 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-compiler-libs v0.17.0 ∗ 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 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved either.1.0.0 (cached) ⬇ retrieved brr.0.0.7 (cached) ⬇ retrieved gen.1.1 (cached) ⬇ retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached) ∗ installed cmdliner.1.3.0 ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved js_of_ocaml-compiler.6.1.1, js_of_ocaml-toplevel.6.1.1 (cached) ∗ installed ocamlbuild.0.16.1 ⬇ retrieved ppxlib.0.36.0 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sedlex.3.6 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved dune.3.19.1 (cached) ⬇ retrieved yojson.3.0.0 (cached) ⬇ retrieved topkg.1.0.8 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed topkg.1.0.8 ∗ installed dune.3.19.1 ∗ installed stdlib-shims.0.3.0 ∗ installed sexplib0.v0.17.0 ∗ installed ppx_derivers.1.2.1 ∗ installed menhirSdk.20240715 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed yojson.3.0.0 ∗ installed menhirLib.20240715 ∗ installed menhirCST.20240715 ∗ installed gen.1.1 ∗ installed either.1.0.0 ∗ installed ppxlib.0.36.0 ∗ installed sedlex.3.6 ∗ installed menhir.20240715 ∗ installed js_of_ocaml-compiler.6.1.1 ∗ installed js_of_ocaml-toplevel.6.1.1 ∗ installed brr.0.0.7 Done. 2025-07-11 00:32.36 ---> saved as "dea6eb9cb7014ada8f8496212b00e4e18b8182762e9dabd4dcc16719edc5bb68" /src: (copy (src .) (dst /src)) 2025-07-11 00:32.43 ---> saved as "7f74da57eb5bf580bf1b729f2bda1f3a51c78605a34be1898d4ec427a9a40cb5" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-11 00:32.47 ---> saved as "fd584b8d721ff56d1ec788d84c9cab418582bd3b1fb6be6cc7d964e63fbe16c0" Job succeeded 2025-07-11 00:32.48: Job succeeded