- github
- ocaml
- opam-repository
- 384459
- extras,s390x-ocaml-4.14,sail_manifest.0.19.1
(not at the head of any monitored branch or PR)
2025-06-09 15:05.57: New job: build sail_manifest.0.19.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
on debian-12-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/28004/head" && git reset --hard 38445932
git fetch origin master
git merge --no-edit ee8633a3192f0d127dc2b173f99bab6f812250e0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217
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 sail_manifest.0.19.1 0.19.1
RUN opam reinstall sail_manifest.0.19.1; \
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" != 'sail_manifest.0.19.1' && 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-06-09 15:05.57: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217-sail_manifest.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 15:05.57: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217)
(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 sail_manifest.0.19.1 0.19.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_manifest.0.19.1;\
\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\" != 'sail_manifest.0.19.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-06-09 15:05.57: Connecting to build cluster…
2025-06-09 15:05.57: Waiting for resource in pool OCluster
2025-06-09 15:06.07: Waiting for worker…
2025-06-09 16:13.40: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 97% (22735/23232)
Updating files: 98% (22768/23232)
Updating files: 99% (23000/23232)
Updating files: 100% (23232/23232)
Updating files: 100% (23232/23232), done.
HEAD is now at ee8633a319 Merge pull request #28000 from nikhil-kamath/release-spurs-v0.1.1
Updating ee8633a319..3844593231
Fast-forward
packages/libsail/libsail.0.19.1/opam | 68 ++++++++++++++++++++
packages/sail/sail.0.19.1/opam | 73 ++++++++++++++++++++++
packages/sail_c_backend/sail_c_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_coq_backend/sail_coq_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_doc_backend/sail_doc_backend.0.19.1/opam | 51 +++++++++++++++
.../sail_latex_backend.0.19.1/opam | 50 +++++++++++++++
.../sail_lean_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_lem_backend/sail_lem_backend.0.19.1/opam | 49 +++++++++++++++
packages/sail_manifest/sail_manifest.0.19.1/opam | 49 +++++++++++++++
.../sail_ocaml_backend.0.19.1/opam | 50 +++++++++++++++
packages/sail_output/sail_output.0.19.1/opam | 49 +++++++++++++++
.../sail_smt_backend/sail_smt_backend.0.19.1/opam | 49 +++++++++++++++
.../sail_sv_backend/sail_sv_backend.0.19.1/opam | 49 +++++++++++++++
13 files changed, 684 insertions(+)
create mode 100644 packages/libsail/libsail.0.19.1/opam
create mode 100644 packages/sail/sail.0.19.1/opam
create mode 100644 packages/sail_c_backend/sail_c_backend.0.19.1/opam
create mode 100644 packages/sail_coq_backend/sail_coq_backend.0.19.1/opam
create mode 100644 packages/sail_doc_backend/sail_doc_backend.0.19.1/opam
create mode 100644 packages/sail_latex_backend/sail_latex_backend.0.19.1/opam
create mode 100644 packages/sail_lean_backend/sail_lean_backend.0.19.1/opam
create mode 100644 packages/sail_lem_backend/sail_lem_backend.0.19.1/opam
create mode 100644 packages/sail_manifest/sail_manifest.0.19.1/opam
create mode 100644 packages/sail_ocaml_backend/sail_ocaml_backend.0.19.1/opam
create mode 100644 packages/sail_output/sail_output.0.19.1/opam
create mode 100644 packages/sail_smt_backend/sail_smt_backend.0.19.1/opam
create mode 100644 packages/sail_sv_backend/sail_sv_backend.0.19.1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217' locally
docker.io/ocaml/opam@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217: Pulling from ocaml/opam
Digest: sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217
Status: Downloaded newer image for ocaml/opam@sha256:75685aae96407fcc7a91d867129388b9c088ee602ea78c7473fcef1c89cf3217
2025-06-09 16:13.43 ---> using "7bf2ca3b75c36474bc12fc84ac82ed5af7214550ed92d50bc904337628065e1c" 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-06-09 16:13.43 ---> using "06b4c361b5912b8a8015c718ad637eebced8318191474dd19bc826c4804b0285" 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-06-09 16:13.43 ---> using "11f7991882ef72fbbea6850d059d5a6d4ad9d78d5fe851f4c599ecae66ebd852" 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=s390x 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 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-06-09 16:13.43 ---> using "a2ce2bb2e06d5c13fcee26c8323bbb5a9a291cebfdd1d301d5af74ed261fd440" 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-06-09 16:13.43 ---> using "13e0988b5a4d18d79a5309eb3913a48d402e327f1efa8638cd00ef46b607e58a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 16:13.44 ---> using "b491c12ae94ed08174b4e01df8ec4b5567178c58f84ddce65ec6ffa664b28884" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 16:13.44 ---> using "8bb5be2b4185592c1dccf698f8aca77aa853a10e951727c6ce135ee77fb9f4f4" 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 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 s390x Packages [233 kB]
- Fetched 337 kB in 1s (613 kB/s)
- Reading package lists...
-
2025-06-09 16:13.44 ---> using "1dc2d31ce46f8b57f9e9704717ccc4a9ff8612a2f41560e227b762682e087102" from cache
/home/opam: (run (shell "opam pin add -k version -yn sail_manifest.0.19.1 0.19.1"))
sail_manifest is now pinned to version 0.19.1
2025-06-09 16:13.44 ---> using "efbfdf5c898da01a0687127611feb891a81b46572a2f1068b885d27cbb916a14" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_manifest.0.19.1;\
\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\" != 'sail_manifest.0.19.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
sail_manifest.0.19.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.19.0 [required by sail_manifest]
- install sail_manifest 0.19.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.0 (cached)
-> retrieved sail_manifest.0.19.1 (cached)
-> installed dune.3.19.0
-> installed sail_manifest.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-09 16:14.06 ---> saved as "f4d844ba81a985ed7028b917c179ea20ecb4fecd2e111a4fc2c391072d8a4bff"
Job succeeded
2025-06-09 16:14.15: Job succeeded