2025-07-31 07:27.48: New job: test gildor478/ocaml-gettext https://github.com/gildor478/ocaml-gettext.git#refs/heads/master (86ed8809490a5226f225fab58971179e2162da43) (linux-x86_64:fedora-41-5.3_opam-2.4) Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5 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 ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5 # fedora-41-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ RUN opam pin add -yn gettext.dev './' && \ opam pin add -yn gettext-stub.dev './' && \ opam pin add -yn gettext-camomile.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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 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-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-b9be871fb02f509a52ac65a907e61613" 2025-07-31 07:27.48: Using OBuilder spec: ((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5) (comment fedora-41-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 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 ./)) (run (network host) (shell "opam pin add -yn gettext.dev './' && \ \nopam pin add -yn gettext-stub.dev './' && \ \nopam pin add -yn gettext-camomile.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.4 --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 /src)) (run (shell "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 09:03.22: Waiting for worker… 2025-07-31 09:05.47: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 86ed880 Merge pull request #37 from glondu/no-dune-site (from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5) Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locally docker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam 2b0cc7ee804c: Already exists c18ed2f7611b: Already exists 0e212a9ba2f6: Already exists 720686032277: Already exists 93be4d741366: Already exists df139e1f3f46: Already exists bee85951ecc4: Already exists cfb7dd932d0a: Already exists 302d2b5cf94e: Already exists 744bd9676b94: Already exists a61a2d3582bd: Already exists a5cf4976352b: Already exists 2bc5a8b0d983: Already exists 22426805282e: Already exists d39f24bef506: Already exists 2c18ac3ce9e5: Already exists 9d7b82e56a00: Already exists 404af7605dc7: Already exists 007ac776635c: Already exists 3d6a7bcf6161: Already exists 4f4fb700ef54: Already exists 81a2be02a786: Already exists bd0aecc02a24: Already exists d45fa2528917: Already exists 80de9e6990f7: Already exists 03da6777de95: Already exists 494d5ca3df8f: Already exists 41c6b53a001d: Already exists 3e8b84460b11: Already exists d053d4a106fe: Already exists fa7761527b70: Already exists dcd9d9d9b709: Already exists d9806d9e64c4: Already exists f876e57ff686: Already exists 8bc0b3187df7: Already exists 8b9e19fd2c6f: Already exists 9ba4810d75d9: Already exists dbd14d793cc9: Already exists 42532df89f46: Already exists d03e76a27dce: Pulling fs layer bac3b6f3c4a9: Pulling fs layer 50215e359b55: Pulling fs layer d03e76a27dce: Waiting 27e83a79dc4e: Pulling fs layer 334ed129df98: Pulling fs layer bac3b6f3c4a9: Waiting 50215e359b55: Waiting 334ed129df98: Waiting 27e83a79dc4e: Waiting d03e76a27dce: Verifying Checksum d03e76a27dce: Download complete d03e76a27dce: Pull complete bac3b6f3c4a9: Verifying Checksum bac3b6f3c4a9: Download complete 50215e359b55: Verifying Checksum 50215e359b55: Download complete 27e83a79dc4e: Verifying Checksum 27e83a79dc4e: Download complete 334ed129df98: Download complete bac3b6f3c4a9: Pull complete 50215e359b55: Pull complete 27e83a79dc4e: Pull complete 334ed129df98: Pull complete Digest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5 Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5 2025-07-31 09:05.47 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache /: (comment fedora-41-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 41 - x86_64 - Updates 100% | 42.0 KiB/s | 24.8 KiB | 00m01s Fedora 41 - x86_64 - Updates 100% | 384.1 KiB/s | 5.8 MiB | 00m15s Repositories loaded. Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed. Nothing to do. 2025-07-31 09:05.47 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-07-31 09:05.47 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" 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. This 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. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 09:05.47 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 09:05.47 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:05.47 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" from cache /src: (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")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:05.47 ---> using "144837b47a4f488aad0ab10322769f122c8430376ba6267fb900451d946ca713" from cache /src: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst ./)) 2025-07-31 09:05.47 ---> saved as "5181db623cbe5fbf10ff2b35f05d8f94428e0c4ee529b62d5bc5b7bf83860fd6" /src: (run (network host) (shell "opam pin add -yn gettext.dev './' && \ \nopam pin add -yn gettext-stub.dev './' && \ \nopam pin add -yn gettext-camomile.dev './'")) [gettext.dev] synchronised (file:///src) gettext is now pinned to file:///src (version dev) [gettext-stub.dev] synchronised (file:///src) gettext-stub is now pinned to file:///src (version dev) [gettext-camomile.dev] synchronised (file:///src) gettext-camomile is now pinned to file:///src (version dev) 2025-07-31 09:05.50 ---> saved as "9e4215b8b34161c7f3e125012e4771d19b08ca06567a1be40726a35917b66dca" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:05.50 ---> saved as "56b6400a5654f4bfb38e32ece9b3f477fc6e0af74aefff45076816fc97ffb2d8" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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") /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.4 --depext-only -y gettext.dev gettext-stub.dev gettext-camomile.dev $DEPS")) + /usr/bin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 41 - x86_64 - Updates 100% | 135.7 KiB/s | 14.5 KiB | 00m00s - Fedora 41 - x86_64 - Updates 100% | 1.1 MiB/s | 303.0 KiB | 00m00s - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [gettext.dev] synchronised (file:///src) [gettext-camomile.dev] synchronised (file:///src) [gettext-stub.dev] synchronised (file:///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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-07-31 09:06.01 ---> saved as "c1338691844ddaee174ea0345d2d7aa8ee2d0e23a14be9fdd62889a96d276d76" /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-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 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 camomile.2.0.0 (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 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 pp.2.0.0 -> installed stdlib-shims.0.3.0 -> installed fileutils.0.6.6 -> installed ordering.3.19.1 -> installed ounit2.2.2.7 -> installed dune-configurator.3.19.1 -> 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 09:06.59 ---> saved as "72d7bde2e66a3f6bc1a3ac7e6cc59dd6bec99f550f08187a78bfb7621814c49f" /src: (copy (src .) (dst /src)) 2025-07-31 09:06.59 ---> saved as "f469b0a6b9f68092c0b6f3936cf3bac37f34960b5e2fe5c6306f13a99068cf06" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/bin/ocamlyacc src/lib/gettext/base/gettextMo_parser.mly) 14 shift/reduce conflicts. (cd _build/default && /home/opam/.opam/5.3/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.12 seconds. OK (cd _build/default/test/test-stub && ./test.exe -test-dir ../testdata) ................... Ran: 19 tests in: 0.11 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.22 seconds. OK 2025-07-31 09:07.01 ---> saved as "f1f3623e2c9db5d10b7597a02160c5bd5ae70b1c3ca39994c53b6e2c67692af2" Job succeeded 2025-07-31 09:07.01: Job succeeded