Organisationsocamlopam-file-format3ea49e ()debian-13-4.14_arm32_opam-2.5

debian-13-4.14_arm32_opam-2.5

Link Copied
Code Copied

Logs

2026-03-19 08:06.06: New job: test ocaml/opam-file-format https://github.com/ocaml/opam-file-format.git#refs/pull/65/head (3ea49e8255686fa3f0540c0520d0dde233b777df) (linux-arm64:debian-13-4.14_arm32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml/opam-file-format.git" && cd "opam-file-format" && git fetch origin "refs/pull/65/head" && git reset --hard 3ea49e82
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
# debian-13-4.14_arm32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-file-format.opam ./
RUN opam pin add -yn opam-file-format.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 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 opam-file-format.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-19 08:06.06: Using cache hint "ocaml/opam-file-format-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-26a8eee882a900e128b748a860c8b11b"
2026-03-19 08:06.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
(comment debian-13-4.14_arm32_opam-2.5)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-file-format.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-file-format.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 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 opam-file-format.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-19 08:06.06: Waiting for resource in pool OCluster
2026-03-19 09:42.49: Waiting for worker…
2026-03-19 09:57.43: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 3ea49e8 Update the list of maintainers in the README


(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locally
docker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opam
e7e4c87ce695: Pulling fs layer
098244b1fe4f: Pulling fs layer
94a818ec2cdc: Pulling fs layer
29e77b813c7f: Pulling fs layer
b9dc986333a7: Pulling fs layer
023a3b8ea315: Pulling fs layer
2684ea5ea2fe: Pulling fs layer
93c319c970b2: Pulling fs layer
03f63d243d48: Pulling fs layer
237874024f5b: Pulling fs layer
954f264158bf: Pulling fs layer
85f6eb6723bd: Pulling fs layer
b9dc986333a7: Waiting
2882e9da3bb0: Pulling fs layer
023a3b8ea315: Waiting
2684ea5ea2fe: Waiting
4aabbd87a4c4: Pulling fs layer
4f386ee1e947: Pulling fs layer
76eac5355b1e: Pulling fs layer
93c319c970b2: Waiting
954f264158bf: Waiting
7732af2249d2: Pulling fs layer
03f63d243d48: Waiting
237874024f5b: Waiting
0864fc6233a3: Pulling fs layer
85f6eb6723bd: Waiting
29e77b813c7f: Waiting
74a602ddff51: Pulling fs layer
2882e9da3bb0: Waiting
eff8656d1a08: Pulling fs layer
4aabbd87a4c4: Waiting
4f386ee1e947: Waiting
480ead97e7de: Pulling fs layer
71d9c83b5938: Pulling fs layer
74a602ddff51: Waiting
76eac5355b1e: Waiting
7732af2249d2: Waiting
4f4fb700ef54: Pulling fs layer
0864fc6233a3: Waiting
46ffbb314b18: Pulling fs layer
480ead97e7de: Waiting
eff8656d1a08: Waiting
9ad678cce639: Pulling fs layer
71d9c83b5938: Waiting
cee0ad8655f3: Pulling fs layer
46ffbb314b18: Waiting
4f4fb700ef54: Waiting
9ad678cce639: Waiting
d7a6444c98ec: Pulling fs layer
cee0ad8655f3: Waiting
fb7ac70d48b8: Pulling fs layer
d7a6444c98ec: Waiting
9e9d8c0fc63b: Pulling fs layer
fb7ac70d48b8: Waiting
4fd15bd8b00c: Pulling fs layer
cfb25ffd51ce: Pulling fs layer
4fd15bd8b00c: Waiting
a1d4a67b1423: Pulling fs layer
b5f05950c5d7: Pulling fs layer
cfb25ffd51ce: Waiting
ffaeb3c9d76d: Pulling fs layer
a1d4a67b1423: Waiting
b5f05950c5d7: Waiting
4c3b6722757e: Pulling fs layer
ffaeb3c9d76d: Waiting
0f58a95c7a9b: Pulling fs layer
4c3b6722757e: Waiting
c3e40142c411: Pulling fs layer
0f58a95c7a9b: Waiting
7f8475cb6605: Pulling fs layer
05a50efaf303: Pulling fs layer
c3e40142c411: Waiting
6b01dec062a8: Pulling fs layer
9fd1e9989233: Pulling fs layer
6b01dec062a8: Waiting
433ff276b12f: Pulling fs layer
9fd1e9989233: Waiting
efd9b50fadc4: Pulling fs layer
433ff276b12f: Waiting
d1391430121a: Pulling fs layer
f656d97c5aae: Pulling fs layer
efd9b50fadc4: Waiting
d1391430121a: Waiting
f656d97c5aae: Waiting
94a818ec2cdc: Verifying Checksum
94a818ec2cdc: Download complete
098244b1fe4f: Verifying Checksum
098244b1fe4f: Download complete
b9dc986333a7: Verifying Checksum
b9dc986333a7: Download complete
e7e4c87ce695: Verifying Checksum
e7e4c87ce695: Download complete
e7e4c87ce695: Pull complete
098244b1fe4f: Pull complete
94a818ec2cdc: Pull complete
2684ea5ea2fe: Verifying Checksum
2684ea5ea2fe: Download complete
93c319c970b2: Verifying Checksum
93c319c970b2: Download complete
03f63d243d48: Verifying Checksum
03f63d243d48: Download complete
237874024f5b: Verifying Checksum
237874024f5b: Download complete
954f264158bf: Verifying Checksum
954f264158bf: Download complete
85f6eb6723bd: Verifying Checksum
85f6eb6723bd: Download complete
2882e9da3bb0: Verifying Checksum
2882e9da3bb0: Download complete
4aabbd87a4c4: Verifying Checksum
4aabbd87a4c4: Download complete
4f386ee1e947: Verifying Checksum
4f386ee1e947: Download complete
29e77b813c7f: Verifying Checksum
29e77b813c7f: Download complete
76eac5355b1e: Verifying Checksum
76eac5355b1e: Download complete
29e77b813c7f: Pull complete
b9dc986333a7: Pull complete
0864fc6233a3: Verifying Checksum
0864fc6233a3: Download complete
7732af2249d2: Verifying Checksum
7732af2249d2: Download complete
480ead97e7de: Verifying Checksum
480ead97e7de: Download complete
eff8656d1a08: Verifying Checksum
eff8656d1a08: Download complete
71d9c83b5938: Verifying Checksum
71d9c83b5938: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
46ffbb314b18: Verifying Checksum
46ffbb314b18: Download complete
9ad678cce639: Verifying Checksum
9ad678cce639: Download complete
cee0ad8655f3: Verifying Checksum
cee0ad8655f3: Download complete
d7a6444c98ec: Download complete
fb7ac70d48b8: Verifying Checksum
fb7ac70d48b8: Download complete
9e9d8c0fc63b: Download complete
cfb25ffd51ce: Verifying Checksum
cfb25ffd51ce: Download complete
4fd15bd8b00c: Verifying Checksum
4fd15bd8b00c: Download complete
a1d4a67b1423: Verifying Checksum
a1d4a67b1423: Download complete
b5f05950c5d7: Download complete
4c3b6722757e: Download complete
ffaeb3c9d76d: Verifying Checksum
ffaeb3c9d76d: Download complete
c3e40142c411: Verifying Checksum
c3e40142c411: Download complete
7f8475cb6605: Verifying Checksum
7f8475cb6605: Download complete
05a50efaf303: Verifying Checksum
05a50efaf303: Download complete
0f58a95c7a9b: Verifying Checksum
0f58a95c7a9b: Download complete
6b01dec062a8: Verifying Checksum
6b01dec062a8: Download complete
9fd1e9989233: Download complete
efd9b50fadc4: Verifying Checksum
efd9b50fadc4: Download complete
d1391430121a: Download complete
f656d97c5aae: Verifying Checksum
f656d97c5aae: Download complete
023a3b8ea315: Verifying Checksum
023a3b8ea315: Download complete
023a3b8ea315: Pull complete
2684ea5ea2fe: Pull complete
93c319c970b2: Pull complete
03f63d243d48: Pull complete
237874024f5b: Pull complete
954f264158bf: Pull complete
85f6eb6723bd: Pull complete
2882e9da3bb0: Pull complete
4aabbd87a4c4: Pull complete
4f386ee1e947: Pull complete
76eac5355b1e: Pull complete
7732af2249d2: Pull complete
0864fc6233a3: Pull complete
74a602ddff51: Pull complete
eff8656d1a08: Pull complete
480ead97e7de: Pull complete
71d9c83b5938: Pull complete
4f4fb700ef54: Pull complete
46ffbb314b18: Pull complete
9ad678cce639: Pull complete
cee0ad8655f3: Pull complete
d7a6444c98ec: Pull complete
fb7ac70d48b8: Pull complete
9e9d8c0fc63b: Pull complete
4fd15bd8b00c: Pull complete
cfb25ffd51ce: Pull complete
a1d4a67b1423: Pull complete
b5f05950c5d7: Pull complete
ffaeb3c9d76d: Pull complete
4c3b6722757e: Pull complete
0f58a95c7a9b: Pull complete
c3e40142c411: Pull complete
7f8475cb6605: Pull complete
05a50efaf303: Pull complete
6b01dec062a8: Pull complete
9fd1e9989233: Pull complete
433ff276b12f: Verifying Checksum
433ff276b12f: Download complete
433ff276b12f: Pull complete
efd9b50fadc4: Pull complete
d1391430121a: Pull complete
f656d97c5aae: Pull complete
Digest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
Status: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
2026-03-19 09:57.44 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache


/: (comment debian-13-4.14_arm32_opam-2.5)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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-19 09:57.44 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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-19 09:57.44 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-19 09:57.44 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-19 09:57.44 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


<><> 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.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-03-19 09:57.44 ---> using "15f7aa79899ddca57d3836a637e1edaf407799e389e8c2261d41e28f98da1016" from cache


/src: (copy (src opam-file-format.opam) (dst ./))
2026-03-19 09:57.44 ---> saved as "c047be254bbf6dfd144fd4ed805535845b0691bb57f784b94357c46a71c2d58f"


/src: (run (network host)
(shell "opam pin add -yn opam-file-format.dev './'"))
[opam-file-format.dev] synchronised (file:///src)
opam-file-format is now pinned to file:///src (version dev)
2026-03-19 09:57.46 ---> saved as "467bb0f82dd3ffcf28752b9119a2e1b793f1141a73dc67aabfc9fc63bb740a7f"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 09:57.46 ---> saved as "87bce676790813bad239d35e82bf6e254b24319925d268188e8d519bcdab9c16"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.0 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 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 opam-file-format.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main armhf Packages [9237 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [109 kB]
- Fetched 9577 kB in 1s (7369 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-file-format.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).
# To update the current shell environment, run: eval $(opam env)
2026-03-19 09:57.57 ---> saved as "767ed1890ddcd3ce4fecc75b3641308848607c145466ed71f83455e195424b99"


/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 17 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install cmdliner           2.1.0
- install dune               3.22.0
- install fmt                0.11.0
- install menhir             20260209
- install menhirCST          20260209
- install menhirGLR          20260209
- install menhirLib          20260209
- install menhirSdk          20260209
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.14.0
- 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 cmdliner.2.1.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.22.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.22.0
-> installed menhirCST.20260209
-> installed stdlib-shims.0.3.0
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
-> installed menhir.20260209
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 09:59.11 ---> saved as "df88ade3e6970e4206835a076f23b5b3aabcd9efdf26cfa51f75be50aed809fb"


/src: (copy (src .) (dst /src))
2026-03-19 09:59.12 ---> saved as "a380c88e738f18ac604329d55c79c7d73dfb5616cf1db2b59e338f1fe6233900"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/tests/simple && ./simple.exe)
Successfully loaded ./opam-file-format.opam
(cd _build/default/tests && ./tests.exe)
Testing `opam-file-format'.
This run has ID `QAO54VC2'.


[OK]          oldpos values             0   parser-printer simple.
[OK]          oldpos values             1   parser-printer unop.
[OK]          oldpos values             2   parser-printer binop.
[OK]          oldpos values             3   parser-printer lists.
[OK]          oldpos values             4   parser-printer and_or.
[OK]          oldpos values             5   parser simple.
[OK]          oldpos values             6   parser unop.
[OK]          oldpos values             7   parser binop.
[OK]          oldpos values             8   parser lists.
[OK]          oldpos values             9   parser and_or.
[OK]          oldpos values            10   printer simple.
[OK]          oldpos values            11   printer unop.
[OK]          oldpos values            12   printer binop.
[OK]          oldpos values            13   printer lists.
[OK]          oldpos values            14   printer and_or.
[OK]          oldpos items              0   variable printer.
[OK]          oldpos items              1   variable parser.
[OK]          oldpos items              2   variable parser-printer.
[OK]          oldpos items              3   section printer.
[OK]          oldpos items              4   section parser.
[OK]          oldpos items              5   section parser-printer.
[OK]          oldpos opamfile           0   parser.
[OK]          oldpos opamfile           1   printer.
[OK]          oldpos opamfile           2   parser-printer.
[OK]          oldpos opamfile           3   positions-file.
[OK]          fullpos values            0   parser-printer simple.
[OK]          fullpos values            1   parser-printer unop.
[OK]          fullpos values            2   parser-printer binop.
[OK]          fullpos values            3   parser-printer lists.
[OK]          fullpos values            4   parser-printer and_or.
[OK]          fullpos values            5   parser simple.
[OK]          fullpos values            6   parser unop.
[OK]          fullpos values            7   parser binop.
[OK]          fullpos values            8   parser lists.
[OK]          fullpos values            9   parser and_or.
[OK]          fullpos values           10   printer simple.
[OK]          fullpos values           11   printer unop.
[OK]          fullpos values           12   printer binop.
[OK]          fullpos values           13   printer lists.
[OK]          fullpos values           14   printer and_or.
[OK]          fullpos items             0   variable printer.
[OK]          fullpos items             1   variable parser.
[OK]          fullpos items             2   variable parser-printer.
[OK]          fullpos items             3   section printer.
[OK]          fullpos items             4   section parser.
[OK]          fullpos items             5   section parser-printer.
[OK]          fullpos opamfile          0   parser.
[OK]          fullpos opamfile          1   printer.
[OK]          fullpos opamfile          2   parser-printer.
[OK]          fullpos opamfile          3   printer-preserved.
[OK]          fullpos opamfile          4   positions-file.
[OK]          opam-version              0   OpamPrinter.FullPos.opamfile.
[OK]          opam-version              1   OpamPrinter.FullPos.Normalise.o...
[OK]          opam-version              2   opam-version > 2.0 not at start 1.
[OK]          opam-version              3   opam-version > 2.1 repeated.
[OK]          opam-version              4   no opam-version and parsing error.
[OK]          opam-version              5   opam-version 2.1 and lexing error.
[OK]          opam-version              6   opam-version 2.1 and parsing er...
[OK]          opam-version              7   opam-version 2.1 and immediate ...
[OK]          opam-version              8   opam-version 4 and parsing error.
[OK]          opam-version              9   opam-version 42.0 and parsing e...
[OK]          opam-version             10   opam-version 42.0 and evil pars...
[OK]          opam-version             11   opam-version 42.0 and immediate...
[OK]          opam-version             12   opam-version 42.0 and lexing er...


Full test results in `/src/_build/default/tests/_build/_tests/opam-file-format'.
Test Successful in 0.122s. 64 tests run.
2026-03-19 09:59.13 ---> saved as "30912b1488da5f1915672c19f66850ce8c7acf3db0527033b66a285f7997c8ee"
Job succeeded
2026-03-19 09:59.13: Job succeeded