(for PR #29583)
2026-03-23 00:44.08: New job: build oniguruma.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29583/head (1b0004329a380c1cc335d4709b25d270ed3a82d7)
on debian-13-ocaml-4.14-flambda-fp/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/29583/head" && git reset --hard 1b000432
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5
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 oniguruma.0.2.0 0.2.0
RUN opam reinstall oniguruma.0.2.0; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'oniguruma.0.2.0' && 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-03-23 00:44.08: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5-oniguruma.0.2.0-1b0004329a380c1cc335d4709b25d270ed3a82d7"
2026-03-23 00:44.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5)
(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 oniguruma.0.2.0 0.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall oniguruma.0.2.0;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'oniguruma.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-23 00:44.08: Waiting for resource in pool OCluster
2026-03-23 01:28.09: Waiting for worker…
2026-03-23 01:31.47: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 79% (14714/18510)
Updating files: 80% (14808/18510)
Updating files: 81% (14994/18510)
Updating files: 82% (15179/18510)
Updating files: 83% (15364/18510)
Updating files: 84% (15549/18510)
Updating files: 85% (15734/18510)
Updating files: 86% (15919/18510)
Updating files: 87% (16104/18510)
Updating files: 88% (16289/18510)
Updating files: 89% (16474/18510)
Updating files: 90% (16659/18510)
Updating files: 91% (16845/18510)
Updating files: 92% (17030/18510)
Updating files: 93% (17215/18510)
Updating files: 94% (17400/18510)
Updating files: 95% (17585/18510)
Updating files: 96% (17770/18510)
Updating files: 97% (17955/18510)
Updating files: 98% (18140/18510)
Updating files: 99% (18325/18510)
Updating files: 100% (18510/18510)
Updating files: 100% (18510/18510), done.
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..1b0004329a
Fast-forward
packages/oniguruma/oniguruma.0.2.0/opam | 41 +++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/oniguruma/oniguruma.0.2.0/opam
(from ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5' locally
docker.io/ocaml/opam@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5: Pulling from ocaml/opam
866771c43bf5: Already exists
818e60f19055: Already exists
a9c0f9875679: Already exists
4d0bafe9c21a: Already exists
390882e3ca42: Already exists
7f1309deb748: Already exists
f13f79cebbb2: Already exists
070b7978d10a: Already exists
f19a9073eb91: Already exists
9ea5002679f1: Already exists
8de100742279: Already exists
3d2848b9e9b9: Already exists
1db328698e0d: Already exists
5d796fa05d62: Already exists
9fa356e32c0c: Already exists
1fdfcf40563a: Already exists
7dd154aa3301: Already exists
7dd154aa3301: Already exists
eee873cd0e21: Already exists
0bcb9ce43efd: Already exists
2a5bee4c58bf: Already exists
ee4d4af6aa39: Already exists
4f4fb700ef54: Already exists
92fcd944e0fc: Already exists
ee316b311fc8: Already exists
beccfc338b8c: Already exists
fd1a0487aa63: Already exists
cf80de5261c4: Already exists
26f67db28f96: Already exists
bd0162c57841: Already exists
761d286b9f5b: Already exists
f5fa4dd6859a: Already exists
342eddfc52b6: Already exists
9258164ba4dd: Already exists
7fe1d9cb7a52: Already exists
12c553efb8ae: Already exists
9798b19d6278: Already exists
9f9236bf174d: Already exists
e559b437f746: Already exists
f92dfe0709d5: Already exists
dd560ba85431: Already exists
62a3a4a890da: Already exists
9b882221b4aa: Already exists
c8bb5c90c5e4: Already exists
67757e799e21: Already exists
Digest: sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5
Status: Downloaded newer image for ocaml/opam@sha256:19ddea14c5b9ea193c1ae68ef99f0a51d29bd24c55929acdc738c0e30fecccd5
2026-03-23 01:32.16 ---> using "96bb19867c86bdf2feb2cbae9d20c0a986a315cdd3204d4ab912f0fb675ceed0" 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-03-23 01:32.16 ---> using "458a9837c113612f6db943903f5542904aba79b22ab2d5c556f9b5d50da6d2be" 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-03-23 01:32.16 ---> using "59359a5304e2bc3d957cc358505357b12e842b5f421ff7f9b6dfd5426d670139" 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=13
# 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 4.14
# invariant ["ocaml-options-only-flambda-fp"]
# compiler-packages ocaml-option-flambda.1, ocaml-option-fp.1, ocaml-options-only-flambda-fp.1, ocaml-variants.4.14.2+options
# 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+options+fp+flambda
2026-03-23 01:32.16 ---> using "2ee8554a3488e6d83d1cf7e47cd786ebea7902f4336ae8814a6c7ac8934cd82d" 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-03-23 01:32.16 ---> using "1625db1d1cd58381e2e449679feade6b8dbbd73926d70c6924187fc57d36ba53" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:32.25 ---> saved as "34b06db0c928ea19d38b727b99887d1c8a04a976950c7f05e5a0b45495564c9f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 01:32.52 ---> saved as "55bbff50e225dab0837e65748e516f3873f431d590c3716fa641a5e36269fd3e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 1s (7101 kB/s)
- Reading package lists...
-
2026-03-23 01:32.56 ---> saved as "2a6c102862f9d92a5171975707940a4e7f62b969068bb240f538a95270d7a0cc"
/home/opam: (run (shell "opam pin add -k version -yn oniguruma.0.2.0 0.2.0"))
oniguruma is now pinned to version 0.2.0
2026-03-23 01:32.59 ---> saved as "0ebe6ab1afc3d8d00cec4b0096f49f70d8cc5086a3f78ce3c8c557fd8cc5b00d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall oniguruma.0.2.0;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'oniguruma.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
oniguruma.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install conf-oniguruma 1 [required by oniguruma]
- install conf-pkg-config 4 [required by conf-oniguruma]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.0 [required by oniguruma]
- install dune-configurator 3.22.0 [required by oniguruma]
- install oniguruma 0.2.0 (pinned)
The following system packages will first need to be installed:
libonig-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libonig-dev" "pkg-config"
- Selecting previously unselected package libonig5:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-libonig5_6.9.9-1+b1_amd64.deb ...
- Unpacking libonig5:amd64 (6.9.9-1+b1) ...
- Selecting previously unselected package libonig-dev.
- Preparing to unpack .../1-libonig-dev_6.9.9-1+b1_amd64.deb ...
- Unpacking libonig-dev (6.9.9-1+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libonig5:amd64 (6.9.9-1+b1) ...
- Setting up libonig-dev (6.9.9-1+b1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
-> retrieved oniguruma.0.2.0 (cached)
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.0
-> installed oniguruma.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 01:34.21 ---> saved as "367b7a95135c88e5957610587edca9df499e0d2fbeb510061bf40a001d80d01e"
Job succeeded
2026-03-23 01:34.31: Job succeeded