2025-07-31 07:27.48: New job: test gildor478/ocaml-gettext https://github.com/gildor478/ocaml-gettext.git#refs/heads/master (86ed8809490a5226f225fab58971179e2162da43) (macos-x86_64:macos-homebrew-4.14_opam-2.4) Base: macos-homebrew-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 macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 gettext.opam gettext-stub.opam gettext-camomile.opam ./src/./ RUN opam pin add -yn gettext.dev './src/./' && \ opam pin add -yn gettext-stub.dev './src/./' && \ opam pin add -yn gettext-camomile.dev './src/./' RUN echo '(lang dune 3.0)' > './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.4 --depext-only -y gettext.dev gettext-stub.dev gettext-camomile.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-31 07:27.48: Using cache hint "gildor478/ocaml-gettext-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.4-c49c045a4d1704870ef3e1fd0a21e909" 2025-07-31 07:27.48: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn gettext.dev './src/./' && \ \nopam pin add -yn gettext-stub.dev './src/./' && \ \nopam pin add -yn gettext-camomile.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './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 /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 gettext.dev gettext-stub.dev gettext-camomile.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-07-31 07:27.48: Waiting for resource in pool OCluster 2025-07-31 13:02.41: Waiting for worker… 2025-07-31 16:12.49: Got resource from pool OCluster Building on i7-worker-01 Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ocaml-gettext.git-96c9d156d6012c2c4df94c84437d844302f51a47/.git/ HEAD is now at 86ed880 Merge pull request #37 from glondu/no-dune-site (from macos-homebrew-ocaml-4.14) 2025-07-31 16:12.54 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_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-07-31 16:12.54 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-07-31 16:12.55 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 4.14.2 2.4.1 2025-07-31 16:12.55 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" 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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.3.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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) 2025-07-31 16:12.55 ---> using "4d983df77018508b59ce794af3c0e0fdb8e0b6642a19ffa9c4a0aa507d37712f" from cache /: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst ./src/./)) 2025-07-31 16:13.11 ---> saved as "b041e17636e33ee47ad548fa931703c24fcc44a681900d5cfdc49d999fa4bc65" /: (run (network host) (shell "opam pin add -yn gettext.dev './src/./' && \ \nopam pin add -yn gettext-stub.dev './src/./' && \ \nopam pin add -yn gettext-camomile.dev './src/./'")) [gettext.dev] synchronised (file:///Users/mac1000/src) gettext is now pinned to file:///Users/mac1000/src (version dev) [gettext-stub.dev] synchronised (file:///Users/mac1000/src) gettext-stub is now pinned to file:///Users/mac1000/src (version dev) [gettext-camomile.dev] synchronised (file:///Users/mac1000/src) gettext-camomile is now pinned to file:///Users/mac1000/src (version dev) 2025-07-31 16:13.29 ---> saved as "a2bd1353a2b6c55b306dc36da196f8b7a155bef14e174a5d9f207f01ba337024" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-07-31 16:13.31 ---> saved as "ae1210ab70c3b71fe0496354a403e4f8580bf4cdd7a96fed8aae5411de601972" /: (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 /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 gettext.dev gettext-stub.dev gettext-camomile.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [gettext-stub.dev] synchronised (file:///Users/mac1000/src) [gettext-camomile.dev] synchronised (file:///Users/mac1000/src) [gettext.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 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 system packages will first need to be installed: gettext <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "gettext" - ==> Fetching downloads for: gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json - ==> Fetching dependencies for gettext: libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json - ==> Fetching libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:e919f6ee2fe8a40addea1e1840eab8855e66812e18dfe05c130618ce517e2880 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51b1870972ff42fdcab2f6974918fbbb5f8472e43ef5793eb5d10e21781830af--libunistring--1.3.sonoma.bottle.tar.gz - ==> Fetching gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:87ac92958d68cfd4c000879302cc8237f9ab38aec9429c6970b31667c3d53870 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc9d2d4b924a5357a60f4a3c7edf94b9b3f1792be79585467c110cdc4b3a69ff--gettext--0.26.sonoma.bottle.tar.gz - ==> Installing gettext dependency: libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json - ==> Pouring libunistring--1.3.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/libunistring/1.3: 59 files, 5.5MB - ==> Pouring gettext--0.26.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/gettext/0.26: 2,428 files, 26.9MB - ==> Running `brew cleanup gettext`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - ==> No outdated dependents to upgrade! 2025-07-31 16:13.59 ---> saved as "2e6e070bd5c01865b22236ff9ce5fc3a154446b85fdc64e7e186e27df2fa2342" /: (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 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 cppo.1.8.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fileutils.0.6.6 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> 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) -> retrieved camomile.2.0.0 (https://github.com/savonet/Camomile/archive/refs/tags/v2.0.0.tar.gz) -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed fileutils.0.6.6 -> installed stdlib-shims.0.3.0 -> installed pp.2.0.0 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed ordering.3.19.1 -> installed dune-configurator.3.19.1 -> installed ounit2.2.2.7 -> installed dyn.3.19.1 -> 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-07-31 16:15.43 ---> saved as "172ed43e78dc0a233494243493da99c1eb3bfa70a5e38ee5a4b86709a85bbd37" /: (copy (src .) (dst ./src)) 2025-07-31 16:15.45 ---> saved as "af4957542a29463693d32c8919c4c755e8e0439589822df58b4e5fe4afe371e6" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlyacc src/lib/gettext/base/gettextMo_parser.mly) 14 shift/reduce conflicts. (cd _build/default && /Users/mac1000/.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.13 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.29 seconds. OK (cd _build/default/test/test-stub && ./test.exe -test-dir ../testdata) ................... Ran: 19 tests in: 0.20 seconds. OK 2025-07-31 16:15.49 ---> saved as "d8d0f9bdafc231aa09a7525e58094971dd563251e2af0b4eeabae02547e7d228" Job succeeded 2025-07-31 16:16.06: Job succeeded