- github
- ocaml
- opam-repository
- 096f49
- extras,riscv64-ocaml-5.4,menhirLib.20260209
(not at the head of any monitored branch or PR)
2026-02-09 20:03.09: New job: build menhirLib.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 menhirLib.20260209 20260209
RUN opam reinstall menhirLib.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" != 'menhirLib.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-menhirLib.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 menhirLib.20260209 20260209"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirLib.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\" != 'menhirLib.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:03.10: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
Updating files: 8% (1587/19358)
Updating files: 9% (1743/19358)
Updating files: 10% (1936/19358)
Updating files: 11% (2130/19358)
Updating files: 12% (2323/19358)
Updating files: 13% (2517/19358)
Updating files: 14% (2711/19358)
Updating files: 15% (2904/19358)
Updating files: 16% (3098/19358)
Updating files: 17% (3291/19358)
Updating files: 18% (3485/19358)
Updating files: 18% (3513/19358)
Updating files: 19% (3679/19358)
Updating files: 20% (3872/19358)
Updating files: 21% (4066/19358)
Updating files: 22% (4259/19358)
Updating files: 23% (4453/19358)
Updating files: 24% (4646/19358)
Updating files: 25% (4840/19358)
Updating files: 26% (5034/19358)
Updating files: 27% (5227/19358)
Updating files: 28% (5421/19358)
Updating files: 29% (5614/19358)
Updating files: 30% (5808/19358)
Updating files: 30% (5942/19358)
Updating files: 31% (6001/19358)
Updating files: 32% (6195/19358)
Updating files: 33% (6389/19358)
Updating files: 34% (6582/19358)
Updating files: 35% (6776/19358)
Updating files: 36% (6969/19358)
Updating files: 37% (7163/19358)
Updating files: 38% (7357/19358)
Updating files: 39% (7550/19358)
Updating files: 40% (7744/19358)
Updating files: 41% (7937/19358)
Updating files: 42% (8131/19358)
Updating files: 42% (8236/19358)
Updating files: 43% (8324/19358)
Updating files: 44% (8518/19358)
Updating files: 45% (8712/19358)
Updating files: 46% (8905/19358)
Updating files: 47% (9099/19358)
Updating files: 48% (9292/19358)
Updating files: 49% (9486/19358)
Updating files: 50% (9679/19358)
Updating files: 51% (9873/19358)
Updating files: 52% (10067/19358)
Updating files: 52% (10219/19358)
Updating files: 53% (10260/19358)
Updating files: 54% (10454/19358)
Updating files: 55% (10647/19358)
Updating files: 56% (10841/19358)
Updating files: 57% (11035/19358)
Updating files: 58% (11228/19358)
Updating files: 59% (11422/19358)
Updating files: 60% (11615/19358)
Updating files: 61% (11809/19358)
Updating files: 62% (12002/19358)
Updating files: 63% (12196/19358)
Updating files: 63% (12363/19358)
Updating files: 64% (12390/19358)
Updating files: 65% (12583/19358)
Updating files: 66% (12777/19358)
Updating files: 67% (12970/19358)
Updating files: 68% (13164/19358)
Updating files: 69% (13358/19358)
Updating files: 70% (13551/19358)
Updating files: 71% (13745/19358)
Updating files: 72% (13938/19358)
Updating files: 73% (14132/19358)
Updating files: 74% (14325/19358)
Updating files: 74% (14494/19358)
Updating files: 75% (14519/19358)
Updating files: 76% (14713/19358)
Updating files: 77% (14906/19358)
Updating files: 78% (15100/19358)
Updating files: 79% (15293/19358)
Updating files: 80% (15487/19358)
Updating files: 81% (15680/19358)
Updating files: 82% (15874/19358)
Updating files: 83% (16068/19358)
Updating files: 84% (16261/19358)
Updating files: 85% (16455/19358)
Updating files: 85% (16632/19358)
Updating files: 86% (16648/19358)
Updating files: 87% (16842/19358)
Updating files: 88% (17036/19358)
Updating files: 89% (17229/19358)
Updating files: 90% (17423/19358)
Updating files: 91% (17616/19358)
Updating files: 92% (17810/19358)
Updating files: 93% (18003/19358)
Updating files: 94% (18197/19358)
Updating files: 95% (18391/19358)
Updating files: 95% (18507/19358)
Updating files: 96% (18584/19358)
Updating files: 97% (18778/19358)
Updating files: 98% (18971/19358)
Updating files: 99% (19165/19358)
Updating files: 100% (19358/19358)
Updating files: 100% (19358/19358), done.
HEAD is now at 4a978f965b [new release] mkernel (0.0.1)
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:08.00 ---> saved as "19fd5310986077fc9698037d8848c513269f88343bf50236940dc6e2d3c6d7c0"
/: (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:08.00 ---> saved as "fcef2120c5f3b76d7ad6eb4a94105ff487a50e3d65e1b1520aabfbd775aafd28"
/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:09.58 ---> saved as "2cee530e5308139ef61cecd0969942b0aab34ec3c8bdb86a0df0549004741f23"
/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:10.01 ---> saved as "15720d4f339b54afb0578f6c93315afa93902017b3d501aa7f9717ac9490344c"
/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:10.40 ---> saved as "889653886c1aae366b15ac5c93e5bc4f64353d8e8ea26b1f0bd74d2778241f15"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-09 20:11.08 ---> saved as "bc2adb8bda3e6b6fb246e7ee40f0527f27b00bc5469f00b189fa5fc2b2403e76"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-09 20:12.44 ---> saved as "1971acf02eb80f3e9915d79be8d03812dfc98ac80ed5550d5208d0ef9eec1273"
/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/main riscv64 Packages [924 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1491 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 (1768 kB/s)
- Reading package lists...
-
2026-02-09 20:12.53 ---> saved as "a9149c06a6e368c1b343213725fb1e3b7a1dd0004af5da927675b5fc8103b8ea"
/home/opam: (run (shell "opam pin add -k version -yn menhirLib.20260209 20260209"))
menhirLib is now pinned to version 20260209
2026-02-09 20:12.56 ---> saved as "7d1edcc22556ce2e39d3e8c62181baccd79a85385ffeb9c779b1b925ee5fcd12"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirLib.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\" != 'menhirLib.20260209' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
menhirLib.20260209 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.0 [required by menhirLib]
- install menhirLib 20260209 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved menhirLib.20260209 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20260209/archive.tar.gz)
-> installed dune.3.21.0
-> installed menhirLib.20260209
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-09 20:17.53 ---> saved as "3a34bf7bede88d37e7694c8f9a52ed1be2544879283d60a1b83bbd3447ba7fa5"
Job succeeded
2026-02-09 20:18.31: Job succeeded