- github
- ocaml
- opam-repository
- 35b6b5
- extras,arm64-ocaml-4.14,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/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/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@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7
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@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7-frama-c-metacsl.0.9~beta-35b6b5f425d4e96eba29b3047cc97672339d455a"
2025-05-27 18:12.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7)
(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.30: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
Updating files: 76% (17619/23144)
Updating files: 77% (17821/23144)
Updating files: 78% (18053/23144)
Updating files: 79% (18284/23144)
Updating files: 80% (18516/23144)
Updating files: 81% (18747/23144)
Updating files: 82% (18979/23144)
Updating files: 83% (19210/23144)
Updating files: 84% (19441/23144)
Updating files: 85% (19673/23144)
Updating files: 86% (19904/23144)
Updating files: 87% (20136/23144)
Updating files: 88% (20367/23144)
Updating files: 89% (20599/23144)
Updating files: 90% (20830/23144)
Updating files: 91% (21062/23144)
Updating files: 92% (21293/23144)
Updating files: 93% (21524/23144)
Updating files: 94% (21756/23144)
Updating files: 95% (21987/23144)
Updating files: 96% (22219/23144)
Updating files: 97% (22450/23144)
Updating files: 98% (22682/23144)
Updating files: 99% (22913/23144)
Updating files: 100% (23144/23144)
Updating files: 100% (23144/23144), done.
HEAD is now at e7a56745d4 [new release] ppx_unreachable (1.0)
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@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7' locally
docker.io/ocaml/opam@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7: Pulling from ocaml/opam
Digest: sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7
Status: Downloaded newer image for ocaml/opam@sha256:9e51fdef5a71fb9e6540d194a052ee59af667d91a923540fb567b722cdd635e7
2025-05-27 18:12.35 ---> using "59b79989c8ea8a4997dc4a139dc13a6d3c317570f8611cb0b1d9dc29ba63fb42" 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.35 ---> using "6fb0da0b1d061f8ce352e60bc1debb07b8273a8c330922bfbb904c496aaa893b" 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.35 ---> using "3fed2231570532ef1b750e67b3e6d4dddbf0e79cfab86082c8d0977ae7d1d960" 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=arm64 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 79
# 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-05-27 18:12.35 ---> using "e76373344b5314058cc4b9358071970a84c90e0496fbe50b7d21b4ef112ca4d9" 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.35 ---> using "ced146cc671f1919fe7445e5aa854115fd371980f6584a319a2bcc4cda686d35" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-27 18:12.42 ---> saved as "4bbb2ca36202e38aeb3c163e0c215895e8187466c6a8fcb1d19252621240cca9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-27 18:13.07 ---> saved as "56569adc6e9a3ec289b4be577d47fc5222fa629636935c2439ab993eeab66ed0"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main arm64 Packages [8693 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [257 kB]
- Fetched 9204 kB in 1s (6567 kB/s)
- Reading package lists...
2025-05-27 18:13.09 ---> saved as "e03c247eab61ee40aa513f0702044e1684117116411d8687874a4cb88e4c6b05"
/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.10 ---> saved as "fd863390c9c0120d568cc73d79e94e4fe7675fd51adf4359e08fa2991e5f6876"
/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.26: Job failed: Failed: Build failed
2025-05-27 18:13.26: Log analysis:
2025-05-27 18:13.26: >>>
No solution found, exiting
(score = 100)
2025-05-27 18:13.26: [SKIP] Package not available