2026-03-14 10:13.02: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/martin/upgrade-ocaml (7b4a4d570913d729aece2e0e51b7a6ad1619cfe0) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/atd.git" -b "martin/upgrade-ocaml" && cd "atd" && git reset --hard 7b4a4d57 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47 # debian-13-4.08_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u COPY --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 ./ 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 './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.1.0 cmdliner.1.3.0 conf-m4.1 conf-python-3.1.0.0 conf-which.1 cppo.1.6.1 dune.3.18.2 easy-format.1.0.1 fmt.0.8.6 fpath.0.7.1 jbuilder.1.0+beta20.1 menhir.20180528 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_tools.5.2+4.08.0 ppxfind.1.1 re.1.10.3 result.1.5 seq.0.3 stdlib-shims.0.1.0 testo.0.3.4 testo-diff.0.3.4 testo-util.0.3.4 topkg.1.0.8 uuidm.0.9.7 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-14 10:13.02: Using cache hint "ahrefs/atd-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-9f6b0a4b143b6c0432be09d0d5becadb" 2026-03-14 10:13.02: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47) (comment debian-13-4.08_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.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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) (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 './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.1.0 cmdliner.1.3.0 conf-m4.1 conf-python-3.1.0.0 conf-which.1 cppo.1.6.1 dune.3.18.2 easy-format.1.0.1 fmt.0.8.6 fpath.0.7.1 jbuilder.1.0+beta20.1 menhir.20180528 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_tools.5.2+4.08.0 ppxfind.1.1 re.1.10.3 result.1.5 seq.0.3 stdlib-shims.0.1.0 testo.0.3.4 testo-diff.0.3.4 testo-util.0.3.4 topkg.1.0.8 uuidm.0.9.7 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.5 --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 $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-03-14 10:13.02: Waiting for resource in pool OCluster 2026-03-14 10:13.13: Waiting for worker… 2026-03-14 10:13.13: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 7b4a4d5 with-doc dependency odoc depends on ocaml < 5.4, trying 5.3 (from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47) 2026-03-14 10:13.31 ---> saved as "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f" /: (comment debian-13-4.08_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.5 /usr/bin/opam")) 2026-03-14 10:13.31 ---> saved as "c7be1a1bf56a9af41378ced74906e3276ce5576096fe479f7bc8725acfbd5123" /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 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 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-14 10:13.50 ---> saved as "ccdab575862d9a949d4903bc8aad034b89b0a05240bdda721b9ce0cce4230d75" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.08.1 2.5.0 2026-03-14 10:13.50 ---> saved as "f19adf73b8544d8f3f9b81cecf006440779a1d47bca42b32961acb7a712c1b5f" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-14 10:13.50 ---> saved as "edbc028d6daadd2aebe00894d268f0d76ea78071faf901b745bf45b52fda2d76" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..f2e7a221a1 master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-03-14 10:14.04 ---> saved as "b3e02a1ba3f82e7ec96f8d839a408a2515d3bc782ff8f9b3a0a2c3cefea54e28" /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) (dst ./)) 2026-03-14 10:14.04 ---> saved as "e2435d8ba057626dd30875ac2e44b4c6e47965faee54a2f6bc942f8919dffc00" /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 './'")) [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) [NOTE] Package atdml does not exist in opam repositories registered in the current switch. [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) 2026-03-14 10:14.15 ---> saved as "423830b8b3cc25a5da7f235e9cedd2273e6cb1d825f852ed00a5b7f4b77ad0a1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-14 10:14.15 ---> saved as "e87effabe20ceabf75b0aaed8336d5bc43e2bd3ec210d88d08eb6b5ed4617db0" /src: (env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.1.0 cmdliner.1.3.0 conf-m4.1 conf-python-3.1.0.0 conf-which.1 cppo.1.6.1 dune.3.18.2 easy-format.1.0.1 fmt.0.8.6 fpath.0.7.1 jbuilder.1.0+beta20.1 menhir.20180528 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_tools.5.2+4.08.0 ppxfind.1.1 re.1.10.3 result.1.5 seq.0.3 stdlib-shims.0.1.0 testo.0.3.4 testo-diff.0.3.4 testo-util.0.3.4 topkg.1.0.8 uuidm.0.9.7 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.5 --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 $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 [111 kB] - Fetched 202 kB in 0s (2108 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [atd.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-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: m4 python3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "python3" - Selecting previously unselected package libpython3.13-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 ... 20623 files and directories currently installed.) - Preparing to unpack .../libpython3.13-minimal_3.13.5-2_amd64.deb ... - Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../python3.13-minimal_3.13.5-2_amd64.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:amd64 (3.13.5-2) ... - Setting up python3.13-minimal (3.13.5-2) ... - 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 ... 20948 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_amd64.deb ... - Unpacking python3-minimal (3.13.5-1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_13.0.0_all.deb ... - Unpacking media-types (13.0.0) ... - Selecting previously unselected package readline-common. - Preparing to unpack .../2-readline-common_8.2-6_all.deb ... - Unpacking readline-common (8.2-6) ... - Selecting previously unselected package libreadline8t64:amd64. - Preparing to unpack .../3-libreadline8t64_8.2-6_amd64.deb ... - Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:amd64 (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:amd64. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_amd64.deb ... - Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_amd64.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.13.5-1) ... - Setting up python3-minimal (3.13.5-1) ... - 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 ... 21434 files and directories currently installed.) - Preparing to unpack .../python3_3.13.5-1_amd64.deb ... - Unpacking python3 (3.13.5-1) ... - Selecting previously unselected package m4. - Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Setting up media-types (13.0.0) ... - Setting up m4 (1.4.19-8) ... - Setting up readline-common (8.2-6) ... - Setting up libreadline8t64:amd64 (8.2-6) ... - Setting up libpython3.13-stdlib:amd64 (3.13.5-2) ... - Setting up libpython3-stdlib:amd64 (3.13.5-1) ... - Setting up python3.13 (3.13.5-2) ... - Setting up python3 (3.13.5-1) ... - running python rtupdate hooks for python3.13... - running python post-rtupdate hooks for python3.13... - Processing triggers for libc-bin (2.41-12+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-03-14 10:14.27 ---> saved as "4ae1bfdc8755d1f5c0da273d087871162c25c6080ddd17d260725a43f210f6ce" /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 32 packages - install alcotest 1.0.1 - install astring 0.8.3 - install base-bytes base - install biniou 1.1.0 - install cmdliner 1.3.0 - install conf-m4 1 - install conf-python-3 1.0.0 - install conf-which 1 - install cppo 1.6.1 - install dune 3.18.2 - install easy-format 1.0.1 - install fmt 0.8.6 - install fpath 0.7.1 - install jbuilder 1.0+beta20.1 (deprecated) - install menhir 20180528 - install ocaml-migrate-parsetree 1.3.0 (deprecated) - install ocamlbuild 0.14.0 - install ocamlfind 1.8.0 - install ppx_derivers 1.0 - install ppx_deriving 4.5-1 - install ppx_tools 5.2+4.08.0 - install ppxfind 1.1 - install re 1.10.3 - install result 1.5 - install seq 0.3 - install stdlib-shims 0.1.0 - install testo 0.3.4 - install testo-diff 0.3.4 - install testo-util 0.3.4 - install topkg 1.0.8 - install uuidm 0.9.7 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.0.1 (cached) -> retrieved astring.0.8.3 (cached) -> retrieved conf-python-3.1.0.0 (cached) -> retrieved biniou.1.1.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.6.1 (cached) -> installed conf-m4.1 -> installed conf-python-3.1.0.0 -> installed conf-which.1 -> retrieved easy-format.1.0.1 (cached) -> retrieved fmt.0.8.6 (cached) -> retrieved fpath.0.7.1 (cached) -> retrieved menhir.20180528 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved ocaml-migrate-parsetree.1.3.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.8.0 (cached) -> retrieved dune.3.18.2 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ppx_deriving.4.5-1 (cached) -> retrieved ppx_tools.5.2+4.08.0 (cached) -> retrieved ppxfind.1.1 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.0.3 (cached) -> retrieved re.1.10.3 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved uuidm.0.9.7 (cached) -> installed cmdliner.1.3.0 -> retrieved topkg.1.0.8 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved testo.0.3.4, testo-diff.0.3.4, testo-util.0.3.4 (cached) -> installed ocamlfind.1.8.0 -> installed base-bytes.base -> installed easy-format.1.0.1 -> installed ppx_tools.5.2+4.08.0 -> installed jbuilder.1.0+beta20.1 -> installed ocamlbuild.0.14.0 -> installed ppx_derivers.1.0 -> installed biniou.1.1.0 -> installed cppo.1.6.1 -> installed topkg.1.0.8 -> installed uuidm.0.9.7 -> installed astring.0.8.3 -> installed dune.3.18.2 -> installed seq.0.3 -> installed result.1.5 -> installed stdlib-shims.0.1.0 -> installed fpath.0.7.1 -> installed re.1.10.3 -> installed yojson.3.0.0 -> installed fmt.0.8.6 -> installed alcotest.1.0.1 -> installed ocaml-migrate-parsetree.1.3.0 -> installed ppxfind.1.1 -> installed ppx_deriving.4.5-1 -> installed testo-diff.0.3.4 -> installed menhir.20180528 -> installed testo-util.0.3.4 -> installed testo.0.3.4 Done. <><> ocaml-migrate-parsetree.1.3.0 installed successfully <><><><><><><><><><><> => Note: This package is deprecated. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2026-03-14 10:15.00 ---> saved as "3603a003888d46164960eba63519fbb4c082cdc6dafec3d2ff098f956927a2bd" /src: (copy (src .) (dst /src)) 2026-03-14 10:15.00 ---> saved as "ffa01cd3b341a7a502b67995edb0f9775dc9a98c88d6970b6e59ab89d50aea53" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -27 -safe-string -g -bin-annot -I atd/src/.atd.objs/byte -I /home/opam/.opam/4.08/lib/easy-format -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/yojson -no-alias-deps -opaque -open Atd -o atd/src/.atd.objs/byte/atd__Ast.cmi -c -intf atd/src/ast.mli) File "atd/src/ast.mli", line 85, characters 2-11: 85 | loc: loc; ^^^^^^^^^ Warning 30: the label loc is defined in both types import and type_def. File "atd/src/ast.mli", line 86, characters 2-18: 86 | name: type_name; ^^^^^^^^^^^^^^^^ Warning 30: the label name is defined in both types import and type_def. File "atd/src/ast.mli", line 88, characters 2-15: 88 | annot: annot; ^^^^^^^^^^^^^ Warning 30: the label annot is defined in both types import and type_def. File "atd/src/ast.mli", line 202, characters 4-34: 202 | | Inherit of (loc * type_expr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 30: the constructor Inherit is defined in both types variant and field. (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -27 -safe-string -g -bin-annot -I atd/src/.atd.objs/byte -I /home/opam/.opam/4.08/lib/easy-format -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Atd -o atd/src/.atd.objs/byte/atd__Ast.cmo -c -impl atd/src/ast.ml) File "atd/src/ast.ml", line 35, characters 2-11: 35 | loc: loc; ^^^^^^^^^ Warning 30: the label loc is defined in both types type_def and import. File "atd/src/ast.ml", line 37, characters 2-15: 37 | annot: annot; (* module-level annotation, e.g. <ocaml name="Format_"> *) ^^^^^^^^^^^^^ Warning 30: the label annot is defined in both types type_def and import. File "atd/src/ast.ml", line 39, characters 2-15: 39 | name: string; (* local reference name: alias if given, else last path component *) ^^^^^^^^^^^^^ Warning 30: the label name is defined in both types type_def and import. File "atd/src/ast.ml", line 85, characters 2-32: 85 | | Inherit of (loc * type_expr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 30: the constructor Inherit is defined in both types variant and field. (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -27 -safe-string -g -I atd/src/.atd.objs/byte -I atd/src/.atd.objs/native -I /home/opam/.opam/4.08/lib/easy-format -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Atd -o atd/src/.atd.objs/native/atd__Ast.cmx -c -impl atd/src/ast.ml) File "atd/src/ast.ml", line 35, characters 2-11: 35 | loc: loc; ^^^^^^^^^ Warning 30: the label loc is defined in both types type_def and import. File "atd/src/ast.ml", line 37, characters 2-15: 37 | annot: annot; (* module-level annotation, e.g. <ocaml name="Format_"> *) ^^^^^^^^^^^^^ Warning 30: the label annot is defined in both types type_def and import. File "atd/src/ast.ml", line 39, characters 2-15: 39 | name: string; (* local reference name: alias if given, else last path component *) ^^^^^^^^^^^^^ Warning 30: the label name is defined in both types type_def and import. File "atd/src/ast.ml", line 85, characters 2-32: 85 | | Inherit of (loc * type_expr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 30: the constructor Inherit is defined in both types variant and field. (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -27 -safe-string -g -bin-annot -I atd/src/.atd.objs/byte -I /home/opam/.opam/4.08/lib/easy-format -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Atd -o atd/src/.atd.objs/byte/atd__Parser.cmo -c -impl atd/src/parser.ml) File "atd/src/parser.ml", line 2125, characters 19-36: 2125 | Printf.fprintf Pervasives.stderr "Internal failure -- please contact the parser generator's developers.\n%!"; ^^^^^^^^^^^^^^^^^ Error (alert deprecated): module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -27 -safe-string -g -I atd/src/.atd.objs/byte -I atd/src/.atd.objs/native -I /home/opam/.opam/4.08/lib/easy-format -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/yojson -intf-suffix .ml -no-alias-deps -opaque -open Atd -o atd/src/.atd.objs/native/atd__Parser.cmx -c -impl atd/src/parser.ml) File "atd/src/parser.ml", line 2125, characters 19-36: 2125 | Printf.fprintf Pervasives.stderr "Internal failure -- please contact the parser generator's developers.\n%!"; ^^^^^^^^^^^^^^^^^ Error (alert deprecated): module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-03-14 10:15.02: Job failed: Failed: Build failed