- github
- ocaml
- opam-repository
- 384459
- distributions,debian-testing-ocaml-5.3,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-testing-ocaml-5.3/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-testing-ocaml-5.3@sha256:0ffc9afee353432a3a9cedd396b79cdba589733b111074aec4bf0f7524195899
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-testing\""; 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-testing-ocaml-5.3@sha256:0ffc9afee353432a3a9cedd396b79cdba589733b111074aec4bf0f7524195899-sail_manifest.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 13:55.49: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.3@sha256:0ffc9afee353432a3a9cedd396b79cdba589733b111074aec4bf0f7524195899)
(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-testing\\\"\"; 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:07.23: Waiting for worker…
2025-06-09 14:10.59: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Updating files: 93% (21833/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
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-testing-ocaml-5.3@sha256:0ffc9afee353432a3a9cedd396b79cdba589733b111074aec4bf0f7524195899)
2025-06-09 14:11.37 ---> using "5d94e06076f29d57d0f5800c33cf9d58f055d509a7cf625cfee3453c7ed23601" 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-06-09 14:11.37 ---> using "dcef7f74c2271b36af9d409a7851b8ac6282c9a52ba35fa2093d17d9337aa797" 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-06-09 14:11.37 ---> using "c9b71ac62c23074789505b03914a6e0f38bdd5bca54a649d409f0d3d9b02735c" 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.4.0~alpha2
# self-upgrade no
# system arch=x86_64 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-06-09 14:11.37 ---> using "90028c4669d38759aac877f96f31308719869378a686dae42c92dc132c4821b2" 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 14:11.37 ---> using "b90a2ab247cb127e95c25e0d7cc44fe48561ca9ae2453bdd760033047a02a544" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 14:11.38 ---> saved as "cfa0617ab6a449f9ccf59a0668e880c048e7fcfa1997a3573e59a26e268500b9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 14:11.58 ---> saved as "0a5a181b9abb406b53e3662b382bf57dd9c2e57bccf62d7b31ba724006b9a1da"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [178 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-01-2004.03.pdiff [8152 B]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-02-0204.03.pdiff [8506 B]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-02-0804.04.pdiff [33 B]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-02-1403.59.pdiff [35 B]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-03-0206.05.pdiff [26.6 kB]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-03-1403.50.pdiff [377 B]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-04-0204.01.pdiff [10.1 kB]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-04-1404.06.pdiff [33 B]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-04-2004.03.pdiff [502 B]
- Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-05-0204.13.pdiff [16.1 kB]
- Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-05-0804.06.pdiff [570 B]
- Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-05-1405.04.pdiff [1069 B]
- Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-05-2005.59.pdiff [273 B]
- Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-06-0215.50.pdiff [13.3 kB]
- Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-06-0804.09.pdiff [1475 B]
- Get:20 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-07-0204.24.pdiff [11.9 kB]
- Get:21 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-07-0804.06.pdiff [1083 B]
- Get:22 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-07-1404.08.pdiff [3222 B]
- Get:23 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-07-2004.41.pdiff [993 B]
- Get:24 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-08-0205.02.pdiff [15.8 kB]
- Get:25 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-08-1404.20.pdiff [2026 B]
- Get:26 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-08-2004.10.pdiff [2167 B]
- Get:27 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-0204.00.pdiff [9446 B]
- Get:28 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-0804.04.pdiff [1103 B]
- Get:28 http://deb.debian.org/debian testing/main amd64 Packages 2025-06-09-0804.04.pdiff [1103 B]
- Fetched 439 kB in 1s (416 kB/s)
- Reading package lists...
2025-06-09 14:12.00 ---> saved as "ec485f557a6408dbd48c1dc59b046cb207d0b47b41b16a480dee20c8e13f39ec"
/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:12.01 ---> saved as "2f964b5c504ccaca57a3aa9ae72af5055dba2c637e27e8698ab59ac25bf3632b"
/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-testing\\\"\"; 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:12.24 ---> saved as "f848a703d56f8fb56928ba4af033e843e263a6d19b5050996cd5e86bdb87ffbc"
Job succeeded
2025-06-09 14:12.29: Job succeeded