- github
- ocaml
- opam-repository
- 12d233
- distributions,fedora-43-ocaml-4.14,wcwidth.1.1.0
(not at the head of any monitored branch or PR)
2026-03-21 20:12.21: New job: build wcwidth.1.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29580/head (12d2331fdee26d7e84a131bb5cc836ef7cad7595)
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/29580/head" && git reset --hard 12d2331f
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36
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 wcwidth.1.1.0 1.1.0
RUN opam reinstall wcwidth.1.1.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" != 'wcwidth.1.1.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-21 20:12.21: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36-wcwidth.1.1.0-12d2331fdee26d7e84a131bb5cc836ef7cad7595"
2026-03-21 20:12.21: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36)
(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 wcwidth.1.1.0 1.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall wcwidth.1.1.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\" != 'wcwidth.1.1.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-21 20:12.21: Waiting for resource in pool OCluster
2026-03-21 20:12.21: Waiting for worker…
2026-03-21 20:13.31: Got resource from pool OCluster
Building on phoebe
All commits already cached
Updating files: 63% (11704/18510)
Updating files: 64% (11847/18510)
Updating files: 65% (12032/18510)
Updating files: 66% (12217/18510)
Updating files: 67% (12402/18510)
Updating files: 68% (12587/18510)
Updating files: 69% (12772/18510)
Updating files: 70% (12957/18510)
Updating files: 71% (13143/18510)
Updating files: 72% (13328/18510)
Updating files: 73% (13513/18510)
Updating files: 74% (13698/18510)
Updating files: 75% (13883/18510)
Updating files: 76% (14068/18510)
Updating files: 77% (14253/18510)
Updating files: 78% (14438/18510)
Updating files: 79% (14623/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..12d2331fde
Fast-forward
packages/wcwidth/wcwidth.1.1.0/opam | 38 +++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 packages/wcwidth/wcwidth.1.1.0/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36)
2026-03-21 20:18.30 ---> saved as "3884e3e896ded403567ac77f2e5e2905f6d6bf57a6c589d816e8485067db09fa"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-21 20:18.31 ---> saved as "676c1c4d1f08290abc7fb12e5f3c58677a8aad6ed78d454b4de6e95157ef1128"
/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-21 20:19.20 ---> saved as "b0613f11496eaa4360b32b2c46db38e24a87c5b22684b3d612963528ae2e897f"
/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-03-21 20:19.22 ---> saved as "83426772abcb03b6c3bfca5325d56a14da150be2813933d74fc3cfea38c17caa"
/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-21 20:19.37 ---> saved as "a02d89194f551b938d741567656ed4dc20ff35ad80167ba821ac061ca989a676"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-21 20:20.34 ---> saved as "ee7a720d969c2212ce0d08851f41e4df856be11ef0d141549fd8a0bd3828a6d3"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-21 20:21.07 ---> saved as "6defb7e345b5244d373d52b986049c9780cadf6c693ea0522eea8d495656f444"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 33.6 KiB/s | 23.3 KiB | 00m01s
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.1 KiB/s | 986.0 B | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 87.9 KiB/s | 16.4 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-21 20:21.17 ---> saved as "0438dcff9d0981a4353a61a7eab614ead7485d6f35cd2815fe6c60309aa2c405"
/home/opam: (run (shell "opam pin add -k version -yn wcwidth.1.1.0 1.1.0"))
wcwidth is now pinned to version 1.1.0
2026-03-21 20:21.19 ---> saved as "67add59d93f7a7d9194ee765881c8ab10d74d6d7ccf07006d8e9f5a14ba0cab1"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall wcwidth.1.1.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\" != 'wcwidth.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
wcwidth.1.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.22.0 [required by wcwidth]
- install wcwidth 1.1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0 (cached)
-> retrieved wcwidth.1.1.0 (cached)
-> installed dune.3.22.0
-> installed wcwidth.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 20:23.03 ---> saved as "80ebafdbb9f882b9aac73cbd199b3dc922d52b29f94afe94a195df11984f8a2d"
Job succeeded
2026-03-21 20:23.59: Job succeeded