(not at the head of any monitored branch or PR)
2025-06-09 13:55.50: New job: build libsail.0.19.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
                              on debian-12-ocaml-4.14-nnpchecker/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-nnpchecker@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc
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 libsail.0.19.1 0.19.1
RUN opam reinstall libsail.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" != 'libsail.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-nnpchecker@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc-libsail.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-09 13:55.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc)
 (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 libsail.0.19.1 0.19.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall libsail.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\" != 'libsail.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:24.18: Waiting for worker…
2025-06-09 14:27.28: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  94% (21859/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-4.14-nnpchecker@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc' locally
docker.io/ocaml/opam@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc: Pulling from ocaml/opam
262d2e7c2ca3: Pulling fs layer
9a15dd3216c2: Pulling fs layer
11be2ecf8509: Pulling fs layer
1d3435f39f6d: Pulling fs layer
04a085a6920e: Pulling fs layer
1d3435f39f6d: Waiting
04a085a6920e: Waiting
11be2ecf8509: Verifying Checksum
11be2ecf8509: Download complete
1d3435f39f6d: Verifying Checksum
1d3435f39f6d: Download complete
04a085a6920e: Download complete
9a15dd3216c2: Verifying Checksum
9a15dd3216c2: Download complete
262d2e7c2ca3: Verifying Checksum
262d2e7c2ca3: Download complete
262d2e7c2ca3: Pull complete
9a15dd3216c2: Pull complete
11be2ecf8509: Pull complete
1d3435f39f6d: Pull complete
04a085a6920e: Pull complete
Digest: sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc
Status: Downloaded newer image for ocaml/opam@sha256:d8790011a5960957f6bfe53c62b06363529a9dd29dbf07804a7f3119e2c0c6dc
2025-06-09 14:28.57 ---> saved as "4c6a2a348a0ce1e916d04110d9e7da0236cb6dbbd0764b7bd316dc537aad5290"

/: (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:28.57 ---> saved as "2e3be8589efc3e6cbf563e7a0ae265457e848d551a1538fd77da052972abe451"

/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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-09 14:29.26 ---> saved as "58f04cf010609676529218f92f4fe856964fb6ea7ea9d668725dd6d81eba15ca"

/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         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-options-only-nnpchecker"]
# compiler-packages    ocaml-option-nnpchecker.1, ocaml-options-only-nnpchecker.1, ocaml-variants.4.14.2+options
# 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+options
2025-06-09 14:29.27 ---> saved as "9c2b38a42728033e87bb0ae3fc6cc3605909ceb9bebf39a42939f0401ce2118c"

/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:29.40 ---> saved as "705a35a2dc3c01f8e81cda79a8a932efcf686bbb3f361fbd6c123900992c9e10"

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 14:30.13 ---> saved as "aa32c89342ec45117dc64079eed67716d948dccec8efc319470a35214fa0b517"

/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 (803 kB/s)
- Reading package lists...
- 
2025-06-09 14:30.14 ---> saved as "abe1e8a02c43473704aee20dbb9228283d3f6162514412a23b5e1e6d65d6b6d2"

/home/opam: (run (shell "opam pin add -k version -yn libsail.0.19.1 0.19.1"))
libsail is now pinned to version 0.19.1
2025-06-09 14:30.15 ---> saved as "d8564ae786fab90fa8e162a3e4843428ae4beab4f3f4de3135596d3699d2d858"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall libsail.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\" != 'libsail.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"))
libsail.0.19.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 26 packages
  - install conf-findutils    1               [required by lem]
  - install conf-gmp          5               [required by libsail]
  - install conf-pkg-config   4               [required by zarith]
  - install csexp             1.5.2           [required by dune-private-libs]
  - install dune              3.19.0          [required by libsail]
  - install dune-private-libs 3.19.0          [required by dune-site]
  - install dune-site         3.19.0          [required by libsail]
  - install dyn               3.19.0          [required by dune-private-libs]
  - install lem               2025-03-13      [required by libsail]
  - install libsail           0.19.1 (pinned)
  - install linksem           0.8             [required by libsail]
  - install menhir            20240715        [required by libsail]
  - install menhirCST         20240715        [required by menhir]
  - install menhirLib         20240715        [required by menhir]
  - install menhirSdk         20240715        [required by menhir]
  - install num               1.5-1           [required by lem]
  - install ocamlbuild        0.16.1          [required by lem, linksem]
  - install ocamlfind         1.9.8           [required by linksem, lem, ott]
  - install ocamlgraph        2.2.0           [required by ott]
  - install ordering          3.19.0          [required by dyn, stdune]
  - install ott               0.34            [required by libsail]
  - install pp                2.0.0           [required by dune-private-libs]
  - install pprint            20230830        [required by libsail]
  - install stdune            3.19.0          [required by dune-private-libs]
  - install yojson            3.0.0           [required by libsail]
  - install zarith            1.14            [required by lem]

The following system packages will first need to be installed:
    libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved dune.3.19.0, dune-private-libs.3.19.0, dune-site.3.19.0, dyn.3.19.0, ordering.3.19.0, stdune.3.19.0  (cached)
-> retrieved lem.2025-03-13  (cached)
-> retrieved libsail.0.19.1  (cached)
-> retrieved linksem.0.8  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ott.0.34  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed dune.3.19.0
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed ocamlgraph.2.2.0
-> installed ordering.3.19.0
-> installed yojson.3.0.0
-> installed dyn.3.19.0
-> installed stdune.3.19.0
-> installed ott.0.34
-> installed dune-private-libs.3.19.0
-> installed dune-site.3.19.0
-> installed menhir.20240715
-> installed lem.2025-03-13
-> installed linksem.0.8
-> installed libsail.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-09 14:32.58 ---> saved as "eb2dbb6390f5c2fd2cf304d3c2a157f23ed204966b4bbb56d96b776f79c9a90b"
Job succeeded
2025-06-09 14:33.05: Job succeeded