Build:
- 0
2026-01-18 09:12.26: New job: build ufind.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29240/head (19fcf6f4baacef1578acf32b48c4d4edee6c2f04)
on fedora-43-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/29240/head" && git reset --hard 19fcf6f4
git fetch origin master
git merge --no-edit 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3
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 ufind.0.2.0 0.2.0
RUN opam reinstall ufind.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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ufind.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-01-18 09:12.26: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3-ufind.0.2.0-19fcf6f4baacef1578acf32b48c4d4edee6c2f04"
2026-01-18 09:12.26: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3)
(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 ufind.0.2.0 0.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ufind.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ufind.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-01-18 09:12.26: Waiting for resource in pool OCluster
2026-01-18 09:12.27: Waiting for worker…
2026-01-18 09:12.28: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 6bda456f94 Merge pull request #29229 from elias-utf8/opam-publish-qcaml.0.1.7
Updating 6bda456f94..19fcf6f4ba
Fast-forward
packages/ufind/ufind.0.2.0/opam | 42 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 packages/ufind/ufind.0.2.0/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3' locally
docker.io/ocaml/opam@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3: Pulling from ocaml/opam
1216d224fefc: Already exists
d2b80d0f9692: Already exists
b44754d8bf82: Already exists
36abc5888bbf: Already exists
13ceeda275e3: Already exists
9d0a0e279caf: Already exists
40e2d63e6bc8: Already exists
75b3ac574ea6: Already exists
1049f777ea82: Already exists
03fc9df51c6a: Already exists
b047e90b13a5: Already exists
9e9b975180f0: Already exists
67d0d0d5c8c1: Already exists
89a5d6bde7a7: Already exists
1d93c1211989: Already exists
29eae7cc87b0: Already exists
29eae7cc87b0: Already exists
cbc0891b6ad5: Already exists
1dcdb5dba4d6: Already exists
cbbbe6830481: Already exists
21e1ea572da2: Already exists
4f4fb700ef54: Already exists
98b69470db28: Already exists
2dcdfd57803f: Already exists
379ef38822e9: Already exists
3bc4f9dcff1f: Already exists
d9698ccc8ea7: Already exists
5ed663178eca: Already exists
c8305c642087: Already exists
8f6d93fd556f: Already exists
921519ed1807: Already exists
c60d13ca69bb: Already exists
2aac9c9633a8: Already exists
c0e95d961175: Already exists
27ce8579a8e4: Already exists
fe5862feaa51: Already exists
e29132ca7758: Already exists
7f1e364d449b: Already exists
a8bd8d8144bc: Already exists
571a3efac70d: Already exists
f942bc51e7c8: Already exists
86a34da7fc52: Already exists
5ba9709e95a2: Already exists
ff68b912b98e: Already exists
Digest: sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3
Status: Downloaded newer image for ocaml/opam@sha256:0d98b5bd64da31a7161b647fff5da49b72299cecc29dc48fee28a2942d80bcb3
2026-01-18 09:13.16 ---> using "8b0adb6c2adc7fa4f4001b6b87da003491ed225d9bbd0f11a36381cd1af0a78a" 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 09:13.16 ---> using "8f0f19a02f8ca6978fcd5ef4b2095f93cc24a98d2d55ea8318b98da270fe0c8a" 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-01-18 09:13.16 ---> using "269930be3b54c7f676e8f11b299c9a6f218cab290f12dde1a3258a862d7328d3" 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=fedora os-version=43
# 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-01-18 09:13.16 ---> using "a3a9b3c2d70064f7a246b06e16c6d6ab8937ef5faa4c6c16c2e012fd3d2c809d" 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 09:13.16 ---> using "7586be709f82e76b730eb2a42f0ed48b94d0daa3f462bcbbd3e6c57d7f8d3a00" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-18 09:13.24 ---> saved as "bcceaf7aa255823d220f042de790569889a29a00cf4b0bc658f62f80551e4bd2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-18 09:13.45 ---> saved as "64d31797d628540c5748d6310a5ab599fa2cd2bb42310c1a6972386fa33acd9e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 66.9 KiB/s | 21.5 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 108.1 KiB/s | 18.2 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-01-18 09:13.49 ---> saved as "4d47b6891d9991a70cd196e7d4090be2bf0a95cf7308cde16a4436e64b2936b5"
/home/opam: (run (shell "opam pin add -k version -yn ufind.0.2.0 0.2.0"))
ufind is now pinned to version 0.2.0
2026-01-18 09:13.50 ---> saved as "e7cac021cc32d484fc5f6988a7381dd3f2dfe954b74e1c13251b4e44145f5b4e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ufind.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ufind.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"))
ufind.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install dune 3.21.0 [required by ufind]
- install ocamlbuild 0.16.1 [required by uucp]
- install ocamlfind 1.9.8 [required by uucp, zarith]
- install topkg 1.1.1 [required by uucp]
- install ubase 0.20 [required by ufind]
- install ufind 0.2.0 (pinned)
- install uucp 17.0.0 [required by ufind]
- install uunf 17.0.0 [required by ufind]
- install uutf 1.0.4 [required by ufind]
- install zarith 1.14 [required by ufind]
The following system packages will first need to be installed:
gmp-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/sbin/sudo "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB
- Installing dependencies:
- gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB
-
- Transaction Summary:
- Installing: 2 packages
-
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).
- [1/2] gmp-devel-1:6.3.0-4.fc43.x86_64 100% | 3.2 MiB/s | 174.3 KiB | 00m00s
- [2/2] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 347.2 KiB/s | 18.4 KiB | 00m00s
- --------------------------------------------------------------------------------
- [2/2] Total 100% | 963.7 KiB/s | 192.7 KiB | 00m00s
- Running transaction
- [1/4] Verify package files 100% | 1.0 KiB/s | 2.0 B | 00m00s
- [2/4] Prepare transaction 100% | 51.0 B/s | 2.0 B | 00m00s
- [3/4] Installing gmp-c++-1:6.3.0-4.fc43 100% | 13.9 MiB/s | 28.5 KiB | 00m00s
- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% | 8.4 MiB/s | 354.1 KiB | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-4.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved dune.3.21.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved ubase.0.20 (cached)
-> retrieved ufind.0.2.0 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed uunf.17.0.0
-> installed dune.3.21.0
-> installed ubase.0.20
-> installed uucp.17.0.0
-> installed ufind.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-18 09:15.05 ---> saved as "290a9a34c5d2125b86abc6824d2b55be71860d7854560e9297e4ffaa55b85a2e"
Job succeeded
2026-01-18 09:15.12: Job succeeded