2025-11-05 15:31.23: New job: test ocaml/opam-file-format https://github.com/ocaml/opam-file-format.git#refs/heads/master (59d9a6b585ac3fd141004f155a459e78f39993ac) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml/opam-file-format.git" -b "master" && cd "opam-file-format" && git reset --hard 59d9a6b5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 opam-file-format.opam ./src/./RUN opam pin add -yn opam-file-format.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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.0.0 dune.3.20.2 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --depext-only -y opam-file-format.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-05 15:31.23: Using cache hint "ocaml/opam-file-format-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-9d6c983bd9a6bb88270b085f72191a40"2025-11-05 15:31.23: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src opam-file-format.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn opam-file-format.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./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.0.0 dune.3.20.2 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y opam-file-format.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-05 15:31.23: Waiting for resource in pool OCluster2025-11-05 20:26.51: Waiting for worker…2025-11-05 22:12.47: Got resource from pool OClusterBuilding on m1-worker-02All commits already cachedHEAD is now at 59d9a6b Release 2.2.0(from macos-homebrew-ocaml-5.4)2025-11-05 22:12.48 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-11-05 22:12.48 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-11-05 22:12.48 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-11-05 22:12.48 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..70d1dfb3b8 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-05 22:12.48 ---> using "071e0d1ebbf47d02d8e8ee2f8a2068a6330a2c27acc1904cc51f49db040ed204" from cache/: (copy (src opam-file-format.opam) (dst ./src/./))2025-11-05 22:12.49 ---> saved as "5f2436d67036b20f62714363a8b830b74d18d8d81b57e366205c41d90415fc86"/: (run (network host)(shell "opam pin add -yn opam-file-format.dev './src/./'"))[opam-file-format.dev] synchronised (file:///Users/mac1000/src)opam-file-format is now pinned to file:///Users/mac1000/src (version dev)2025-11-05 22:12.57 ---> saved as "8244309f77417745c87fe99e35bd790f6ab36691b6c5df2cb5e190e99155aa15"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-11-05 22:12.58 ---> saved as "c3ae0aba966db3923b2962176bc74bde27a566d4d73516fb5ad4ca2870bbe3fb"/: (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.0.0 dune.3.20.2 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y opam-file-format.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-file-format.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla 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).2025-11-05 22:13.13 ---> saved as "eb8592b5d5afb818f245984d886f4f842a9144897d91c4f99da5d5190f8fe71d"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 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 16 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.0.0- install dune 3.20.2- install fmt 0.11.0- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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 cmdliner.2.0.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.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.20.2-> installed menhirCST.20250912-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed menhirSdk.20250912-> installed menhirLib.20250912-> installed re.1.14.0-> installed alcotest.1.9.1-> installed menhir.20250912Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 22:14.05 ---> saved as "4a39a03694b49d7222fe20bdbf2aea7bcd1f00bfd333afaa210f59272bba11f6"/: (copy (src .) (dst ./src))2025-11-05 22:14.06 ---> saved as "be26600bfc47bc9fb8432176e027b7b85849a7db2463237f67ad32c7bf4e594b"/: (run (shell "cd ./src && 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 `VO98S6PI'.[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.082s. 64 tests run.2025-11-05 22:14.08 ---> saved as "7a297ef4546ccaa8306d1676417c9e0a464f328fb5bba03ff595eddf902d13fb"Job succeeded2025-11-05 22:14.14: Job succeeded