2026-03-09 07:47.19: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/martin/modules (e34732b7eecc27804791f909072a225243220372) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/atd.git" -b "martin/modules" && cd "atd" && git reset --hard e34732b7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.08@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7 # 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 6497e4f431cb9afd35fcc709abaf7c08ce2be319 || git fetch origin master) && git reset -q --hard 6497e4f431cb9afd35fcc709abaf7c08ce2be319 && 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-09 07:47.19: Using cache hint "ahrefs/atd-ocaml/opam:debian-13-ocaml-4.08@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7-debian-13-4.08_opam-2.5-9f6b0a4b143b6c0432be09d0d5becadb" 2026-03-09 07:47.19: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7) (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 6497e4f431cb9afd35fcc709abaf7c08ce2be319 || git fetch origin master) && git reset -q --hard 6497e4f431cb9afd35fcc709abaf7c08ce2be319 && 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-09 07:47.19: Waiting for resource in pool OCluster 2026-03-09 07:47.19: Waiting for worker… 2026-03-09 07:47.20: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at e34732b Update docs and changelog for import statement support (from ocaml/opam:debian-13-ocaml-4.08@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7) Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7' locally docker.io/ocaml/opam@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7: Pulling from ocaml/opam ef235bf1a09a: Already exists 58b06b604a42: Already exists b55f23c32d5a: Already exists aa415425edb7: Already exists c4f39ed7469c: Already exists ca248a2fdd5e: Already exists 74109c509b2f: Already exists 18c2fa2271cb: Already exists 37d4d41661a2: Already exists 0b2f35f78814: Already exists e65f29522a9a: Already exists 603a51b67573: Already exists 89b2faa02f16: Already exists e5f11471afd4: Already exists d7b0e5daa224: Already exists 7bec4d50f3b2: Already exists d3a70ed71f1c: Already exists 90de03d9b27a: Already exists a28f685cf2db: Already exists 5bb5e02041c7: Already exists 74f9af816199: Already exists 74c2f6cb4138: Already exists 4f4fb700ef54: Already exists 5ce9bdcb2952: Already exists bf18c14e9b34: Already exists bb4b67501479: Already exists 89e7ed0468f5: Already exists 640077527026: Already exists 363b481ff012: Already exists 437bd8bc3ce9: Already exists 2bcf3429833a: Already exists 3e5fe21454e9: Already exists f3afb11ae499: Already exists c3a5b88f5e5f: Already exists 124a1dc355b1: Already exists 0a9982d37abd: Already exists 9b8b724665ed: Already exists f81507befe71: Already exists 7984e4546bf9: Already exists 3579b890ab6e: Already exists e83772930ba8: Already exists ecd63e982436: Pulling fs layer 4ed24165d936: Pulling fs layer 656d2e9a8760: Pulling fs layer e23b5f05df92: Pulling fs layer e23b5f05df92: Waiting 4ed24165d936: Download complete e23b5f05df92: Verifying Checksum e23b5f05df92: Download complete 656d2e9a8760: Download complete ecd63e982436: Verifying Checksum ecd63e982436: Download complete ecd63e982436: Pull complete 4ed24165d936: Pull complete 656d2e9a8760: Pull complete e23b5f05df92: Pull complete Digest: sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7 Status: Downloaded newer image for ocaml/opam@sha256:016974eca0405838af73274ed51d1a69a31f37211486cd4f5dfedd706192cce7 2026-03-09 07:47.21 ---> using "8e880d54b82285cc07797680056d2282ee7dd8d645150afdce9c0dfbe68786cc" from cache /: (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-09 07:47.21 ---> using "568bff0503782ae8538da8d67d733f1595e3d2a477f8eb87b187dd336aa20c36" 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 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-09 07:47.21 ---> using "5829eff73685e515467310cf2a4737f67a9993e59a1f8aa0943515e642cfce58" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.08.1 2.5.0 2026-03-09 07:47.21 ---> using "25eb49856501f61561891704feb55a32d48e3c95f380c0020b661c75cabf2c4c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-09 07:47.21 ---> using "6f9b357d72657845dd825df4d47a09e6644df635ad4e4fe5d14d8adb7780a100" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6497e4f431cb9afd35fcc709abaf7c08ce2be319 || git fetch origin master) && git reset -q --hard 6497e4f431cb9afd35fcc709abaf7c08ce2be319 && git log --no-decorate -n1 --oneline && opam update -u")) 6497e4f431 Merge pull request #29239 from mjambon/release-testo-0.3.4 <><> 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.4.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-09 07:47.34 ---> saved as "6cb81e3e34e436581b0c92e37a3c1ef9c33f8c71eee000bab7d01b99ff7b915a" /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-09 07:47.34 ---> saved as "e9966bbe809ff1f75401736af2695f743f97437d1f5ad0cf10633b286e24c9ba" /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-09 07:47.50 ---> saved as "dc0b79bbcf45ecf7c35397dc3327400d5fab22ad51af9007fc9ac78e5d4c8b82" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-09 07:47.50 ---> saved as "19e4047663c449d7e6b83c1d090c88e3b4a828123d85a3edcfe68214cfd8703f" /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 [108 kB] - Fetched 199 kB in 0s (1011 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-09 07:48.05 ---> saved as "085f840419ce58cec558d82a820802d8ae97d8306f6b7efc9cff2fadd283284d" /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 dune.3.18.2 (cached) -> retrieved ocamlfind.1.8.0 (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 re.1.10.3 (cached) -> installed cmdliner.1.3.0 -> retrieved seq.0.3 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved uuidm.0.9.7 (cached) -> 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 ocamlbuild.0.14.0 -> installed jbuilder.1.0+beta20.1 -> 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 fmt.0.8.6 -> installed yojson.3.0.0 -> installed alcotest.1.0.1 -> installed ocaml-migrate-parsetree.1.3.0 -> installed ppxfind.1.1 -> installed ppx_deriving.4.5-1 -> installed menhir.20180528 -> installed testo-diff.0.3.4 -> 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-09 07:48.51 ---> saved as "b325e9f443a5b2596816fd99028e25cea03eb1ac7185ece9bcd24380b9dfefd2" /src: (copy (src .) (dst /src)) 2026-03-09 07:48.52 ---> saved as "ffd85ca17168ee3c2f3bbc2090c334b003ae954d1d806e6dde7c3b79f93c7638" /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 72, characters 2-11: 72 | loc: loc; ^^^^^^^^^ Warning 30: the label loc is defined in both types import and type_def. File "atd/src/ast.mli", line 73, characters 2-18: 73 | name: type_name; ^^^^^^^^^^^^^^^^ Warning 30: the label name is defined in both types import and type_def. File "atd/src/ast.mli", line 75, characters 2-15: 75 | annot: annot; ^^^^^^^^^^^^^ Warning 30: the label annot is defined in both types import and type_def. File "atd/src/ast.mli", line 189, characters 4-34: 189 | | 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; ^^^^^^^^^^^^^ 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; ^^^^^^^^^^^^^ Warning 30: the label name is defined in both types type_def and import. File "atd/src/ast.ml", line 78, characters 2-32: 78 | | 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; ^^^^^^^^^^^^^ 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; ^^^^^^^^^^^^^ Warning 30: the label name is defined in both types type_def and import. File "atd/src/ast.ml", line 78, characters 2-32: 78 | | 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 1924, characters 19-36: 1924 | 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 1924, characters 19-36: 1924 | 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-09 07:48.54: Job failed: Failed: Build failed