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-5.4_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83fOpam 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-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f# debian-13-5.4_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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f-debian-13-5.4_arm32_opam-2.5-dab758fb73c783ac41faade538a94bf1"2026-03-19 08:06.06: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f)(comment debian-13-5.4_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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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.36: Waiting for worker…2026-03-19 09:57.32: Got resource from pool OClusterBuilding on ocaml-2.osuosl.ci.devAll commits already cachedHEAD is now at 3ea49e8 Update the list of maintainers in the README(from ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f' locallydocker.io/ocaml/opam@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f: Pulling from ocaml/opame7e4c87ce695: Already exists098244b1fe4f: Already exists94a818ec2cdc: Already exists29e77b813c7f: Already existsb9dc986333a7: Already exists023a3b8ea315: Already exists2684ea5ea2fe: Already exists93c319c970b2: Already exists03f63d243d48: Already exists237874024f5b: Already exists954f264158bf: Already exists85f6eb6723bd: Already exists2882e9da3bb0: Already exists4aabbd87a4c4: Already exists4f386ee1e947: Already exists76eac5355b1e: Already exists7732af2249d2: Already exists0864fc6233a3: Already exists74a602ddff51: Already existseff8656d1a08: Already exists480ead97e7de: Already exists71d9c83b5938: Already exists4f4fb700ef54: Already exists46ffbb314b18: Already exists9ad678cce639: Already existscee0ad8655f3: Already existsd7a6444c98ec: Already existsfb7ac70d48b8: Already exists9e9d8c0fc63b: Already exists4fd15bd8b00c: Already existscfb25ffd51ce: Already existsa1d4a67b1423: Already existsb5f05950c5d7: Already existsffaeb3c9d76d: Already exists4c3b6722757e: Already exists0f58a95c7a9b: Pulling fs layerc3e40142c411: Pulling fs layer7f8475cb6605: Pulling fs layer05a50efaf303: Pulling fs layer6b01dec062a8: Pulling fs layer9fd1e9989233: Pulling fs layer0dba846700e5: Pulling fs layerbf52bc4812dd: Pulling fs layer1b2b9281aa17: Pulling fs layerbd50ec9d8592: Pulling fs layer68e2e1973b70: Pulling fs layer57cf45132733: Pulling fs layer265accc134f8: Pulling fs layer05a50efaf303: Waiting1b2b9281aa17: Waitingbd50ec9d8592: Waiting6b01dec062a8: Waiting0dba846700e5: Waitingbf52bc4812dd: Waiting57cf45132733: Waiting68e2e1973b70: Waiting265accc134f8: Waiting9fd1e9989233: Waitingc3e40142c411: Download complete05a50efaf303: Verifying Checksum05a50efaf303: Download complete6b01dec062a8: Verifying Checksum6b01dec062a8: Download complete9fd1e9989233: Download complete0dba846700e5: Verifying Checksum0dba846700e5: Download completebf52bc4812dd: Verifying Checksumbf52bc4812dd: Download complete7f8475cb6605: Verifying Checksum7f8475cb6605: Download complete1b2b9281aa17: Verifying Checksum1b2b9281aa17: Download complete68e2e1973b70: Download complete0f58a95c7a9b: Verifying Checksum0f58a95c7a9b: Download complete57cf45132733: Verifying Checksum57cf45132733: Download complete265accc134f8: Verifying Checksum265accc134f8: Download completebd50ec9d8592: Verifying Checksumbd50ec9d8592: Download complete0f58a95c7a9b: Pull completec3e40142c411: Pull complete7f8475cb6605: Pull complete05a50efaf303: Pull complete6b01dec062a8: Pull complete9fd1e9989233: Pull complete0dba846700e5: Pull completebf52bc4812dd: Pull complete1b2b9281aa17: Pull completebd50ec9d8592: Pull complete68e2e1973b70: Pull complete57cf45132733: Pull complete265accc134f8: Pull completeDigest: sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83fStatus: Downloaded newer image for ocaml/opam@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f2026-03-19 09:57.32 ---> using "842f1388ec2987f766804552c28c55560fa02e4f2d5abda53e3e17755e9377f6" from cache/: (comment debian-13-5.4_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.32 ---> using "31a637d3ffc126cf7c2729460fbec892bf55ac79b4daff141bf583ec77f82ccc" 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.Continue? [Y/n] yThis 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.[NOTE] The 'jobs' option was reset, its value was 79 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=79 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 09:57.32 ---> using "5e3bb750d4a3705f652ac3696160f6a8088de8234782d1bda9cd0992dfa53d9a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-55-genericThe OCaml toplevel, version 5.4.02.5.02026-03-19 09:57.32 ---> using "b18de138a17c6cfa2b5b59b8db794ad05d2cb9d570de9183cbe4813ac7e72863" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 09:57.32 ---> using "9ee8fa979758edc80fcebbfcda0841c728a5039b9781dcd179914cfacba3fa0b" 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.32 ---> using "ca68bc583fb11082f1a1108c3be85304fddf2fb03ba368772ba44a93aa0e7dcb" from cache/src: (copy (src opam-file-format.opam) (dst ./))2026-03-19 09:57.33 ---> saved as "2ecf744362e57cbb94e60f0745f8a4eadffd78b64ca66b0dd17d54e8098a17d5"/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.35 ---> saved as "4330c7a4df3f06a010f7d80fbee3b75f84d3873e0595b9f54678ea4276222a5e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 09:57.35 ---> saved as "d05d72ecffc25b879a12a21b3c128f5f19594435b34052da7c70aece159c67b8"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 (7593 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-option-bytecode-only is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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.48 ---> saved as "65e95f12a6ab7e95014fc36b8aa206127d4c544e3f0708993e7752139f291d09"/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-option-bytecode-only is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 re.1.14.0-> installed ocaml-syntax-shims.1.0.0-> installed alcotest.1.9.1-> installed menhir.20260209Done.# To update the current shell environment, run: eval $(opam env)2026-03-19 09:59.35 ---> saved as "c82402a22de51a215f1b6954a2b7c484ceca17efb1edb0ce0c2f0ba57370f5ed"/src: (copy (src .) (dst /src))2026-03-19 09:59.36 ---> saved as "ae79a0e330beeb382e7ad18703b3cfb26ef1b53488f11f6d0474a5c57a791e9d"/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 `VW3TRWC8'.[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.806s. 64 tests run.2026-03-19 09:59.40 ---> saved as "6125ca995e14165f16e67c9f1d5f1f1a0cf9ac6cf266d86c0a99fba00310ebad"Job succeeded2026-03-19 09:59.41: Job succeeded