2025-02-05 08:38.23: New job: test ocaml/opam-file-format https://github.com/ocaml/opam-file-format.git#refs/pull/62/head (ee30440e524f50e096575b48aa03e7f2565c2d9c) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3) Base: openbsd-76-amd64-ocaml-4.14 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/62/head" && git reset --hard ee30440e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-4.14 # openbsd-76-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-file-format.opam /home/opam/src/./ RUN opam pin add -yn opam-file-format.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.15.0 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-file-format.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-02-05 08:38.23: Using cache hint "ocaml/opam-file-format-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-1d9d2464a6433b1ae1274dd1d170c0b8" 2025-02-05 08:38.23: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-4.14) (comment openbsd-76-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-file-format.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn opam-file-format.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.15.0 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3") (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.3 --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 /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-02-05 08:38.23: Waiting for resource in pool OCluster 2025-02-05 14:29.11: Waiting for worker… 2025-02-05 18:06.23: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at ee30440 Generate opam file with Dune (from openbsd-76-amd64-ocaml-4.14) 2025-02-05 18:06.23 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache /: (comment openbsd-76-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-02-05 18:06.23 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-02-05 18:06.23 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 4.14.2 2.3.0 2025-02-05 18:06.23 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..3ee951993d master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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, 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-02-05 18:06.23 ---> using "f4587d66c140483884dd69e0f656f88ba7707fd6bfe52315af778111704c9c55" from cache /: (copy (src opam-file-format.opam) (dst /home/opam/src/./)) 2025-02-05 18:07.22 ---> saved as "11a6dc6c8cb286518c2b1172483cdfae0f5b89e60c5f5e1d5402a5cd57c24495" /: (run (network host) (shell "opam pin add -yn opam-file-format.dev '/home/opam/src/./'")) [opam-file-format.dev] synchronised (file:///home/opam/src) opam-file-format is now pinned to file:///home/opam/src (version dev) 2025-02-05 18:08.16 ---> saved as "cb5df426c82b2ad1d2e8dc6eda69031b75d97fa84b7a33ef893a4f310c3cfd30" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-02-05 18:09.13 ---> saved as "67947b20ed072699ca17ed088333f66b0b89c04d254b7bb847df459cd61da440" /: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.15.0 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3") /: (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.3 --depext-only -y opam-file-format.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-file-format.dev] synchronised (file:///home/opam/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-02-05 18:10.21 ---> saved as "f3bd17e88f4b936c4295bf2a792a8e4de07265e0190782075a39ef13a7c569cd" /: (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.8.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install dune 3.17.2 - install fmt 0.9.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.8 - install re 1.12.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved dune.3.17.2 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.17.2 -> installed ocamlbuild.0.15.0 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-syntax-shims.1.0.0 -> installed menhir.20240715 -> installed ocamlfind.1.9.8 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed re.1.12.0 -> installed topkg.1.0.7 -> installed astring.0.8.5 -> installed fmt.0.9.0 -> installed uutf.1.0.3 -> installed alcotest.1.8.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-05 18:20.27 ---> saved as "a440966c2ef836e8964cef1a97057ff66e00bbf25ea886cac9d5399ccbb020e1" /: (copy (src .) (dst /home/opam/src)) 2025-02-05 18:21.24 ---> saved as "0a5aeba9f729a4c00c6e5364deb9cb64df787c9830150f12f98b36354a6c94a0" /: (run (shell "cd /home/opam/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 `0HRQY4HE'. [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.599s. 64 tests run. 2025-02-05 18:22.22 ---> saved as "f1364fb02e49b21c2c67fe5241351428ee1613eb9f971765d056096f38ae9a9c" Job succeeded 2025-02-05 18:22.22: Job succeeded