2025-12-15 14:44.23: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (2632a93dde3783347cdbe476b7a0dc00ff60d065) (linux-x86_64:(lint-doc))Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:a0c1723a110c08defb88eb348da408dda1e97cc67f7b5978091a31df7eb5720aOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 2632a93dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:a0c1723a110c08defb88eb348da408dda1e97cc67f7b5978091a31df7eb5720a# alpine-3.22-4.14_opam-2.4USER 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 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-BLOCK2025-12-15 14:44.23: Using cache hint "ocaml-gospel/gospel-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:a0c1723a110c08defb88eb348da408dda1e97cc67f7b5978091a31df7eb5720a-alpine-3.22-4.14_opam-2.4-445578997aa01d193551a361a66a77a1"2025-12-15 14:44.23: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:a0c1723a110c08defb88eb348da408dda1e97cc67f7b5978091a31df7eb5720a)(comment alpine-3.22-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)(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.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 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)")))2025-12-15 14:44.23: Waiting for resource in pool OCluster2025-12-15 23:00.57: Waiting for worker…2025-12-15 23:03.11: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 2632a93 Merge pull request #473 from mrjazzybread/namelookup(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:a0c1723a110c08defb88eb348da408dda1e97cc67f7b5978091a31df7eb5720a)2025-12-15 23:28.18 ---> using "ece82a8ac6d41a1ab09fb11091965cb1ec871520b8574cef65f50dce7f99ce3f" from cache/: (comment alpine-3.22-4.14_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-12-15 23:28.18 ---> using "dc259fae3b6e8c59e91deb1a68cb33d41f4df7a2c13f42069a7f9aa8e4f051e3" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-15 23:28.18 ---> using "5ffd5788c0b473ccc5f03a0ae6600ec644a52df609d8a36c0001876446882986" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.2.12025-12-15 23:28.18 ---> using "f226fa52ad75e888c3b73dc96140dc55558bada0d1c05f108027f6a0be7510b4" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-15 23:28.18 ---> using "3b32ee39ea453a7dabfa5538f7674f5c85b56e134cd347f0b6af0cf269d8fbc0" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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 environment2025-12-15 23:28.18 ---> using "b375427ed9db5bbdef3f8765706ae7e95464ed3a3657c34176640235dc4fc7a0" from cache/src: (copy (src gospel.opam) (dst ./))2025-12-15 23:28.18 ---> saved as "00b3a39435fdcbe8df1b585f861b03f75fae5be40cc63269f753060e9be18a22"/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)2025-12-15 23:28.20 ---> saved as "07c3e80aaf62acf86ea6ddf420167ac0c898d36d37c8293d89b1daaf9933038e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-15 23:28.21 ---> saved as "c083dd53efe2252516b15f3f533fb525b90f6d9097f759356eb1c05b721410f1"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 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 "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v3.23.0-996-g0679211a501 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.23.0-1021-gc6c0b6fe297 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.23.0-1018-g35942ed38c2 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 60360 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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).2025-12-15 23:28.32 ---> saved as "5de44d5bfa15aae0bfd6344b487b92b29e5f5144999eda0d1ae56f003ddbab12"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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 34 packages- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cppo 1.8.0- install crunch 4.0.0- install dune 3.20.2- install dune-build-info 3.20.2- install fmt 0.11.0- install fpath 0.7.3- install inferno 20220603- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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 pprint 20230830- install ppx_blob 0.9.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.37.0- install ptime 1.2.0- install re 1.14.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install tyxml 4.6.0- install unionFind 20250818- 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.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved inferno.20220603 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved pp_loc.2.1.0 (cached)-> retrieved pprint.20230830 (cached)-> retrieved ppx_blob.0.9.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed cmdliner.2.1.0-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved unionFind.20250818 (cached)-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed menhirCST.20250912-> installed menhirSdk.20250912-> installed pp_loc.2.1.0-> installed pprint.20230830-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed unionFind.20250818-> installed menhirLib.20250912-> installed inferno.20220603-> installed odoc-parser.3.1.0-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed dune-build-info.3.20.2-> installed tyxml.4.6.0-> installed odoc.3.1.0-> installed menhir.20250912-> installed ppxlib.0.37.0-> installed ppx_blob.0.9.0-> installed ppx_deriving.6.1.1Done.# Run eval $(opam env) to update the current shell environment2025-12-15 23:29.24 ---> saved as "56ee5481dc59a81e3d40ab51d55c1dec345a4be99a53fb15afc51a12fbb85c0b"/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.20.2).2025-12-15 23:29.27 ---> saved as "55398ceb09b86a5a18a19d581d3215be62af372f18bce9a6c49ff54aefe67086"/src: (copy (src .) (dst /src/))2025-12-15 23:29.27 ---> saved as "e6310df1592417d8293c33384c1e6630b10ee31796268c34d57d7dc827db7198"/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.14/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/gospel --pkg gospel -o gospelstdlib.odoc gospelstdlib.cmti)File "../../stdlib/gospelstdlib.mli", line 31, character 6 to line 33, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 32, character 6 to line 34, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 33, character 6 to line 35, character 31:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 41, character 6 to line 43, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 43, character 6 to line 45, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 47, character 6 to line 49, character 51:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 49, character 6 to line 51, character 51:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 51, character 6 to line 53, character 23:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 54, character 6 to line 56, character 18:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 57, character 6 to line 59, character 18:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 60, character 6 to line 62, character 21:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 62, character 6 to line 64, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 63, character 6 to line 65, character 32:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 65, character 6 to line 67, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 74, character 6 to line 76, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 75, character 6 to line 77, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 77, character 6 to line 79, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 78, character 6 to line 80, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 79, character 6 to line 81, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 80, character 6 to line 82, character 46:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 81, character 6 to line 83, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 82, character 6 to line 84, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 84, character 6 to line 86, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 85, character 6 to line 87, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 87, character 6 to line 89, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 88, character 6 to line 90, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 92, character 6 to line 94, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 93, character 6 to line 95, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 94, character 6 to line 96, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 95, character 6 to line 97, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 99, character 6 to line 101, character 54:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 102, character 6 to line 104, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 105, character 6 to line 107, character 82:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 106, character 6 to line 108, character 66:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 107, character 6 to line 109, character 66:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 109, character 6 to line 111, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 111, character 6 to line 117, character 52:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 117, character 6 to line 119, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 119, character 6 to line 125, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 126, character 8 to line 128, character 30:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 129, character 8 to line 131, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 132, character 8 to line 134, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 134, character 8 to line 138, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 138, character 8 to line 142, character 24:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 142, character 8 to line 147, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 147, character 8 to line 152, character 29:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 152, character 8 to line 157, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 157, character 8 to line 162, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 162, character 8 to line 164, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 165, character 8 to line 167, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 167, character 8 to line 169, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 171, character 8 to line 176, character 32:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 176, character 8 to line 180, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 180, character 8 to line 182, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 183, character 8 to line 188, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 188, character 8 to line 190, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 192, character 8 to line 196, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 196, character 8 to line 198, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 200, character 8 to line 204, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 204, character 8 to line 206, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 208, character 8 to line 212, character 22:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 212, character 8 to line 214, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 216, character 8 to line 220, character 25:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 220, character 8 to line 222, character 53:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 223, character 8 to line 227, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 227, character 8 to line 231, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 231, character 8 to line 236, character 30:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 236, character 8 to line 241, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 241, character 8 to line 243, character 57:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 244, character 8 to line 248, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 248, character 8 to line 252, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 252, character 8 to line 257, character 58:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 257, character 8 to line 261, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 261, character 8 to line 263, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 264, character 8 to line 268, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 268, character 8 to line 270, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 271, character 8 to line 277, character 4:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 277, character 8 to line 279, character 59:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 281, character 8 to line 286, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 286, character 8 to line 288, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 290, character 8 to line 295, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 295, character 8 to line 299, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 299, character 8 to line 301, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 303, character 8 to line 308, character 29:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 308, character 8 to line 310, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 312, character 8 to line 317, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 317, character 8 to line 319, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 320, character 8 to line 324, character 25:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 324, character 8 to line 326, character 56:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 328, character 8 to line 333, character 29:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 333, character 8 to line 340, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 340, character 8 to line 342, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 344, character 8 to line 348, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 348, character 8 to line 353, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 353, character 8 to line 359, character 18:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 359, character 8 to line 361, character 70:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 363, character 8 to line 367, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 367, character 8 to line 371, character 63:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 371, character 8 to line 373, character 71:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 375, character 8 to line 379, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 379, character 8 to line 383, character 65:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 383, character 8 to line 385, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 387, character 8 to line 392, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 392, character 8 to line 394, character 79:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 396, character 8 to line 404, character 4:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 408, character 8 to line 410, character 25:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 411, character 8 to line 413, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 414, character 8 to line 418, character 32:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 418, character 8 to line 420, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 421, character 8 to line 425, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 425, character 8 to line 427, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 429, character 8 to line 433, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 433, character 8 to line 435, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 436, character 8 to line 440, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 440, character 8 to line 442, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 443, character 8 to line 447, character 58:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 447, character 8 to line 451, character 56:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 451, character 8 to line 453, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 454, character 8 to line 458, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 458, character 8 to line 460, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 461, character 8 to line 465, character 69:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 465, character 8 to line 470, character 57:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 470, character 8 to line 472, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 474, character 8 to line 479, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 479, character 8 to line 481, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 483, character 8 to line 488, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 488, character 8 to line 490, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 492, character 8 to line 497, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 497, character 8 to line 499, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 500, character 8 to line 505, character 49:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 505, character 8 to line 507, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 509, character 8 to line 514, character 39:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 514, character 8 to line 516, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 518, character 8 to line 523, character 61:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 523, character 8 to line 525, character 55:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 526, character 8 to line 531, character 57:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 531, character 8 to line 536, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 536, character 8 to line 538, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 540, character 8 to line 542, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 543, character 8 to line 550, character 31:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 550, character 8 to line 554, character 26:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 554, character 8 to line 556, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 556, character 8 to line 560, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 560, character 8 to line 566, character 61:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 566, character 8 to line 571, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 571, character 8 to line 576, character 45:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 576, character 8 to line 578, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 580, character 8 to line 584, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 586, character 8 to line 588, character 25:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 589, character 8 to line 591, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 592, character 8 to line 594, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 595, character 8 to line 599, character 26:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 599, character 8 to line 601, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 602, character 8 to line 606, character 26:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 606, character 8 to line 611, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 611, character 8 to line 613, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 614, character 8 to line 616, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 617, character 8 to line 621, character 35:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 621, character 8 to line 626, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 626, character 8 to line 628, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 629, character 8 to line 634, character 29:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 634, character 8 to line 640, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 640, character 8 to line 642, character 41:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 643, character 8 to line 649, character 29:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 649, character 8 to line 654, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 654, character 8 to line 656, character 38:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 657, character 8 to line 661, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 661, character 8 to line 663, character 40:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 664, character 8 to line 669, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 669, character 8 to line 674, character 42:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 674, character 8 to line 676, character 36:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 677, character 8 to line 682, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 682, character 8 to line 684, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 686, character 8 to line 691, character 43:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 691, character 8 to line 693, character 67:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 696, character 8 to line 703, character 19:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 703, character 8 to line 710, character 19:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 710, character 8 to line 712, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 713, character 8 to line 715, character 34:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 715, character 8 to line 722, character 33:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 722, character 8 to line 726, character 26:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 726, character 8 to line 728, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 728, character 8 to line 734, character 50:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 734, character 8 to line 740, character 47:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 740, character 8 to line 745, character 44:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 745, character 8 to line 747, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 748, character 8 to line 752, character 60:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 752, character 8 to line 754, character 48:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 756, character 8 to line 762, character 52:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 762, character 8 to line 764, character 83:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 767, character 8 to line 775, character 74:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 776, character 6 to line 778, character 64:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 780, character 6 to line 786, character 24:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 786, character 6 to line 794, character 28:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 798, character 8 to line 800, character 37:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 800, character 8 to line 802, character 65:Warning: Code blocks should be indented at the opening `{`.File "../../stdlib/gospelstdlib.mli", line 804, character 8 to line 809, character 39:Warning: Code blocks should be indented at the opening `{`.(cd _build/default/_doc/_html && /home/opam/.opam/4.14/bin/odoc link -I ../_odoc/pkg/gospel -I ../../dev_tools/.gospel.objs/byte -I ../../docs/stdlib/.gospelstdlib.objs/byte -I ../../src/.gospel_checker.objs/byte -I ../../src/ppx_odoc_of_gospel/.ppx_odoc_of_gospel.objs/byte -o ../_odocls/gospel/gospelstdlib.odocl ../../docs/stdlib/.gospelstdlib.objs/byte/gospelstdlib.odoc)File "../../stdlib/gospelstdlib.mli", line 127, characters 20-31:Warning: Failed to resolve reference unresolvedroot(sequence) Couldn't find "sequence"2025-12-15 23:29.34 ---> saved as "fbdc1bf8dc603cf115294b7d6f31e4b51acd08f44d32b5e53a7cb48598d2d73e"Job succeeded2025-12-15 23:29.34: Job succeeded