2026-04-22 14:13.07: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/readme-grant (4336041bb4a60edba337751e099ef38b5aa33491) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "readme-grant" && cd "gospel" && git reset --hard 4336041bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30# debian-13-4.11_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 gospel.opam ./RUN opam pin add -yn gospel.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y gospel.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-22 14:13.07: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30-debian-13-4.11_opam-2.5-a9ce70809396d5c450ce40ab6fc89970"2026-04-22 14:13.07: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30)(comment debian-13-4.11_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src gospel.opam) (dst ./))(run (network host)(shell "opam pin add -yn gospel.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4")(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 gospel.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-04-22 14:13.07: Waiting for resource in pool OCluster2026-04-22 15:52.42: Waiting for worker…2026-04-22 15:55.10: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 4336041 Add ANR grant in README(from ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30)Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30' locallydocker.io/ocaml/opam@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Already existsc29591c91388: Already exists356a64daa753: Already existsac02f8f2062b: Already existsaaa2f390e4c8: Already existsb668811757f6: Already exists32fd4e1a774f: Already existsb1d486fb8fdf: Already existscf8a2024f299: Already exists8c4a5dac67c3: Already exists6adfe24d7b40: Already existsdccd6e3c0589: Already exists2ee4bcb55cd4: Already exists2dc3b58478d7: Already existsdaf15e5c44c6: Already exists564e978a8088: Already exists564e978a8088: Already exists25a652a8c456: Already existsb3bfea7bff3f: Already existsa00f2937f570: Already exists78bd1737ebff: Already exists4f4fb700ef54: Already exists4291a055edd7: Already exists3c2b2836d59a: Already exists7b3e96544a52: Already existsc72503effb14: Already existsbca08df11a10: Already exists2ab0829b2daf: Already exists1d246d4da211: Already existsa09cb4870027: Already exists2ce07b4fe7c0: Already exists6b96f28d505e: Already existsb6ad36bba9bf: Already exists56d62791a0f9: Already exists4d60780055d1: Already exists43f57a7c44cb: Already existsf21057dc4e85: Already existse0d2ca1300ed: Already exists9da2f7598f8e: Already existscb569bb28593: Already exists19466215109a: Pulling fs layer19466215109a: Waiting63fa251d3f94: Pulling fs layerf78c0985c35f: Pulling fs layer63fa251d3f94: Waiting24c8eb25f40f: Pulling fs layerf78c0985c35f: Waiting24c8eb25f40f: Waiting19466215109a: Verifying Checksum19466215109a: Download complete63fa251d3f94: Verifying Checksum63fa251d3f94: Download completef78c0985c35f: Download complete24c8eb25f40f: Download complete19466215109a: Pull complete63fa251d3f94: Pull completef78c0985c35f: Pull complete24c8eb25f40f: Pull completeDigest: sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30Status: Downloaded newer image for ocaml/opam@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d302026-04-22 15:55.10 ---> using "6e90916465a21bba0f6244811c28283c9f28721d32ae7c6c05a01c201d3a411c" from cache/: (comment debian-13-4.11_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-22 15:55.11 ---> saved as "d5390cfca8d0ddc6936bf41c119c3af6aceccb4b7d842a1e4bbeb093ec439e64"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 15:55.56 ---> saved as "8e56974fb7139a7add571826021b8faee050487b6e64dd9e65b295d95a9896ff"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.11.22.2.12026-04-22 15:55.57 ---> saved as "9c29ba8d72b2dcc604b720c448bb36b3de2642b734cf76d4d95b2f06998fcd11"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:55.58 ---> saved as "155cb2808f22cfcb966a20a4050179c624cb41cdee13d8884c91361f48142c8c"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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 environment2026-04-22 15:56.40 ---> saved as "db66c78c4bab7fe7075717d58d74cd9026a9e2031910f59f5f2e32e3b24ce114"/src: (copy (src gospel.opam) (dst ./))2026-04-22 15:56.41 ---> saved as "5b85faa41483a4e787a88eb2ce6d1a788da310be08e308ed71e6ac546dbc46c3"/src: (run (network host)(shell "opam pin add -yn gospel.dev './'"))[gospel.dev] synchronised (file:///src)gospel is now pinned to file:///src (version dev)2026-04-22 15:56.44 ---> saved as "d2afc42479435098df649330eaad8c89a0ac350a9bc7cc98630a73c2bfb04cd2"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:56.45 ---> saved as "a70a0ab1b0df432d4349932f506ca3872fdd1d7f07e4b1ebf63ebcbc69ef7e5c"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4")/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 gospel.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 [127 kB]- Fetched 217 kB in 0s (1013 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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-bigarray is already installed (current version is base).2026-04-22 15:57.07 ---> saved as "c986abdd5d649a1718381a47dea18039a0d381ba16f68184e41cfb732f0fa0c0"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 31 packages- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.1- install cppo 1.8.0- install crunch 4.0.0- install dune 3.22.2- install dune-build-info 3.22.2- install fmt 0.11.0- install fpath 0.7.3- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install odoc 3.1.0- install odoc-parser 3.1.0- install pp_loc 2.1.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.38.0- install ptime 1.2.0- install re 1.11.0- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install tyxml 4.6.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pp_loc.2.1.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved dune.3.22.2, dune-build-info.3.22.2 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved seq.base (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.2.1.1-> installed seq.base-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed dune-build-info.3.22.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed pp_loc.2.1.0-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed re.1.11.0-> installed ocaml-compiler-libs.v0.12.4-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed menhir.20260209-> installed odoc.3.1.0-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1Done.# Run eval $(opam env) to update the current shell environment2026-04-22 16:01.31 ---> saved as "4d0846a65d7346c47bdf1dfcccdd39c059f8a4ea1246eb2b757233c43d479415"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package odoc is already installed (current version is 3.1.0).[NOTE] Package dune is already installed (current version is 3.22.2).2026-04-22 16:01.35 ---> saved as "130923429ebb2f0f8aa3a8d443d2f121d6fafee9eb5e920b8f8f1348271cc294"/src: (copy (src .) (dst /src/))2026-04-22 16:01.37 ---> saved as "e9188617b3dc2b8fdd2f1620945d266977d0b91966e4bdfce4252e1c47f4f934"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/docs/stdlib/.gospelstdlib.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/gospel --pkg gospel -o gospelstdlib.odoc gospelstdlib.cmti)File "../../src/stdlib/gospelstdlib.mli", line 38, character 6 to line 40, character 23:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 41, character 6 to line 43, character 18:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 44, character 6 to line 46, character 18:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 47, character 6 to line 49, character 18:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 56, character 6 to line 58, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 57, character 6 to line 59, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 59, character 6 to line 61, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 60, character 6 to line 62, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 61, character 6 to line 63, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 62, character 6 to line 64, character 46:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 63, character 6 to line 65, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 64, character 6 to line 66, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 66, character 6 to line 68, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 67, character 6 to line 69, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 69, character 6 to line 71, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 70, character 6 to line 72, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 74, character 6 to line 76, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 75, character 6 to line 77, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 76, character 6 to line 78, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 77, character 6 to line 79, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 81, character 6 to line 83, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 82, character 6 to line 84, character 46:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 83, character 6 to line 85, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 84, character 6 to line 86, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 86, character 6 to line 88, character 51:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 89, character 6 to line 91, character 52:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 93, character 6 to line 95, character 58:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 104, character 6 to line 107, character 15:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 107, character 6 to line 109, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 108, character 6 to line 110, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 112, character 6 to line 114, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 115, character 6 to line 117, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 120, character 6 to line 122, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 125, character 6 to line 127, character 54:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 128, character 6 to line 130, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 131, character 6 to line 133, character 82:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 132, character 6 to line 134, character 66:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 133, character 6 to line 135, character 66:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 136, character 8 to line 138, character 30:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 139, character 8 to line 141, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 142, character 8 to line 144, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 145, character 8 to line 147, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 148, character 8 to line 150, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 151, character 8 to line 153, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 155, character 8 to line 157, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 159, character 8 to line 161, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 163, character 8 to line 165, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 167, character 8 to line 169, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 170, character 8 to line 172, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 173, character 8 to line 175, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 177, character 8 to line 179, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 181, character 8 to line 183, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 185, character 8 to line 187, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 188, character 8 to line 190, character 56:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 191, character 8 to line 193, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 195, character 8 to line 197, character 81:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 199, character 8 to line 201, character 75:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 209, character 8 to line 211, character 26:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 212, character 8 to line 214, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 215, character 8 to line 217, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 219, character 8 to line 221, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 223, character 8 to line 225, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 226, character 8 to line 228, character 58:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 230, character 8 to line 232, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 233, character 8 to line 235, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 237, character 8 to line 239, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 241, character 8 to line 243, character 62:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 245, character 8 to line 247, character 71:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 249, character 8 to line 251, character 72:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 253, character 8 to line 255, character 68:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 257, character 8 to line 259, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 260, character 8 to line 262, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 263, character 8 to line 265, character 68:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 266, character 8 to line 268, character 68:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 269, character 8 to line 271, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 272, character 8 to line 275, character 15:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 275, character 8 to line 277, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 281, character 8 to line 283, character 27:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 284, character 8 to line 286, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 287, character 8 to line 289, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 290, character 8 to line 292, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 293, character 8 to line 295, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 297, character 8 to line 299, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 301, character 8 to line 303, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 304, character 8 to line 306, character 53:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 308, character 8 to line 310, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 312, character 8 to line 314, character 62:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 316, character 8 to line 318, character 71:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 320, character 8 to line 322, character 72:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 324, character 8 to line 326, character 67:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 328, character 8 to line 330, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 331, character 8 to line 333, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 334, character 8 to line 336, character 67:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 337, character 8 to line 339, character 67:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 340, character 8 to line 342, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 343, character 8 to line 345, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 344, character 8 to line 346, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 346, character 8 to line 349, character 15:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 348, character 8 to line 350, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 350, character 8 to line 352, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 352, character 8 to line 354, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 356, character 8 to line 358, character 60:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 365, character 8 to line 367, character 25:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 368, character 8 to line 370, character 54:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 371, character 8 to line 373, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 374, character 8 to line 376, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 377, character 8 to line 379, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 380, character 8 to line 382, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 383, character 8 to line 385, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 386, character 8 to line 388, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 389, character 8 to line 391, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 393, character 8 to line 395, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 397, character 8 to line 399, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 401, character 8 to line 403, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 404, character 8 to line 406, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 408, character 8 to line 410, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 412, character 8 to line 414, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 415, character 8 to line 417, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 419, character 8 to line 421, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 423, character 8 to line 425, character 63:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 427, character 8 to line 429, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 430, character 8 to line 432, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 434, character 8 to line 436, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 437, character 8 to line 439, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 441, character 8 to line 443, character 67:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 446, character 8 to line 448, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 450, character 8 to line 452, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 451, character 8 to line 453, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 453, character 8 to line 455, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 454, character 8 to line 456, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 459, character 6 to line 461, character 29:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 463, character 8 to line 465, character 25:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 466, character 8 to line 468, character 46:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 469, character 8 to line 471, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 472, character 8 to line 474, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 475, character 8 to line 477, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 478, character 8 to line 480, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 481, character 8 to line 483, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 484, character 8 to line 486, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 487, character 8 to line 489, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 490, character 8 to line 492, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 493, character 8 to line 495, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 496, character 8 to line 498, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 499, character 8 to line 501, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 502, character 8 to line 504, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 505, character 8 to line 507, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 508, character 8 to line 510, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 512, character 8 to line 514, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 516, character 8 to line 518, character 63:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 520, character 8 to line 522, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 523, character 8 to line 525, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 527, character 8 to line 529, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 530, character 8 to line 532, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 534, character 8 to line 536, character 67:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 539, character 8 to line 541, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 540, character 8 to line 542, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 542, character 8 to line 544, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 543, character 8 to line 545, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 546, character 6 to line 548, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 554, character 8 to line 563, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 572, character 8 to line 574, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 574, character 8 to line 576, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 576, character 8 to line 578, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 578, character 8 to line 580, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../src/stdlib/gospelstdlib.mli", line 580, character 8 to line 582, character 42:Warning: Code blocks should be indented at the opening `{`.(cd _build/default/_doc/_odocls/gospel && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/gospel -I ../../../docs/stdlib/.gospelstdlib.objs/byte -I ../../../src/.gospel.objs/byte -I ../../../src/ppx_odoc_of_gospel/.ppx_odoc_of_gospel.objs/byte -o gospelstdlib.odocl ../../../docs/stdlib/.gospelstdlib.objs/byte/gospelstdlib.odoc)File "../../src/stdlib/gospelstdlib.mli", line 338, characters 15-25:Warning: Failed to resolve reference unresolvedroot(_exists) Couldn't find "_exists"File "../../src/stdlib/gospelstdlib.mli", line 335, characters 15-25:Warning: Failed to resolve reference unresolvedroot(for_all) Couldn't find "for_all"File "../../src/stdlib/gospelstdlib.mli", line 313, characters 15-21:Warning: Failed to resolve reference unresolvedroot(map) Couldn't find "map"File "../../src/stdlib/gospelstdlib.mli", line 302, characters 15-24:Warning: Failed to resolve reference unresolvedroot(append) Couldn't find "append"File "../../src/stdlib/gospelstdlib.mli", line 267, characters 15-25:Warning: Failed to resolve reference unresolvedroot(_exists) Couldn't find "_exists"File "../../src/stdlib/gospelstdlib.mli", line 264, characters 15-25:Warning: Failed to resolve reference unresolvedroot(for_all) Couldn't find "for_all"File "../../src/stdlib/gospelstdlib.mli", line 242, characters 15-21:Warning: Failed to resolve reference unresolvedroot(map) Couldn't find "map"File "../../src/stdlib/gospelstdlib.mli", line 146, characters 35-44:Warning: Failed to resolve reference unresolvedroot(return) Couldn't find "return"File "../../src/stdlib/gospelstdlib.mli", line 137, characters 20-31:Warning: Failed to resolve reference unresolvedroot(sequence) Couldn't find "sequence"2026-04-22 16:01.58 ---> saved as "91e3ef1b8334ad8349342c49bc8552b8e1fb723ab809178fdd75b1eafebd1b4e"Job succeeded2026-04-22 16:01.58: Job succeeded