Organisationsgildor478ocaml-gettext86ed88 (master)macos-homebrew-5.3_arm64_opam-2.4

macos-homebrew-5.3_arm64_opam-2.4

Link Copied
Code Copied

Logs

2025-07-31 07:27.48: New job: test gildor478/ocaml-gettext https://github.com/gildor478/ocaml-gettext.git#refs/heads/master (86ed8809490a5226f225fab58971179e2162da43) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.4)
Base: macos-homebrew-ocaml-5.3
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-5.3
# macos-homebrew-5.3_arm64_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 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 ./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-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 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-5.3-macos-homebrew-5.3_arm64_opam-2.4-b9be871fb02f509a52ac65a907e61613"
2025-07-31 07:27.48: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_arm64_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 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 ./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-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 /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 11:19.47: Waiting for worker…
2025-07-31 13:24.41: Got resource from pool OCluster
Building on m1-worker-03
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-5.3)
2025-07-31 13:24.45 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache


/: (comment macos-homebrew-5.3_arm64_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 13:24.45 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" 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 13:24.45 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 13:24.45 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" 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 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:///Users/mac1000/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 13:24.45 ---> using "4e505f66f4485ca8f9085b43ff0103fccaf95378803ee6159e46dc138364435f" from cache


/: (copy (src gettext.opam gettext-stub.opam gettext-camomile.opam)
(dst ./src/./))
2025-07-31 13:24.46 ---> saved as "bf9670c0cb0573354aa66be492410b8867c1c705ca1fbee698762364d004871f"


/: (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 13:24.57 ---> saved as "2e9907e1df17e5709afae1495d3fbc2d146916161b10fb5c32b2aedbc1850c4e"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-07-31 13:24.59 ---> saved as "20a3775befe59b5900628094e90b5c557e3fd74d1017160fbb628e3e248bd63b"


/: (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 /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"))
+ /opt/homebrew/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 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 system packages will first need to be installed:
gettext


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /opt/homebrew/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:3cd26bae2d5fcf61294f14c18e5e7ec773a59ed1bf710fb92055e0db0244e909
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fcd7bbcac172df40c1f61d5e72ade9dda96154126e83f8496c5288ae2118ad4d--libunistring--1.3.arm64_sequoia.bottle.tar.gz
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:b25ac1e62443f8f79eadc3dadf6d3af954d4cbc33a0577fc626aa0c8f2bb01a5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e4400df4cd1b1ba5e981061d5c674e2847e96951b505339505452340fc926f6--gettext--0.26.arm64_sequoia.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.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.3: 59 files, 5.4MB
- ==> Pouring gettext--0.26.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gettext/0.26: 2,428 files, 28.2MB
- ==> 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 13:25.16 ---> saved as "62070b19ac1ddd95c1a30113f2d8321eff1ea39a97711e50c8666793ce0dd1d9"


/: (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 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 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 stdlib-shims.0.3.0
-> installed fileutils.0.6.6
-> 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 13:26.19 ---> saved as "311baee8aff8f663ad4ec6f640ecc2516adff029043af48202465971255fb2c7"


/: (copy (src .) (dst ./src))
2025-07-31 13:26.20 ---> saved as "bc9e08d962ea896ba65abc7a84b66d773760d782a879e1ed6606fa9c1abbf6fa"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlyacc src/lib/gettext/base/gettextMo_parser.mly)
14 shift/reduce conflicts.
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlyacc src/lib/gettext/extension/gettextPo_parser.mly)
12 shift/reduce conflicts.
(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.15 seconds.
OK
(cd _build/default/test/test-camomile && ./test.exe -test-dir ../testdata)
........................
Ran: 24 tests in: 0.26 seconds.
OK
(cd _build/default/test/test-stub && ./test.exe -test-dir ../testdata)
...................
Ran: 19 tests in: 0.26 seconds.
OK
2025-07-31 13:26.22 ---> saved as "0edab2a56f4aee5e1a90d77f35543f74a23e2d215c04e90ed2c779961c60e33e"
Job succeeded
2025-07-31 13:26.32: Job succeeded