2025-07-28 18:11.10: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/sebmondet-parser-generic-error-i391 (5f57c5f3a593ab1974fa01aab362978e44c37dce) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ahrefs/atd.git" -b "sebmondet-parser-generic-error-i391" && cd "atd" && git reset --hard 5f57c5f3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517# debian-12-4.08_opam-2.3USER 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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam ./RUN opam pin add -yn atdts.dev './' && \opam pin add -yn atds.dev './' && \opam pin add -yn atdpy.dev './' && \opam pin add -yn atdj.dev './' && \opam pin add -yn atdgen.dev './' && \opam pin add -yn atdgen-runtime.dev './' && \opam pin add -yn atdgen-codec-runtime.dev './' && \opam pin add -yn atdd.dev './' && \opam pin add -yn atdcpp.dev './' && \opam pin add -yn atd.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.1.3.0 conf-python-3.9.0.0 dune.3.19.1 easy-format.1.3.4 fmt.0.11.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.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 atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.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-07-28 18:11.10: Using cache hint "ahrefs/atd-ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517-debian-12-4.08_opam-2.3-ab493d2f90ba0bb3c90547cf62306b99"2025-07-28 18:11.10: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)(comment debian-12-4.08_opam-2.3)(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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam)(dst ./))(run (network host)(shell "opam pin add -yn atdts.dev './' && \\nopam pin add -yn atds.dev './' && \\nopam pin add -yn atdpy.dev './' && \\nopam pin add -yn atdj.dev './' && \\nopam pin add -yn atdgen.dev './' && \\nopam pin add -yn atdgen-runtime.dev './' && \\nopam pin add -yn atdgen-codec-runtime.dev './' && \\nopam pin add -yn atdd.dev './' && \\nopam pin add -yn atdcpp.dev './' && \\nopam pin add -yn atd.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.1.3.0 conf-python-3.9.0.0 dune.3.19.1 easy-format.1.3.4 fmt.0.11.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.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 atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.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-07-28 18:11.10: Waiting for resource in pool OCluster2025-07-29 02:59.00: Waiting for worker…2025-07-29 03:02.14: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedHEAD is now at 5f57c5f Update `CHANGES.md`(from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)2025-07-29 03:02.15 ---> using "6cffc1a1a52caf2843bd473effea9756e568737c821ae9874d1cb7264a14fd20" from cache/: (comment debian-12-4.08_opam-2.3)/: (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-07-29 03:02.15 ---> using "9c97cea08e7dae03fe3c5eaaa5448a16f132183665f2365e2d5c1013581d731b" 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-07-29 03:02.15 ---> using "ecd882b9a14d0350261ad043d549f05d0fe896aed368dd95773d6c4987550c9c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.08.12.2.12025-07-29 03:02.15 ---> using "1397e380ac5e73ca7fd0243274730299a0dc5d31bbdca5d36e20f69b5a5b12d6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-29 03:02.15 ---> using "5bfa47a7533de07c89111d2182425445f5999bfb3999ad9d0c943a0941e496bf" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD0094db1438..ee8b9193dd master -> origin/mastere77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryThe following actions will be performed:=== recompile 2 packages- recompile ocaml 4.08.1 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.4.08.1-> installed ocaml.4.08.1-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead# Run eval $(opam env) to update the current shell environment2025-07-29 03:02.15 ---> using "e885959484ba889d40b818de767425821b06b266326b94ed51116f4e74ab86d7" from cache/src: (copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam)(dst ./))2025-07-29 03:02.15 ---> using "68ebf9b24a0f574be643ae26d24048c8547b616ec8d632a20481f59d60bac9b9" from cache/src: (run (network host)(shell "opam pin add -yn atdts.dev './' && \\nopam pin add -yn atds.dev './' && \\nopam pin add -yn atdpy.dev './' && \\nopam pin add -yn atdj.dev './' && \\nopam pin add -yn atdgen.dev './' && \\nopam pin add -yn atdgen-runtime.dev './' && \\nopam pin add -yn atdgen-codec-runtime.dev './' && \\nopam pin add -yn atdd.dev './' && \\nopam pin add -yn atdcpp.dev './' && \\nopam pin add -yn atd.dev './'"))[atdts.dev] synchronised (file:///src)atdts is now pinned to file:///src (version dev)[atds.dev] synchronised (file:///src)atds is now pinned to file:///src (version dev)[atdpy.dev] synchronised (file:///src)atdpy is now pinned to file:///src (version dev)[atdj.dev] synchronised (file:///src)atdj is now pinned to file:///src (version dev)[atdgen.dev] synchronised (file:///src)atdgen is now pinned to file:///src (version dev)[atdgen-runtime.dev] synchronised (file:///src)atdgen-runtime is now pinned to file:///src (version dev)[atdgen-codec-runtime.dev] synchronised (file:///src)atdgen-codec-runtime is now pinned to file:///src (version dev)[atdd.dev] synchronised (file:///src)atdd is now pinned to file:///src (version dev)[atdcpp.dev] synchronised (file:///src)atdcpp is now pinned to file:///src (version dev)[atd.dev] synchronised (file:///src)atd is now pinned to file:///src (version dev)2025-07-29 03:02.15 ---> using "f791c2fb7c9b062cd6f6854a0c160cfcd2fc2c8d07ea71a989d886a1ea06e7bd" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-29 03:02.15 ---> using "a7f23b1f7606b5865a5766901ea2cd7498ec8c883303da8ee018041de2177f88" from cache/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.1.3.0 conf-python-3.9.0.0 dune.3.19.1 easy-format.1.3.4 fmt.0.11.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.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 atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]- Fetched 375 kB in 1s (435 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[atdcpp.dev] synchronised (file:///src)[atd.dev] synchronised (file:///src)[atdd.dev] synchronised (file:///src)[atdgen.dev] synchronised (file:///src)[atdgen-codec-runtime.dev] synchronised (file:///src)[atdj.dev] synchronised (file:///src)[atdgen-runtime.dev] synchronised (file:///src)[atdpy.dev] synchronised (file:///src)[atds.dev] synchronised (file:///src)[atdts.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).The following system packages will first need to be installed:python3<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "python3"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpython3.11-minimal:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18747 files and directories currently installed.)- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11-minimal.- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3-minimal.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19054 files and directories currently installed.)- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...- Unpacking python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../media-types_10.0.0_all.deb ...- Unpacking media-types (10.0.0) ...- Selecting previously unselected package libpython3.11-stdlib:amd64.- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11.- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11 (3.11.2-6+deb12u6) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package python3.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19464 files and directories currently installed.)- Preparing to unpack .../python3_3.11.2-1+b1_amd64.deb ...- Unpacking python3 (3.11.2-1+b1) ...- Setting up media-types (10.0.0) ...- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3.11 (3.11.2-6+deb12u6) ...- Setting up python3 (3.11.2-1+b1) ...- running python rtupdate hooks for python3.11...- running python post-rtupdate hooks for python3.11...2025-07-29 03:02.15 ---> using "d3dff77f77e1d15ebd40cd24e1dca1c299025ff5f53dd18cca11f87672a7b46a" 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 22 packages- install alcotest 1.9.0- install astring 0.8.5- install biniou 1.2.2- install camlp-streams 5.0.1- install cmdliner 1.3.0- install conf-python-3 9.0.0- install dune 3.19.1- install easy-format 1.3.4- install fmt 0.11.0- install menhir 20240715- install menhirCST 20240715- install menhirLib 20240715- install menhirSdk 20240715- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.11.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved biniou.1.2.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved conf-python-3.9.0.0 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> installed conf-python-3.9.0.0-> retrieved easy-format.1.3.4 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.19.1 (cached)-> installed cmdliner.1.3.0-> 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 dune.3.19.1-> installed easy-format.1.3.4-> installed menhirCST.20240715-> installed stdlib-shims.0.3.0-> installed camlp-streams.5.0.1-> installed menhirSdk.20240715-> installed menhirLib.20240715-> installed ocaml-syntax-shims.1.0.0-> installed biniou.1.2.2-> installed re.1.11.0-> installed yojson.3.0.0-> installed alcotest.1.9.0-> installed menhir.20240715Done.# Run eval $(opam env) to update the current shell environment2025-07-29 03:02.15 ---> using "1657e5d8038543265cd0ebbccfbec1c8fbfa3b9cacc9bb3c80b62fff3f20d4df" 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.19.1).The following actions will be performed:=== install 7 packages- install cppo 1.8.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install fpath 0.7.3 [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 fpath.0.7.3 (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 fpath.0.7.3-> 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-07-29 03:02.15 ---> using "b14c1785a1fa7dbb7e5f8093a7240fd35fc20db3937c88c3b262abeb5a43cfb0" from cache/src: (copy (src .) (dst /src/))2025-07-29 03:02.16 ---> saved as "4137dd4702e720f7dbb0f62d246eb8a4c1c27d4ff94850f38a403c4e4a21040d"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/atd -I ../../atd/src/.atd.objs/byte -o ../_odocls/atd/atd.odocl ../../atd/src/.atd.objs/byte/atd.odoc)File "atd/src/util.mli", line 47, characters 40-54:Warning: Failed to resolve reference unresolvedroot(Atd_inherit) Couldn't find "Atd_inherit"File "atd/src/util.mli", line 43, characters 40-54:Warning: Failed to resolve reference unresolvedroot(Atd_inherit) Couldn't find "Atd_inherit"File "atd/src/ast.mli", line 160, characters 65-79:Warning: Failed to resolve reference unresolvedroot(Atd_inherit) Couldn't find "Atd_inherit"File "atd/src/ast.mli", line 101, characters 11-25:Warning: Failed to resolve reference unresolvedroot(Atd_inherit) Couldn't find "Atd_inherit"2025-07-29 03:02.18 ---> saved as "5177d1b1e203381edff573cf7335ec24b24dfe8366a7ded2323a20c64dbb8b67"Job succeeded2025-07-29 03:02.19: Job succeeded