- github
- ocaml
- opam-repository
- 384459
- distributions,debian-testing-ocaml-4.14,sail_manifest.0.19.1
(not at the head of any monitored branch or PR)
2025-06-09 13:55.50: 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-4.14/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-4.14@sha256:493be3b7cac6c9df2b1393492a30ebb3cb952c24cf93921c68ef5c9c8df8ef1d
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.50: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:493be3b7cac6c9df2b1393492a30ebb3cb952c24cf93921c68ef5c9c8df8ef1d-sail_manifest.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 13:55.50: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:493be3b7cac6c9df2b1393492a30ebb3cb952c24cf93921c68ef5c9c8df8ef1d)
(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.50: Waiting for resource in pool OCluster
2025-06-09 14:13.33: Waiting for worker…
2025-06-09 14:16.55: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
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-4.14@sha256:493be3b7cac6c9df2b1393492a30ebb3cb952c24cf93921c68ef5c9c8df8ef1d)
2025-06-09 14:17.36 ---> saved as "1583996d92ab4a03e8da91e53ff208af43f8ee011f2ebb5cc06743c1ebddd59a"
/: (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:17.36 ---> saved as "2d7b95b7c4e74269b5c256db32a3dbdffde980d32f109add3d5899e2cb361ac5"
/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:18.10 ---> saved as "38cb891fc694f7c0be57c4db0541b1fbc48627690ba61fa24a0240fd9e363fbf"
/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 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 14:18.11 ---> saved as "006fd4321a0e738ca554e6896c4ba9e2e0ff749cb9fa051dfdf1ce2a67051e76"
/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:18.20 ---> saved as "35e071abac69b28b215e44b62785025c54495313f748c14bd247372d1afa27fc"
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 14:18.32 ---> saved as "67d13ab1ca22676bef050a9618aea13bcf194ac4370f32d6dd20025e6515cd4e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 14:18.53 ---> saved as "3e2cfd7f311464df04a62a4725f263b096d4519d3dc714905013fd5fc231a6f8"
/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 (457 kB/s)
- Reading package lists...
-
2025-06-09 14:18.55 ---> saved as "16352c74a265a53b7c166c2df01933fbc7b429749af14a44b9badee48b48b185"
/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:18.56 ---> saved as "c91dc4025e3b897d97ddc7941beca477b0ef7b15bbf50d40d7c0c4ad24c8841b"
/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:19.22 ---> saved as "dace24901a568572522dd15afb3d98efb79d18eb8bf1b3346676290ce4debd6c"
Job succeeded
2025-06-09 14:19.26: Job succeeded