- github
- ocaml
- opam-repository
- 6d39bb
- macos,macos-homebrew-ocaml-5.2-arm64,conf-mingw-w64-glade-i686.1
(not at the head of any monitored branch or PR)
2024-10-30 13:27.01: New job: build conf-mingw-w64-glade-i686.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26812/head (6d39bb88a26efa9c44b2d01e5407d7d4cec60ccf)
on macos-homebrew-ocaml-5.2/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/26812/head" && git reset --hard 6d39bb88
git fetch origin master
git merge --no-edit ce4637ae20e511e8dc54562b123f1407fa5b2ca8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.2
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 conf-mingw-w64-glade-i686.1 1
RUN opam reinstall conf-mingw-w64-glade-i686.1; \
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" != 'conf-mingw-w64-glade-i686.1' && 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 .
2024-10-30 13:27.01: Using cache hint "macos-homebrew-ocaml-5.2-conf-mingw-w64-glade-i686.1-6d39bb88a26efa9c44b2d01e5407d7d4cec60ccf"
2024-10-30 13:27.01: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
(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 "uname -rs && opam exec -- ocaml -version && opam --version"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMSOLVERTIMEOUT 1000)
(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 conf-mingw-w64-glade-i686.1 1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall conf-mingw-w64-glade-i686.1;\
\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\" != 'conf-mingw-w64-glade-i686.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2024-10-30 13:27.01: Waiting for resource in pool OCluster
2024-10-30 13:27.03: Waiting for worker…
2024-10-30 13:27.03: Got resource from pool OCluster
Building on m1-worker-04
Updating files: 38% (12631/32557)
Updating files: 39% (12698/32557)
Updating files: 40% (13023/32557)
Updating files: 41% (13349/32557)
Updating files: 42% (13674/32557)
Updating files: 43% (14000/32557)
Updating files: 44% (14326/32557)
Updating files: 45% (14651/32557)
Updating files: 46% (14977/32557)
Updating files: 47% (15302/32557)
Updating files: 48% (15628/32557)
Updating files: 49% (15953/32557)
Updating files: 50% (16279/32557)
Updating files: 51% (16605/32557)
Updating files: 52% (16930/32557)
Updating files: 53% (17256/32557)
Updating files: 54% (17581/32557)
Updating files: 55% (17907/32557)
Updating files: 56% (18232/32557)
Updating files: 57% (18558/32557)
Updating files: 58% (18884/32557)
Updating files: 59% (19209/32557)
Updating files: 60% (19535/32557)
Updating files: 61% (19860/32557)
Updating files: 62% (20186/32557)
Updating files: 63% (20511/32557)
Updating files: 64% (20837/32557)
Updating files: 65% (21163/32557)
Updating files: 66% (21488/32557)
Updating files: 67% (21814/32557)
Updating files: 68% (22139/32557)
Updating files: 68% (22414/32557)
Updating files: 69% (22465/32557)
Updating files: 70% (22790/32557)
Updating files: 71% (23116/32557)
Updating files: 72% (23442/32557)
Updating files: 73% (23767/32557)
Updating files: 74% (24093/32557)
Updating files: 75% (24418/32557)
Updating files: 76% (24744/32557)
Updating files: 77% (25069/32557)
Updating files: 78% (25395/32557)
Updating files: 79% (25721/32557)
Updating files: 80% (26046/32557)
Updating files: 81% (26372/32557)
Updating files: 82% (26697/32557)
Updating files: 83% (27023/32557)
Updating files: 84% (27348/32557)
Updating files: 85% (27674/32557)
Updating files: 86% (28000/32557)
Updating files: 87% (28325/32557)
Updating files: 88% (28651/32557)
Updating files: 89% (28976/32557)
Updating files: 90% (29302/32557)
Updating files: 91% (29627/32557)
Updating files: 92% (29953/32557)
Updating files: 93% (30279/32557)
Updating files: 94% (30604/32557)
Updating files: 95% (30930/32557)
Updating files: 96% (31255/32557)
Updating files: 97% (31581/32557)
Updating files: 98% (31906/32557)
Updating files: 99% (32232/32557)
Updating files: 100% (32557/32557)
Updating files: 100% (32557/32557), done.
HEAD is now at 4a0a23d93e Add Mingw support to conf-sdl2
HEAD is now at ce4637ae20 Merge pull request #26802 from robur-coop/release-git-kv-v0.1.0
Updating ce4637ae20..6d39bb88a2
Fast-forward
packages/conf-glade/conf-glade.2/opam | 22 ++++++++++++++++++++--
.../conf-mingw-w64-glade-i686.1/opam | 20 ++++++++++++++++++++
.../conf-mingw-w64-glade-x86_64.1/opam | 20 ++++++++++++++++++++
3 files changed, 60 insertions(+), 2 deletions(-)
create mode 100644 packages/conf-mingw-w64-glade-i686/conf-mingw-w64-glade-i686.1/opam
create mode 100644 packages/conf-mingw-w64-glade-x86_64/conf-mingw-w64-glade-x86_64.1/opam
(from macos-homebrew-ocaml-5.2)
2024-10-30 13:27.20 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2024-10-30 13:27.20 ---> using "76494d5748538bbd6acd56b9f4c44f002a942b930047010040ce7bac6fed0faa" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-10-30 13:27.20 ---> using "39674c71ff99accc6151f1e2dba23444b23d47c2e601e49395d207c44e38a3d0" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.3.0~beta1
2024-10-30 13:27.20 ---> using "8061d430d2970675af509e9fdb286e656be2c73e642bba2a1c66e40d1ca7cc79" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMSOLVERTIMEOUT 1000)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2024-10-30 13:27.20 ---> using "076e6538d133f89ceb004282219d60d74c96af934d66847e136a2cead19146a2" from cache
/: (copy (src .) (dst opam-repository/))
2024-10-30 13:27.30 ---> saved as "d54c7cf56f2e6866154edbfcc50e16effdf52e678468806ac1e05e77e7fbdbcc"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2024-10-30 13:27.48 ---> saved as "505e923ac6b5590aeacd7182eed7e50c2c71ef95dcbea75c66b332bb413bbddd"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2024-10-30 13:28.10 ---> saved as "5df5c8342bcbb18281593ce1be4e6f71c4287e7a3c951dbbaf5f7a1cfffd0f88"
/: (run (shell "opam pin add -k version -yn conf-mingw-w64-glade-i686.1 1"))
conf-mingw-w64-glade-i686 is now pinned to version 1
2024-10-30 13:28.11 ---> saved as "671fa2f93023c8f96e13a10924e1800033bedc6c66161285415dc359b2333ef8"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall conf-mingw-w64-glade-i686.1;\
\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\" != 'conf-mingw-w64-glade-i686.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
[ERROR] conf-mingw-w64-glade-i686 = 1: unmet availability conditions: 'os = "win32"'
"/usr/bin/env" "bash" "-c" "opam reinstall conf-mingw-w64-glade-i686.1;
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" != 'conf-mingw-w64-glade-i686.1' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 5
2024-10-30 13:28.28: Job failed: Failed: Build failed
2024-10-30 13:28.28: Log analysis:
2024-10-30 13:28.28: >>>
[ERROR] conf-mingw-w64-glade-i686 = 1: unmet availability conditions: 'os = "win32"'
(score = 100)
2024-10-30 13:28.28: [SKIP] Package not available