2025-10-29 16:12.33: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2745/head (35e1b7660102cb7edf67ef57ad5a1875752306cb) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2745/head" && git reset --hard 35e1b766cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f# debian-13-4.08_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 991c7a1514e7da747afe448ae9a046af3bc2497e || git fetch origin master) && git reset -q --hard 991c7a1514e7da747afe448ae9a046af3bc2497e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./RUN opam pin add -yn ocamlformat.dev './' && \opam pin add -yn ocamlformat-rpc-lib.dev './' && \opam pin add -yn ocamlformat-lib.dev './' && \opam pin add -yn ocamlformat-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.15.0.0 uuseg.15.0.0 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-10-29 16:12.33: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-4ad90e896ae8d8596fa9083c6e5404fe"2025-10-29 16:12.33: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)(comment debian-13-4.08_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 991c7a1514e7da747afe448ae9a046af3bc2497e || git fetch origin master) && git reset -q --hard 991c7a1514e7da747afe448ae9a046af3bc2497e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))(run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.15.0.0 uuseg.15.0.0 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-10-29 16:12.33: Waiting for resource in pool OCluster2025-10-29 16:12.33: Waiting for worker…2025-10-29 16:12.34: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 35e1b766 fmt(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locallydocker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opamcae3b572364a: Pulling fs layer820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layerf06108004adb: Waiting4c25908bbac9: Pulling fs layerf76df728146d: Pulling fs layer1fee769dfcf3: Pulling fs layer9089a7f69af3: Pulling fs layer6f758b47b2a0: Pulling fs layer4c25908bbac9: Waiting16b225bbb395: Pulling fs layerabbf3ec39b68: Pulling fs layer1a61521655a9: Pulling fs layer6f758b47b2a0: Waiting6a8565a9e443: Pulling fs layerabbf3ec39b68: Waiting1fee769dfcf3: Waiting16b225bbb395: Waiting1a61521655a9: Waitingc059a4cbd7b9: Pulling fs layer3a00fdc9e291: Pulling fs layerc059a4cbd7b9: Waitinga0b62589bd38: Pulling fs layer3a00fdc9e291: Waiting9089a7f69af3: Waiting6e8d713bf843: Pulling fs layera0b62589bd38: Waitingbca1fd5341ba: Pulling fs layer6e8d713bf843: Waitingb44a65709156: Waiting34b9849c2772: Pulling fs layerbca1fd5341ba: Waiting4f4fb700ef54: Pulling fs layerd8d3d0744e38: Pulling fs layer34b9849c2772: Waiting4f4fb700ef54: Waiting788c7ce0e0e5: Pulling fs layerd8d3d0744e38: Waitinga297eab0ca3b: Pulling fs layer2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layer8858e600236c: Waiting9efe23d1fe7d: Pulling fs layer47d185934312: Pulling fs layer64a949a6caff: Pulling fs layerc9d6a7c18bb1: Pulling fs layer47d185934312: Waiting9efe23d1fe7d: Waiting64a949a6caff: Waitinge4fde4815f0c: Pulling fs layerc9d6a7c18bb1: Waitingd1f759c16950: Pulling fs layere4fde4815f0c: Waitingf3dd45bf195f: Pulling fs layer3985a6049101: Pulling fs layerd1f759c16950: Waitingaae849592418: Pulling fs layerf3dd45bf195f: Waiting6173459dc6b2: Pulling fs layer7f16ef63bee0: Pulling fs layerfe355de6a899: Pulling fs layeraae849592418: Waiting6173459dc6b2: Waitingb0bc5a15bc9d: Pulling fs layerfe355de6a899: Waiting0ba06c753f01: Pulling fs layerf7e4070f86bb: Pulling fs layer0ba06c753f01: Waitinga16d954bd2d3: Pulling fs layerf7e4070f86bb: Waiting6583f21da642: Pulling fs layera16d954bd2d3: Waiting6583f21da642: Waiting8f6112f72fa5: Verifying Checksum8f6112f72fa5: Download complete820d433882fc: Verifying Checksum820d433882fc: Download completecae3b572364a: Download completef06108004adb: Verifying Checksumf06108004adb: Download completef34ea90e6bf7: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download completecae3b572364a: Pull complete820d433882fc: Pull complete8f6112f72fa5: Pull complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completef06108004adb: Pull complete1a61521655a9: Verifying Checksum1a61521655a9: Download completef34ea90e6bf7: Pull completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete6a8565a9e443: Download completec059a4cbd7b9: Download complete3a00fdc9e291: Verifying Checksum3a00fdc9e291: Download completea0b62589bd38: Verifying Checksuma0b62589bd38: Download complete6e8d713bf843: Download completebca1fd5341ba: Verifying Checksumbca1fd5341ba: Download complete34b9849c2772: Download completeb44a65709156: Verifying Checksumb44a65709156: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed8d3d0744e38: Download complete788c7ce0e0e5: Download completea297eab0ca3b: Download complete2e79af39acdb: Verifying Checksum2e79af39acdb: Download complete8858e600236c: Verifying Checksum8858e600236c: Download complete9efe23d1fe7d: Download complete47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completec9d6a7c18bb1: Download completee4fde4815f0c: Verifying Checksume4fde4815f0c: Download completed1f759c16950: Verifying Checksumd1f759c16950: Download completef3dd45bf195f: Verifying Checksumf3dd45bf195f: Download completeaae849592418: Verifying Checksumaae849592418: Download complete7f16ef63bee0: Verifying Checksum7f16ef63bee0: Download completefe355de6a899: Verifying Checksumfe355de6a899: Download completeb0bc5a15bc9d: Verifying Checksumb0bc5a15bc9d: Download complete3985a6049101: Verifying Checksum3985a6049101: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull completef7e4070f86bb: Verifying Checksumf7e4070f86bb: Download complete0ba06c753f01: Verifying Checksum0ba06c753f01: Download complete9089a7f69af3: Pull completea16d954bd2d3: Verifying Checksuma16d954bd2d3: Download complete6583f21da642: Download complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download completed1f759c16950: Pull completef3dd45bf195f: Pull complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete0ba06c753f01: Pull completef7e4070f86bb: Pull completea16d954bd2d3: Pull complete6583f21da642: Pull completeDigest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fStatus: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f2025-10-29 16:12.37 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache/: (comment debian-13-4.08_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-10-29 16:12.37 ---> using "b550f3d0d26a25fe987e50432a4e26b17faebaf565c1d08213cbf514e32d68d8" 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] yThis 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.[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-29 16:12.37 ---> using "f52d4afc429a4f1160de006ee2bf56d9db6edfe2193e1b35b1483fe8388ad904" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.08.12.2.12025-10-29 16:12.37 ---> using "67092db80f8aaec4556d5050ded5fcf568c402788465452631994ebaa90d3a20" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-29 16:12.37 ---> using "1f1ed6921a14bad75124852ac9dd6d36824b4867b5b5079da33f14b4e0c4d54e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 991c7a1514e7da747afe448ae9a046af3bc2497e || git fetch origin master) && git reset -q --hard 991c7a1514e7da747afe448ae9a046af3bc2497e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..0939e07036 master -> origin/master991c7a1514 Merge pull request #28718 from ocaml/mseri-patch-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 environment2025-10-29 16:12.37 ---> using "6a7597242709762ba8877f55ed0e7343f366afc56ace8539f5c6a94ff6db3627" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2025-10-29 16:12.37 ---> using "1c0011cd8b2f54452fade621864013e3ecce8f531e8052e9ac044ae40c1c7bb7" from cache/src: (run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))[ocamlformat.dev] synchronised (file:///src)ocamlformat is now pinned to file:///src (version dev)[ocamlformat-rpc-lib.dev] synchronised (file:///src)ocamlformat-rpc-lib is now pinned to file:///src (version dev)[ocamlformat-lib.dev] synchronised (file:///src)ocamlformat-lib is now pinned to file:///src (version dev)Package ocamlformat-bench does not exist, create as a NEW package? [y/n] y[ocamlformat-bench.dev] synchronised (file:///src)[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:warning 68: Missing field 'license'ocamlformat-bench is now pinned to file:///src (version dev)2025-10-29 16:12.37 ---> using "290df577af753cd58c8a9d736ca41803353595084e496d92552abd9943ab6986" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-29 16:12.37 ---> using "5f1d27be0e65fb9b740788439921480a2b9b0b8c59281d75faa1ed91bf10b668" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.15.0.0 uuseg.15.0.0 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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 [67.8 kB]- Fetched 159 kB in 0s (1672 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlformat.dev] synchronised (file:///src)[ocamlformat-bench.dev] synchronised (file:///src)[ocamlformat-lib.dev] synchronised (file:///src)[ocamlformat-rpc-lib.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.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[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-10-29 16:12.37 ---> using "4ee2d296ccd96935df7271fa230949b4db850f7a5d3c5aacc6ea6111e2a29237" from cache/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.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[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 33 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.14.3- install bechamel 0.5.0- install camlp-streams 5.0.1- install cmdliner 2.0.0- install csexp 1.5.2- install dune 3.20.2- install dune-build-info 3.20.2- install dune-configurator 3.20.2- install either 1.0.0- install fix 20250919- install fmt 0.11.0- install fpath 0.7.3- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocp-indent 1.9.0- install re 1.11.0- install seq base- install sexplib0 v0.14.0- install stdio v0.14.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uucp 15.0.0- install uuseg 15.0.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.14.3 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved bechamel.0.5.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fix.20250919 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> retrieved ocp-indent.1.9.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved stdio.v0.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed cmdliner.2.0.0-> installed seq.base-> retrieved topkg.1.1.0 (cached)-> retrieved uuseg.15.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.15.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed either.1.0.0-> installed fix.20250919-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed ocp-indent.1.9.0-> installed re.1.11.0-> installed sexplib0.v0.14.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-build-info.3.20.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed base.v0.14.3-> installed uucp.15.0.0-> installed stdio.v0.14.0-> installed uuseg.15.0.0-> installed menhir.20250912Done.<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:* for Emacs, add these lines to ~/.emacs:(add-to-list 'load-path "/home/opam/.opam/4.08/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.08/share/ocp-indent/vim"# Run eval $(opam env) to update the current shell environment2025-10-29 16:12.37 ---> using "18756af4841e0ddf73a7d77fa7f3b32cf52de6c83697a03ce55bc17ff25ead0d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.20.2).The following actions will be performed:=== install 6 packages- install cppo 1.8.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed cppo.1.8.0-> installed ptime.1.2.0-> installed crunch.4.0.0-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2025-10-29 16:12.37 ---> using "262ecd8d9245e7f474650e2738cc326cbd6da9fe98c024287ffbd25f03580cac" from cache/src: (copy (src .) (dst /src/))2025-10-29 16:12.38 ---> saved as "98712df875bb48da6e993ba0464164b3399dbab8e941248e3dff20913074f7c4"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/vendor/ocamlformat_support/.ocamlformat_format.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_format__Format_.odoc ocamlformat_format__Format_.cmti)File "vendor/ocamlformat_support/format_.mli", line 323, characters 33-48:Warning: '{[...]}' (code block) should begin on its own line.File "vendor/ocamlformat_support/format_.mli", line 323, characters 48-49:Warning: Paragraph should begin on its own line.File "vendor/ocamlformat_support/format_.mli", line 326, character 3 to line 332, character 5:Warning: Code blocks should be indented at the opening `{`.File "vendor/ocamlformat_support/format_.mli", line 335, character 3 to line 338, character 5:Warning: Code blocks should be indented at the opening `{`.File "vendor/ocamlformat_support/format_.mli", line 1004, character 16 to line 1007, character 36:Warning: '{[...]}' (code block) should begin on its own line.File "vendor/ocamlformat_support/format_.mli", line 1004, character 16 to line 1007, character 36:Warning: Code blocks should be indented at the opening `{`.File "vendor/ocamlformat_support/format_.mli", line 1425, characters 0-52:Warning: Alert deprecated not expected here.(cd _build/default/vendor/parser-standard/.ocamlformat_parser_standard.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_parser_standard__Parsetree.odoc ocamlformat_parser_standard__Parsetree.cmti)File "vendor/parser-standard/parsetree.mli", line 675, characters 40-41:Warning: '.' is not allowed in '{ul ...}' (bulleted list).Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'.(cd _build/default/vendor/parser-extended/.ocamlformat_parser_extended.objs/byte && /home/opam/.opam/4.08/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/ocamlformat-lib -I ../../../ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../../parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../../parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte --pkg ocamlformat-lib -o ocamlformat_parser_extended__Parsetree.odoc ocamlformat_parser_extended__Parsetree.cmti)File "vendor/parser-extended/parsetree.mli", line 767, characters 40-41:Warning: '.' is not allowed in '{ul ...}' (bulleted list).Suggestion: move '.' into a list item, '{li ...}' or '{- ...}'.(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_ocaml_common.odocl ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte/ocamlformat_ocaml_common.odoc)File "vendor/ocaml-common/warnings.mli", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/ocaml-common/syntaxerr.mli", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/ocaml-common/longident.mli", line 22, characters 4-22:Warning: Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format"File "vendor/ocaml-common/longident.mli", line 21, characters 28-50:Warning: Failed to resolve reference unresolvedroot(Pprintast).longident Couldn't find "Pprintast"File "vendor/ocaml-common/longident.mli", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/ocaml-common/longident.mli", line 58, characters 53-71:Warning: Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse"File "vendor/ocaml-common/longident.mli", line 58, characters 22-30:Warning: Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse"File "vendor/ocaml-common/location.mli", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_format.odocl ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte/ocamlformat_format.odoc)File "vendor/ocamlformat_support/format_.mli", line 33, characters 25-34:Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find "Format"File "vendor/ocamlformat_support/format_.mli", line 31, characters 33-57:Warning: Failed to resolve reference unresolvedroot(Stdlib).stderr Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 30, characters 33-57:Warning: Failed to resolve reference unresolvedroot(Stdlib).stdout Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 1190, characters 6-15:Warning: Failed to resolve reference unresolvedroot(Printf) Couldn't find "Printf"File "vendor/ocamlformat_support/format_.mli", line 1008, characters 29-50:Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 975, characters 47-63:Warning: Failed to resolve reference unresolvedroot(Stdlib).stderr Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 969, characters 47-63:Warning: Failed to resolve reference unresolvedroot(Stdlib).stdout Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 952, characters 21-42:Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 950, characters 24-35:Warning: Failed to resolve reference unresolvedroot(Buffer).t Couldn't find "Buffer"File "vendor/ocamlformat_support/format_.mli", line 859, characters 3-19:Warning: Failed to resolve reference unresolvedroot(Stdlib).ignore Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 858, characters 3-24:Warning: Failed to resolve reference unresolvedroot(Stdlib).out_channel Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 857, characters 36-51:Warning: Failed to resolve reference unresolvedroot(Stdlib).flush Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 857, characters 8-31:Warning: Failed to resolve reference unresolvedroot(Stdlib).output_string Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 606, characters 48-70:Warning: Failed to resolve reference unresolvedroot(Format).print_tbreak Couldn't find "Format"File "vendor/ocamlformat_support/format_.mli", line 603, characters 11-28:Warning: Failed to resolve reference unresolvedroot(Format).set_tab Couldn't find "Format"File "vendor/ocamlformat_support/format_.mli", line 592, characters 9-18:Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find "Format"File "vendor/ocamlformat_support/format_.mli", line 400, characters 58-73:Warning: Failed to resolve reference unresolvedroot(Stdlib).flush Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 88, characters 12-21:Warning: Failed to resolve reference unresolvedroot(Stdlib) Couldn't find "Stdlib"File "vendor/ocamlformat_support/format_.mli", line 51, characters 16-33:Warning: Failed to resolve reference unresolvedroot(Format).fprintf Couldn't find "Format"(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_parser_standard.odocl ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte/ocamlformat_parser_standard.odoc)File "vendor/parser-standard/parsetree.mli", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/parser-standard/asttypes.ml", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_parser_extended.odocl ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte/ocamlformat_parser_extended.odoc)File "vendor/parser-extended/parsetree.mli", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/parser-extended/parsetree.mli", line 187, characters 38-79:Warning: Failed to resolve reference unresolvedroot(expression_desc).Pexp_poly Couldn't find "Pexp_poly"File "vendor/parser-extended/asttypes.ml", line 19, characters 2-33:Warning: Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat-lib -I ../../lib/.ocamlformat_lib.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat-lib/ocamlformat_lib.odocl ../../lib/.ocamlformat_lib.objs/byte/ocamlformat_lib.odoc)File "vendor/parser-standard/parsetree.mli", line 19, characters 2-33:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/parser-standard/parsetree.mli", line 1070, characters 30-73:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 1068, characters 30-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 990, characters 21-61:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 987, characters 21-67:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 864, characters 22-65:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 861, characters 22-65:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 858, characters 22-69:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 855, characters 22-69:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 849, characters 34-80:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 846, characters 34-80:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).override_flag.Override Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 843, characters 34-74:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 840, characters 35-75:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).override_flag.Fresh Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 812, characters 30-73:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 810, characters 30-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 796, characters 36-80:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 793, characters 36-80:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 790, characters 36-80:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 787, characters 36-76:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 714, characters 35-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 712, characters 35-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 710, characters 35-75:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 606, characters 32-75:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Mutable Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 603, characters 32-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).mutable_flag.Immutable Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 485, characters 6-48:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 481, characters 22-66:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 478, characters 22-66:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 475, characters 22-66:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 472, characters 22-62:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 401, characters 37-80:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).direction_flag.Downto Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 399, characters 37-76:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).direction_flag.Upto Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 351, characters 14-56:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 350, characters 14-56:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 349, characters 14-54:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 326, characters 30-73:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Recursive Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 324, characters 30-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).rec_flag.Nonrecursive Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 282, characters 32-68:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 280, characters 32-72:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 147, characters 39-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 144, characters 39-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 141, characters 39-75:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 138, characters 39-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 126, characters 43-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Open Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 124, characters 39-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).closed_flag.Closed Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 102, characters 37-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Optional Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 100, characters 37-79:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Labelled Couldn't find "Asttypes"File "vendor/parser-standard/parsetree.mli", line 98, characters 37-77:Warning: While resolving the expansion of include at File "lib/Std_ast.mli", line 16, character 0Failed to resolve reference unresolvedroot(Asttypes).arg_label.Nolabel Couldn't find "Asttypes"File "lib/Parse_with_comments.mli", line 53, characters 34-64:Warning: Failed to resolve reference unresolvedroot(Extended_ast).Parse.toplevel Couldn't find "toplevel"File "lib/Parse_with_comments.mli", line 42, characters 4-59:Warning: Failed to resolve reference unresolvedroot([Warning50]) Couldn't find "[Warning50]"File "vendor/ocaml-common/longident.mli", line 22, characters 4-22:Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2Failed to resolve reference unresolvedroot(Format).asprintf Couldn't find "Format"File "vendor/ocaml-common/longident.mli", line 21, characters 28-50:Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2Failed to resolve reference unresolvedroot(Pprintast).longident Couldn't find "Pprintast"File "vendor/ocaml-common/longident.mli", line 19, characters 2-33:Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/ocaml-common/longident.mli", line 58, characters 53-71:Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2Failed to resolve reference unresolvedroot(Parse).longident Couldn't find "Parse"File "vendor/ocaml-common/longident.mli", line 58, characters 22-30:Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 85, character 2Failed to resolve reference unresolvedroot(Parse) Couldn't find "Parse"File "vendor/ocaml-common/location.mli", line 19, characters 2-33:Warning: While resolving the expansion of include at File "lib/Migrate_ast.mli", line 35, character 2Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "lib/Fmt.mli", line 72, characters 8-38:Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.force_newline Couldn't find "Stdlib"File "lib/Fmt.mli", line 67, characters 8-34:Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.print_cut Couldn't find "Stdlib"File "lib/Fmt.mli", line 62, characters 8-42:Warning: Failed to resolve reference unresolvedroot(Stdlib).Format.print_space_break Couldn't find "Stdlib"File "vendor/parser-extended/asttypes.ml", line 19, characters 2-33:Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 58, character 2Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/parser-extended/parsetree.mli", line 19, characters 2-33:Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 14, character 0Failed to resolve reference unresolvedroot(Compiler_libs) Couldn't find "Compiler_libs"File "vendor/parser-extended/parsetree.mli", line 187, characters 38-79:Warning: While resolving the expansion of include at File "lib/Extended_ast.mli", line 14, character 0Failed to resolve reference unresolvedroot(expression_desc).Pexp_poly Couldn't find "Pexp_poly"File "lib/Conf_decl.mli", line 13, characters 62-73:Warning: Failed to resolve reference unresolvedroot(Conf).mli Couldn't find "mli"(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/ocamlformat -I ../../lib-rpc-server/.ocamlformat_rpc.objs/byte -I ../../lib-rpc/lib-protocol/.ocamlformat_rpc_lib_protocol.objs/byte -I ../../lib/.ocamlformat_lib.objs/byte -I ../../lib/bin_conf/.bin_conf.objs/byte -I ../../vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I ../../vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I ../../vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I ../../vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I ../../vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I ../../vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I ../../vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I ../../vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -o ../_odocls/ocamlformat/page-api.odocl ../_odoc/pkg/ocamlformat/page-api.odoc)File "../../../../doc/api.mld", line 3, characters 65-96:Warning: Failed to resolve reference unresolvedroot(Ocamlformat).Translation_unit Couldn't find "Ocamlformat"File "../../../../doc/api.mld", line 3, characters 27-41:Warning: Failed to resolve reference unresolvedroot(Ocamlformat) Couldn't find "Ocamlformat"2025-10-29 16:12.40 ---> saved as "4bdf2ffe896ef5cda50e44dcdf106ad0ae93390cf0edc54cabbebb6cf19aeb16"Job succeeded2025-10-29 16:12.40: Job succeeded