(for PR #29092)
2025-12-22 21:10.56: New job: build frama_c_codex.1.0-rc4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29092/head (9992c9eeb5759412c4c08720b431f6dc300cf097)
on debian-13-ocaml-4.14/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/29092/head" && git reset --hard 9992c9ee
git fetch origin master
git merge --no-edit a4dd3b1992058b894be01d35cfa8d2f497a70bd0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d
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 .
2025-12-22 21:10.56: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d-frama_c_codex.1.0-rc4-9992c9eeb5759412c4c08720b431f6dc300cf097"
2025-12-22 21:10.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d)
(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"))
)
2025-12-22 21:10.56: Waiting for resource in pool OCluster
2025-12-22 21:10.56: Waiting for worker…
2025-12-22 21:17.10: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 55% (10647/19101)
Updating files: 56% (10697/19101)
Updating files: 57% (10888/19101)
Updating files: 58% (11079/19101)
Updating files: 59% (11270/19101)
Updating files: 60% (11461/19101)
Updating files: 61% (11652/19101)
Updating files: 62% (11843/19101)
Updating files: 63% (12034/19101)
Updating files: 64% (12225/19101)
Updating files: 65% (12416/19101)
Updating files: 66% (12607/19101)
Updating files: 67% (12798/19101)
Updating files: 68% (12989/19101)
Updating files: 69% (13180/19101)
Updating files: 70% (13371/19101)
Updating files: 71% (13562/19101)
Updating files: 72% (13753/19101)
Updating files: 73% (13944/19101)
Updating files: 74% (14135/19101)
Updating files: 75% (14326/19101)
Updating files: 76% (14517/19101)
Updating files: 77% (14708/19101)
Updating files: 78% (14899/19101)
Updating files: 79% (15090/19101)
Updating files: 80% (15281/19101)
Updating files: 81% (15472/19101)
Updating files: 82% (15663/19101)
Updating files: 83% (15854/19101)
Updating files: 84% (16045/19101)
Updating files: 85% (16236/19101)
Updating files: 86% (16427/19101)
Updating files: 87% (16618/19101)
Updating files: 88% (16809/19101)
Updating files: 89% (17000/19101)
Updating files: 90% (17191/19101)
Updating files: 91% (17382/19101)
Updating files: 92% (17573/19101)
Updating files: 93% (17764/19101)
Updating files: 94% (17955/19101)
Updating files: 95% (18146/19101)
Updating files: 95% (18219/19101)
Updating files: 96% (18337/19101)
Updating files: 97% (18528/19101)
Updating files: 98% (18719/19101)
Updating files: 99% (18910/19101)
Updating files: 100% (19101/19101)
Updating files: 100% (19101/19101), done.
HEAD is now at a4dd3b1992 Merge pull request #29124 from Alasdair/release-sail-0.20.1
Merge made by the 'ort' strategy.
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-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d' locally
docker.io/ocaml/opam@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d: Pulling from ocaml/opam
3f8967bef2f6: Pulling fs layer
ef0845426317: Pulling fs layer
3c42c25ad9c1: Pulling fs layer
c8222bd56ae4: Pulling fs layer
4925d0cce35d: Pulling fs layer
e7d52d577580: Pulling fs layer
7e668d015383: Pulling fs layer
c3e612ee6355: Pulling fs layer
ac101d9b04bc: Pulling fs layer
2026bbbb359f: Pulling fs layer
422adfabd782: Pulling fs layer
771ebdb98268: Pulling fs layer
67be74ce8f4d: Pulling fs layer
5f023cd07dcb: Pulling fs layer
ac101d9b04bc: Waiting
2026bbbb359f: Waiting
a6d5ca863294: Pulling fs layer
4925d0cce35d: Waiting
885e5d4e058b: Pulling fs layer
e7d52d577580: Waiting
3d8b7a518284: Pulling fs layer
0c16803b60d2: Pulling fs layer
422adfabd782: Waiting
771ebdb98268: Waiting
2f684e863aea: Pulling fs layer
2d875343a86f: Pulling fs layer
7e668d015383: Waiting
b2dc0f464805: Pulling fs layer
67be74ce8f4d: Waiting
c3e612ee6355: Waiting
c8222bd56ae4: Waiting
6d8399299d01: Pulling fs layer
5f023cd07dcb: Waiting
885e5d4e058b: Waiting
3d8b7a518284: Waiting
4f4fb700ef54: Pulling fs layer
d7679f46f490: Pulling fs layer
7524bba8f1b3: Pulling fs layer
a64a3043170c: Pulling fs layer
6be35e4d0b6f: Pulling fs layer
5e92aa1fc7f3: Pulling fs layer
4b7700258df4: Pulling fs layer
0c16803b60d2: Waiting
d1506c8cc231: Pulling fs layer
2f684e863aea: Waiting
ec32c2a35b61: Pulling fs layer
2d875343a86f: Waiting
bbbfe3490afc: Pulling fs layer
675a264e2e00: Pulling fs layer
70108e9f3a6c: Pulling fs layer
b2dc0f464805: Waiting
d4bb99c28c16: Pulling fs layer
6d8399299d01: Waiting
3ef14b5684f4: Pulling fs layer
a6d5ca863294: Waiting
a36319c1dded: Pulling fs layer
4f4fb700ef54: Waiting
eb5ebff7b45d: Pulling fs layer
7524bba8f1b3: Waiting
5e92aa1fc7f3: Waiting
e6f8e51c0a9e: Pulling fs layer
b73f05d87590: Pulling fs layer
4b7700258df4: Waiting
2cf77b8c79ba: Pulling fs layer
a64a3043170c: Waiting
d1f6e54e7e18: Pulling fs layer
8692d98409f4: Pulling fs layer
d1506c8cc231: Waiting
6be35e4d0b6f: Waiting
913aee3be117: Pulling fs layer
71fa1b07743d: Pulling fs layer
eb5ebff7b45d: Waiting
e6f8e51c0a9e: Waiting
ec32c2a35b61: Waiting
b73f05d87590: Waiting
bbbfe3490afc: Waiting
2cf77b8c79ba: Waiting
675a264e2e00: Waiting
d1f6e54e7e18: Waiting
70108e9f3a6c: Waiting
8692d98409f4: Waiting
d4bb99c28c16: Waiting
3ef14b5684f4: Waiting
a36319c1dded: Waiting
3c42c25ad9c1: Verifying Checksum
3c42c25ad9c1: Download complete
ef0845426317: Verifying Checksum
ef0845426317: Download complete
4925d0cce35d: Verifying Checksum
4925d0cce35d: Download complete
3f8967bef2f6: Verifying Checksum
3f8967bef2f6: Download complete
7e668d015383: Verifying Checksum
7e668d015383: Download complete
c3e612ee6355: Download complete
c8222bd56ae4: Verifying Checksum
c8222bd56ae4: Download complete
ac101d9b04bc: Download complete
2026bbbb359f: Verifying Checksum
2026bbbb359f: Download complete
422adfabd782: Verifying Checksum
422adfabd782: Download complete
e7d52d577580: Verifying Checksum
e7d52d577580: Download complete
67be74ce8f4d: Download complete
771ebdb98268: Verifying Checksum
771ebdb98268: Download complete
5f023cd07dcb: Verifying Checksum
5f023cd07dcb: Download complete
885e5d4e058b: Verifying Checksum
885e5d4e058b: Download complete
a6d5ca863294: Verifying Checksum
a6d5ca863294: Download complete
2f684e863aea: Verifying Checksum
2f684e863aea: Download complete
0c16803b60d2: Verifying Checksum
0c16803b60d2: Download complete
3d8b7a518284: Verifying Checksum
3d8b7a518284: Download complete
2d875343a86f: Verifying Checksum
2d875343a86f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3f8967bef2f6: Pull complete
ef0845426317: Pull complete
b2dc0f464805: Download complete
6d8399299d01: Verifying Checksum
6d8399299d01: Download complete
3c42c25ad9c1: Pull complete
d7679f46f490: Download complete
7524bba8f1b3: Verifying Checksum
7524bba8f1b3: Download complete
6be35e4d0b6f: Verifying Checksum
6be35e4d0b6f: Download complete
5e92aa1fc7f3: Verifying Checksum
5e92aa1fc7f3: Download complete
a64a3043170c: Download complete
4b7700258df4: Verifying Checksum
4b7700258df4: Download complete
d1506c8cc231: Download complete
ec32c2a35b61: Verifying Checksum
ec32c2a35b61: Download complete
c8222bd56ae4: Pull complete
4925d0cce35d: Pull complete
bbbfe3490afc: Verifying Checksum
bbbfe3490afc: Download complete
70108e9f3a6c: Verifying Checksum
70108e9f3a6c: Download complete
675a264e2e00: Verifying Checksum
675a264e2e00: Download complete
d4bb99c28c16: Verifying Checksum
d4bb99c28c16: Download complete
a36319c1dded: Verifying Checksum
a36319c1dded: Download complete
e6f8e51c0a9e: Verifying Checksum
e6f8e51c0a9e: Download complete
b73f05d87590: Verifying Checksum
b73f05d87590: Download complete
2cf77b8c79ba: Verifying Checksum
2cf77b8c79ba: Download complete
3ef14b5684f4: Verifying Checksum
3ef14b5684f4: Download complete
8692d98409f4: Verifying Checksum
8692d98409f4: Download complete
d1f6e54e7e18: Verifying Checksum
d1f6e54e7e18: Download complete
913aee3be117: Verifying Checksum
913aee3be117: Download complete
71fa1b07743d: Verifying Checksum
71fa1b07743d: Download complete
eb5ebff7b45d: Verifying Checksum
eb5ebff7b45d: Download complete
e7d52d577580: Pull complete
7e668d015383: Pull complete
c3e612ee6355: Pull complete
ac101d9b04bc: Pull complete
2026bbbb359f: Pull complete
422adfabd782: Pull complete
771ebdb98268: Pull complete
67be74ce8f4d: Pull complete
5f023cd07dcb: Pull complete
a6d5ca863294: Pull complete
885e5d4e058b: Pull complete
3d8b7a518284: Pull complete
0c16803b60d2: Pull complete
2f684e863aea: Pull complete
2d875343a86f: Pull complete
b2dc0f464805: Pull complete
6d8399299d01: Pull complete
4f4fb700ef54: Pull complete
d7679f46f490: Pull complete
7524bba8f1b3: Pull complete
a64a3043170c: Pull complete
6be35e4d0b6f: Pull complete
5e92aa1fc7f3: Pull complete
4b7700258df4: Pull complete
d1506c8cc231: Pull complete
ec32c2a35b61: Pull complete
bbbfe3490afc: Pull complete
675a264e2e00: Pull complete
70108e9f3a6c: Pull complete
d4bb99c28c16: Pull complete
3ef14b5684f4: Pull complete
a36319c1dded: Pull complete
eb5ebff7b45d: Pull complete
e6f8e51c0a9e: Pull complete
b73f05d87590: Pull complete
2cf77b8c79ba: Pull complete
d1f6e54e7e18: Pull complete
8692d98409f4: Pull complete
913aee3be117: Pull complete
71fa1b07743d: Pull complete
Digest: sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d
Status: Downloaded newer image for ocaml/opam@sha256:fb1a252638b5394c7c9f5732fa903e522585905c6f603a3865d612051d4fd49d
2025-12-22 21:17.14 ---> using "dfa22138039b14b38ed1667f842b4052896be01b06d4d3c7673d830c8c2e25dd" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-22 21:17.14 ---> using "2e4f78aa6cf9871cde0bb6f50f2e9ef718ad5daae2fd2dec8e63c3e268561396" 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 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-12-22 21:17.14 ---> using "34242cd0be5773405062c6f202c133cd2c6fd70e047e1c6ea09bfec56d594e20" 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 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-12-22 21:17.14 ---> using "12d141d016ff6960bec49e118f065276960ba45dbe5ea02140565075880610ab" 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-12-22 21:17.14 ---> using "90e107019332d97e5ef40ac3cfb4af6d86b956ae6ba8437e1dab85fc1911e8a8" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-22 21:17.15 ---> using "f467fb59e866787de275c09bcee9354be6a2be1f6bc2a07bfe848ff464322003" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-22 21:17.15 ---> using "83f54f460a1764b6e2a47755fcc5ece698819f9db9e47072efd24815221c0cfd" from cache
/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 [84.6 kB]
- Fetched 175 kB in 1s (282 kB/s)
- Reading package lists...
-
2025-12-22 21:17.15 ---> using "d37f3b9ef035d599fc99eb4a4f1856e609fb43e0dc80c86fb81c4d03fe510e90" from cache
/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
2025-12-22 21:17.52 ---> saved as "04528f9988ecb23eee547b29cd01ce018f76d8258f37812c8d80acca630b8b1e"
/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_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
2025-12-22 21:19.15: Job failed: Failed: Build failed
2025-12-22 21:19.15: Log analysis:
2025-12-22 21:19.15: >>>
No solution found, exiting
(score = 100)
2025-12-22 21:19.15: [SKIP] Package not available