(not at the head of any monitored branch or PR)
2025-06-09 13:55.50: New job: build sail_ocaml_backend.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_ocaml_backend.0.19.1 0.19.1
RUN opam depext sail_ocaml_backend.0.19.1 && opam reinstall sail_ocaml_backend.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_ocaml_backend.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_ocaml_backend.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_ocaml_backend.0.19.1 0.19.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext sail_ocaml_backend.0.19.1 && opam reinstall sail_ocaml_backend.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_ocaml_backend.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.29: Waiting for worker…
2025-06-09 14:23.50: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  56% (13242/23232)
Updating files:  57% (13243/23232)
Updating files:  58% (13475/23232)
Updating files:  59% (13707/23232)
Updating files:  60% (13940/23232)
Updating files:  61% (14172/23232)
Updating files:  62% (14404/23232)
Updating files:  63% (14637/23232)
Updating files:  64% (14869/23232)
Updating files:  65% (15101/23232)
Updating files:  66% (15334/23232)
Updating files:  67% (15566/23232)
Updating files:  68% (15798/23232)
Updating files:  69% (16031/23232)
Updating files:  70% (16263/23232)
Updating files:  71% (16495/23232)
Updating files:  72% (16728/23232)
Updating files:  73% (16960/23232)
Updating files:  74% (17192/23232)
Updating files:  75% (17424/23232)
Updating files:  76% (17657/23232)
Updating files:  77% (17889/23232)
Updating files:  78% (18121/23232)
Updating files:  79% (18354/23232)
Updating files:  80% (18586/23232)
Updating files:  81% (18818/23232)
Updating files:  82% (19051/23232)
Updating files:  83% (19283/23232)
Updating files:  84% (19515/23232)
Updating files:  85% (19748/23232)
Updating files:  86% (19980/23232)
Updating files:  87% (20212/23232)
Updating files:  88% (20445/23232)
Updating files:  89% (20677/23232)
Updating files:  90% (20909/23232)
Updating files:  91% (21142/23232)
Updating files:  92% (21374/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:24.01 ---> 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:24.02 ---> 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:25.09 ---> 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:25.10 ---> 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:25.22 ---> saved as "dac686763d1305bf98679067ffb4183986faf8925e388de53dab93931ed03c24"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 14:25.34 ---> 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:25.51 ---> 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 (1036 kB/s)
Reading package lists...
# OS package update successful
2025-06-09 14:25.53 ---> saved as "82533996557c0c1264d760b53b4b85b2926e56cf76d115eae51caf7855b39935"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext sail_ocaml_backend.0.19.1 && opam reinstall sail_ocaml_backend.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_ocaml_backend.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
# The following system packages are needed:
findutils
libgmp-dev
pkg-config
The following command needs to be run through "sudo":
    apt-get install -qq -yy findutils 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) ...
# OS packages installation successful
sail_ocaml_backend.0.19.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ott                0.32       [required by libsail]
  - install ocamlbuild         0.16.1     [required by lem, linksem]
  - install conf-gmp           5          [required by libsail]
  - install num                1.5-1      [required by lem]
  - install dune               3.19.0     [required by sail_ocaml_backend]
  - install conf-findutils     1          [required by lem]
  - install ocamlfind          1.9.8      [required by lem, linksem]
  - install yojson             3.0.0      [required by libsail]
  - install pprint             20230830   [required by libsail]
  - install pp                 2.0.0      [required by dune-private-libs]
  - install ordering           3.19.0     [required by dyn, stdune]
  - install menhirSdk          20240715   [required by menhir]
  - install menhirLib          20240715   [required by menhir]
  - install menhirCST          20240715   [required by menhir]
  - install csexp              1.5.2      [required by dune-private-libs]
  - install base64             3.5.1      [required by sail_ocaml_backend]
  - install zarith             1.13       [required by lem]
  - install dyn                3.19.0     [required by dune-private-libs]
  - install menhir             20240715   [required by libsail]
  - install lem                2025-03-13 [required by libsail]
  - install stdune             3.19.0     [required by dune-private-libs]
  - install linksem            0.8        [required by libsail]
  - install dune-private-libs  3.19.0     [required by dune-site]
  - install dune-site          3.19.0     [required by libsail]
  - install libsail            0.19.1     [required by sail_ocaml_backend]
  - install sail_ocaml_backend 0.19.1*
===== 26 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[base64.3.5.1] found in cache
[csexp.1.5.2] found in cache
[dune.3.19.0] found in cache
[dune-private-libs.3.19.0] found in cache
[dune-site.3.19.0] found in cache
[dyn.3.19.0] found in cache
[lem.2025-03-13] found in cache
[libsail.0.19.1] found in cache
[linksem.0.8] found in cache
[menhir.20240715] found in cache
[menhirCST.20240715] found in cache
[menhirLib.20240715] found in cache
[menhirSdk.20240715] found in cache
[num.1.5-1] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ordering.3.19.0] found in cache
[ott.0.32] found in cache
[pp.2.0.0] found in cache
[pprint.20230830] found in cache
[sail_ocaml_backend.0.19.1] found in cache
[stdune.3.19.0] found in cache
[yojson.3.0.0] found in cache
[zarith.1.13] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.13
-> installed ott.0.32
-> installed dune.3.19.0
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed yojson.3.0.0
-> installed ordering.3.19.0
-> installed dyn.3.19.0
-> installed stdune.3.19.0
-> 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
-> installed sail_ocaml_backend.0.19.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-09 14:30.13 ---> saved as "77ca80f53b5641d6e6a7e8d15d40e1159624f5cb87d0949fc122f6af710b99cc"
Job succeeded
2025-06-09 14:30.26: Job succeeded