(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 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
                              on debian-12-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-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn sail_manifest.0.19.1 0.19.1
RUN opam depext sail_manifest.0.19.1 && 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.50: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a-sail_manifest.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 13:55.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || 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 depext sail_manifest.0.19.1 && 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.50: Waiting for resource in pool OCluster
2025-06-09 14:19.30: Waiting for worker…
2025-06-09 14:22.50: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Updating files:  92% (21522/23232)
Updating files:  93% (21606/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-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a)
2025-06-09 14:22.52 ---> using "2dd7137756898801a305bef0221b74a8422f6b11fcce7c8326e8f0a450f73478" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-06-09 14:22.52 ---> saved as "a30794c2bfe4c8ce1222a73c2822d90c27279e79928b61c631441d92859fba0c"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-06-09 14:23.38 ---> saved as "34e0a9e88006889fd438962b94820dc05ccaa546c6b53444cead26d219e25572"

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=12
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              39
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2025-06-09 14:23.38 ---> saved as "35952910c30391d2bedf8422bd46839fcf1eec290fcc3b4534a572ed2c894e8e"

/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:23.50 ---> saved as "dac686763d1305bf98679067ffb4183986faf8925e388de53dab93931ed03c24"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 14:23.58 ---> saved as "da0acdc6fdfcadf96f2bed3019f927793ee5f578e0f66554189499eb3ac087d4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-06-09 14:24.13 ---> saved as "017f954f263968f0c49799d0a9478b2d1866ecc444fcab72b5de642883816b2d"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 (1233 kB/s)
Reading package lists...
# OS package update successful
2025-06-09 14:24.15 ---> saved as "82533996557c0c1264d760b53b4b85b2926e56cf76d115eae51caf7855b39935"

/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:24.15 ---> saved as "526143dfc791f82a81babeb34b6cec3a7335367b5fd19b187b9e7ba96699a5bc"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext sail_manifest.0.19.1 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
sail_manifest.0.19.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune          3.19.0  [required by sail_manifest]
  - install sail_manifest 0.19.1*
===== 2 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.19.0] found in cache
[sail_manifest.0.19.1] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.3.19.0
-> installed sail_manifest.0.19.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-09 14:24.42 ---> saved as "07470a37f539f77774cadc5c79e9befe92805bab201d516af80bb2cdcafe58ec"
Job succeeded
2025-06-09 14:24.50: Job succeeded