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.4~alpha1_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
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.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
# debian-12-5.4~alpha1_opam-2.4
USER 1000:1000
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.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f-debian-12-5.4~alpha1_opam-2.4-4e407e2a521994937fdd9bae2ed86362"
2025-07-31 07:27.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f)
(comment debian-12-5.4~alpha1_opam-2.4)
(user (uid 1000) (gid 1000))
(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.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.24: Waiting for worker…
2025-07-31 09:05.51: 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.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f' locally
docker.io/ocaml/opam@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f: Pulling from ocaml/opam
2b437dab448b: Already exists
73f5023d201e: Pulling fs layer
c7e08a470be9: Pulling fs layer
17d892f8c50d: Pulling fs layer
beb2b0e77342: Pulling fs layer
c7e08a470be9: Waiting
2fc7df026315: Pulling fs layer
17d892f8c50d: Waiting
73f5023d201e: Waiting
82e0876f284f: Pulling fs layer
beb2b0e77342: Waiting
2fc7df026315: Waiting
8fc95318733e: Pulling fs layer
82e0876f284f: Waiting
32329d06c123: Pulling fs layer
8fc95318733e: Waiting
32329d06c123: Waiting
73f5023d201e: Verifying Checksum
73f5023d201e: Download complete
73f5023d201e: Pull complete
c7e08a470be9: Download complete
c7e08a470be9: Pull complete
17d892f8c50d: Verifying Checksum
17d892f8c50d: Pull complete
beb2b0e77342: Download complete
beb2b0e77342: Pull complete
2fc7df026315: Verifying Checksum
2fc7df026315: Download complete
82e0876f284f: Download complete
8fc95318733e: Verifying Checksum
8fc95318733e: Download complete
32329d06c123: Download complete
2fc7df026315: Pull complete
82e0876f284f: Pull complete
8fc95318733e: Pull complete
32329d06c123: Pull complete
Digest: sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
Status: Downloaded newer image for ocaml/opam@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
2025-07-31 09:05.51 ---> using "f9bf87bd7a786def931815571339489e7d274cd0199367b2207766d63f4b2e6c" from cache
/: (comment debian-12-5.4~alpha1_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (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.51 ---> using "17feeb5d96c1a4c0923d327d264d90339a711f0b6cc9cf6591f724a389cdd7fa" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"
[default] Initialised
2025-07-31 09:05.51 ---> using "1be101c159320980a9ef25c41b355e005461ff6f7bdec024ba90bee83ede98eb" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.4.0~alpha1
2.4.1
2025-07-31 09:05.51 ---> using "fd3ef26a1cbaea74def7341648eb03a84483678b2b849c2b2973afc41339e098" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:05.51 ---> using "39e28896cb336a9d18b0bb76742105fb522a95cd213d88326fad3e03a7df2b50" 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 ><><><><><><><><><><><><><><><><><><><><><><>
[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository
[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.12 ---> saved as "010c49ee2f9f849f8d9e7bfdc5fb3d2bf2461875bad8ceb5087ac1c6657d40d5"
/src: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam)
(dst ./))
2025-07-31 09:06.12 ---> saved as "7a8a6f16c3f25c2a96d5528c616694c1fd20f1b23b5cf3335221881444e2d7c7"
/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.15 ---> saved as "7c9845d26d3efef7aabb287494e5771a0e2a498d2f0ff1c49d7e543c994b8956"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:06.15 ---> saved as "abef07641743053f41e1007114c1da795a66045998ec8c4a76e07c40c8b65c85"
/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.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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 "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 amd64 Packages.diff/Index [19.6 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]
- Fetched 402 kB in 0s (1670 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-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml is already installed (current version is 5.4.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.24 ---> saved as "4eed4c0429ed606e094ff5c8fc423ba0bec1ddcedf5320e230217160e3e991c0"
/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.4.0~alpha1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml is already installed (current version is 5.4.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 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:07.14 ---> saved as "5a57e7d3f4f7f2cdddb1dd52e3d666db6dd47e80678af7fcb433d978f4da9888"
/src: (copy (src .) (dst /src))
2025-07-31 09:07.14 ---> saved as "9812664772971fa3e8f94b9af6e2e64b194799cb7b25ce7f455fbf2afb10197a"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlyacc src/lib/gettext/base/gettextMo_parser.mly)
14 shift/reduce conflicts.
(cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlyacc src/lib/gettext/extension/gettextPo_parser.mly)
12 shift/reduce conflicts.
(cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/bin/ocaml-xgettext/.xgettext.eobjs/byte -I /home/opam/.opam/5.4~alpha1/lib/fileutils -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ocaml/unix -I src/lib/gettext/base/.gettextBase.objs/public_cmi -I src/lib/gettext/extension/.gettextExtension.objs/public_cmi -intf-suffix .ml -no-alias-deps -opaque -o src/bin/ocaml-xgettext/.xgettext.eobjs/byte/dune__exe__Xgettext.cmo -c -impl src/bin/ocaml-xgettext/xgettext.pp.ml)
File "src/bin/ocaml-xgettext/xgettext.ml", line 115, characters 8-32:
Error: The variable f on the left-hand side of this or-pattern has type
string
but on the right-hand side it has type string Location.loc
(cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/bin/ocaml-xgettext/.xgettext.eobjs/byte -I src/bin/ocaml-xgettext/.xgettext.eobjs/native -I /home/opam/.opam/5.4~alpha1/lib/fileutils -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ocaml/unix -I src/lib/gettext/base/.gettextBase.objs/native -I src/lib/gettext/base/.gettextBase.objs/public_cmi -I src/lib/gettext/extension/.gettextExtension.objs/native -I src/lib/gettext/extension/.gettextExtension.objs/public_cmi -intf-suffix .ml -no-alias-deps -opaque -o src/bin/ocaml-xgettext/.xgettext.eobjs/native/dune__exe__Xgettext.cmx -c -impl src/bin/ocaml-xgettext/xgettext.pp.ml)
File "src/bin/ocaml-xgettext/xgettext.ml", line 115, characters 8-32:
Error: The variable f on the left-hand side of this or-pattern has type
string
but on the right-hand side it has type string Location.loc
(cd _build/default/test/test-camomile && ./test.exe -test-dir ../testdata)
........................
Ran: 24 tests in: 0.11 seconds.
OK
(cd _build/default/test/test-stub && ./test.exe -test-dir ../testdata)
...................
Ran: 19 tests in: 0.11 seconds.
OK
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-31 09:07.15: Job failed: Failed: Build failed