Organisationsrealworldocamlmdx5c97b2 (main)ubuntu-25.04-4.14_opam-2.4

ubuntu-25.04-4.14_opam-2.4

Logs

Show full logs
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:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/realworldocaml/mdx.git" -b "main" && cd "mdx" && git reset --hard 5c97b27c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f
# ubuntu-25.04-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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 $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

2025-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 OCluster
2025-10-10 20:17.39: Waiting for worker…
2025-10-10 20:21.51: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD 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' locally
docker.io/ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f: Pulling from ocaml/opam
df3646a507d2: Pulling fs layer
624cfd6ad286: Pulling fs layer
8cede422ab61: Pulling fs layer
8ac4a9b1d7a6: Pulling fs layer
11bb3632fce8: Pulling fs layer
50b16f5af26c: Pulling fs layer
702a1ab78f2b: Pulling fs layer
e1e4e317140b: Pulling fs layer
37f2442b710f: Pulling fs layer
11bb3632fce8: Waiting
75add4371d07: Pulling fs layer
8ac4a9b1d7a6: Waiting
50b16f5af26c: Waiting
d36d2d05f9be: Pulling fs layer
e1e4e317140b: Waiting
37f2442b710f: Waiting
702a1ab78f2b: Waiting
636660e49f9c: Pulling fs layer
cc3c31a872c9: Pulling fs layer
d36d2d05f9be: Waiting
34578033a7f9: Pulling fs layer
636660e49f9c: Waiting
cc3c31a872c9: Waiting
42877c927642: Pulling fs layer
ba49f2a9cdef: Pulling fs layer
42877c927642: Waiting
9aab1a73d219: Pulling fs layer
2cc22ab98ddd: Pulling fs layer
9aab1a73d219: Waiting
bdf183afca69: Pulling fs layer
22fa00b490dc: Pulling fs layer
2cc22ab98ddd: Waiting
4f4fb700ef54: Pulling fs layer
bdf183afca69: Waiting
22fa00b490dc: Waiting
4ce5cd84174b: Pulling fs layer
2e7f423934aa: Pulling fs layer
c3ad5039ed42: Pulling fs layer
e123da3a8096: Pulling fs layer
4f4fb700ef54: Waiting
2fc97694ef6e: Pulling fs layer
2e7f423934aa: Waiting
ac9510594285: Pulling fs layer
e123da3a8096: Waiting
c3ad5039ed42: Waiting
a2032d6ea73c: Pulling fs layer
ac9510594285: Waiting
d726ad821b2e: Pulling fs layer
bc8731d4782e: Pulling fs layer
ffa16580e18a: Pulling fs layer
d5a62f89b345: Pulling fs layer
76973a4e2025: Pulling fs layer
a2032d6ea73c: Waiting
941b098ce1a2: Pulling fs layer
ffa16580e18a: Waiting
05891dde6573: Pulling fs layer
d726ad821b2e: Waiting
76973a4e2025: Waiting
92cb594ff276: Pulling fs layer
5647c1624527: Pulling fs layer
e7da51280bc3: Pulling fs layer
a0059e01a025: Pulling fs layer
bc8731d4782e: Waiting
941b098ce1a2: Waiting
745e9f950793: Pulling fs layer
5647c1624527: Waiting
f4351a73a92b: Pulling fs layer
745e9f950793: Waiting
9b6d3ef8fc7c: Pulling fs layer
c3c7faf3d7b5: Pulling fs layer
f4351a73a92b: Waiting
8cede422ab61: Download complete
624cfd6ad286: Verifying Checksum
624cfd6ad286: Download complete
df3646a507d2: Verifying Checksum
df3646a507d2: Download complete
11bb3632fce8: Download complete
8ac4a9b1d7a6: Verifying Checksum
8ac4a9b1d7a6: Download complete
702a1ab78f2b: Verifying Checksum
702a1ab78f2b: Download complete
e1e4e317140b: Verifying Checksum
e1e4e317140b: Download complete
df3646a507d2: Pull complete
624cfd6ad286: Pull complete
8cede422ab61: Pull complete
75add4371d07: Verifying Checksum
75add4371d07: Download complete
37f2442b710f: Verifying Checksum
37f2442b710f: Download complete
d36d2d05f9be: Verifying Checksum
d36d2d05f9be: Download complete
50b16f5af26c: Verifying Checksum
50b16f5af26c: Download complete
636660e49f9c: Verifying Checksum
636660e49f9c: Download complete
34578033a7f9: Download complete
42877c927642: Verifying Checksum
42877c927642: Download complete
8ac4a9b1d7a6: Pull complete
11bb3632fce8: Pull complete
9aab1a73d219: Download complete
ba49f2a9cdef: Download complete
cc3c31a872c9: Verifying Checksum
cc3c31a872c9: Download complete
22fa00b490dc: Verifying Checksum
22fa00b490dc: Download complete
2cc22ab98ddd: Download complete
bdf183afca69: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4ce5cd84174b: Verifying Checksum
4ce5cd84174b: Download complete
e123da3a8096: Verifying Checksum
e123da3a8096: Download complete
c3ad5039ed42: Download complete
2e7f423934aa: Download complete
2fc97694ef6e: Download complete
ac9510594285: Verifying Checksum
ac9510594285: Download complete
a2032d6ea73c: Verifying Checksum
a2032d6ea73c: Download complete
d726ad821b2e: Verifying Checksum
d726ad821b2e: Download complete
bc8731d4782e: Download complete
d5a62f89b345: Verifying Checksum
d5a62f89b345: Download complete
76973a4e2025: Verifying Checksum
76973a4e2025: Download complete
ffa16580e18a: Verifying Checksum
ffa16580e18a: Download complete
05891dde6573: Download complete
5647c1624527: Download complete
e7da51280bc3: Verifying Checksum
e7da51280bc3: Download complete
a0059e01a025: Download complete
941b098ce1a2: Verifying Checksum
941b098ce1a2: Download complete
f4351a73a92b: Verifying Checksum
f4351a73a92b: Download complete
9b6d3ef8fc7c: Verifying Checksum
9b6d3ef8fc7c: Download complete
c3c7faf3d7b5: Verifying Checksum
c3c7faf3d7b5: Download complete
745e9f950793: Verifying Checksum
745e9f950793: Download complete
50b16f5af26c: Pull complete
702a1ab78f2b: Pull complete
e1e4e317140b: Pull complete
37f2442b710f: Pull complete
75add4371d07: Pull complete
d36d2d05f9be: Pull complete
636660e49f9c: Pull complete
cc3c31a872c9: Pull complete
34578033a7f9: Pull complete
42877c927642: Pull complete
ba49f2a9cdef: Pull complete
9aab1a73d219: Pull complete
2cc22ab98ddd: Pull complete
bdf183afca69: Pull complete
22fa00b490dc: Pull complete
4f4fb700ef54: Pull complete
4ce5cd84174b: Pull complete
2e7f423934aa: Pull complete
c3ad5039ed42: Pull complete
e123da3a8096: Pull complete
2fc97694ef6e: Pull complete
ac9510594285: Pull complete
a2032d6ea73c: Pull complete
d726ad821b2e: Pull complete
bc8731d4782e: Pull complete
ffa16580e18a: Pull complete
d5a62f89b345: Pull complete
76973a4e2025: Pull complete
92cb594ff276: Verifying Checksum
92cb594ff276: Download complete
941b098ce1a2: Pull complete
05891dde6573: Pull complete
92cb594ff276: Pull complete
5647c1624527: Pull complete
e7da51280bc3: Pull complete
a0059e01a025: Pull complete
745e9f950793: Pull complete
f4351a73a92b: Pull complete
9b6d3ef8fc7c: Pull complete
c3c7faf3d7b5: Pull complete
Digest: sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f
Status: Downloaded newer image for ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f
2025-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 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-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-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-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_HEAD
   bcac5d1731..4b164c25f6  master     -> origin/master
6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3

<><> 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.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.0
Done.
# 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 succeeded
2025-10-10 20:24.49: Job succeeded