- github
- ocaml
- opam-repository
- 099928
- distributions,alpine-3.21-ocaml-4.14,float_option.0.0.2
(not at the head of any monitored branch or PR)
2025-04-25 18:30.17: New job: build float_option.0.0.2, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27819/head (0999288fe1361de02881db66493237243053ad62)
on alpine-3.21-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/27819/head" && git reset --hard 0999288f
git fetch origin master
git merge --no-edit 8106bcf57fc33218275bbf0d02e725f4e9fcd0f6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:49ca0513dacedfdcf018aceff8fb417051591ee249f96e84f4efad056914480e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 float_option.0.0.2 0.0.2
RUN opam reinstall float_option.0.0.2; \
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 "\"alpine-3.21\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'float_option.0.0.2' && 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-04-25 18:30.17: Using cache hint "ocaml/opam:alpine-3.21-ocaml-4.14@sha256:49ca0513dacedfdcf018aceff8fb417051591ee249f96e84f4efad056914480e-float_option.0.0.2-0999288fe1361de02881db66493237243053ad62"
2025-04-25 18:30.17: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:49ca0513dacedfdcf018aceff8fb417051591ee249f96e84f4efad056914480e)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 float_option.0.0.2 0.0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall float_option.0.0.2;\
\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 \"\\\"alpine-3.21\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'float_option.0.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-04-25 18:30.17: Waiting for resource in pool OCluster
2025-04-25 18:30.18: Waiting for worker…
2025-04-25 18:30.18: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 8106bcf57f Merge pull request #27808 from Octachron/Ocaml_5.4.0_branching
Updating 8106bcf57f..0999288fe1
Fast-forward
packages/float_option/float_option.0.0.2/opam | 41 +++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/float_option/float_option.0.0.2/opam
(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:49ca0513dacedfdcf018aceff8fb417051591ee249f96e84f4efad056914480e)
2025-04-25 18:30.33 ---> using "21df1d7f50bbeabf3e33d101a319f3b53e0d38dd7d868fc42cb0ca84bf760632" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-25 18:30.33 ---> using "de122214a1f40ebc8b19a7c937dcc2f21089739f67e68a22fefebeece6f64547" 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.
This development 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
2025-04-25 18:30.33 ---> using "52a3a903315ed67352a3fc0d98d80de3e7b7ef5ba56fef89f6f2c00dbf584e10" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.21.3
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# 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
2025-04-25 18:30.33 ---> using "45eb3071afa68d750ce8f708f9f95336fd739577b26e02eec135f0c58d3c5b85" 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/"))
2025-04-25 18:30.33 ---> using "dcb1f58330b4f5c350aa9c8f47f4520d8beaf7b82be78c4bbdf4fee6fedfe267" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-04-25 18:30.42 ---> saved as "aa051caa2c80fbbde22a793bdf2d98bfdfdd8f7491c6410d09cdd152fe8eb20d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-25 18:31.04 ---> saved as "5be3e67dc593d333d6c2aed88c7bc6d235ed05177962772f5ddd192197fa08dc"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.21.3-404-g90309e14966 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-404-g90309e14966 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-6607-ga4bff98c76d [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-6609-gaaf4ddac439 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-6610-g7f4dc090337 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 57937 distinct packages available
2025-04-25 18:31.06 ---> saved as "b6437880e1bcb0fc6e39af37ea5b3abaaae32f0b62af2c9d145331c37d945c15"
/home/opam: (run (shell "opam pin add -k version -yn float_option.0.0.2 0.0.2"))
float_option is now pinned to version 0.0.2
2025-04-25 18:31.07 ---> saved as "9ba8a2b21a74bd635f09f34709aae5d2edc3660d9b23762e6be233d1c5f61b17"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall float_option.0.0.2;\
\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 \"\\\"alpine-3.21\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'float_option.0.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
float_option.0.0.2 is not installed. Install it? [y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
- float_option -> ocaml >= 5.1.0
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- float_option -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.1~
* Missing dependency:
- float_option -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall float_option.0.0.2;
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 "\"alpine-3.21\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'float_option.0.0.2' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-04-25 18:31.19: Job failed: Failed: Build failed
2025-04-25 18:31.19: Log analysis:
2025-04-25 18:31.19: >>>
No solution found, exiting
(score = 100)
2025-04-25 18:31.19: [SKIP] Package not available