(for PR #29211)
2026-01-18 13:43.30: New job: build menhirLib.20260112, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29211/head (40f2d815046034974151fd6cb87d492d7533b91e)
on debian-unstable-ocaml-5.4/amd64
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:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86
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.20260112 20260112
RUN opam reinstall menhirLib.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 "\"debian-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'menhirLib.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.30: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86-menhirLib.20260112-40f2d815046034974151fd6cb87d492d7533b91e"
2026-01-18 13:43.30: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86)
(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.20260112 20260112"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirLib.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 \"\\\"debian-unstable\\\"\"; 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.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.30: Waiting for resource in pool OCluster
2026-01-18 13:43.34: Waiting for worker…
2026-01-18 13:45.50: Got resource from pool OCluster
Building on eumache
All commits already cached
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:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86' locally
docker.io/ocaml/opam@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86: Pulling from ocaml/opam
347bbd8c29bc: Already exists
b4a7cafd7de1: Already exists
d5ef855cdcaf: Already exists
d837d34e899e: Already exists
7ba1de163654: Already exists
71664454bc7b: Already exists
7d30ab85f352: Already exists
829d3f2a2937: Already exists
de8f076246ea: Already exists
5e3bd05c2d83: Already exists
75f49647f0c4: Already exists
73c97d570b2c: Already exists
2a5eccda241a: Already exists
c3f32062c49b: Already exists
bf2f33e97bdd: Already exists
99a93c6b731a: Already exists
6106823a9a3b: Already exists
4d6385989a7a: Already exists
b96fdda49a06: Already exists
623ac743eb46: Already exists
d60bb852efa2: Already exists
22ce022be26e: Already exists
4f4fb700ef54: Already exists
d7aa414c9789: Already exists
e108c0e82dbc: Already exists
a6cf2c655dd7: Already exists
e776d7f24cd1: Already exists
353813549a90: Already exists
e280a38b2248: Already exists
5bf557e87af5: Already exists
e4a8e322789e: Already exists
aa78eebf95fc: Already exists
60fda1c6a625: Already exists
4a23686a368a: Already exists
424142d2f9fd: Already exists
fd84d88db87b: Already exists
70cc9f906560: Already exists
6db7b7aae099: Already exists
ff8336d28943: Already exists
333af21a90ff: Already exists
2a94f979aace: Already exists
3f982a91babc: Already exists
0005cd40484c: Already exists
b8ab1cc1cb40: Already exists
c77bdfe13bbb: Already exists
7cd7bc2756a2: Already exists
e276c6ebe6d0: Already exists
f7ebc9bb0142: Already exists
Digest: sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86
Status: Downloaded newer image for ocaml/opam@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86
2026-01-18 13:45.52 ---> using "23d77739edf06c2ce00783a953353a5077ec629e3ef52abc0885778c1cc1b31f" 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-01-18 13:45.52 ---> using "1ff92407da1fac3fcb942e5fabec5e5084c59f78ae24b16884b0bd20f33c5e6b" 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-18 13:45.52 ---> using "fb75fa3ac5aa680fb6e4822dc1cfe3579b4ae97fc1c6e22c7ae0c753d3bc8681" 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=x86_64 os=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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-01-18 13:45.52 ---> using "35ff738176520cff3fdeba8062e160cc742b0c84c82bc20caa1520640dce0fd8" 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-01-18 13:45.52 ---> using "7dc1de0e38a53f3d2b6285528f4fd1b3c71207ecf21a91fbc7482d18ace67900" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-18 13:46.00 ---> saved as "13827b60e4268332395b546a60be3a474ba0b2d058282e43049879e0b90325c9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-18 13:46.22 ---> saved as "d362199311f00ad759c7f1918d19dc1329ec5a02337e9ac4bbe38049ba9c9def"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-01-18-0821.12-F-2026-01-09-1959.54.pdiff [965 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-01-18-0821.12-F-2026-01-09-1959.54.pdiff [965 kB]
- Fetched 1216 kB in 3s (381 kB/s)
- Reading package lists...
-
2026-01-18 13:46.26 ---> saved as "11035ed9459a4f3e568ed1fec81baba7df383e57f74eb529062ae196b02c9c76"
/home/opam: (run (shell "opam pin add -k version -yn menhirLib.20260112 20260112"))
menhirLib is now pinned to version 20260112
2026-01-18 13:46.29 ---> saved as "c12422b07db2c8f01766c253ecad99643db447d920492eea68b4e5c0bf5e50f4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirLib.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 \"\\\"debian-unstable\\\"\"; 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.20260112' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
menhirLib.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 menhirLib]
- install menhirLib 20260112 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved menhirLib.20260112 (cached)
-> installed dune.3.21.0
-> installed menhirLib.20260112
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-18 13:47.06 ---> saved as "f5e1cad4d8935ae206c1798d637cc31e4fcdca4b1777639c7d57c59b3d9de45d"
Job succeeded
2026-01-18 13:47.13: Job succeeded