2026-04-13 10:20.44: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-x86_64:(lint-opam)) Base: ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c Opam files lint 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.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c # debian-13-5.0_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 brr.0.0.8 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 either.1.0.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml-compiler.6.3.2 js_of_ocaml-toplevel.6.3.2 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.38.0 re.1.14.0 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y require.dev monarch.dev monaco.dev $DEPS RUN opam install $DEPS ENV CI="true" ENV OCAMLCI="true" WORKDIR /src COPY --chown=1000:1000 . /src/ RUN opam lint RUN opam exec -- opam-dune-lint END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-13 10:20.44: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c-debian-13-5.0_opam-2.5-d42f0c5c75ae05ba253ff34ad77c83e0" 2026-04-13 10:20.44: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c) (comment debian-13-5.0_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.2 /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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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 (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 brr.0.0.8 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 either.1.0.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml-compiler.6.3.2 js_of_ocaml-toplevel.6.3.2 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.38.0 re.1.14.0 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4 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.2 --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")) (env CI true) (env OCAMLCI true) (workdir /src) (copy (src .) (dst /src/)) (run (shell "opam lint")) (run (shell "opam exec -- opam-dune-lint")) ) 2026-04-13 10:20.44: Waiting for resource in pool OCluster 2026-04-13 11:25.28: Waiting for worker… 2026-04-13 11:27.47: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at b30eb6f Add ISC license. (from ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c) Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c' locally docker.io/ocaml/opam@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c: Pulling from ocaml/opam 8f6ad858d0a4: Already exists 9cb5e198c8cf: Already exists 2d346d36dcf2: Already exists cdc35e289b8d: Already exists aeb7244bb580: Already exists fc1943254a0d: Already exists 84238c416f8e: Already exists fbbfe75d3112: Already exists 221fdc5d9929: Already exists 1fec9149b52a: Already exists 9c6e52557f24: Already exists 8737f5036aae: Already exists d69c4074de14: Already exists 7237152a5f04: Already exists fba4b414d8a0: Already exists 40d552afb3ef: Already exists 077cc17dc8e4: Already exists 077cc17dc8e4: Already exists 169e1be36a55: Already exists 0a8a005097ab: Already exists caba3ec4b361: Already exists 6a364dc641f8: Already exists 4f4fb700ef54: Already exists ab8052928cdc: Already exists f5717a28dd6a: Already exists 79233a9b9bed: Already exists d832d53e7392: Already exists 1872dad82243: Already exists bfd849b08ba7: Already exists 834a8024ef15: Already exists 98ccec79258b: Already exists fb48f36a0542: Already exists 3688b13db8e7: Already exists a5c099f5f72c: Already exists 1ff1760de5b0: Already exists 98eec6764aa5: Already exists aa22ae69debd: Already exists 12bfb7b962a2: Already exists ec25ce9bb816: Already exists beadd3cf7357: Already exists d0d0c65a426d: Already exists df506dc1e167: Pulling fs layer 7bfa149e0cf6: Pulling fs layer 8ebf58b62512: Pulling fs layer 6ca53b029af3: Pulling fs layer 8ebf58b62512: Waiting 6ca53b029af3: Waiting 7bfa149e0cf6: Verifying Checksum 7bfa149e0cf6: Download complete 8ebf58b62512: Verifying Checksum 8ebf58b62512: Download complete 6ca53b029af3: Verifying Checksum 6ca53b029af3: Download complete df506dc1e167: Verifying Checksum df506dc1e167: Download complete df506dc1e167: Pull complete 7bfa149e0cf6: Pull complete 8ebf58b62512: Pull complete 6ca53b029af3: Pull complete Digest: sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c Status: Downloaded newer image for ocaml/opam@sha256:6e1c68e30833ef236c68dbf10d24510d16ed155dff5b031c3a15244f418af35c 2026-04-13 11:27.49 ---> using "6116e7795090b394b692c35f7698f578c9549652048c83e565dc2c1a06de6fcb" from cache /: (comment debian-13-5.0_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.2 /usr/bin/opam")) 2026-04-13 11:27.49 ---> using "9f73e888f58f205f4ed693bd846edc639b3f05bd35d8e2971ce8b8ce8c397995" 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 2026-04-13 11:27.49 ---> using "780d275652ad88d59acd83f29ed61097c4e7168968b11df2f2b7fd8f47199406" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.0.0 2.2.1 2026-04-13 11:27.49 ---> using "1b7c40935a87bdb99d644323913de44f778053297527df776c078014031615c6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-13 11:27.49 ---> using "1fb5a6bcfbd3c2f530a34194a9aa41f2286c1c6c2f40ada798afb80f61bc5b82" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u")) 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0 <><> 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. # Run eval $(opam env) to update the current shell environment 2026-04-13 11:27.49 ---> using "569ab84a4b03119f5e39c8f73e103f01e4ddaacbc86494b5fa64be09a299f6ab" from cache /src: (copy (src require.opam monarch.opam monaco.opam) (dst ./)) 2026-04-13 11:27.49 ---> saved as "414f39991b4bd6027f0d90a6d897be8ad656e06ab689e3d41e975bd446df01f6" /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) 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' 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) 2026-04-13 11:27.57 ---> saved as "de6b8fa4895b5e360b4f5c9ffea29096fda051d1f7b2c53a2d692a1bfd6571ee" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-13 11:27.57 ---> saved as "7f3632bf13c44c83d841c2376109f72223a1191d87efcd5703249a293032d171" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 brr.0.0.8 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 either.1.0.0 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml-compiler.6.3.2 js_of_ocaml-toplevel.6.3.2 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.38.0 re.1.14.0 rresult.0.7.0 sedlex.3.7 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4 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.2 --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 amd64 Packages [122 kB] - Fetched 213 kB in 0s (1079 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-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2026-04-13 11:28.20 ---> saved as "99e3dd9979763bae631b165ea7bb13bf60855a2ad75d2bde05bb8da1cf42bee5" /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-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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 51 packages - install astring 0.8.5 - install bos 0.2.1 - install brr 0.0.8 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.20.2 - install dyn 3.20.2 - install either 1.0.0 - install fmt 0.11.0 - install fpath 0.7.3 - install gen 1.1 - install js_of_ocaml-compiler 6.3.2 - install js_of_ocaml-toplevel 6.3.2 - install jsonm 1.0.2 - install logs 0.10.0 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install num 1.6 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install opam-core 2.5.0 - install opam-dune-lint 0.6 - install opam-file-format 2.2.0 - install opam-format 2.5.0 - install opam-repository 2.5.0 - install opam-state 2.5.0 - install ordering 3.20.2 - install parsexp v0.16.0 - install patch 3.1.0 - install pp 2.0.0 - install ppx_derivers 1.2.1 - install ppxlib 0.38.0 - install re 1.14.0 - install rresult 0.7.0 - install sedlex 3.7 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install stdune 3.20.2 - install swhid_core 0.1 - install topkg 1.1.1 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved gen.1.1 (cached) -> retrieved brr.0.0.8 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> retrieved js_of_ocaml-compiler.6.3.2, js_of_ocaml-toplevel.6.3.2 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> installed cmdliner.2.1.0 -> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (cached) -> retrieved opam-dune-lint.0.6 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved patch.3.1.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sedlex.3.7 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed gen.1.1 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-compiler-libs.v0.12.4 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed spdx_licenses.1.4.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed patch.3.1.0 -> installed sexplib0.v0.16.0 -> installed re.1.14.0 -> installed sha.1.15.4 -> installed ordering.3.20.2 -> installed ocamlgraph.2.2.0 -> installed yojson.3.0.0 -> installed parsexp.v0.16.0 -> installed dyn.3.20.2 -> installed sexplib.v0.16.0 -> installed opam-core.2.5.0 -> installed stdune.3.20.2 -> installed menhir.20260209 -> installed opam-file-format.2.2.0 -> installed opam-format.2.5.0 -> installed ppxlib.0.38.0 -> installed opam-repository.2.5.0 -> installed sedlex.3.7 -> installed opam-state.2.5.0 -> installed js_of_ocaml-compiler.6.3.2 -> installed logs.0.10.0 -> installed js_of_ocaml-toplevel.6.3.2 -> installed bos.0.2.1 -> installed opam-dune-lint.0.6 -> installed brr.0.0.8 Done. # Run eval $(opam env) to update the current shell environment 2026-04-13 11:33.14 ---> saved as "9d8c9f601baa02d0493c3a68a7cd1ccb4a94254a6c470759a87366098b8c7737" /src: (env CI true) /src: (env OCAMLCI true) /src: (workdir /src) /src: (copy (src .) (dst /src/)) 2026-04-13 11:33.28 ---> saved as "d908efe85a2ee28234acc0ff97d57b7a4ed0b5c25c15cf381c390825d3ed396a" /src: (run (shell "opam lint")) /src/require.opam: Warnings. warning 35: Missing field 'homepage' warning 36: Missing field 'bug-reports' /src/monarch.opam: Warnings. warning 35: Missing field 'homepage' warning 36: Missing field 'bug-reports' /src/monaco.opam: Warnings. warning 35: Missing field 'homepage' warning 36: Missing field 'bug-reports' 2026-04-13 11:33.29 ---> saved as "3a2f3eacde1ef82384398baa7201f7518956f5463fff5d791a8c0ad79b8b57ed" /src: (run (shell "opam exec -- opam-dune-lint")) monaco.opam: OK monarch.opam: OK require.opam: OK 2026-04-13 11:33.29 ---> saved as "3686d34ca0c5372b837b6d1fb369d46af7a0908dfd4a237a62dd3093bb67299d" Job succeeded 2026-04-13 11:33.30: Job succeeded