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:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeOpam project buildTo 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 3ea49e82cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee# debian-13-4.14_arm32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-03-19 09:42.49: Waiting for worker…2026-03-19 09:57.43: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opame7e4c87ce695: Pulling fs layer098244b1fe4f: Pulling fs layer94a818ec2cdc: Pulling fs layer29e77b813c7f: Pulling fs layerb9dc986333a7: Pulling fs layer023a3b8ea315: Pulling fs layer2684ea5ea2fe: Pulling fs layer93c319c970b2: Pulling fs layer03f63d243d48: Pulling fs layer237874024f5b: Pulling fs layer954f264158bf: Pulling fs layer85f6eb6723bd: Pulling fs layerb9dc986333a7: Waiting2882e9da3bb0: Pulling fs layer023a3b8ea315: Waiting2684ea5ea2fe: Waiting4aabbd87a4c4: Pulling fs layer4f386ee1e947: Pulling fs layer76eac5355b1e: Pulling fs layer93c319c970b2: Waiting954f264158bf: Waiting7732af2249d2: Pulling fs layer03f63d243d48: Waiting237874024f5b: Waiting0864fc6233a3: Pulling fs layer85f6eb6723bd: Waiting29e77b813c7f: Waiting74a602ddff51: Pulling fs layer2882e9da3bb0: Waitingeff8656d1a08: Pulling fs layer4aabbd87a4c4: Waiting4f386ee1e947: Waiting480ead97e7de: Pulling fs layer71d9c83b5938: Pulling fs layer74a602ddff51: Waiting76eac5355b1e: Waiting7732af2249d2: Waiting4f4fb700ef54: Pulling fs layer0864fc6233a3: Waiting46ffbb314b18: Pulling fs layer480ead97e7de: Waitingeff8656d1a08: Waiting9ad678cce639: Pulling fs layer71d9c83b5938: Waitingcee0ad8655f3: Pulling fs layer46ffbb314b18: Waiting4f4fb700ef54: Waiting9ad678cce639: Waitingd7a6444c98ec: Pulling fs layercee0ad8655f3: Waitingfb7ac70d48b8: Pulling fs layerd7a6444c98ec: Waiting9e9d8c0fc63b: Pulling fs layerfb7ac70d48b8: Waiting4fd15bd8b00c: Pulling fs layercfb25ffd51ce: Pulling fs layer4fd15bd8b00c: Waitinga1d4a67b1423: Pulling fs layerb5f05950c5d7: Pulling fs layercfb25ffd51ce: Waitingffaeb3c9d76d: Pulling fs layera1d4a67b1423: Waitingb5f05950c5d7: Waiting4c3b6722757e: Pulling fs layerffaeb3c9d76d: Waiting0f58a95c7a9b: Pulling fs layer4c3b6722757e: Waitingc3e40142c411: Pulling fs layer0f58a95c7a9b: Waiting7f8475cb6605: Pulling fs layer05a50efaf303: Pulling fs layerc3e40142c411: Waiting6b01dec062a8: Pulling fs layer9fd1e9989233: Pulling fs layer6b01dec062a8: Waiting433ff276b12f: Pulling fs layer9fd1e9989233: Waitingefd9b50fadc4: Pulling fs layer433ff276b12f: Waitingd1391430121a: Pulling fs layerf656d97c5aae: Pulling fs layerefd9b50fadc4: Waitingd1391430121a: Waitingf656d97c5aae: Waiting94a818ec2cdc: Verifying Checksum94a818ec2cdc: Download complete098244b1fe4f: Verifying Checksum098244b1fe4f: Download completeb9dc986333a7: Verifying Checksumb9dc986333a7: Download completee7e4c87ce695: Verifying Checksume7e4c87ce695: Download completee7e4c87ce695: Pull complete098244b1fe4f: Pull complete94a818ec2cdc: Pull complete2684ea5ea2fe: Verifying Checksum2684ea5ea2fe: Download complete93c319c970b2: Verifying Checksum93c319c970b2: Download complete03f63d243d48: Verifying Checksum03f63d243d48: Download complete237874024f5b: Verifying Checksum237874024f5b: Download complete954f264158bf: Verifying Checksum954f264158bf: Download complete85f6eb6723bd: Verifying Checksum85f6eb6723bd: Download complete2882e9da3bb0: Verifying Checksum2882e9da3bb0: Download complete4aabbd87a4c4: Verifying Checksum4aabbd87a4c4: Download complete4f386ee1e947: Verifying Checksum4f386ee1e947: Download complete29e77b813c7f: Verifying Checksum29e77b813c7f: Download complete76eac5355b1e: Verifying Checksum76eac5355b1e: Download complete29e77b813c7f: Pull completeb9dc986333a7: Pull complete0864fc6233a3: Verifying Checksum0864fc6233a3: Download complete7732af2249d2: Verifying Checksum7732af2249d2: Download complete480ead97e7de: Verifying Checksum480ead97e7de: Download completeeff8656d1a08: Verifying Checksumeff8656d1a08: Download complete71d9c83b5938: Verifying Checksum71d9c83b5938: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete46ffbb314b18: Verifying Checksum46ffbb314b18: Download complete9ad678cce639: Verifying Checksum9ad678cce639: Download completecee0ad8655f3: Verifying Checksumcee0ad8655f3: Download completed7a6444c98ec: Download completefb7ac70d48b8: Verifying Checksumfb7ac70d48b8: Download complete9e9d8c0fc63b: Download completecfb25ffd51ce: Verifying Checksumcfb25ffd51ce: Download complete4fd15bd8b00c: Verifying Checksum4fd15bd8b00c: Download completea1d4a67b1423: Verifying Checksuma1d4a67b1423: Download completeb5f05950c5d7: Download complete4c3b6722757e: Download completeffaeb3c9d76d: Verifying Checksumffaeb3c9d76d: Download completec3e40142c411: Verifying Checksumc3e40142c411: Download complete7f8475cb6605: Verifying Checksum7f8475cb6605: Download complete05a50efaf303: Verifying Checksum05a50efaf303: Download complete0f58a95c7a9b: Verifying Checksum0f58a95c7a9b: Download complete6b01dec062a8: Verifying Checksum6b01dec062a8: Download complete9fd1e9989233: Download completeefd9b50fadc4: Verifying Checksumefd9b50fadc4: Download completed1391430121a: Download completef656d97c5aae: Verifying Checksumf656d97c5aae: Download complete023a3b8ea315: Verifying Checksum023a3b8ea315: Download complete023a3b8ea315: Pull complete2684ea5ea2fe: Pull complete93c319c970b2: Pull complete03f63d243d48: Pull complete237874024f5b: Pull complete954f264158bf: Pull complete85f6eb6723bd: Pull complete2882e9da3bb0: Pull complete4aabbd87a4c4: Pull complete4f386ee1e947: Pull complete76eac5355b1e: Pull complete7732af2249d2: Pull complete0864fc6233a3: Pull complete74a602ddff51: Pull completeeff8656d1a08: Pull complete480ead97e7de: Pull complete71d9c83b5938: Pull complete4f4fb700ef54: Pull complete46ffbb314b18: Pull complete9ad678cce639: Pull completecee0ad8655f3: Pull completed7a6444c98ec: Pull completefb7ac70d48b8: Pull complete9e9d8c0fc63b: Pull complete4fd15bd8b00c: Pull completecfb25ffd51ce: Pull completea1d4a67b1423: Pull completeb5f05950c5d7: Pull completeffaeb3c9d76d: Pull complete4c3b6722757e: Pull complete0f58a95c7a9b: Pull completec3e40142c411: Pull complete7f8475cb6605: Pull complete05a50efaf303: Pull complete6b01dec062a8: Pull complete9fd1e9989233: Pull complete433ff276b12f: Verifying Checksum433ff276b12f: Download complete433ff276b12f: Pull completeefd9b50fadc4: Pull completed1391430121a: Pull completef656d97c5aae: Pull completeDigest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeStatus: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee2026-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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-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-genericThe OCaml toplevel, version 4.14.22.5.02026-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_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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.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.20260209Done.# 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 succeeded2026-03-19 09:59.13: Job succeeded