- github
- ocaml
- opam-repository
- 769cad
- macos,macos-homebrew-ocaml-5.3-arm64,starred_ml.0.0.6
(not at the head of any monitored branch or PR)
2025-01-10 07:43.59: New job: build starred_ml.0.0.6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27218/head (769cad3b416aaa2c44bf59fec140089db575abc1)
on macos-homebrew-ocaml-5.3/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/27218/head" && git reset --hard 769cad3b
git fetch origin master
git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
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 starred_ml.0.0.6 0.0.6
RUN opam reinstall starred_ml.0.0.6; \
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" != 'starred_ml.0.0.6' && 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 .
2025-01-10 07:43.59: Using cache hint "macos-homebrew-ocaml-5.3-starred_ml.0.0.6-769cad3b416aaa2c44bf59fec140089db575abc1"
2025-01-10 07:43.59: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(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 starred_ml.0.0.6 0.0.6"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall starred_ml.0.0.6;\
\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\" != 'starred_ml.0.0.6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-01-10 07:43.59: Connecting to build cluster…
2025-01-10 07:43.59: Waiting for resource in pool OCluster
2025-01-10 07:44.40: Waiting for worker…
2025-01-10 07:49.13: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 43% (12495/28895)
Updating files: 44% (12714/28895)
Updating files: 45% (13003/28895)
Updating files: 46% (13292/28895)
Updating files: 47% (13581/28895)
Updating files: 48% (13870/28895)
Updating files: 49% (14159/28895)
Updating files: 50% (14448/28895)
Updating files: 51% (14737/28895)
Updating files: 52% (15026/28895)
Updating files: 53% (15315/28895)
Updating files: 54% (15604/28895)
Updating files: 55% (15893/28895)
Updating files: 56% (16182/28895)
Updating files: 57% (16471/28895)
Updating files: 58% (16760/28895)
Updating files: 59% (17049/28895)
Updating files: 60% (17337/28895)
Updating files: 61% (17626/28895)
Updating files: 62% (17915/28895)
Updating files: 63% (18204/28895)
Updating files: 64% (18493/28895)
Updating files: 65% (18782/28895)
Updating files: 66% (19071/28895)
Updating files: 67% (19360/28895)
Updating files: 68% (19649/28895)
Updating files: 69% (19938/28895)
Updating files: 70% (20227/28895)
Updating files: 71% (20516/28895)
Updating files: 72% (20805/28895)
Updating files: 73% (21094/28895)
Updating files: 73% (21304/28895)
Updating files: 74% (21383/28895)
Updating files: 75% (21672/28895)
Updating files: 76% (21961/28895)
Updating files: 77% (22250/28895)
Updating files: 78% (22539/28895)
Updating files: 79% (22828/28895)
Updating files: 80% (23116/28895)
Updating files: 81% (23405/28895)
Updating files: 82% (23694/28895)
Updating files: 83% (23983/28895)
Updating files: 84% (24272/28895)
Updating files: 85% (24561/28895)
Updating files: 86% (24850/28895)
Updating files: 87% (25139/28895)
Updating files: 88% (25428/28895)
Updating files: 89% (25717/28895)
Updating files: 90% (26006/28895)
Updating files: 91% (26295/28895)
Updating files: 92% (26584/28895)
Updating files: 93% (26873/28895)
Updating files: 94% (27162/28895)
Updating files: 95% (27451/28895)
Updating files: 96% (27740/28895)
Updating files: 97% (28029/28895)
Updating files: 98% (28318/28895)
Updating files: 99% (28607/28895)
Updating files: 100% (28895/28895)
Updating files: 100% (28895/28895), done.
HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19
Merge made by the 'ort' strategy.
packages/starred_ml/starred_ml.0.0.6/opam | 52 +++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 packages/starred_ml/starred_ml.0.0.6/opam
(from macos-homebrew-ocaml-5.3)
2025-01-10 07:49.17 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
Uncaught exception: Failure("\"zfs\" \"set\" \"mountpoint=/Users/mac1000\" \"obuilder/result/daf13cd85321dca2abefeec4b24cfce5d94aff7b852ffa868e4c5535b37a2285/home\" failed with exit status 1")
2025-01-10 07:49.23: Job failed: Failed: Internal error