- github
- ocaml
- opam-repository
- 384459
- compilers,5.4~alpha1,sail_manifest.0.19.1
(not at the head of any monitored branch or PR)
2025-06-09 13:55.49: New job: build sail_manifest.0.19.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
on debian-12-ocaml-5.4-alpha1/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/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-5.4-alpha1@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69
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 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 13:55.49: Using cache hint "ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69-sail_manifest.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 13:55.49: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69)
(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 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 13:55.49: Waiting for resource in pool OCluster
2025-06-09 14:01.05: Waiting for worker…
2025-06-09 14:06.23: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files: 93% (21667/23232)
Updating files: 94% (21839/23232)
Updating files: 95% (22071/23232)
Updating files: 96% (22303/23232)
Updating files: 97% (22536/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
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
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-5.4-alpha1@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69' locally
docker.io/ocaml/opam@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69: Pulling from ocaml/opam
2f15651b245f: Already exists
91415364b28f: Pulling fs layer
8dd9eaaa7187: Pulling fs layer
be7e2f5bb259: Pulling fs layer
03419eeb7e83: Pulling fs layer
e6ace5c29832: Pulling fs layer
f2bfc5294e8d: Pulling fs layer
487f5ac8bf0e: Pulling fs layer
9f4c88fc7c5e: Pulling fs layer
e6ace5c29832: Waiting
03419eeb7e83: Waiting
9f4c88fc7c5e: Waiting
487f5ac8bf0e: Waiting
f2bfc5294e8d: Waiting
be7e2f5bb259: Download complete
8dd9eaaa7187: Verifying Checksum
8dd9eaaa7187: Download complete
91415364b28f: Verifying Checksum
91415364b28f: Download complete
03419eeb7e83: Download complete
f2bfc5294e8d: Download complete
91415364b28f: Pull complete
8dd9eaaa7187: Pull complete
9f4c88fc7c5e: Download complete
487f5ac8bf0e: Download complete
be7e2f5bb259: Pull complete
03419eeb7e83: Pull complete
e6ace5c29832: Verifying Checksum
e6ace5c29832: Download complete
e6ace5c29832: Pull complete
f2bfc5294e8d: Pull complete
487f5ac8bf0e: Pull complete
9f4c88fc7c5e: Pull complete
Digest: sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69
Status: Downloaded newer image for ocaml/opam@sha256:6a2f6b01dd607963a651861f0c7ae6fe00c3545f84170961498cab91f7fdaa69
2025-06-09 14:06.59 ---> saved as "4ace634d0eee11c355ddbbfb30ca10e47efbef2bd56110b3909dd50f2a0ad77f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-06-09 14:06.59 ---> saved as "f1776ccf0f1cd751543d9171317b0e68654126875b66400cb609813638332f51"
/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.
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository
[default] Initialised
2025-06-09 14:07.27 ---> saved as "46b7e29e7e817486dfa0bdeefa68807c3d3c25bd964d93cd5f05280844725ee7"
/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.4.0~alpha2
# 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 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 5.4~alpha1
# invariant ["ocaml-base-compiler" {>= "5.4.0~alpha1"}]
# compiler-packages ocaml-base-compiler.5.4.0~alpha1, ocaml-compiler.5.4.0~alpha1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4~alpha1/lib/ocaml/stublibs:/home/opam/.opam/5.4~alpha1/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0~alpha1
2025-06-09 14:07.28 ---> saved as "574a68a5e9c8a99ef33ebefe816573b4316989f738f010944c0d9e2fa010ac31"
/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 14:07.39 ---> saved as "93f72f307724810d5dfc37e74fea628ecc9e87886a57c9f6d0fe0b53d29c1a19"
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 14:07.54 ---> saved as "60be36d346109abae1e2bf27ad442f942d98e47e0167fd05bc90aaca660b7699"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 14:08.17 ---> saved as "db3c097bc86446c049d340ed26d7112797948f8f577e5ac1da203884f0b7b359"
/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 [266 kB]
- Fetched 369 kB in 0s (1144 kB/s)
- Reading package lists...
2025-06-09 14:08.18 ---> saved as "531a3d294f7e74f74507f9b7cb16311602ca5eb6f629ae3f151422279a2c5fd0"
/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 14:08.19 ---> saved as "f2a84e0a5111f501b32575c7c8713fb24f187cebace0b4d460e396a51513ec21"
/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 14:08.47 ---> saved as "18b1f129eff8c45d7f1c53989a5ece5fd077b64d68eaeddc7ed73e219ffd3ff8"
Job succeeded
2025-06-09 14:08.52: Job succeeded