(for PR #28495)
2026-05-04 08:20.06: New job: build efl.1.24.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on macos-homebrew-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/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn efl.1.24.0 1.24.0
RUN opam reinstall efl.1.24.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 "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'efl.1.24.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-05-04 08:20.06: Using cache hint "macos-homebrew-ocaml-5.4-efl.1.24.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.06: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -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 -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn efl.1.24.0 1.24.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall efl.1.24.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 \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.24.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-05-04 08:20.06: Waiting for resource in pool OCluster
2026-05-04 08:20.07: Waiting for worker…
2026-05-04 08:20.17: Got resource from pool OCluster
Building on m1-worker-04
Updating files: 58% (11093/18897)
Updating files: 59% (11150/18897)
Updating files: 60% (11339/18897)
Updating files: 61% (11528/18897)
Updating files: 62% (11717/18897)
Updating files: 63% (11906/18897)
Updating files: 64% (12095/18897)
Updating files: 65% (12284/18897)
Updating files: 66% (12473/18897)
Updating files: 67% (12661/18897)
Updating files: 68% (12850/18897)
Updating files: 69% (13039/18897)
Updating files: 70% (13228/18897)
Updating files: 71% (13417/18897)
Updating files: 72% (13606/18897)
Updating files: 73% (13795/18897)
Updating files: 74% (13984/18897)
Updating files: 75% (14173/18897)
Updating files: 76% (14362/18897)
Updating files: 77% (14551/18897)
Updating files: 78% (14740/18897)
Updating files: 79% (14929/18897)
Updating files: 80% (15118/18897)
Updating files: 81% (15307/18897)
Updating files: 82% (15496/18897)
Updating files: 83% (15685/18897)
Updating files: 84% (15874/18897)
Updating files: 85% (16063/18897)
Updating files: 86% (16252/18897)
Updating files: 87% (16441/18897)
Updating files: 88% (16630/18897)
Updating files: 89% (16819/18897)
Updating files: 90% (17008/18897)
Updating files: 91% (17197/18897)
Updating files: 92% (17386/18897)
Updating files: 93% (17575/18897)
Updating files: 94% (17764/18897)
Updating files: 95% (17953/18897)
Updating files: 96% (18142/18897)
Updating files: 97% (18331/18897)
Updating files: 98% (18520/18897)
Updating files: 99% (18709/18897)
Updating files: 100% (18897/18897)
Updating files: 100% (18897/18897), done.
HEAD is now at af658c86c3 [new release] odoc (5 packages) (3.2.0)
2026-05-04 08:39.01: Job failed: Disconnected: Switch turned off