(for PR #29211)
2026-01-18 13:43.31: New job: build menhirGLR.20260112, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29211/head (40f2d815046034974151fd6cb87d492d7533b91e)
on ubuntu-24.04-ocaml-4.14/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29211/head" && git reset --hard 40f2d815
git fetch origin master
git merge --no-edit 5a5103c1c342a572f3174f77c2bf2a3883cd4a69
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn menhirGLR.20260112 20260112
RUN opam reinstall menhirGLR.20260112; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'menhirGLR.20260112' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-18 13:43.31: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966-menhirGLR.20260112-40f2d815046034974151fd6cb87d492d7533b91e"
2026-01-18 13:43.31: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn menhirGLR.20260112 20260112"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirGLR.20260112;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'menhirGLR.20260112' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-18 13:43.31: Waiting for resource in pool OCluster
2026-01-18 13:43.34: Waiting for worker…
2026-01-18 14:10.59: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files: 13% (2564/19232)
Updating files: 14% (2693/19232)
Updating files: 15% (2885/19232)
Updating files: 16% (3078/19232)
Updating files: 17% (3270/19232)
Updating files: 18% (3462/19232)
Updating files: 19% (3655/19232)
Updating files: 20% (3847/19232)
Updating files: 21% (4039/19232)
Updating files: 22% (4232/19232)
Updating files: 23% (4424/19232)
Updating files: 24% (4616/19232)
Updating files: 25% (4808/19232)
Updating files: 26% (5001/19232)
Updating files: 26% (5119/19232)
Updating files: 27% (5193/19232)
Updating files: 28% (5385/19232)
Updating files: 29% (5578/19232)
Updating files: 30% (5770/19232)
Updating files: 31% (5962/19232)
Updating files: 32% (6155/19232)
Updating files: 33% (6347/19232)
Updating files: 34% (6539/19232)
Updating files: 35% (6732/19232)
Updating files: 36% (6924/19232)
Updating files: 37% (7116/19232)
Updating files: 38% (7309/19232)
Updating files: 39% (7501/19232)
Updating files: 40% (7693/19232)
Updating files: 40% (7799/19232)
Updating files: 41% (7886/19232)
Updating files: 42% (8078/19232)
Updating files: 43% (8270/19232)
Updating files: 44% (8463/19232)
Updating files: 45% (8655/19232)
Updating files: 46% (8847/19232)
Updating files: 47% (9040/19232)
Updating files: 48% (9232/19232)
Updating files: 49% (9424/19232)
Updating files: 50% (9616/19232)
Updating files: 51% (9809/19232)
Updating files: 52% (10001/19232)
Updating files: 53% (10193/19232)
Updating files: 53% (10310/19232)
Updating files: 54% (10386/19232)
Updating files: 55% (10578/19232)
Updating files: 56% (10770/19232)
Updating files: 57% (10963/19232)
Updating files: 58% (11155/19232)
Updating files: 59% (11347/19232)
Updating files: 60% (11540/19232)
Updating files: 61% (11732/19232)
Updating files: 62% (11924/19232)
Updating files: 63% (12117/19232)
Updating files: 64% (12309/19232)
Updating files: 65% (12501/19232)
Updating files: 65% (12573/19232)
Updating files: 66% (12694/19232)
Updating files: 67% (12886/19232)
Updating files: 68% (13078/19232)
Updating files: 69% (13271/19232)
Updating files: 70% (13463/19232)
Updating files: 71% (13655/19232)
Updating files: 72% (13848/19232)
Updating files: 73% (14040/19232)
Updating files: 74% (14232/19232)
Updating files: 75% (14424/19232)
Updating files: 76% (14617/19232)
Updating files: 77% (14809/19232)
Updating files: 77% (14838/19232)
Updating files: 78% (15001/19232)
Updating files: 79% (15194/19232)
Updating files: 80% (15386/19232)
Updating files: 81% (15578/19232)
Updating files: 82% (15771/19232)
Updating files: 83% (15963/19232)
Updating files: 84% (16155/19232)
Updating files: 85% (16348/19232)
Updating files: 86% (16540/19232)
Updating files: 87% (16732/19232)
Updating files: 88% (16925/19232)
Updating files: 89% (17117/19232)
Updating files: 89% (17196/19232)
Updating files: 90% (17309/19232)
Updating files: 91% (17502/19232)
Updating files: 92% (17694/19232)
Updating files: 93% (17886/19232)
Updating files: 94% (18079/19232)
Updating files: 95% (18271/19232)
Updating files: 96% (18463/19232)
Updating files: 97% (18656/19232)
Updating files: 98% (18848/19232)
Updating files: 99% (19040/19232)
Updating files: 100% (19232/19232)
Updating files: 100% (19232/19232), done.
HEAD is now at 5a5103c1c3 Merge pull request #29240 from sanette/opam-publish-ufind.0.2.0
Updating 5a5103c1c3..40f2d81504
Fast-forward
packages/menhir/menhir.20260112/opam | 32 ++++++++++++++++++++++++++++++
packages/menhirCST/menhirCST.20260112/opam | 30 ++++++++++++++++++++++++++++
packages/menhirGLR/menhirGLR.20260112/opam | 30 ++++++++++++++++++++++++++++
packages/menhirLib/menhirLib.20260112/opam | 31 +++++++++++++++++++++++++++++
packages/menhirSdk/menhirSdk.20260112/opam | 31 +++++++++++++++++++++++++++++
5 files changed, 154 insertions(+)
create mode 100644 packages/menhir/menhir.20260112/opam
create mode 100644 packages/menhirCST/menhirCST.20260112/opam
create mode 100644 packages/menhirGLR/menhirGLR.20260112/opam
create mode 100644 packages/menhirLib/menhirLib.20260112/opam
create mode 100644 packages/menhirSdk/menhirSdk.20260112/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966' locally
docker.io/ocaml/opam@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966: Pulling from ocaml/opam
4f36e1b0a2cc: Already exists
dd01ca2f5749: Already exists
f260338bb536: Already exists
b217059d8edd: Already exists
4f4dc179921e: Already exists
2c1ac1f44bd2: Already exists
395f5a0e2e04: Already exists
0f9c7d295b6c: Already exists
93719e656f92: Already exists
8996a2454445: Already exists
623920c71b68: Already exists
ab339b8e9509: Already exists
cad6aab43bc1: Already exists
9081d9df6389: Already exists
2fec5bb086a3: Already exists
8dd6268901f9: Already exists
fa3286adfedd: Already exists
fa3286adfedd: Already exists
ecf0c9934733: Already exists
75e91d34c288: Already exists
eb259d125404: Already exists
930fc66d7391: Already exists
4f4fb700ef54: Already exists
75a735de2248: Already exists
fd49a79a0a2f: Already exists
21e83d8d8304: Already exists
0780b4801497: Already exists
5e4f3719cbc8: Already exists
84632f48670f: Already exists
e406a41de3de: Already exists
803ac0061682: Already exists
086695286726: Already exists
56cc4eb949f3: Already exists
74ec3449ec12: Already exists
41fdbdb43573: Already exists
368626dac24a: Already exists
7f902661902b: Already exists
732afec307ba: Already exists
559e95fff074: Already exists
73255d7d09a4: Already exists
4b0508e4b3d0: Already exists
4f4dc4bf91f5: Pulling fs layer
e5984f656e19: Pulling fs layer
b703f9971d22: Pulling fs layer
34e85c28627d: Pulling fs layer
34e85c28627d: Waiting
e5984f656e19: Verifying Checksum
e5984f656e19: Download complete
b703f9971d22: Verifying Checksum
b703f9971d22: Download complete
34e85c28627d: Verifying Checksum
34e85c28627d: Download complete
4f4dc4bf91f5: Verifying Checksum
4f4dc4bf91f5: Download complete
4f4dc4bf91f5: Pull complete
e5984f656e19: Pull complete
b703f9971d22: Pull complete
34e85c28627d: Pull complete
Digest: sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966
Status: Downloaded newer image for ocaml/opam@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966
2026-01-18 14:16.07 ---> saved as "4626d4a5a131a88d02479f5c3b21defc447f75fbe8e0dea7762a8bf70d192939"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-18 14:16.08 ---> saved as "2cf77de0c9217b9f307fb96292f7e750553dddea1ae1c3af3d877c5064cd48be"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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
2026-01-18 14:18.04 ---> saved as "e97b1f5b3923c1d4406517373572055c44243d2c7e5d515860195f8caac29ab2"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-18 14:18.06 ---> saved as "7446a1617c0a540a3bcb1fa66767241aea48568e6441847fecb4c62276a88c16"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-18 14:18.45 ---> saved as "6a1c59d3cd71ed778ec1a09ca3f6c9b8135cf735686be40ac73fa2d2fb3e5849"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-18 14:19.13 ---> saved as "c282d6911e8996b111cf9bf02565307a5fedf038f5a43a60b6cee2ae35b24b4e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-18 14:20.50 ---> saved as "62e35bf4b881a9141d130ab63801778532ef7d847ac17aaf80fe46c0ec80b588"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1473 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [903 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [929 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [581 kB]
- Fetched 4264 kB in 2s (1804 kB/s)
- Reading package lists...
-
2026-01-18 14:20.59 ---> saved as "2397421e6e8813b8bd6a733f3ca773a311239d11a4d0c83625d5ab692c0c3fbe"
/home/opam: (run (shell "opam pin add -k version -yn menhirGLR.20260112 20260112"))
menhirGLR is now pinned to version 20260112
2026-01-18 14:21.01 ---> saved as "0f2cd1c4e118d508e650db6ed6a80d6a1564d5d924e6f6f4c843244ae041b0f5"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirGLR.20260112;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'menhirGLR.20260112' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
menhirGLR.20260112 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.0 [required by menhirGLR]
- install menhirGLR 20260112 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved menhirGLR.20260112 (cached)
-> installed dune.3.21.0
-> installed menhirGLR.20260112
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-18 14:25.06 ---> saved as "f526d6b1f078c5bbf31c1a011cb9912e097ab5a11ec7f7232a7046686fcb47b5"
Job succeeded
2026-01-18 14:25.40: Job succeeded