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:debian-12-5.3_x86_32_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 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:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 # debian-12-5.3_x86_32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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-option-bytecode-only.1 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:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9-debian-12-5.3_x86_32_opam-2.4-8d814b0dc32b137c6fb23f163c89f07a" 2025-07-31 07:27.48: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9) (comment debian-12-5.3_x86_32_opam-2.4) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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-option-bytecode-only.1 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.24: Waiting for worker… 2025-07-31 09:05.52: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 86ed880 Merge pull request #37 from glondu/no-dune-site (from ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9' locally docker.io/ocaml/opam@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9: Pulling from ocaml/opam e66d2cb70304: Already exists 3be22eb25858: Pulling fs layer 36da8760b8da: Pulling fs layer e6e1c42f6211: Pulling fs layer 36da8760b8da: Waiting bccc94c063a9: Pulling fs layer 3be22eb25858: Waiting fffd8a5bc2d0: Pulling fs layer e6e1c42f6211: Waiting 05196132813b: Pulling fs layer bccc94c063a9: Waiting fffd8a5bc2d0: Waiting 266e2600d058: Pulling fs layer 05196132813b: Waiting 266e2600d058: Waiting 3be22eb25858: Verifying Checksum 3be22eb25858: Download complete 3be22eb25858: Pull complete 36da8760b8da: Verifying Checksum 36da8760b8da: Download complete 36da8760b8da: Pull complete e6e1c42f6211: Verifying Checksum e6e1c42f6211: Download complete e6e1c42f6211: Pull complete fffd8a5bc2d0: Verifying Checksum fffd8a5bc2d0: Download complete 05196132813b: Verifying Checksum 05196132813b: Download complete 266e2600d058: Verifying Checksum 266e2600d058: Download complete bccc94c063a9: Verifying Checksum bccc94c063a9: Download complete bccc94c063a9: Pull complete fffd8a5bc2d0: Pull complete 05196132813b: Pull complete 266e2600d058: Pull complete Digest: sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 Status: Downloaded newer image for ocaml/opam@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 2025-07-31 09:05.53 ---> using "76f339b5531c82b9ebc370e2d62886f08ca0f9d95e232f579b85bf4353dbed75" from cache /: (comment debian-12-5.3_x86_32_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-07-31 09:05.53 ---> using "bde27265049f66f3f9cc3d08ade1dfe503cb1246a09dbf6b941ddd1aa9ec3c48" 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.53 ---> using "ad51dbcf1495dc1b966009261efba2ea8589eb519f466fe241b0822ab48589db" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 09:05.53 ---> using "12946616e3e7bdfda647bdf3bfd02f0e37623c80a5c491be779cbcf4242c8bb3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:05.53 ---> using "be4cea2ad216e0ad0dc9e32317f419f34bf05dce298590325a0b63f5937737b0" 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:06.16 ---> saved as "3355650bb33702c22231c7bcfe3e520b2f0526576af25a16deb145517080c000" /src: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam) (dst ./)) 2025-07-31 09:06.16 ---> saved as "dc7d8ccf9b5d9733cc79c059727817df6c34dc0c2144972d702cd317f4373a29" /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:06.19 ---> saved as "b434c7cd617f7886bd9779ed90a3e3a8942ce71ec3c576fd4be8bb6981e47f0c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:06.19 ---> saved as "a7b2a7eba00f1049dafb39c26383ffb8f79663983a964b9cb848f8168c581a3e" /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-option-bytecode-only.1 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 "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index - Get:5 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [265 kB] - Get:6 http://deb.debian.org/debian bookworm-updates/main i386 Packages [6920 B] - Fetched 395 kB in 0s (812 kB/s) - Reading package lists... - <><> 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-option-bytecode-only 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.28 ---> saved as "f0421c8afdded7b3357c23f53564a509eb0e6d063966b0bfe2f16e172d63d3cd" /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-option-bytecode-only 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 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 ounit2.2.2.7 -> installed ordering.3.19.1 -> 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.10 ---> saved as "a108027fcf7253f504e5754a1f27ff5dc52438de5971d3650e92398d0f03ccb2" /src: (copy (src .) (dst /src)) 2025-07-31 09:08.10 ---> saved as "0246ec6f740d2fe2d8911f7aa16b3c2d451a6b6c20c5b4cfb9f3b49392fa2a53" /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-stub && ./test.exe -test-dir ../testdata) ................... Ran: 19 tests in: 0.11 seconds. OK (cd _build/default/test/test-camomile && ./test.exe -test-dir ../testdata) ........................ Ran: 24 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.63 seconds. OK 2025-07-31 09:08.16 ---> saved as "745dd07bd4cc4c93252b58fed907687bd73ab0b10d05b06ea7e061ad8ff9ba85" Job succeeded 2025-07-31 09:08.16: Job succeeded