2025-06-12 14:20.21: New job: test gildor478/ocaml-gettext https://github.com/gildor478/ocaml-gettext.git#refs/heads/master (86ed8809490a5226f225fab58971179e2162da43) (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/gildor478/ocaml-gettext.git" -b "master" && cd "ocaml-gettext" && git reset --hard 86ed8809 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 gettext.opam gettext-stub.opam gettext-camomile.opam /home/opam/src/./ RUN opam pin add -yn gettext.dev '/home/opam/src/./' && \ opam pin add -yn gettext-stub.dev '/home/opam/src/./' && \ opam pin add -yn gettext-camomile.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 camomile.2.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 fileutils.0.6.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.19.1 ounit2.2.2.7 pp.2.0.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y gettext.dev gettext-stub.dev gettext-camomile.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-06-12 14:20.21: Using cache hint "gildor478/ocaml-gettext-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-c49c045a4d1704870ef3e1fd0a21e909" 2025-06-12 14:20.21: 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn gettext.dev '/home/opam/src/./' && \ \nopam pin add -yn gettext-stub.dev '/home/opam/src/./' && \ \nopam pin add -yn gettext-camomile.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 camomile.2.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 fileutils.0.6.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.19.1 ounit2.2.2.7 pp.2.0.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1") (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 gettext.dev gettext-stub.dev gettext-camomile.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-06-12 14:20.21: Waiting for resource in pool OCluster 2025-06-13 07:03.01: Waiting for worker… 2025-06-13 12:41.44: Got resource from pool OCluster Building on oregano All commits already cached HEAD is now at 86ed880 Merge pull request #37 from glondu/no-dune-site (from openbsd-76-amd64-ocaml-4.14) 2025-06-13 12:41.44 ---> 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-06-13 12:41.44 ---> 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-06-13 12:41.44 ---> 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-06-13 12:41.44 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..a28eb8a148 master -> origin/master a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> 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-06-13 12:41.44 ---> using "a77e8bfa3d5268311e95ce8032dc2820d043de2635800f76e4216e4afa6e335f" from cache /: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst /home/opam/src/./)) 2025-06-13 12:42.41 ---> saved as "7da584a4d9c18964f7b73bbd3f71b8d6d539a7942bf8f92cfdff9e2df61c98d0" /: (run (network host) (shell "opam pin add -yn gettext.dev '/home/opam/src/./' && \ \nopam pin add -yn gettext-stub.dev '/home/opam/src/./' && \ \nopam pin add -yn gettext-camomile.dev '/home/opam/src/./'")) [gettext.dev] synchronised (file:///home/opam/src) gettext is now pinned to file:///home/opam/src (version dev) [gettext-stub.dev] synchronised (file:///home/opam/src) gettext-stub is now pinned to file:///home/opam/src (version dev) [gettext-camomile.dev] synchronised (file:///home/opam/src) gettext-camomile is now pinned to file:///home/opam/src (version dev) 2025-06-13 12:43.40 ---> saved as "c65a162f3ed8f76d5f961f9f92a714bc8f225dff14fbe8156d7637e31537f13d" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-06-13 12:44.38 ---> saved as "e97809ac7280f360a69faa37c3769f123a30010040e58d4c4837d9bf5aafe284" /: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 camomile.2.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 fileutils.0.6.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.19.1 ounit2.2.2.7 pp.2.0.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1") /: (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 gettext.dev gettext-stub.dev gettext-camomile.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [gettext-stub.dev] synchronised (file:///home/opam/src) [gettext.dev] synchronised (file:///home/opam/src) [gettext-camomile.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-06-13 12:45.43 ---> saved as "54bb9c6b65af916a7d91bd821327afd0eebd8cb8f01535c26af16ac45d95e0f2" /: (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 16 packages - install camlp-streams 5.0.1 - install camomile 2.0.0 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - install dune-private-libs 3.19.1 - install dune-site 3.19.1 - install dyn 3.19.1 - install fileutils 0.6.6 - install ordering 3.19.1 - install ounit2 2.2.7 - install pp 2.0.0 - install seq base - install stdlib-shims 0.3.0 - install stdune 3.19.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fileutils.0.6.6 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved camomile.2.0.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved pp.2.0.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1, dune-private-libs.3.19.1, dune-site.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1 (cached) -> installed dune.3.19.1 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed fileutils.0.6.6 -> installed dune-configurator.3.19.1 -> installed ordering.3.19.1 -> installed pp.2.0.0 -> installed stdlib-shims.0.3.0 -> installed dyn.3.19.1 -> installed ounit2.2.2.7 -> installed stdune.3.19.1 -> installed dune-private-libs.3.19.1 -> installed dune-site.3.19.1 -> installed camomile.2.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-13 12:56.48 ---> saved as "7f8af0c64fa9f4294b137799d16e7568f26378f41de386b17c27d011e7c844f5" /: (copy (src .) (dst /home/opam/src)) 2025-06-13 12:57.46 ---> saved as "599aac7331188ee1d1184aed75627c8e64a3ffdd54fd038d739f1f2bf231f244" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlyacc src/lib/gettext/base/gettextMo_parser.mly) 14 shift/reduce conflicts. (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlyacc src/lib/gettext/extension/gettextPo_parser.mly) 12 shift/reduce conflicts. (cd _build/default/test/test-camomile && ./test.exe -test-dir ../testdata) ........................ Ran: 24 tests in: 0.15 seconds. OK (cd _build/default/test/test-stub && ./test.exe -test-dir ../testdata) ................... Ran: 19 tests in: 0.12 seconds. OK (cd _build/default/test && ./test.exe -runner sequential -ocaml-gettext ../src/bin/ocaml-gettext/OCamlGettext.exe -ocaml-xgettext ../src/bin/ocaml-xgettext/xgettext.exe) ..................................................................................................................................................................... Ran: 165 tests in: 0.60 seconds. OK 2025-06-13 12:58.47 ---> saved as "23f7ecc095f3e0d0cfd599ab9e2e70090ca6948a5629f320a3a3c71a898142d8" Job succeeded 2025-06-13 12:58.47: Job succeeded