(for PR #29259)
2026-01-21 14:06.27: New job: build frama_c_codex.1.0-rc4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29259/head (6e8e829f522606bcc768caf41c97751270c5398f)
on debian-13-ocaml-5.4/s390x
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29259/head" && git reset --hard 6e8e829f
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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_codex.1.0-rc4 1.0-rc4
RUN opam reinstall frama_c_codex.1.0-rc4; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'frama_c_codex.1.0-rc4' && 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 .
2026-01-21 14:06.27: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c-frama_c_codex.1.0-rc4-6e8e829f522606bcc768caf41c97751270c5398f"
2026-01-21 14:06.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /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_codex.1.0-rc4 1.0-rc4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama_c_codex.1.0-rc4;\
\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-13\\\"\"; 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_codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-21 14:06.27: Waiting for resource in pool OCluster
2026-01-21 14:06.28: Waiting for worker…
2026-01-21 14:11.32: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at 1254c043ff [new release] reason and rtop (3.17.3)
HEAD is now at 10a02a697b Merge pull request #29249 from panglesd/release-slipshow-v0.8.0
Updating 10a02a697b..6e8e829f52
Fast-forward
packages/binsec_codex/binsec_codex.1.0-rc4/opam | 54 +++++++++++++
packages/codex/codex.1.0~rc4/opam | 92 +++++++++++++++++++++++
packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
3 files changed, 201 insertions(+)
create mode 100644 packages/binsec_codex/binsec_codex.1.0-rc4/opam
create mode 100644 packages/codex/codex.1.0~rc4/opam
create mode 100644 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c' locally
docker.io/ocaml/opam@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c: Pulling from ocaml/opam
85bc4a4d1f4e: Already exists
0ea6e6420cc3: Pulling fs layer
1c06c047f097: Pulling fs layer
03a5bb1b5914: Pulling fs layer
02de6b18bd8f: Pulling fs layer
02de6b18bd8f: Waiting
fb81951352e3: Pulling fs layer
fb81951352e3: Waiting
54bf4193c476: Pulling fs layer
54bf4193c476: Waiting
3dc8202daf6f: Pulling fs layer
3dc8202daf6f: Waiting
1c770619fa1e: Pulling fs layer
1c770619fa1e: Waiting
ccfa0f7cfb14: Pulling fs layer
f4850066eb75: Pulling fs layer
ccfa0f7cfb14: Waiting
f4850066eb75: Waiting
767b92cd3744: Pulling fs layer
69355b98e559: Pulling fs layer
767b92cd3744: Waiting
69355b98e559: Waiting
9fd7da48f61a: Pulling fs layer
760393a0693a: Pulling fs layer
0abc3f5717d4: Pulling fs layer
d886cff4e81a: Pulling fs layer
9fd7da48f61a: Waiting
0abc3f5717d4: Waiting
760393a0693a: Waiting
1b8149edebe4: Pulling fs layer
c33003eb38a8: Pulling fs layer
1b8149edebe4: Waiting
d886cff4e81a: Waiting
1cf81e39eb57: Pulling fs layer
c33003eb38a8: Waiting
1cf81e39eb57: Waiting
e959f55674fa: Pulling fs layer
f2eca1a683a2: Pulling fs layer
e959f55674fa: Waiting
f2eca1a683a2: Waiting
4f4fb700ef54: Pulling fs layer
c3bbb8b29f0e: Pulling fs layer
962349a92010: Pulling fs layer
b79f75ddabf2: Pulling fs layer
4d80d2791beb: Pulling fs layer
4ed9c788590a: Pulling fs layer
3746327091e3: Pulling fs layer
8e79372b446d: Pulling fs layer
ee8d16b6dbf1: Pulling fs layer
a8e7a9511bd2: Pulling fs layer
69ffd101369a: Pulling fs layer
353aeb664d62: Pulling fs layer
b881fee2abf3: Pulling fs layer
535704a11ee7: Pulling fs layer
104560c5240b: Pulling fs layer
62b1da5eb956: Pulling fs layer
1643fbb24b8d: Pulling fs layer
2ab42c60c0d9: Pulling fs layer
4f4fb700ef54: Waiting
962349a92010: Waiting
b79f75ddabf2: Waiting
4d80d2791beb: Waiting
c3bbb8b29f0e: Waiting
cb417ee2028c: Pulling fs layer
01f6f6ba278c: Pulling fs layer
117f4275fc6a: Pulling fs layer
2d3d92854b32: Pulling fs layer
8e79372b446d: Waiting
ee8d16b6dbf1: Waiting
4ed9c788590a: Waiting
b881fee2abf3: Waiting
535704a11ee7: Waiting
104560c5240b: Waiting
62b1da5eb956: Waiting
21834ebec957: Pulling fs layer
9ec5e71105fa: Pulling fs layer
53c7fccdc475: Pulling fs layer
c6b9208984f7: Pulling fs layer
1643fbb24b8d: Waiting
01f6f6ba278c: Waiting
3746327091e3: Waiting
69ffd101369a: Waiting
2ab42c60c0d9: Waiting
cb417ee2028c: Waiting
a8e7a9511bd2: Waiting
117f4275fc6a: Waiting
2d3d92854b32: Waiting
21834ebec957: Waiting
9ec5e71105fa: Waiting
53c7fccdc475: Waiting
353aeb664d62: Waiting
c6b9208984f7: Waiting
0ea6e6420cc3: Verifying Checksum
0ea6e6420cc3: Download complete
1c06c047f097: Verifying Checksum
1c06c047f097: Download complete
0ea6e6420cc3: Pull complete
02de6b18bd8f: Verifying Checksum
02de6b18bd8f: Download complete
1c06c047f097: Pull complete
03a5bb1b5914: Verifying Checksum
03a5bb1b5914: Download complete
54bf4193c476: Verifying Checksum
54bf4193c476: Download complete
1c770619fa1e: Verifying Checksum
1c770619fa1e: Download complete
3dc8202daf6f: Verifying Checksum
3dc8202daf6f: Download complete
f4850066eb75: Verifying Checksum
f4850066eb75: Download complete
ccfa0f7cfb14: Verifying Checksum
ccfa0f7cfb14: Download complete
767b92cd3744: Verifying Checksum
767b92cd3744: Download complete
9fd7da48f61a: Verifying Checksum
9fd7da48f61a: Download complete
69355b98e559: Verifying Checksum
69355b98e559: Download complete
0abc3f5717d4: Download complete
760393a0693a: Verifying Checksum
760393a0693a: Download complete
d886cff4e81a: Verifying Checksum
d886cff4e81a: Download complete
1b8149edebe4: Verifying Checksum
1b8149edebe4: Download complete
03a5bb1b5914: Pull complete
1cf81e39eb57: Verifying Checksum
1cf81e39eb57: Download complete
c33003eb38a8: Download complete
02de6b18bd8f: Pull complete
e959f55674fa: Verifying Checksum
e959f55674fa: Download complete
f2eca1a683a2: Verifying Checksum
f2eca1a683a2: Download complete
fb81951352e3: Verifying Checksum
fb81951352e3: Download complete
c3bbb8b29f0e: Verifying Checksum
c3bbb8b29f0e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
962349a92010: Verifying Checksum
962349a92010: Download complete
4ed9c788590a: Verifying Checksum
4ed9c788590a: Download complete
4d80d2791beb: Verifying Checksum
4d80d2791beb: Download complete
b79f75ddabf2: Verifying Checksum
b79f75ddabf2: Download complete
8e79372b446d: Verifying Checksum
8e79372b446d: Download complete
3746327091e3: Download complete
ee8d16b6dbf1: Verifying Checksum
ee8d16b6dbf1: Download complete
a8e7a9511bd2: Verifying Checksum
a8e7a9511bd2: Download complete
353aeb664d62: Verifying Checksum
353aeb664d62: Download complete
69ffd101369a: Verifying Checksum
69ffd101369a: Download complete
b881fee2abf3: Verifying Checksum
b881fee2abf3: Download complete
104560c5240b: Verifying Checksum
104560c5240b: Download complete
1643fbb24b8d: Verifying Checksum
1643fbb24b8d: Download complete
2ab42c60c0d9: Verifying Checksum
2ab42c60c0d9: Download complete
cb417ee2028c: Download complete
01f6f6ba278c: Verifying Checksum
01f6f6ba278c: Download complete
535704a11ee7: Verifying Checksum
535704a11ee7: Download complete
2d3d92854b32: Download complete
62b1da5eb956: Verifying Checksum
62b1da5eb956: Download complete
117f4275fc6a: Verifying Checksum
117f4275fc6a: Download complete
9ec5e71105fa: Verifying Checksum
9ec5e71105fa: Download complete
c6b9208984f7: Verifying Checksum
c6b9208984f7: Download complete
53c7fccdc475: Verifying Checksum
53c7fccdc475: Download complete
21834ebec957: Verifying Checksum
21834ebec957: Download complete
fb81951352e3: Pull complete
54bf4193c476: Pull complete
3dc8202daf6f: Pull complete
1c770619fa1e: Pull complete
ccfa0f7cfb14: Pull complete
f4850066eb75: Pull complete
767b92cd3744: Pull complete
69355b98e559: Pull complete
9fd7da48f61a: Pull complete
760393a0693a: Pull complete
0abc3f5717d4: Pull complete
d886cff4e81a: Pull complete
1b8149edebe4: Pull complete
c33003eb38a8: Pull complete
1cf81e39eb57: Pull complete
e959f55674fa: Pull complete
f2eca1a683a2: Pull complete
4f4fb700ef54: Pull complete
c3bbb8b29f0e: Pull complete
962349a92010: Pull complete
b79f75ddabf2: Pull complete
4d80d2791beb: Pull complete
4ed9c788590a: Pull complete
3746327091e3: Pull complete
8e79372b446d: Pull complete
ee8d16b6dbf1: Pull complete
a8e7a9511bd2: Pull complete
69ffd101369a: Pull complete
353aeb664d62: Pull complete
b881fee2abf3: Pull complete
535704a11ee7: Pull complete
104560c5240b: Pull complete
62b1da5eb956: Pull complete
1643fbb24b8d: Pull complete
2ab42c60c0d9: Pull complete
cb417ee2028c: Pull complete
01f6f6ba278c: Pull complete
117f4275fc6a: Pull complete
2d3d92854b32: Pull complete
21834ebec957: Pull complete
9ec5e71105fa: Pull complete
53c7fccdc475: Pull complete
c6b9208984f7: Pull complete
Digest: sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
Status: Downloaded newer image for ocaml/opam@sha256:537a368a70e3bfaff3f832f9f13ab7fbdd28850d8b6087e7dd893caf4db8bf2c
2026-01-21 14:12.28 ---> using "68971db8e4c793f52635d624422245d6ebf5b5fdf1feed2a9e06eb4c02d4074e" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-21 14:12.28 ---> using "24cd053ff15e5697d31ac9cbb3cfc5e78129e313ed8f1be9fa8aedddf809cc85" 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.
Continue? [Y/n] y
This 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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-21 14:12.28 ---> using "f00044432be851006107a00c3424741601354f8f7b3f96e71b06ef2b2070ebe6" 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.5.0
# self-upgrade no
# system arch=s390x os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-21 14:12.28 ---> using "6485267ab7eeb833724935799d1578783fb01dd242626b7370db579a3b242418" 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/"))
2026-01-21 14:12.28 ---> using "844194303ac59bf8ca401a6522cf0e8006065bec56fa1c80fb573777d8e5b973" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 14:13.19 ---> saved as "1ee6c22a207a4ea15d69aaa9e8c43d0637c41684ca1d061024b71644ffec5656"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 14:13.51 ---> saved as "eb1281cb17f0d4659c3b3a59c99cfb8a1ca641e462895604102ea8d041ac3814"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [87.3 kB]
- Fetched 178 kB in 0s (673 kB/s)
- Reading package lists...
-
2026-01-21 14:14.00 ---> saved as "b6374bf58a1de31573c44f24a5c7d33f723a895ff42cc68f25fe2d066408d36b"
/home/opam: (run (shell "opam pin add -k version -yn frama_c_codex.1.0-rc4 1.0-rc4"))
frama_c_codex is now pinned to version 1.0-rc4
2026-01-21 14:14.02 ---> saved as "fd86ad3134548a06ce23a420e556366a834bedfe9352735899c92de056f0c124"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama_c_codex.1.0-rc4;\
\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-13\\\"\"; 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_codex.1.0-rc4' && 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_codex.1.0-rc4 is not installed. Install it? [Y/n] y
* Missing dependency:
- frama_c_codex -> codex -> ocaml-embed-file >= v0.16.0 -> core_unix >= v0.16 -> ocaml_intrinsics >= v0.16
unmet availability conditions, e.g. 'arch = "x86_64" & os != "win32"'
* Missing dependency:
- frama_c_codex -> codex -> ocaml-embed-file >= v0.16.0 -> async >= v0.17 -> async_log -> async_unix >= v0.17 -> core_unix >= v0.17
unmet availability conditions, e.g. 'arch != "arm32" & arch != "x86_32" & arch != "ppc64" & arch != "s390x" & (os-distribution != "alpine" | os-version < "3.21") & os != "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall frama_c_codex.1.0-rc4;
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-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'frama_c_codex.1.0-rc4' && 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
2026-01-21 14:14.15: Job failed: Failed: Build failed
2026-01-21 14:14.15: Log analysis:
2026-01-21 14:14.15: >>>
No solution found, exiting
(score = 100)
2026-01-21 14:14.15: [SKIP] Package not available