2026-04-28 18:44.13: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/pedrolisboa/attr (3c3e878cefcdc33eb320d7fd52ad0fb761bc1009) (linux-x86_64:(lint-doc))Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ahrefs/atd.git" -b "pedrolisboa/attr" && cd "atd" && git reset --hard 3c3e878ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9# alpine-3.23-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 991de883987e1542d322542dee7905023bbbba25 || git fetch origin master) && git reset -q --hard 991de883987e1542d322542dee7905023bbbba25 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdml.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam atd-yamlx.opam atd-jsonlike.opam ./RUN opam pin add -yn atdts.dev './' && \opam pin add -yn atds.dev './' && \opam pin add -yn atdpy.dev './' && \opam pin add -yn atdml.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 './' && \opam pin add -yn atd-yamlx.dev './' && \opam pin add -yn atd-jsonlike.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.1 conf-python-3.9.0.0 cppo.1.8.0 dune.3.22.2 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.0 topkg.1.1.1 uutf.1.0.4 yamlx.0.3.0 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 atdml.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev atd-yamlx.dev atd-jsonlike.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-28 18:44.13: Using cache hint "ahrefs/atd-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9-alpine-3.23-4.14_opam-2.5-a9cc35559db0f581ef66b3afbd783060"2026-04-28 18:44.13: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)(comment alpine-3.23-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 991de883987e1542d322542dee7905023bbbba25 || git fetch origin master) && git reset -q --hard 991de883987e1542d322542dee7905023bbbba25 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src atdts.opam atds.opam atdpy.opam atdml.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam atd-yamlx.opam atd-jsonlike.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 atdml.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 './' && \\nopam pin add -yn atd-yamlx.dev './' && \\nopam pin add -yn atd-jsonlike.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.1 conf-python-3.9.0.0 cppo.1.8.0 dune.3.22.2 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.0 topkg.1.1.1 uutf.1.0.4 yamlx.0.3.0 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 atdml.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev atd-yamlx.dev atd-jsonlike.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-04-28 18:44.13: Waiting for resource in pool OCluster2026-04-28 19:34.48: Waiting for worker…2026-04-28 19:38.43: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at 3c3e878 atdml: support <ocaml attr=...> on fields, playload, variants(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9' locallydocker.io/ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9: Pulling from ocaml/opam6a0ac1617861: Already exists9630673831f3: Pulling fs layer4cffb540229a: Pulling fs layeraa3cee094119: Pulling fs layerf2700202f619: Pulling fs layer9630673831f3: Waiting4cffb540229a: Waitingaa3cee094119: Waiting33135c7375d5: Pulling fs layerf2700202f619: Waiting1ea4b64ae955: Pulling fs layer33135c7375d5: Waitingca34ef70eda1: Pulling fs layer1ea4b64ae955: Waitingd4998b6f8f35: Pulling fs layerca34ef70eda1: Waiting4a43cfe8648c: Pulling fs layerd4998b6f8f35: Waiting453dd28eaace: Pulling fs layer4a43cfe8648c: Waitinga962f0379f0a: Pulling fs layer453dd28eaace: Waitinga962f0379f0a: Waitingb68882dcbbd8: Pulling fs layer3f63b4eac828: Pulling fs layerb68882dcbbd8: Waiting0720e1e1068a: Pulling fs layer3f63b4eac828: Waiting0676d4d6023a: Pulling fs layer0720e1e1068a: Waiting0ab690805f49: Pulling fs layer0676d4d6023a: Waitingfc0af979c0fe: Pulling fs layer0ab690805f49: Waiting4f4fb700ef54: Pulling fs layerfc0af979c0fe: Waiting63f1d0bef8ae: Pulling fs layer4f4fb700ef54: Waiting43fd6995d88f: Pulling fs layer63f1d0bef8ae: Waitingc775bfb331ab: Pulling fs layer43fd6995d88f: Waitinga7a9b5ed8780: Pulling fs layer86ac791930d3: Pulling fs layera7a9b5ed8780: Waiting2e34d70b785c: Pulling fs layer86ac791930d3: Waiting56c554cb0baa: Pulling fs layer2e34d70b785c: Waiting0109b7ea4beb: Pulling fs layer56c554cb0baa: Waitinga72aa581a14e: Pulling fs layer0109b7ea4beb: Waiting0b969b88b90b: Pulling fs layera72aa581a14e: Waitingd1ae0e2bf910: Pulling fs layer0b969b88b90b: Waitingcfd8efe5a061: Pulling fs layerd1ae0e2bf910: Waitinga34595d6f491: Pulling fs layercfd8efe5a061: Waiting7333547f58a0: Pulling fs layera34595d6f491: Waiting803cdf5f2902: Pulling fs layer7333547f58a0: Waitingd74501489c54: Pulling fs layer803cdf5f2902: Waiting628aecb9cafb: Pulling fs layerd74501489c54: Waiting0c52f398a865: Pulling fs layer628aecb9cafb: Waitingc0458221ae1b: Pulling fs layer0c52f398a865: Waiting5f395ae7d7f2: Pulling fs layerc0458221ae1b: Waiting767edc63c5be: Pulling fs layer5f395ae7d7f2: Waitingf3eb2829860a: Pulling fs layer767edc63c5be: Waiting2cde0115c1f3: Pulling fs layer2cde0115c1f3: Waitingf3eb2829860a: Waiting9630673831f3: Verifying Checksum9630673831f3: Download complete9630673831f3: Pull complete4cffb540229a: Verifying Checksum4cffb540229a: Download complete4cffb540229a: Pull completeaa3cee094119: Retrying in 5 secondsaa3cee094119: Retrying in 4 secondsaa3cee094119: Retrying in 3 secondsaa3cee094119: Retrying in 2 secondsaa3cee094119: Retrying in 1 secondf2700202f619: Verifying Checksumf2700202f619: Download completeaa3cee094119: Verifying Checksumaa3cee094119: Download complete33135c7375d5: Verifying Checksum33135c7375d5: Download complete1ea4b64ae955: Verifying Checksum1ea4b64ae955: Download completed4998b6f8f35: Verifying Checksumd4998b6f8f35: Download completeca34ef70eda1: Verifying Checksumca34ef70eda1: Download complete453dd28eaace: Verifying Checksum453dd28eaace: Download complete4a43cfe8648c: Verifying Checksum4a43cfe8648c: Download completeb68882dcbbd8: Download completea962f0379f0a: Verifying Checksuma962f0379f0a: Download complete3f63b4eac828: Download complete0720e1e1068a: Verifying Checksum0720e1e1068a: Download complete0ab690805f49: Download complete0676d4d6023a: Download completefc0af979c0fe: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete63f1d0bef8ae: Download complete43fd6995d88f: Download completec775bfb331ab: Verifying Checksumc775bfb331ab: Download completea7a9b5ed8780: Verifying Checksuma7a9b5ed8780: Download complete86ac791930d3: Verifying Checksum86ac791930d3: Download complete2e34d70b785c: Verifying Checksum2e34d70b785c: Download complete0109b7ea4beb: Verifying Checksum0109b7ea4beb: Download complete56c554cb0baa: Verifying Checksum56c554cb0baa: Download completea72aa581a14e: Verifying Checksuma72aa581a14e: Download complete0b969b88b90b: Download completed1ae0e2bf910: Verifying Checksumd1ae0e2bf910: Download completecfd8efe5a061: Verifying Checksumcfd8efe5a061: Download complete7333547f58a0: Download completeaa3cee094119: Pull completef2700202f619: Pull complete33135c7375d5: Pull complete1ea4b64ae955: Pull completeca34ef70eda1: Pull completed4998b6f8f35: Pull complete4a43cfe8648c: Pull complete453dd28eaace: Pull completea962f0379f0a: Pull completeb68882dcbbd8: Pull complete3f63b4eac828: Pull complete0720e1e1068a: Pull complete0676d4d6023a: Pull complete0ab690805f49: Pull completefc0af979c0fe: Pull complete4f4fb700ef54: Pull complete63f1d0bef8ae: Pull complete43fd6995d88f: Pull completec775bfb331ab: Pull completea7a9b5ed8780: Pull complete86ac791930d3: Pull complete2e34d70b785c: Pull complete56c554cb0baa: Pull complete0109b7ea4beb: Pull completea72aa581a14e: Pull complete0b969b88b90b: Pull completed1ae0e2bf910: Pull completecfd8efe5a061: Pull completed74501489c54: Verifying Checksumd74501489c54: Download complete628aecb9cafb: Verifying Checksum628aecb9cafb: Download complete0c52f398a865: Download completea34595d6f491: Verifying Checksuma34595d6f491: Download complete803cdf5f2902: Verifying Checksum803cdf5f2902: Download complete767edc63c5be: Download completef3eb2829860a: Download complete2cde0115c1f3: Download completec0458221ae1b: Verifying Checksumc0458221ae1b: Download complete5f395ae7d7f2: Verifying Checksum5f395ae7d7f2: Download completea34595d6f491: Pull complete7333547f58a0: Pull complete803cdf5f2902: Pull completed74501489c54: Pull complete628aecb9cafb: Pull complete0c52f398a865: Pull completec0458221ae1b: Pull complete5f395ae7d7f2: Pull complete767edc63c5be: Pull completef3eb2829860a: Pull complete2cde0115c1f3: Pull completeDigest: sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9Status: Downloaded newer image for ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef92026-04-28 19:38.47 ---> using "8e65bc4d84a4bbc3f291f4c89c5f0411ea9740fc4228eddb2c11cbc44748b04d" from cache/: (comment alpine-3.23-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))2026-04-28 19:38.48 ---> using "a94f933c2065f1331b71c9d3e0f08d7c877e02d1c25b554eec73dda9103c15f6" 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] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"[default] Initialised2026-04-28 19:38.50 ---> saved as "0678aa672a1705151eb4578727f122487bb660b3b643c09515818c4dbb12c0f6"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.2.12026-04-28 19:38.53 ---> saved as "df273397cca517dc161e28ee32665e29cb6793fc7fbc5bb6835668deef447115"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-28 19:38.56 ---> saved as "33d1cd6aa27bee3bb7c0c5fb0e101a64b7f01d9760d7894b48dbbb6936f5a184"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 991de883987e1542d322542dee7905023bbbba25 || git fetch origin master) && git reset -q --hard 991de883987e1542d322542dee7905023bbbba25 && git log --no-decorate -n1 --oneline && opam update -u"))991de88398 Merge pull request #29794 from mjambon/release-yamlx-0.3.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-04-28 19:39.26 ---> saved as "f46193eded4aa8d4181689cfcdcd0e6aae1761dcbf5f729b65bc71b552560987"/src: (copy (src atdts.opam atds.opam atdpy.opam atdml.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam atd-yamlx.opam atd-jsonlike.opam)(dst ./))2026-04-28 19:39.40 ---> saved as "d2b22058fdcaf5e7a50fee3946bed66839af91129a1d15c0ea91b7b08599f3c0"/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 atdml.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 './' && \\nopam pin add -yn atd-yamlx.dev './' && \\nopam pin add -yn atd-jsonlike.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)[atdml.dev] synchronised (file:///src)atdml 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)[atd-yamlx.dev] synchronised (file:///src)atd-yamlx is now pinned to file:///src (version dev)[atd-jsonlike.dev] synchronised (file:///src)atd-jsonlike is now pinned to file:///src (version dev)2026-04-28 19:40.06 ---> saved as "b63540275a4ccb38d464b911f8b1fda4176676707b88787d3a5758cba69189a5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-28 19:40.14 ---> saved as "683fb71e6e7748f09259675d61ac4adb3cb2f2367903c2ba06e79ae1617b1a8d"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.1 conf-python-3.9.0.0 cppo.1.8.0 dune.3.22.2 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.0 topkg.1.1.1 uutf.1.0.4 yamlx.0.3.0 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 atdml.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev atd-yamlx.dev atd-jsonlike.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-8614-g3dadfe355ed [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62100 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[atd-jsonlike.dev] synchronised (file:///src)[atd.dev] synchronised (file:///src)[atd-yamlx.dev] synchronised (file:///src)[atdcpp.dev] synchronised (file:///src)[atdd.dev] synchronised (file:///src)[atdgen.dev] synchronised (file:///src)[atdgen-codec-runtime.dev] synchronised (file:///src)[atdgen-runtime.dev] synchronised (file:///src)[atdj.dev] synchronised (file:///src)[atdml.dev] synchronised (file:///src)[atdpy.dev] synchronised (file:///src)[atds.dev] synchronised (file:///src)[atdts.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2026-04-28 19:40.50 ---> saved as "bd005513f1e187b72aff41f59e3ab9b358932cdf7977ca5dc5b54b2ffe18f792"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 biniou 1.2.2- install camlp-streams 5.0.1- install cmdliner 2.1.1- install conf-python-3 9.0.0- install cppo 1.8.0- install dune 3.22.2- install easy-format 1.3.4- install fmt 0.11.0- install fpath 0.7.3- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.38.0- install re 1.14.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install testo 0.4.0- install testo-diff 0.4.0- install testo-util 0.4.0- install topkg 1.1.1- install uutf 1.0.4- install yamlx 0.3.0- 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 cppo.1.8.0 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> installed conf-python-3.9.0.0-> retrieved easy-format.1.3.4 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.22.2 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved testo.0.4.0, testo-diff.0.4.0, testo-util.0.4.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved yamlx.0.3.0 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed easy-format.1.3.4-> installed menhirCST.20260209-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed cppo.1.8.0-> installed sexplib0.v0.17.0-> installed biniou.1.2.2-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed yojson.3.0.0-> installed alcotest.1.9.1-> installed menhir.20260209-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1-> installed testo-diff.0.4.0-> installed yamlx.0.3.0-> installed testo-util.0.4.0-> installed testo.0.4.0Done.# Run eval $(opam env) to update the current shell environment2026-04-28 19:42.56 ---> saved as "bf0e1ee9c16364f45af12ed56ca7c208694b5d2b73124fe5fecf4bd515d6355d"/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.22.2).The following actions will be performed:=== install 6 packages- 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 seq base [required by tyxml]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved crunch.4.0.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> 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 environment2026-04-28 19:43.24 ---> saved as "50b9f29c6bc44372c71bebb68e185dc4204f4503e864737ab8a531dd596d60a7"/src: (copy (src .) (dst /src/))2026-04-28 19:43.40 ---> saved as "ef25bb604ac4bd3b54eebba6485b2b3a3c33646a0d1ea122220767632b39757e"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/atd/src/.atd.objs/byte && /home/opam/.opam/4.14/bin/odoc compile -I . -I ../../../../_doc/_odoc/pkg/atd --pkg atd -o atd__Json.odoc atd__Json.cmti)File "atd/src/json.mli", line 52, characters 20-37:Warning: '{"Cons": payload}': bad markup.Suggestion: did you mean '{!"Cons": payload}' or '["Cons": payload]'?(cd _build/default/_doc/_odocls/atd && /home/opam/.opam/4.14/bin/odoc link -I ../../_odoc/pkg/atd -I ../../../atd/src/.atd.objs/byte -o 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/util.mli", line 19, characters 47-71:Warning: Failed to resolve reference unresolvedroot(Expand).original_types Couldn't find "original_types"File "atd/src/ast.mli", line 205, characters 65-79:Warning: Failed to resolve reference unresolvedroot(Atd_inherit) Couldn't find "Atd_inherit"File "atd/src/ast.mli", line 146, characters 11-25:Warning: Failed to resolve reference unresolvedroot(Atd_inherit) Couldn't find "Atd_inherit"File "atd/src/annot.mli", line 1, characters 51-63:Warning: Reference to 'annot' is ambiguous. Please specify its kind: field-annot, field-annot, type-annot.2026-04-28 19:43.49 ---> saved as "691098ac9be0a4243e21407a3fedaba7edbf025b6a2d99f4e52e6081e74fa368"Job succeeded2026-04-28 19:44.08: Job succeeded