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-42-5.3_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d 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-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d # fedora-42-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-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d-fedora-42-5.3_opam-2.4-b9be871fb02f509a52ac65a907e61613" 2025-07-31 07:27.48: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d) (comment fedora-42-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.19: Waiting for worker… 2025-07-31 09:05.45: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 86ed880 Merge pull request #37 from glondu/no-dune-site (from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d) Unable to find image 'ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d' locally docker.io/ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d: Pulling from ocaml/opam 8fe5e06310fd: Pulling fs layer f61a546cc351: Pulling fs layer 7283b128d7e9: Pulling fs layer 8573eae5af8c: Pulling fs layer 4250d28b0d75: Pulling fs layer 8fe5e06310fd: Waiting f61a546cc351: Waiting 7283b128d7e9: Waiting 53d5a3a1726a: Pulling fs layer 4250d28b0d75: Waiting 8fe5e06310fd: Verifying Checksum 8fe5e06310fd: Download complete f61a546cc351: Verifying Checksum f61a546cc351: Download complete 7283b128d7e9: Verifying Checksum 7283b128d7e9: Download complete 8573eae5af8c: Download complete 4250d28b0d75: Download complete 53d5a3a1726a: Verifying Checksum 53d5a3a1726a: Download complete 8fe5e06310fd: Pull complete f61a546cc351: Pull complete 7283b128d7e9: Pull complete 8573eae5af8c: Pull complete 4250d28b0d75: Pull complete 53d5a3a1726a: Pull complete Digest: sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d Status: Downloaded newer image for ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d 2025-07-31 09:05.45 ---> using "840a3e81d40c8eb8551be3c4f11141a973a338ca37fe3cb7b329c0817a307b7d" from cache /: (comment fedora-42-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 42 - x86_64 - Updates 100% | 13.3 KiB/s | 5.8 KiB | 00m00s Fedora 42 - x86_64 - Updates 100% | 236.8 KiB/s | 2.9 MiB | 00m12s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-07-31 09:05.45 ---> using "a136c96695e3e417a2a63441c703481aa240e7910d8f28e9632363f04a2f87d5" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-07-31 09:05.45 ---> using "e39777e12591447bf3048a0a510f89fb9f4f8230189dc6e8734754c3cc1031c5" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 09:05.45 ---> using "1f30c1e27bf19c7967cce3df326454c9604d8aafe7fc6fe07be12c41ac6856cd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 09:05.45 ---> using "ef8cacb39a2c4c8f3abf97a3ae62ddc980d014a17f680bb61ea1861de17b598e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:05.45 ---> using "bf3420d19f31097defce3de7eda948322d357dc377afe7681cae3642c63b3831" 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.45 ---> using "7106db9993d28de1172c5ad661ef338258c568add32233d1bcf1d67278e8897b" from cache /src: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst ./)) 2025-07-31 09:05.45 ---> saved as "ca219a6b061317a28dc50d8b49258696fdc142124544aa111e92a9e8df9f43b5" /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 "ae544bf90611c71a0f2132d2f3fa9d9a10ea38e603acdba923d9bfa07951c89c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:05.50 ---> saved as "02c84b85bb866ae3b265504ff914dfa7ef05a476c538e279c56aa8657ed855c8" /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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - 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.17 ---> saved as "86843bef24e3cdc06da8a798b9e9793309492f809797894835c061373a334982" /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 pp.2.0.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ounit2.2.2.7 (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 csexp.1.5.2 -> installed cppo.1.8.0 -> 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:08.52 ---> saved as "f5ccddfa8d012bceafda4d5175d726202209c542a57e946f85b8ba2e0ebbe4f4" /src: (copy (src .) (dst /src)) 2025-07-31 09:08.52 ---> saved as "fd17aba770aa49b08cbc00d49a34c9fa908588d109c3f17330b6144faa2c226f" /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.17 seconds. OK (cd _build/default/test/test-stub && ./test.exe -test-dir ../testdata) ................... Ran: 19 tests in: 0.14 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.46 seconds. OK 2025-07-31 09:08.57 ---> saved as "be7db590bf166072354a729e28ace695dc461a6da1cbee97291d8a76bbb6563d" Job succeeded 2025-07-31 09:08.57: Job succeeded