Organisationsrealworldocamlmdx5c97b2 (main)fedora-42-4.14_opam-2.4

fedora-42-4.14_opam-2.4

Link Copied
Code Copied

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:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
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:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
# fedora-42-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d-fedora-42-4.14_opam-2.4-c8f7d1f55a4a4733e780e7fbfa3b7d46"
2025-10-10 20:11.16: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)
(comment fedora-42-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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.52: Waiting for worker…
2025-10-10 20:22.07: 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:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d' locally
docker.io/ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d: Pulling from ocaml/opam
547641975f96: Pulling fs layer
b6223ca0397b: Pulling fs layer
c88e95ea09ea: Pulling fs layer
b43d6df84e10: Pulling fs layer
38797415f476: Pulling fs layer
ea1ccf6ef272: Pulling fs layer
a4d131bfd45e: Pulling fs layer
38797415f476: Waiting
53e40a84d9e4: Pulling fs layer
b43d6df84e10: Waiting
b8fa4b80027d: Pulling fs layer
a4d131bfd45e: Waiting
53e40a84d9e4: Waiting
84365ccee7ad: Pulling fs layer
85b21d6abc9b: Pulling fs layer
84365ccee7ad: Waiting
a20b9576cc04: Pulling fs layer
85b21d6abc9b: Waiting
c924f2c04050: Pulling fs layer
a20b9576cc04: Waiting
96912334e16d: Pulling fs layer
c924f2c04050: Waiting
306bf1df8cdc: Pulling fs layer
96912334e16d: Waiting
a0357cad2b43: Pulling fs layer
306bf1df8cdc: Waiting
856921988f7d: Pulling fs layer
8dc84ea72184: Pulling fs layer
856921988f7d: Waiting
ecdd0ca05718: Pulling fs layer
b28e911b41a4: Pulling fs layer
ecdd0ca05718: Waiting
4f4fb700ef54: Pulling fs layer
05616bcc80ee: Pulling fs layer
68b897da4468: Pulling fs layer
b28e911b41a4: Waiting
4f4fb700ef54: Waiting
2583ba7818a9: Pulling fs layer
68b897da4468: Waiting
6fc895f34b74: Pulling fs layer
2583ba7818a9: Waiting
e6ef6caa4663: Pulling fs layer
6fc895f34b74: Waiting
9c70aa04ece2: Pulling fs layer
f5cb4a38127b: Pulling fs layer
e6ef6caa4663: Waiting
89d5e872f6fb: Pulling fs layer
6c25405fe545: Pulling fs layer
943293daff0a: Pulling fs layer
f5cb4a38127b: Waiting
89d5e872f6fb: Waiting
6c25405fe545: Waiting
e061e14fbee0: Pulling fs layer
c166f792c849: Pulling fs layer
943293daff0a: Waiting
e061e14fbee0: Waiting
a7b2afffa380: Pulling fs layer
a1ec5145f36e: Pulling fs layer
ca4961de5036: Pulling fs layer
ef59d4736497: Pulling fs layer
ca4961de5036: Waiting
69173793b245: Pulling fs layer
7e397c036289: Pulling fs layer
ef59d4736497: Waiting
132bff4d5c7a: Pulling fs layer
69173793b245: Waiting
7e397c036289: Waiting
2fc74dd97611: Pulling fs layer
3117652a3c6a: Pulling fs layer
7a9483eb8779: Pulling fs layer
132bff4d5c7a: Waiting
2fc74dd97611: Waiting
b6223ca0397b: Verifying Checksum
b6223ca0397b: Download complete
547641975f96: Verifying Checksum
547641975f96: Download complete
38797415f476: Download complete
c88e95ea09ea: Verifying Checksum
c88e95ea09ea: Download complete
ea1ccf6ef272: Verifying Checksum
ea1ccf6ef272: Download complete
a4d131bfd45e: Download complete
53e40a84d9e4: Verifying Checksum
53e40a84d9e4: Download complete
b8fa4b80027d: Verifying Checksum
b8fa4b80027d: Download complete
84365ccee7ad: Verifying Checksum
84365ccee7ad: Download complete
85b21d6abc9b: Verifying Checksum
85b21d6abc9b: Download complete
c924f2c04050: Verifying Checksum
c924f2c04050: Download complete
a20b9576cc04: Verifying Checksum
a20b9576cc04: Download complete
96912334e16d: Download complete
306bf1df8cdc: Verifying Checksum
306bf1df8cdc: Download complete
547641975f96: Pull complete
b6223ca0397b: Pull complete
a0357cad2b43: Verifying Checksum
a0357cad2b43: Download complete
856921988f7d: Verifying Checksum
856921988f7d: Download complete
8dc84ea72184: Download complete
ecdd0ca05718: Download complete
b28e911b41a4: Verifying Checksum
b28e911b41a4: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
05616bcc80ee: Verifying Checksum
05616bcc80ee: Download complete
b43d6df84e10: Verifying Checksum
b43d6df84e10: Download complete
68b897da4468: Verifying Checksum
68b897da4468: Download complete
2583ba7818a9: Download complete
6fc895f34b74: Verifying Checksum
6fc895f34b74: Download complete
e6ef6caa4663: Verifying Checksum
e6ef6caa4663: Download complete
9c70aa04ece2: Verifying Checksum
9c70aa04ece2: Download complete
f5cb4a38127b: Verifying Checksum
f5cb4a38127b: Download complete
89d5e872f6fb: Verifying Checksum
89d5e872f6fb: Download complete
6c25405fe545: Download complete
c88e95ea09ea: Pull complete
943293daff0a: Verifying Checksum
943293daff0a: Download complete
e061e14fbee0: Verifying Checksum
e061e14fbee0: Download complete
c166f792c849: Verifying Checksum
c166f792c849: Download complete
a1ec5145f36e: Verifying Checksum
a1ec5145f36e: Download complete
ef59d4736497: Verifying Checksum
ef59d4736497: Download complete
69173793b245: Verifying Checksum
69173793b245: Download complete
7e397c036289: Download complete
a7b2afffa380: Verifying Checksum
a7b2afffa380: Download complete
2fc74dd97611: Download complete
3117652a3c6a: Verifying Checksum
3117652a3c6a: Download complete
7a9483eb8779: Verifying Checksum
7a9483eb8779: Download complete
132bff4d5c7a: Verifying Checksum
132bff4d5c7a: Download complete
b43d6df84e10: Pull complete
38797415f476: Pull complete
ea1ccf6ef272: Pull complete
a4d131bfd45e: Pull complete
53e40a84d9e4: Pull complete
b8fa4b80027d: Pull complete
84365ccee7ad: Pull complete
85b21d6abc9b: Pull complete
a20b9576cc04: Pull complete
c924f2c04050: Pull complete
96912334e16d: Pull complete
306bf1df8cdc: Pull complete
a0357cad2b43: Pull complete
856921988f7d: Pull complete
8dc84ea72184: Pull complete
ecdd0ca05718: Pull complete
b28e911b41a4: Pull complete
4f4fb700ef54: Pull complete
05616bcc80ee: Pull complete
68b897da4468: Pull complete
2583ba7818a9: Pull complete
6fc895f34b74: Pull complete
e6ef6caa4663: Pull complete
9c70aa04ece2: Pull complete
f5cb4a38127b: Pull complete
89d5e872f6fb: Pull complete
6c25405fe545: Pull complete
943293daff0a: Pull complete
e061e14fbee0: Pull complete
c166f792c849: Pull complete
ca4961de5036: Verifying Checksum
ca4961de5036: Download complete
a7b2afffa380: Pull complete
a1ec5145f36e: Pull complete
ca4961de5036: Pull complete
ef59d4736497: Pull complete
69173793b245: Pull complete
7e397c036289: Pull complete
132bff4d5c7a: Pull complete
2fc74dd97611: Pull complete
3117652a3c6a: Pull complete
7a9483eb8779: Pull complete
Digest: sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
Status: Downloaded newer image for ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
2025-10-10 20:22.09 ---> using "e21b0f9762b6e571e0b89dbde098ca6c6fb19e60b42fe0d3ffaaac130921345d" from cache


/: (comment fedora-42-4.14_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64                     100% |  62.0 KiB/s |  24.8 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   4.1 KiB/s | 986.0   B |  00m00s
Fedora 42 - x86_64 - Updates           100% |  44.0 KiB/s |   6.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-10-10 20:22.09 ---> using "fbfb2ad48691720b6564db4b736e1d4be93ea986229fef73b6538dc2384bed48" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-10 20:22.09 ---> using "d6fefd342841eef68581b250046862288602132baa8f77a52b8053fbfc9c3ec4" 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:22.09 ---> using "1f716f63107930869881713bc9e9a8cc20fd1fe9bacd1f0c77b8137994885460" 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:22.09 ---> using "fa1e3c371e077a77bfdd7e9b675fc264609c257b2d763469ce7b5322c62d39ae" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-10 20:22.09 ---> using "acf79e4c87892220a9d53132c50886ac38fc2795f41dc7e57b282fbc576050ff" 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:22.09 ---> using "bb436d62082324b37f12c70f8904ec24856be28613ec436dbb6985fbb2158203" from cache


/src: (copy (src mdx.opam) (dst ./))
2025-10-10 20:22.09 ---> using "65b4ace6f2fc7c96a6c33c8eb663f49b0c835930ef495fcedcee2ea58e0e976c" from cache


/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:22.09 ---> using "90f799da88d9e660171aeffd363166ba9c4966347cc6d5ae3132d0733f7e1582" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-10 20:22.09 ---> using "6e720c33de3b7298dc599adf5d92d69aed534a58fa20cc8f91e60cc4f4d270f9" from cache


/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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  97.9 KiB/s |  19.5 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.


<><> 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.09 ---> using "624119fe5adf85b6ff107d9924ef00770976e7065f164f1ac994d2b363be168d" from cache


/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 csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed ocaml-version.4.0.3
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed alcotest.1.9.1
-> 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:22.09 ---> using "9ab7dcd10a8a9d11a26564bad6743b6a965cf9dc679c2b23680ae0e03bb0fc71" from cache


/src: (copy (src .) (dst /src))
2025-10-10 20:22.09 ---> using "fcec9098a411b304c1b965e8d2bec6b7ccf366f71f78cacb16fe3743278c1b49" from cache


/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 `C2Z5569A'.


[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.022s. 56 tests run.
2025-10-10 20:22.09 ---> using "86294122011e51a0addd32e639e4b44924b19a8fa8e7f4a9d18bb60086051fdb" from cache
Job succeeded
2025-10-10 20:22.09: Job succeeded