2026-04-29 00:35.34: New job: test realworldocaml/mdx https://github.com/realworldocaml/mdx.git#refs/heads/main (bfe95d31ac040a1b8b8ed13924f0414bae0a566c) (linux-x86_64:debian-13-4.14+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88Opam project buildTo reproduce locally:git clone --recursive "https://github.com/realworldocaml/mdx.git" -b "main" && cd "mdx" && git reset --hard bfe95d31cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88# debian-13-4.14+flambda_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mdx.opam ./RUN opam pin add -yn mdx.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 ocaml.4.14.3 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.3+options ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mdx.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-29 00:35.34: Using cache hint "realworldocaml/mdx-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88-debian-13-4.14+flambda_opam-2.5-b2a4d4b07f00e87d0b44816cdbc89138"2026-04-29 00:35.34: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88)(comment debian-13-4.14+flambda_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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mdx.opam) (dst ./))(run (network host)(shell "opam pin add -yn mdx.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 ocaml.4.14.3 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.3+options ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")(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 mdx.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-04-29 00:35.34: Waiting for resource in pool OCluster2026-04-29 01:48.30: Waiting for worker…2026-04-29 01:50.38: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at bfe95d3 Prepare 2.5.2 release(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88' locallydocker.io/ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Pulling fs layerc29591c91388: Pulling fs layer356a64daa753: Pulling fs layerac02f8f2062b: Pulling fs layeraaa2f390e4c8: Pulling fs layerc29591c91388: Waitingb668811757f6: Pulling fs layer32fd4e1a774f: Pulling fs layer356a64daa753: Waiting1a27fd2181de: Waitingb1d486fb8fdf: Pulling fs layerac02f8f2062b: Waitingaaa2f390e4c8: Waiting32fd4e1a774f: Waitingb668811757f6: Waitingcf8a2024f299: Pulling fs layer8c4a5dac67c3: Pulling fs layerb1d486fb8fdf: Waiting6adfe24d7b40: Pulling fs layerdccd6e3c0589: Pulling fs layercf8a2024f299: Waiting2ee4bcb55cd4: Pulling fs layer8c4a5dac67c3: Waiting6adfe24d7b40: Waiting2dc3b58478d7: Pulling fs layerdccd6e3c0589: Waiting2ee4bcb55cd4: Waitingdaf15e5c44c6: Pulling fs layer564e978a8088: Pulling fs layer2dc3b58478d7: Waitingdaf15e5c44c6: Waiting25a652a8c456: Pulling fs layerb3bfea7bff3f: Pulling fs layer564e978a8088: Waitinga00f2937f570: Pulling fs layer25a652a8c456: Waitingb3bfea7bff3f: Waiting78bd1737ebff: Pulling fs layer4f4fb700ef54: Pulling fs layera00f2937f570: Waiting4291a055edd7: Pulling fs layer78bd1737ebff: Waiting3c2b2836d59a: Pulling fs layer4f4fb700ef54: Waiting4291a055edd7: Waiting7b3e96544a52: Pulling fs layer3c2b2836d59a: Waitingc72503effb14: Pulling fs layer7b3e96544a52: Waitingbca08df11a10: Pulling fs layer2ab0829b2daf: Pulling fs layerc72503effb14: Waiting1d246d4da211: Pulling fs layerbca08df11a10: Waitinga09cb4870027: Pulling fs layer1d246d4da211: Waiting2ce07b4fe7c0: Pulling fs layer6b96f28d505e: Pulling fs layer2ce07b4fe7c0: Waitingb6ad36bba9bf: Pulling fs layer56d62791a0f9: Pulling fs layerb6ad36bba9bf: Waiting4d60780055d1: Pulling fs layer56d62791a0f9: Waiting4d60780055d1: Waiting43f57a7c44cb: Pulling fs layerf21057dc4e85: Pulling fs layere0d2ca1300ed: Pulling fs layer9da2f7598f8e: Pulling fs layercb569bb28593: Pulling fs layer43f57a7c44cb: Waitingf21057dc4e85: Waitingc35a156f8c8c: Pulling fs layer9da2f7598f8e: Waitingcb569bb28593: Waitingcd4659cecde9: Pulling fs layerdbb3c6331024: Pulling fs layerc35a156f8c8c: Waiting9a75e7905027: Pulling fs layercd4659cecde9: Waitingdbb3c6331024: Waiting9a75e7905027: Waitingc29591c91388: Verifying Checksumc29591c91388: Download complete1a27fd2181de: Download complete1a27fd2181de: Pull completec29591c91388: Pull completeac02f8f2062b: Verifying Checksumac02f8f2062b: Download completeb668811757f6: Verifying Checksumb668811757f6: Download complete356a64daa753: Verifying Checksum356a64daa753: Download complete356a64daa753: Pull completeac02f8f2062b: Pull complete32fd4e1a774f: Verifying Checksum32fd4e1a774f: Download completeb1d486fb8fdf: Verifying Checksumb1d486fb8fdf: Download complete8c4a5dac67c3: Verifying Checksum8c4a5dac67c3: Download complete6adfe24d7b40: Verifying Checksum6adfe24d7b40: Download completecf8a2024f299: Verifying Checksumcf8a2024f299: Download completedccd6e3c0589: Verifying Checksumdccd6e3c0589: Download complete2dc3b58478d7: Verifying Checksum2dc3b58478d7: Download complete2ee4bcb55cd4: Verifying Checksum2ee4bcb55cd4: Download completedaf15e5c44c6: Verifying Checksumdaf15e5c44c6: Download complete564e978a8088: Download completeb3bfea7bff3f: Verifying Checksumb3bfea7bff3f: Download complete25a652a8c456: Verifying Checksum25a652a8c456: Download complete78bd1737ebff: Verifying Checksum78bd1737ebff: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea00f2937f570: Download complete4291a055edd7: Verifying Checksum4291a055edd7: Download complete7b3e96544a52: Download complete3c2b2836d59a: Verifying Checksum3c2b2836d59a: Download completec72503effb14: Verifying Checksumc72503effb14: Download complete2ab0829b2daf: Verifying Checksum2ab0829b2daf: Download complete1d246d4da211: Download completea09cb4870027: Verifying Checksuma09cb4870027: Download complete2ce07b4fe7c0: Verifying Checksum2ce07b4fe7c0: Download complete6b96f28d505e: Verifying Checksum6b96f28d505e: Download completeb6ad36bba9bf: Verifying Checksumb6ad36bba9bf: Download complete56d62791a0f9: Verifying Checksum56d62791a0f9: Download complete43f57a7c44cb: Verifying Checksum43f57a7c44cb: Download complete4d60780055d1: Verifying Checksum4d60780055d1: Download completee0d2ca1300ed: Verifying Checksume0d2ca1300ed: Download complete9da2f7598f8e: Verifying Checksum9da2f7598f8e: Download completecb569bb28593: Verifying Checksumcb569bb28593: Download completeaaa2f390e4c8: Verifying Checksumaaa2f390e4c8: Download completec35a156f8c8c: Verifying Checksumc35a156f8c8c: Download completeaaa2f390e4c8: Pull completeb668811757f6: Pull complete32fd4e1a774f: Pull completeb1d486fb8fdf: Pull completecf8a2024f299: Pull complete8c4a5dac67c3: Pull complete6adfe24d7b40: Pull completedbb3c6331024: Download completecd4659cecde9: Download completedccd6e3c0589: Pull complete2ee4bcb55cd4: Pull complete2dc3b58478d7: Pull completedaf15e5c44c6: Pull complete564e978a8088: Pull complete9a75e7905027: Verifying Checksum9a75e7905027: Download complete25a652a8c456: Pull completeb3bfea7bff3f: Pull completea00f2937f570: Pull complete78bd1737ebff: Pull complete4f4fb700ef54: Pull complete4291a055edd7: Pull complete3c2b2836d59a: Pull complete7b3e96544a52: Pull completec72503effb14: Pull completebca08df11a10: Pull complete2ab0829b2daf: Pull complete1d246d4da211: Pull completea09cb4870027: Pull complete2ce07b4fe7c0: Pull complete6b96f28d505e: Pull completeb6ad36bba9bf: Pull complete56d62791a0f9: Pull completef21057dc4e85: Verifying Checksumf21057dc4e85: Download complete4d60780055d1: Pull complete43f57a7c44cb: Pull completef21057dc4e85: Pull completee0d2ca1300ed: Pull complete9da2f7598f8e: Pull completecb569bb28593: Pull completec35a156f8c8c: Pull completecd4659cecde9: Pull completedbb3c6331024: Pull complete9a75e7905027: Pull completeDigest: sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88Status: Downloaded newer image for ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b882026-04-29 01:50.39 ---> using "56f369bc7c73ce6f148f0a2f412d9c3c7c780db13a6ec27166a36753d4875a52" from cache/: (comment debian-13-4.14+flambda_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-04-29 01:50.39 ---> using "087ed943498ca8425bbfcdbb4626243bbb1e20c97fad6beb9fa73dbfd9213294" 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[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-29 01:50.39 ---> using "441cbf86a1a9aa9170c8a971e5eae1f82cb9490c691d2410c5ae67cca3173687" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-29 01:50.39 ---> using "a90eb38da1e52aab49f43fe140d5dee664d6e84900211ead7be06dc1d4786331" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 01:50.39 ---> using "44d363dbd17fb794423c81b4e021ff25b87f13aa64be5abbecd5b894c6a4d7ee" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..dd592986d4 master -> origin/masterdd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)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-04-29 01:50.39 ---> using "56b9732641491354c54caeee9dfab228ac04fdf3a7611fa644528c744dd5a4a8" from cache/src: (copy (src mdx.opam) (dst ./))2026-04-29 01:50.41 ---> saved as "5206c34466a9ce11e9be6dbe13e2f2e96ed6ca7c3bab37758b1a4b0e4f6669a7"/src: (run (network host)(shell "opam pin add -yn mdx.dev './'"))[mdx.dev] synchronised (file:///src)mdx is now pinned to file:///src (version dev)2026-04-29 01:50.43 ---> saved as "7673aed3e73ab000e7f33f88fd542c89d1ddf55dc0d8dff546c973fe68340d48"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 01:50.44 ---> saved as "af4974bdb821dc4c4373cb0af77ced4620974c25f2780b51db1d72d00cef70ae"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 logs.0.10.0 lwt.6.1.2 ocaml.4.14.3 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.3+options ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")/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 mdx.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 [129 kB]- Fetched 219 kB in 0s (2034 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mdx.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options).[NOTE] Package ocaml-config is already installed (current version is 2).[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).# To update the current shell environment, run: eval $(opam env)2026-04-29 01:50.59 ---> saved as "4444fcdb3b2b20bbfb72096865092cf1cd43aba54540068fe239336166619cb8"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options).[NOTE] Package ocaml-config is already installed (current version is 2).[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 22 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install camlp-streams 5.0.1- install cmdliner 2.1.1- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install fmt 0.11.0- install logs 0.10.0- install lwt 6.1.2- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.14.0- install result 1.5- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.1.0-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.2-> installed alcotest.1.9.1-> installed lwt.6.1.2-> installed logs.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-29 01:51.57 ---> saved as "d79a14a4eee534cb94fda363c457dd16e52e70262bb6781b1f1cb2612a8e6bde"/src: (copy (src .) (dst /src))2026-04-29 01:52.02 ---> saved as "528579fb554347a44c81285c8c488b210583b5e25243875b8a394ec2057571b3"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/lib && ./test_mdx_lib.exe)Testing `Mdx'.This run has ID `IIP2JPZY'.[OK] Block 0 Header.infer_from_file: "".[OK] Block 1 Header.infer_from_file: "foo".[OK] Block 2 Header.infer_from_file: "foo.bar".[OK] Block 3 Header.infer_from_file: "dune".[OK] Block 4 Header.infer_from_file: "dune-project".[OK] Block 5 Header.infer_from_file: "foo.sh".[OK] Block 6 Header.infer_from_file: "foo/foo/foo.ml".[OK] Block 7 mk: "invalid ocaml".[OK] Block 8 mk: "invalid toplevel".[OK] Label 0 raw_parse: "".[OK] Label 1 raw_parse: "foo=".[OK] Label 2 raw_parse: "foo<>bar".[OK] Label 3 raw_parse: "<bar".[OK] Label 4 raw_parse: "foo<=bar".[OK] Label 5 raw_parse: "foo>bar".[OK] Label 6 raw_parse: ">=".[OK] Label 7 raw_parse: "FOO_BAR=foo_bar".[OK] Label 8 interpret: "".[OK] Label 9 interpret: "foo".[OK] Label 10 interpret: "skip".[OK] Label 11 interpret: "skip".[OK] Label 12 interpret: "version".[OK] Label 13 interpret: "non-deterministic".[OK] Label 14 interpret: "dir".[OK] Label 15 interpret: "set-foo".[OK] Label 16 of_string: "".[OK] Label 17 of_string: ",".[OK] Label 18 of_string: "skip,".[OK] Label 19 of_string: "skip,file=foo.ml".[OK] Dep 0 of_block: "Empty".[OK] Dep 1 of_block: "file:toto.ml".[OK] Dep 2 of_block: "dir:tata/".[OK] Dep 3 of_block: "dir=tata/,skip".[OK] Dep 4 of_line: "block: file=tikitaka.ml".[OK] Dep 5 of_line: "skip + file + dir".[OK] Dep 6 to_sexp: file.[OK] Dep 7 to_sexp: dir.[OK] Syntax 0 infer: "".[OK] Syntax 1 infer: "test.md".[OK] Syntax 2 infer: "test.t".[OK] Syntax 3 infer: "test.ml".[OK] Syntax 4 infer: "test.mli".[OK] Syntax 5 infer: "no_ext".[OK] Util 0 String.english_conjonction: single.[OK] Util 1 String.english_conjonction: two.[OK] Util 2 String.english_conjonction: three.[OK] Util 3 String.english_conjonction: more.[OK] Parts 0 parse: "".[OK] Parts 1 parse: "foo".[OK] Parts 2 parse: " (* $MDX part-begin=bar *) ".[OK] Parts 3 parse: "(* $MDX part-begin=bar ".[OK] Parts 4 parse: " (* $MDX part-end *) ".[OK] Parts 5 parse: " [@@@part \"foobar\"] ".[OK] Parts 6 parse: "[@@@foo \"bar\"]".[OK] Parts 7 parse: "(* $MDX foo *)".[OK] Parts 8 parse: "(* $MDX part-end=foo *)".Full test results in `/src/_build/default/test/lib/_build/_tests/Mdx'.Test Successful in 0.004s. 56 tests run.2026-04-29 01:52.10 ---> saved as "95b9749c848cc95f68423796a35a99d74feb6d0a9d04230e9bc4e937e9232444"Job succeeded2026-04-29 01:53.14: Job succeeded