- github
- ocaml
- opam-repository
- 35b6b5
- extras,ocaml-4.14-flambda,frama-c-metacsl.0.9~beta
(not at the head of any monitored branch or PR)
2025-05-27 18:12.30: New job: build frama-c-metacsl.0.9~beta, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27937/head (35b6b5f425d4e96eba29b3047cc97672339d455a)
on debian-12-ocaml-4.14-flambda/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/27937/head" && git reset --hard 35b6b5f4
git fetch origin master
git merge --no-edit 5f00597c2a10c92e183e5324bfa710cd3b67eb33
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eae7b3daf82218770a1dd361c383c39cc71dc9c487187b84cfff48a352f19ab1
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 frama-c-metacsl.0.9~beta 0.9~beta
RUN opam reinstall frama-c-metacsl.0.9~beta; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'frama-c-metacsl.0.9~beta' && 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-05-27 18:12.30: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eae7b3daf82218770a1dd361c383c39cc71dc9c487187b84cfff48a352f19ab1-frama-c-metacsl.0.9~beta-35b6b5f425d4e96eba29b3047cc97672339d455a"
2025-05-27 18:12.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eae7b3daf82218770a1dd361c383c39cc71dc9c487187b84cfff48a352f19ab1)
(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 frama-c-metacsl.0.9~beta 0.9~beta"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-c-metacsl.0.9~beta;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'frama-c-metacsl.0.9~beta' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-05-27 18:12.30: Waiting for resource in pool OCluster
2025-05-27 18:12.30: Waiting for worker…
2025-05-27 18:12.31: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 5f00597c2a Merge pull request #27932 from rossberg/patch-5
Updating 5f00597c2a..35b6b5f425
Fast-forward
.../frama-c-metacsl/frama-c-metacsl.0.9~beta/opam | 59 ++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 packages/frama-c-metacsl/frama-c-metacsl.0.9~beta/opam
(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eae7b3daf82218770a1dd361c383c39cc71dc9c487187b84cfff48a352f19ab1)
2025-05-27 18:12.54 ---> using "9af4804aa39e41ed49ced1ad8205241b639dd109bf2c9c9a7a25ce1ca9a418ba" 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-05-27 18:12.54 ---> using "e04149792e910748407ac17f45436dab7a28fd25e13d687d5fbb91a5c0a3b2b2" 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-05-27 18:12.54 ---> using "e0804d8d9e328317f330eb26c387ac6fc30a6bc4125d071748877e7d4b8ee72c" 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=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-options-only-flambda"]
# compiler-packages ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.4.14.2+options
# 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+options+flambda
2025-05-27 18:12.54 ---> using "b63b3f9ec74c68157a1f61764558d4bb38fb00d7c4c58b163acc44f025bfd42c" 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-05-27 18:12.54 ---> using "6fbddb1acc87865e9c5c0f1f9c15023745467188fe7916e8e9c59132b0bbf717" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-27 18:13.06 ---> saved as "a1f9d78865e71a727fa25bf2fab1faa9d889aa9925cde4b0e1090f6dd7adedff"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-27 18:13.27 ---> saved as "0ed882bef288f5c2418afb22d8590b616f13072b91e4217d2518db957b137725"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [261 kB]
- Fetched 364 kB in 1s (561 kB/s)
- Reading package lists...
-
2025-05-27 18:13.28 ---> saved as "84b7391df3289d5d2ca33870b3f0d5423e50b1cc6190d9d7f69ac6361b394695"
/home/opam: (run (shell "opam pin add -k version -yn frama-c-metacsl.0.9~beta 0.9~beta"))
frama-c-metacsl is now pinned to version 0.9~beta
2025-05-27 18:13.29 ---> saved as "6d235759a432175b87445711f5f6f25c9232d5c004e1a583f9121c8614cd5ea9"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-c-metacsl.0.9~beta;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'frama-c-metacsl.0.9~beta' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
frama-c-metacsl.0.9~beta is not installed. Install it? [y/n] y
* Missing dependency:
- frama-c-metacsl >= 0.9~beta -> frama-c >= 31.0~
no matching version
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall frama-c-metacsl.0.9~beta;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'frama-c-metacsl.0.9~beta' && 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-05-27 18:13.42: Job failed: Failed: Build failed
2025-05-27 18:13.42: Log analysis:
2025-05-27 18:13.42: >>>
No solution found, exiting
(score = 100)
2025-05-27 18:13.42: [SKIP] Package not available