2025-11-26 10:36.53: 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:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28 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:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28 # debian-13-5.0_opam-2.4 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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.2.0 js_of_ocaml-toplevel.6.2.0 jsonm.1.0.2 logs.0.10.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.4.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.37.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 2025-11-26 10:36.53: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-13-ocaml-5.0@sha256:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28-debian-13-5.0_opam-2.4-52fc84ac0bc333e8c5fd08d3b48339ee" 2025-11-26 10:36.53: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.0@sha256:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28) (comment debian-13-5.0_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.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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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 "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.2.0 js_of_ocaml-toplevel.6.2.0 jsonm.1.0.2 logs.0.10.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.4.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.37.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")) ) 2025-11-26 10:36.53: Waiting for resource in pool OCluster 2025-11-26 14:19.51: Waiting for worker… 2025-11-26 14:23.08: 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:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28) Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28' locally docker.io/ocaml/opam@sha256:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28: Pulling from ocaml/opam 13cc39f8244a: Already exists b27d53669817: Already exists 062c909e206e: Already exists 265baae72087: Already exists b6b7b385247c: Already exists bfb7bf5b7c6d: Already exists b18c76fc18f2: Already exists 6bdbb37ee35f: Already exists 84035aa4da2d: Already exists 0c3307e14207: Already exists 30b92d637d72: Already exists 991b07583706: Already exists e1d7a79a1495: Already exists 6b08d63c6214: Already exists 4c7236344711: Already exists 12506f41e8b0: Already exists 12506f41e8b0: Already exists 2330d596aec1: Already exists a48299f5ec62: Already exists 04618a577568: Already exists 8c4b002d072b: Already exists 4f4fb700ef54: Already exists ff68f05e2976: Already exists d5543b560a3e: Already exists 4a9030bbb1ef: Already exists c59b3bec3411: Already exists 85a7c9be9495: Already exists dbc6bd8f2e44: Already exists 6680a5133ca2: Already exists 470c0056084c: Already exists 6b9af56b67cf: Already exists c572cde25fb3: Already exists 033b2d405acf: Already exists 663cc5b3d424: Already exists 840bbd47fded: Already exists fb8f644ba010: Already exists 66735543f230: Already exists 7896354b8c11: Already exists a0063722d8c2: Already exists 7018e4a5881b: Already exists 06436fd7f62d: Pulling fs layer cde927a0d81e: Pulling fs layer 4199a76c0c74: Pulling fs layer 06436fd7f62d: Waiting 4729d62cb70e: Pulling fs layer 4199a76c0c74: Waiting 4729d62cb70e: Waiting cde927a0d81e: Download complete 4199a76c0c74: Verifying Checksum 4729d62cb70e: Verifying Checksum 4729d62cb70e: Download complete 06436fd7f62d: Verifying Checksum 06436fd7f62d: Download complete 06436fd7f62d: Pull complete cde927a0d81e: Pull complete 4199a76c0c74: Pull complete 4729d62cb70e: Pull complete Digest: sha256:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28 Status: Downloaded newer image for ocaml/opam@sha256:a0cf5c5cb1f8ca4efebab87b6c14f9310ef972c73f209901227e88810a32ae28 2025-11-26 14:23.10 ---> using "7ab6011a357d375af0d8162f2ea16d9122504ea3adf94e8562c73e2e151b67be" from cache /: (comment debian-13-5.0_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.2 /usr/bin/opam")) 2025-11-26 14:23.10 ---> using "d170a22d07787e60664687dd32b2af5a435a96aebbb3cd3d54c36cb6e659e1b4" 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 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-26 14:23.10 ---> using "cf87cad028e6bd050ea52fa27caaeaa2214f107a7d04293f0270f2b105606c07" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.0.0 2.2.1 2025-11-26 14:23.10 ---> using "9c8bd9253ccdab80263cf6d30ae25308f68342fe920a8446c0901c2eb35eaa05" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-26 14:23.10 ---> using "53612552b08bab28c2decf9d62b776367e02910661f7561f808470f517ebea14" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 21f97b2e6d..cdece73aa3 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> 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 2025-11-26 14:23.10 ---> using "afa9cf570e469f0b2f2930acf30a24a0be14e523a77394fe02ccb25f36bbb408" from cache /src: (copy (src require.opam monarch.opam monaco.opam) (dst ./)) 2025-11-26 14:23.10 ---> saved as "a33356a21ac96be76de7fb0b2b5e147da6430066a96f424c308d7a93fe30dcab" /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) require is now pinned to file:///src (version dev) [WARNING] Failed checks on require package definition from source at file:///src: warning 35: Missing field 'homepage' warning 36: Missing field 'bug-reports' 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 [WARNING] Failed checks on monaco package definition from source at file:///src: warning 35: Missing field 'homepage' warning 36: Missing field 'bug-reports' [monaco.dev] synchronised (file:///src) monaco is now pinned to file:///src (version dev) 2025-11-26 14:23.19 ---> saved as "ea85eb26a1a910e7c291e4fbe0d2b4a5dacfaac5a2e4b81ff24a530470a05d3b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-26 14:23.20 ---> saved as "6c4419ebdd8d65f126d92f408b14303d30a5b83eddd415574b0432197b9c5086" /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.2.0 js_of_ocaml-toplevel.6.2.0 jsonm.1.0.2 logs.0.10.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.4.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 ppx_derivers.1.2.1 ppxlib.0.37.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" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main amd64 Packages [9670 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [72.1 kB] - Fetched 9973 kB in 2s (4845 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). 2025-11-26 14:23.41 ---> saved as "d7b3e17129df9edf2f71cae5be5a5e9ceb68718851c7f0a4ff987ead45f8b726" /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 50 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.2.0 - install js_of_ocaml-toplevel 6.2.0 - install jsonm 1.0.2 - install logs 0.10.0 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - 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.4.1 - install opam-dune-lint 0.6 - install opam-file-format 2.2.0 - install opam-format 2.4.1 - install opam-repository 2.4.1 - install opam-state 2.4.1 - 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.37.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 brr.0.0.8 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved gen.1.1 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (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.2.0, js_of_ocaml-toplevel.6.2.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-state.2.4.1 (cached) -> retrieved opam-dune-lint.0.6 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> installed cmdliner.2.1.0 -> installed num.1.6 -> 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 re.1.14.0 (cached) -> retrieved rresult.0.7.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 ppxlib.0.37.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> 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.20250912 -> installed menhirLib.20250912 -> installed menhirSdk.20250912 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed patch.3.1.0 -> installed spdx_licenses.1.4.0 -> installed swhid_core.0.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed ocamlgraph.2.2.0 -> installed re.1.14.0 -> installed ordering.3.20.2 -> installed yojson.3.0.0 -> installed parsexp.v0.16.0 -> installed sha.1.15.4 -> installed sexplib.v0.16.0 -> installed dyn.3.20.2 -> installed opam-core.2.4.1 -> installed stdune.3.20.2 -> installed menhir.20250912 -> installed opam-file-format.2.2.0 -> installed ppxlib.0.37.0 -> installed sedlex.3.7 -> installed opam-format.2.4.1 -> installed opam-repository.2.4.1 -> installed opam-state.2.4.1 -> installed js_of_ocaml-compiler.6.2.0 -> installed logs.0.10.0 -> installed js_of_ocaml-toplevel.6.2.0 -> 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 2025-11-26 14:28.16 ---> saved as "f27d02fa447dace267b1586bbdd3f8b234d9f94b17162cdd130f751e2f2c8ef8" /src: (env CI true) /src: (env OCAMLCI true) /src: (workdir /src) /src: (copy (src .) (dst /src/)) 2025-11-26 14:28.20 ---> saved as "ed5425a3a6dc06b488ea900660965352cae62c1ced4c45691196bc5923760980" /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' 2025-11-26 14:28.21 ---> saved as "e6500873ccbc059833df6d0177c2522328be6725e3d78676d620d0b90cf76b73" /src: (run (shell "opam exec -- opam-dune-lint")) monaco.opam: OK monarch.opam: OK require.opam: OK 2025-11-26 14:28.21 ---> saved as "9d67f6344881cef62ec1e26ab4d9f5c83deab8899a7eef873f61e0005c3f7de3" Job succeeded 2025-11-26 14:28.24: Job succeeded