Build:
- 0
2026-02-26 19:16.11: New job: test conf-oniguruma.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29469/head (3f683cd6bcf2526ed90dfbf914f772978c96cf43)
on centos-10-ocaml-4.14/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/29469/head" && git reset --hard 3f683cd6
git fetch origin master
git merge --no-edit 36196ba7f81e6f83fef0d41f126d3178b424b5c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:2c6e3c80ca6d277150b8a95be9d238b16223027db5c6d065aafbd00b5d6c13de
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 conf-oniguruma.1 1
RUN opam reinstall conf-oniguruma.1; \
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 "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-oniguruma.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test conf-oniguruma.1) || true
RUN opam reinstall --with-test --verbose conf-oniguruma.1; \
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 "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-oniguruma.1' && 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-26 19:16.11: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:2c6e3c80ca6d277150b8a95be9d238b16223027db5c6d065aafbd00b5d6c13de-conf-oniguruma.1-3f683cd6bcf2526ed90dfbf914f772978c96cf43"
2026-02-26 19:16.11: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:2c6e3c80ca6d277150b8a95be9d238b16223027db5c6d065aafbd00b5d6c13de)
(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 conf-oniguruma.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-oniguruma.1;\
\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 \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-oniguruma.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test conf-oniguruma.1) || true"))
(run (shell "opam reinstall --with-test --verbose conf-oniguruma.1;\
\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 \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-oniguruma.1' && 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-26 19:16.11: Waiting for resource in pool OCluster
2026-02-27 02:22.55: Waiting for worker…
2026-02-27 02:31.49: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 36196ba7f8 Merge pull request #29464 from sim642/release-earlybird-1.3.5
Merge made by the 'ort' strategy.
packages/conf-oniguruma/conf-oniguruma.1/opam | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(from ocaml/opam:centos-10-ocaml-4.14@sha256:2c6e3c80ca6d277150b8a95be9d238b16223027db5c6d065aafbd00b5d6c13de)
2026-02-27 02:31.54 ---> using "6fda87f8893e46d01b54209193670411955bd1789e0593d6374f5948aa84e59e" 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-27 02:31.54 ---> using "60785f715b325ea984b5b228f830fd564b2c1c8d3c561b0d2f18dcff2a25779b" 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-02-27 02:31.54 ---> using "24fe832f9bf416bbdf203dbd3a8af441b4d5b89ad3db38e2c41cdf85dfba9800" 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=centos os-version=10
# 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-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-02-27 02:31.54 ---> using "1e9cb3f61bdecbea6150a4dee0068590e06711aa1cbb72c0fca306df1c39a328" 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-27 02:31.54 ---> using "d1d9836f7157136a428057cab9e4e85ef0b0c2761bcd19f37428e2d74d0d5dbf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-27 02:32.10 ---> saved as "e1f6e4e3551b19d3bf49babccf343bb7812108e0f94b1e8dcd69f9a71ac9ed6e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-27 02:32.29 ---> saved as "5274fbcf89a4868abb13c3f373864d8a7e64a8ad6e2685252c2417b8fd29e3c6"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 58 kB/s | 15 kB 00:00
- CentOS Stream 10 - BaseOS 4.7 MB/s | 6.9 MB 00:01
- CentOS Stream 10 - AppStream 117 kB/s | 15 kB 00:00
- CentOS Stream 10 - AppStream 7.2 MB/s | 3.6 MB 00:00
- CentOS Stream 10 - CRB 120 kB/s | 15 kB 00:00
- CentOS Stream 10 - CRB 3.4 MB/s | 807 kB 00:00
- CentOS Stream 10 - Extras packages 132 kB/s | 16 kB 00:00
- Metadata cache created.
2026-02-27 02:32.35 ---> saved as "7ac3fb708de05f35c92aad61d95c52868c02978b3e3379b48554a4c5785b2137"
/home/opam: (run (shell "opam pin add -k version -yn conf-oniguruma.1 1"))
conf-oniguruma is now pinned to version 1
2026-02-27 02:32.38 ---> saved as "0452f5cb47930e724f8e192cd73a2cab2e0c88bdf612ea9876dbc3e487bc154f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-oniguruma.1;\
\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 \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-oniguruma.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-oniguruma.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-oniguruma 1 (pinned)
- install conf-pkg-config 4 [required by conf-oniguruma]
The following system packages will first need to be installed:
oniguruma-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "oniguruma-devel"
- Last metadata expiration check: 0:00:10 ago on Fri Feb 27 02:32:34 2026.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- oniguruma-devel x86_64 6.9.9-7.el10 crb 62 k
- Installing dependencies:
- oniguruma x86_64 6.9.9-7.el10 baseos 216 k
-
- Transaction Summary
- ================================================================================
- Install 2 Packages
-
- Total download size: 279 k
- Installed size: 1.0 M
- Downloading Packages:
- (1/2): oniguruma-6.9.9-7.el10.x86_64.rpm 4.8 MB/s | 216 kB 00:00
- (2/2): oniguruma-devel-6.9.9-7.el10.x86_64.rpm 636 kB/s | 62 kB 00:00
- --------------------------------------------------------------------------------
- Total 130 kB/s | 279 kB 00:02
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
-
- Installing : oniguruma-6.9.9-7.el10.x86_64 1/2
- Installing : oniguruma-devel-6.9.9-7.el10.x86_64 2/2
- Running scriptlet: oniguruma-devel-6.9.9-7.el10.x86_64 2/2
-
- Installed:
- oniguruma-6.9.9-7.el10.x86_64 oniguruma-devel-6.9.9-7.el10.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "oniguruma-devel"
- oniguruma-devel-6.9.9-7.el10.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-27 02:32.49 ---> saved as "413e3c160e8c01afb60d59d5e574d02a7b5220de3367437e41f2f2ff959c6966"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test conf-oniguruma.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile conf-oniguruma 1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed conf-oniguruma.1
-> installed conf-oniguruma.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-27 02:32.55 ---> saved as "c4979b63a7ec5455ed07a3127d244e1df605cd237a8af6a41cf38a8b3dddfb0a"
/home/opam: (run (shell "opam reinstall --with-test --verbose conf-oniguruma.1;\
\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 \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-oniguruma.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile conf-oniguruma 1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [conf-oniguruma: pkg-config oniguruma]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--exists" "oniguruma" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-oniguruma.1)
-> compiled conf-oniguruma.1
-> removed conf-oniguruma.1
-> installed conf-oniguruma.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-27 02:33.01 ---> saved as "f175dcd0dfd598f5658559a26af549077ac1464696ccc8cbe066df872cd0e0cb"
Job succeeded
2026-02-27 02:33.57: Job succeeded