2025-10-10 20:11.16: New job: test realworldocaml/mdx https://github.com/realworldocaml/mdx.git#refs/heads/main (5c97b27cf8723d87fd00d350b75e7f32f021c8d6) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/realworldocaml/mdx.git" -b "main" && cd "mdx" && git reset --hard 5c97b27ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f# ubuntu-25.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-10-10 20:11.16: Using cache hint "realworldocaml/mdx-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f-ubuntu-25.04-4.14_opam-2.4-c8f7d1f55a4a4733e780e7fbfa3b7d46"2025-10-10 20:11.16: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f)(comment ubuntu-25.04-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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 (network host)(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.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.0 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.4 --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")))2025-10-10 20:11.16: Waiting for resource in pool OCluster2025-10-10 20:17.39: Waiting for worker…2025-10-10 20:21.51: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 5c97b27 Merge pull request #472 from jonludlam/release-2.5.1(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f' locallydocker.io/ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f: Pulling from ocaml/opamdf3646a507d2: Pulling fs layer624cfd6ad286: Pulling fs layer8cede422ab61: Pulling fs layer8ac4a9b1d7a6: Pulling fs layer11bb3632fce8: Pulling fs layer50b16f5af26c: Pulling fs layer702a1ab78f2b: Pulling fs layere1e4e317140b: Pulling fs layer37f2442b710f: Pulling fs layer11bb3632fce8: Waiting75add4371d07: Pulling fs layer8ac4a9b1d7a6: Waiting50b16f5af26c: Waitingd36d2d05f9be: Pulling fs layere1e4e317140b: Waiting37f2442b710f: Waiting702a1ab78f2b: Waiting636660e49f9c: Pulling fs layercc3c31a872c9: Pulling fs layerd36d2d05f9be: Waiting34578033a7f9: Pulling fs layer636660e49f9c: Waitingcc3c31a872c9: Waiting42877c927642: Pulling fs layerba49f2a9cdef: Pulling fs layer42877c927642: Waiting9aab1a73d219: Pulling fs layer2cc22ab98ddd: Pulling fs layer9aab1a73d219: Waitingbdf183afca69: Pulling fs layer22fa00b490dc: Pulling fs layer2cc22ab98ddd: Waiting4f4fb700ef54: Pulling fs layerbdf183afca69: Waiting22fa00b490dc: Waiting4ce5cd84174b: Pulling fs layer2e7f423934aa: Pulling fs layerc3ad5039ed42: Pulling fs layere123da3a8096: Pulling fs layer4f4fb700ef54: Waiting2fc97694ef6e: Pulling fs layer2e7f423934aa: Waitingac9510594285: Pulling fs layere123da3a8096: Waitingc3ad5039ed42: Waitinga2032d6ea73c: Pulling fs layerac9510594285: Waitingd726ad821b2e: Pulling fs layerbc8731d4782e: Pulling fs layerffa16580e18a: Pulling fs layerd5a62f89b345: Pulling fs layer76973a4e2025: Pulling fs layera2032d6ea73c: Waiting941b098ce1a2: Pulling fs layerffa16580e18a: Waiting05891dde6573: Pulling fs layerd726ad821b2e: Waiting76973a4e2025: Waiting92cb594ff276: Pulling fs layer5647c1624527: Pulling fs layere7da51280bc3: Pulling fs layera0059e01a025: Pulling fs layerbc8731d4782e: Waiting941b098ce1a2: Waiting745e9f950793: Pulling fs layer5647c1624527: Waitingf4351a73a92b: Pulling fs layer745e9f950793: Waiting9b6d3ef8fc7c: Pulling fs layerc3c7faf3d7b5: Pulling fs layerf4351a73a92b: Waiting8cede422ab61: Download complete624cfd6ad286: Verifying Checksum624cfd6ad286: Download completedf3646a507d2: Verifying Checksumdf3646a507d2: Download complete11bb3632fce8: Download complete8ac4a9b1d7a6: Verifying Checksum8ac4a9b1d7a6: Download complete702a1ab78f2b: Verifying Checksum702a1ab78f2b: Download completee1e4e317140b: Verifying Checksume1e4e317140b: Download completedf3646a507d2: Pull complete624cfd6ad286: Pull complete8cede422ab61: Pull complete75add4371d07: Verifying Checksum75add4371d07: Download complete37f2442b710f: Verifying Checksum37f2442b710f: Download completed36d2d05f9be: Verifying Checksumd36d2d05f9be: Download complete50b16f5af26c: Verifying Checksum50b16f5af26c: Download complete636660e49f9c: Verifying Checksum636660e49f9c: Download complete34578033a7f9: Download complete42877c927642: Verifying Checksum42877c927642: Download complete8ac4a9b1d7a6: Pull complete11bb3632fce8: Pull complete9aab1a73d219: Download completeba49f2a9cdef: Download completecc3c31a872c9: Verifying Checksumcc3c31a872c9: Download complete22fa00b490dc: Verifying Checksum22fa00b490dc: Download complete2cc22ab98ddd: Download completebdf183afca69: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4ce5cd84174b: Verifying Checksum4ce5cd84174b: Download completee123da3a8096: Verifying Checksume123da3a8096: Download completec3ad5039ed42: Download complete2e7f423934aa: Download complete2fc97694ef6e: Download completeac9510594285: Verifying Checksumac9510594285: Download completea2032d6ea73c: Verifying Checksuma2032d6ea73c: Download completed726ad821b2e: Verifying Checksumd726ad821b2e: Download completebc8731d4782e: Download completed5a62f89b345: Verifying Checksumd5a62f89b345: Download complete76973a4e2025: Verifying Checksum76973a4e2025: Download completeffa16580e18a: Verifying Checksumffa16580e18a: Download complete05891dde6573: Download complete5647c1624527: Download completee7da51280bc3: Verifying Checksume7da51280bc3: Download completea0059e01a025: Download complete941b098ce1a2: Verifying Checksum941b098ce1a2: Download completef4351a73a92b: Verifying Checksumf4351a73a92b: Download complete9b6d3ef8fc7c: Verifying Checksum9b6d3ef8fc7c: Download completec3c7faf3d7b5: Verifying Checksumc3c7faf3d7b5: Download complete745e9f950793: Verifying Checksum745e9f950793: Download complete50b16f5af26c: Pull complete702a1ab78f2b: Pull completee1e4e317140b: Pull complete37f2442b710f: Pull complete75add4371d07: Pull completed36d2d05f9be: Pull complete636660e49f9c: Pull completecc3c31a872c9: Pull complete34578033a7f9: Pull complete42877c927642: Pull completeba49f2a9cdef: Pull complete9aab1a73d219: Pull complete2cc22ab98ddd: Pull completebdf183afca69: Pull complete22fa00b490dc: Pull complete4f4fb700ef54: Pull complete4ce5cd84174b: Pull complete2e7f423934aa: Pull completec3ad5039ed42: Pull completee123da3a8096: Pull complete2fc97694ef6e: Pull completeac9510594285: Pull completea2032d6ea73c: Pull completed726ad821b2e: Pull completebc8731d4782e: Pull completeffa16580e18a: Pull completed5a62f89b345: Pull complete76973a4e2025: Pull complete92cb594ff276: Verifying Checksum92cb594ff276: Download complete941b098ce1a2: Pull complete05891dde6573: Pull complete92cb594ff276: Pull complete5647c1624527: Pull completee7da51280bc3: Pull completea0059e01a025: Pull complete745e9f950793: Pull completef4351a73a92b: Pull complete9b6d3ef8fc7c: Pull completec3c7faf3d7b5: Pull completeDigest: sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43fStatus: Downloaded newer image for ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f2025-10-10 20:21.52 ---> using "c8bb35c126db03b74f524d6f17521ac960bd85f27ca8a18249af22d5a23eb980" from cache/: (comment ubuntu-25.04-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-10 20:21.52 ---> using "fa0ad8f25f9d06d586e2dc0b4e10f0dd3cff13c264ed255a6c06eec92b7dfbb9" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-10 20:21.52 ---> using "aab57315a0b1eaf371826015a62e9e65932f61fac8c14e40ee625bc625f688e3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-10-10 20:21.52 ---> using "ac21f04fb89a2d3e4a982afff89fe66e0d4dcd8f92c3b29da0a2326a73540655" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-10 20:21.52 ---> using "a6c7ba1b7bd2e17d412eb967c8f0ec4a4452699283da65e5ddcaefef0740ed9d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..4b164c25f6 master -> origin/master6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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 at these versions (e.g. "opam upgrade ocaml.5.3.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)2025-10-10 20:21.52 ---> using "46ca78ef3e140aa2afa91321432e7741f8b812b9b3a3df450906bca3ae5a8dff" from cache/src: (copy (src mdx.opam) (dst ./))2025-10-10 20:21.53 ---> saved as "cbc3e262ddca5d1c294d8b95cda849d805afebe4301dc7f19f7c93265f328183"/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)2025-10-10 20:21.56 ---> saved as "8cc906a95ae56c93eb7809ecc581fba44cdfc46fc55b4f29ea27802ce91b7788"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-10 20:21.57 ---> saved as "e416bcc787580e4edb3bc1f38a5756b04248f484fde4b1a3bb595d86b0301e28"/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.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.0 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.4 --depext-only -y mdx.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [323 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [457 kB]- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [286 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [30.8 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [3672 B]- Get:9 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:10 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [313 kB]- Get:11 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [209 kB]- Get:12 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [297 kB]- Get:13 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [30.6 kB]- Fetched 2328 kB in 0s (5392 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mdx.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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-10-10 20:22.20 ---> saved as "ba77bd31aff908089422dff79d6df40f8512cdcbe9405209451b19dc4c4f1db5"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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.0.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install logs 0.9.0- install lwt 5.9.2- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- 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.0- 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.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocaml-version.4.0.3 (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.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed result.1.5-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed logs.0.9.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-10 20:24.28 ---> saved as "2d67cebe0dfeb5d88ce232cbbe8863d26c68d798ff457a6f9c7b121d3918416d"/src: (copy (src .) (dst /src))2025-10-10 20:24.29 ---> saved as "de9fa35f2ae587a58a146f8018c545679118e7351373aeff9b5e123bdbd3eb46"/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 `C16QLRN7'.[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.065s. 56 tests run.2025-10-10 20:24.49 ---> saved as "a6427e1f0294d64c0865a5edd067a515b48ac3fdeb2c40bea6fc21c94aff32b5"Job succeeded2025-10-10 20:24.49: Job succeeded