- github
- ocaml
- opam-repository
- 096f49
- extras,riscv64-ocaml-5.4,menhir.20260209
(not at the head of any monitored branch or PR)
2026-02-09 20:03.09: New job: build menhir.20260209, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29364/head (096f491e244fae28f85c266a19657b915fde496e)
on ubuntu-24.04-ocaml-5.4/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/29364/head" && git reset --hard 096f491e
git fetch origin master
git merge --no-edit 4413cea89dc2809c85f68c88c6e28c410f664d95
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:705890ca65fe646d8e26c7b170e25fbb764742d3d3cac1c1981e8abe89feaad5
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 menhir.20260209 20260209
RUN opam reinstall menhir.20260209; \
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" != 'menhir.20260209' && 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-02-09 20:03.09: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:705890ca65fe646d8e26c7b170e25fbb764742d3d3cac1c1981e8abe89feaad5-menhir.20260209-096f491e244fae28f85c266a19657b915fde496e"
2026-02-09 20:03.09: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:705890ca65fe646d8e26c7b170e25fbb764742d3d3cac1c1981e8abe89feaad5)
(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 menhir.20260209 20260209"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhir.20260209;\
\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\" != 'menhir.20260209' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-09 20:03.09: Waiting for resource in pool OCluster
2026-02-09 20:03.10: Waiting for worker…
2026-02-09 20:20.16: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files: 11% (2306/19363)
Updating files: 12% (2324/19363)
Updating files: 13% (2518/19363)
Updating files: 14% (2711/19363)
Updating files: 15% (2905/19363)
Updating files: 16% (3099/19363)
Updating files: 17% (3292/19363)
Updating files: 18% (3486/19363)
Updating files: 19% (3679/19363)
Updating files: 20% (3873/19363)
Updating files: 21% (4067/19363)
Updating files: 22% (4260/19363)
Updating files: 23% (4454/19363)
Updating files: 24% (4648/19363)
Updating files: 25% (4841/19363)
Updating files: 25% (4860/19363)
Updating files: 26% (5035/19363)
Updating files: 27% (5229/19363)
Updating files: 28% (5422/19363)
Updating files: 29% (5616/19363)
Updating files: 30% (5809/19363)
Updating files: 31% (6003/19363)
Updating files: 32% (6197/19363)
Updating files: 33% (6390/19363)
Updating files: 34% (6584/19363)
Updating files: 35% (6778/19363)
Updating files: 36% (6971/19363)
Updating files: 37% (7165/19363)
Updating files: 38% (7358/19363)
Updating files: 38% (7524/19363)
Updating files: 39% (7552/19363)
Updating files: 40% (7746/19363)
Updating files: 41% (7939/19363)
Updating files: 42% (8133/19363)
Updating files: 43% (8327/19363)
Updating files: 44% (8520/19363)
Updating files: 45% (8714/19363)
Updating files: 46% (8907/19363)
Updating files: 47% (9101/19363)
Updating files: 48% (9295/19363)
Updating files: 49% (9488/19363)
Updating files: 50% (9682/19363)
Updating files: 51% (9876/19363)
Updating files: 51% (10035/19363)
Updating files: 52% (10069/19363)
Updating files: 53% (10263/19363)
Updating files: 54% (10457/19363)
Updating files: 55% (10650/19363)
Updating files: 56% (10844/19363)
Updating files: 57% (11037/19363)
Updating files: 58% (11231/19363)
Updating files: 59% (11425/19363)
Updating files: 60% (11618/19363)
Updating files: 61% (11812/19363)
Updating files: 62% (12006/19363)
Updating files: 63% (12199/19363)
Updating files: 63% (12346/19363)
Updating files: 64% (12393/19363)
Updating files: 65% (12586/19363)
Updating files: 66% (12780/19363)
Updating files: 67% (12974/19363)
Updating files: 68% (13167/19363)
Updating files: 69% (13361/19363)
Updating files: 70% (13555/19363)
Updating files: 71% (13748/19363)
Updating files: 72% (13942/19363)
Updating files: 73% (14135/19363)
Updating files: 74% (14329/19363)
Updating files: 75% (14523/19363)
Updating files: 75% (14642/19363)
Updating files: 76% (14716/19363)
Updating files: 77% (14910/19363)
Updating files: 78% (15104/19363)
Updating files: 79% (15297/19363)
Updating files: 80% (15491/19363)
Updating files: 81% (15685/19363)
Updating files: 82% (15878/19363)
Updating files: 83% (16072/19363)
Updating files: 84% (16265/19363)
Updating files: 85% (16459/19363)
Updating files: 86% (16653/19363)
Updating files: 87% (16846/19363)
Updating files: 87% (16996/19363)
Updating files: 88% (17040/19363)
Updating files: 89% (17234/19363)
Updating files: 90% (17427/19363)
Updating files: 91% (17621/19363)
Updating files: 92% (17814/19363)
Updating files: 93% (18008/19363)
Updating files: 94% (18202/19363)
Updating files: 95% (18395/19363)
Updating files: 96% (18589/19363)
Updating files: 97% (18783/19363)
Updating files: 98% (18976/19363)
Updating files: 99% (19170/19363)
Updating files: 100% (19363/19363)
Updating files: 100% (19363/19363), done.
HEAD is now at 4413cea89d Merge pull request #29349 from let-def/release-grenier-v0.16
Updating 4413cea89d..096f491e24
Fast-forward
packages/menhir/menhir.20260209/opam | 32 ++++++++++++++++++++++++++++++
packages/menhirCST/menhirCST.20260209/opam | 30 ++++++++++++++++++++++++++++
packages/menhirGLR/menhirGLR.20260209/opam | 30 ++++++++++++++++++++++++++++
packages/menhirLib/menhirLib.20260209/opam | 31 +++++++++++++++++++++++++++++
packages/menhirSdk/menhirSdk.20260209/opam | 31 +++++++++++++++++++++++++++++
5 files changed, 154 insertions(+)
create mode 100644 packages/menhir/menhir.20260209/opam
create mode 100644 packages/menhirCST/menhirCST.20260209/opam
create mode 100644 packages/menhirGLR/menhirGLR.20260209/opam
create mode 100644 packages/menhirLib/menhirLib.20260209/opam
create mode 100644 packages/menhirSdk/menhirSdk.20260209/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:705890ca65fe646d8e26c7b170e25fbb764742d3d3cac1c1981e8abe89feaad5)
2026-02-09 20:20.27 ---> using "19fd5310986077fc9698037d8848c513269f88343bf50236940dc6e2d3c6d7c0" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-09 20:20.27 ---> using "fcef2120c5f3b76d7ad6eb4a94105ff487a50e3d65e1b1520aabfbd775aafd28" from cache
/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-02-09 20:20.27 ---> using "2cee530e5308139ef61cecd0969942b0aab34ec3c8bdb86a0df0549004741f23" from cache
/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 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-02-09 20:20.27 ---> using "15720d4f339b54afb0578f6c93315afa93902017b3d501aa7f9717ac9490344c" from cache
/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-02-09 20:20.27 ---> using "889653886c1aae366b15ac5c93e5bc4f64353d8e8ea26b1f0bd74d2778241f15" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-09 20:20.33 ---> using "bc2adb8bda3e6b6fb246e7ee40f0527f27b00bc5469f00b189fa5fc2b2403e76" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-09 20:20.33 ---> using "1971acf02eb80f3e9915d79be8d03812dfc98ac80ed5550d5208d0ef9eec1273" from cache
/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 [1491 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [924 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [598 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [938 kB]
- Fetched 4330 kB in 2s (1840 kB/s)
- Reading package lists...
-
2026-02-09 20:20.33 ---> using "a9149c06a6e368c1b343213725fb1e3b7a1dd0004af5da927675b5fc8103b8ea" from cache
/home/opam: (run (shell "opam pin add -k version -yn menhir.20260209 20260209"))
menhir is now pinned to version 20260209
2026-02-09 20:20.36 ---> saved as "3c57539dab61fd3286f79074a78bd435fe4d43787ae0dc030a5866567fb915d7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhir.20260209;\
\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\" != 'menhir.20260209' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
menhir.20260209 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install dune 3.21.0 [required by menhir]
- install menhir 20260209 (pinned)
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> installed dune.3.21.0
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed menhir.20260209
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-09 20:26.43 ---> saved as "38df5b8f42ef99e71f90c0efe3fe1fe6c2acaff9de765b3aa1ae547997e727b7"
Job succeeded
2026-02-09 20:27.20: Job succeeded