- github
- ocaml
- opam-repository
- 12d233
- extras,arm64-ocaml-5.4,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 debian-13-ocaml-5.4/arm64
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:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a
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 "\"debian-13\""; 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:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a-wcwidth.1.1.0-12d2331fdee26d7e84a131bb5cc836ef7cad7595"
2026-03-21 20:12.21: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a)
(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 \"\\\"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\" != '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.22: Waiting for worker…
2026-03-21 20:12.22: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
Updating files: 76% (14144/18509)
Updating files: 77% (14252/18509)
Updating files: 78% (14438/18509)
Updating files: 79% (14623/18509)
Updating files: 80% (14808/18509)
Updating files: 81% (14993/18509)
Updating files: 82% (15178/18509)
Updating files: 83% (15363/18509)
Updating files: 84% (15548/18509)
Updating files: 85% (15733/18509)
Updating files: 86% (15918/18509)
Updating files: 87% (16103/18509)
Updating files: 88% (16288/18509)
Updating files: 89% (16474/18509)
Updating files: 90% (16659/18509)
Updating files: 91% (16844/18509)
Updating files: 92% (17029/18509)
Updating files: 93% (17214/18509)
Updating files: 94% (17399/18509)
Updating files: 95% (17584/18509)
Updating files: 96% (17769/18509)
Updating files: 97% (17954/18509)
Updating files: 98% (18139/18509)
Updating files: 99% (18324/18509)
Updating files: 100% (18509/18509)
Updating files: 100% (18509/18509), done.
HEAD is now at e26ca33066 conf-findutils: add missing maintainer field
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:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a' locally
docker.io/ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a: Pulling from ocaml/opam
ac9148dc57ca: Already exists
7888403f6ebd: Already exists
c624d8e138d3: Already exists
bae5329cb92a: Already exists
6228156e24ec: Already exists
d851fec6b77f: Already exists
45e3afcdcfef: Already exists
b3e7f2150c0a: Already exists
91048a8ba3a7: Already exists
26a15cffb83a: Already exists
3c2f2520de0f: Already exists
9f731cc5daa6: Already exists
0809377d5f3c: Already exists
ec4e42e8f98c: Already exists
065e3401ccf2: Already exists
bce3ceded749: Already exists
c4a4a6ab703b: Already exists
aa84bc2cf05b: Already exists
0fb96351134e: Already exists
a1735f92ccde: Already exists
dce836972d90: Already exists
8a0c641e2184: Already exists
4f4fb700ef54: Already exists
44a2b50d619a: Already exists
e27f63ab21e8: Already exists
826c3a0f7d41: Already exists
7fe544c7b3e6: Already exists
efa4af957d6d: Already exists
a2fa2f09a7e4: Already exists
3e0efbdba3cc: Already exists
4f299997ffd7: Already exists
f868b4e81e65: Already exists
87577251fd14: Already exists
5e9e2e42ec71: Already exists
99812197be51: Already exists
8b48f92b9c03: Already exists
6336fa3f0edf: Already exists
f03483f6ff47: Already exists
26c2642c44cf: Already exists
35e7bc3e512e: Already exists
fb2e4e264f0c: Already exists
aa2081614483: Pulling fs layer
526a1409cb54: Pulling fs layer
3a2eac8aba41: Pulling fs layer
663c0b5229f0: Pulling fs layer
f07447d54e12: Pulling fs layer
8eca58e2e466: Pulling fs layer
269ed2830268: Pulling fs layer
8eca58e2e466: Waiting
f07447d54e12: Waiting
269ed2830268: Waiting
663c0b5229f0: Waiting
aa2081614483: Verifying Checksum
aa2081614483: Pull complete
3a2eac8aba41: Verifying Checksum
3a2eac8aba41: Download complete
526a1409cb54: Verifying Checksum
526a1409cb54: Download complete
526a1409cb54: Pull complete
3a2eac8aba41: Pull complete
f07447d54e12: Verifying Checksum
f07447d54e12: Download complete
8eca58e2e466: Download complete
269ed2830268: Verifying Checksum
663c0b5229f0: Verifying Checksum
663c0b5229f0: Download complete
663c0b5229f0: Pull complete
f07447d54e12: Pull complete
8eca58e2e466: Pull complete
269ed2830268: Pull complete
Digest: sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a
Status: Downloaded newer image for ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a
2026-03-21 20:12.26 ---> using "d3aef2d93064c0f54a54ca210e09e3e24634a77abbb58d114299d90d4843ce0d" 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-21 20:12.26 ---> using "c6d013832b8e76282c6b234748b48ad1f1e9cc759f5de056c670da3554b797e4" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-21 20:12.26 ---> using "fb496ff70b60feb4631f2ccabfaf3e4ce96b849824fabff4dfb86387ecb42786" 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=arm64 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 79
# 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-03-21 20:12.26 ---> using "aa92515e6c6831c3af95685ce4459633457cd57f4d4ed0d3b134dfcd50a6d3ce" 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-21 20:12.26 ---> using "c1b6fa629490ffe282e3b42423139a5cde8b6751f88cf847685f943bce34c598" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-21 20:12.33 ---> saved as "13f885a83fc0b8155e84398c97bcbe2911697f4b8506bbb4e4aed1241f1a5edb"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-21 20:12.54 ---> saved as "b3c03955e7e38ed8710517daec09f7d0916b8856a3103de232af9d78043440ca"
/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 arm64 Packages [9607 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [113 kB]
- Fetched 9951 kB in 1s (8318 kB/s)
- Reading package lists...
2026-03-21 20:12.56 ---> saved as "3db6de3e2682a34c84e9b99bcdbe7f267bc2a57b5c0aea980230274ef03f79dc"
/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:12.57 ---> saved as "88e1667ca7a29b8a946d82e19f4f0e863308c333ae220cb44d8852851938b3d0"
/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 \"\\\"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\" != '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 (https://github.com/alan-turing-institute/wcwidth-ocaml/archive/refs/tags/v1.1.0.tar.gz)
-> 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:13.28 ---> saved as "0f05ec059a2f6d021e966192215d0281c123cdebec1f671a7814bd9750b90bad"
Job succeeded
2026-03-21 20:13.37: Job succeeded