(not at the head of any monitored branch or PR)
2025-06-10 01:23.54: New job: build sail_ocaml_backend.0.19.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28004/head (3844593231c3fdb39e72e63dcee4e6ebfcd3ab58)
                              on fedora-42-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 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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_ocaml_backend.0.19.1 0.19.1
RUN 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 "\"fedora-42\""; 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-10 01:23.54: Using cache hint "ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c-sail_ocaml_backend.0.19.1-3844593231c3fdb39e72e63dcee4e6ebfcd3ab58"
2025-06-10 01:23.54: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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_ocaml_backend.0.19.1 0.19.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "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 \"\\\"fedora-42\\\"\"; 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-10 01:23.54: Waiting for resource in pool OCluster
2025-06-10 01:23.55: Waiting for worker…
2025-06-10 01:27.36: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Merge made by the 'ort' strategy.
 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:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c)
2025-06-10 01:28.00 ---> saved as "6219cec5618da56ab7f2d1a249180f4afe319ecdd103db509824f628c646fc56"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-10 01:28.00 ---> saved as "34915457b2f2b03505d090e2239a5ea0f64f8248cade3810655d8a04a53948e4"

/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 development 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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-10 01:28.25 ---> saved as "fe1a419678bcfb43ec8f0c8d8ddcb3b2ffc106bc5377e3d161926a06721a1a94"

/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# 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-10 01:28.26 ---> saved as "5131754fa6b37e593c83d44d0afe24504a38273253aca9f6ba1eb35a0b64f54b"

/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-10 01:28.43 ---> saved as "d3e2441fdc9181c24bb0e613cbdec8373f697fb020c2393aa850df6753ff9bbe"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 01:28.52 ---> saved as "aade878b4a707a9c872f174f50990075c68b3094a7ec0997855494fd5c908499"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 01:29.12 ---> saved as "14673162887f17e66371df3d8c012601fdc800a22ebe64c74e36bec1f81d0404"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% | 172.2 KiB/s |  24.6 KiB |  00m00s
-  Fedora 42 - x86_64 - Updates           100% |   1.0 MiB/s |   1.9 MiB |  00m02s
- Repositories loaded.
- Metadata cache created.
2025-06-10 01:29.16 ---> saved as "1cd4f8b5545c0d6b256f8a2b559a50b20d39bed1ada350f2fba2b8ad0eeedd41"

/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-10 01:29.17 ---> saved as "33f6f31cf40085e589763ccfc519330ee606f79a948764d88124fe5173edafb3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "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 \"\\\"fedora-42\\\"\"; 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"))
sail_ocaml_backend.0.19.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 28 packages
  - install base64             3.5.1           [required by sail_ocaml_backend]
  - 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 sail_ocaml_backend]
  - 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          [required by sail_ocaml_backend]
  - 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 sail_ocaml_backend 0.19.1 (pinned)
  - 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:
    gmp-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package    Arch   Version        Repository      Size
- Installing:
-  gmp-devel x86_64 1:6.3.0-4.fc42 fedora     352.3 KiB
- Installing dependencies:
-  gmp-c++   x86_64 1:6.3.0-4.fc42 fedora      27.6 KiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).
- [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64     100% |  70.1 KiB/s |  18.5 KiB |  00m00s
- [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64   100% |  87.8 KiB/s | 174.4 KiB |  00m02s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% |  91.0 KiB/s | 192.9 KiB |  00m02s
- Running transaction
- [1/4] Verify package files              100% |   2.0 KiB/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  62.0   B/s |   2.0   B |  00m00s
- [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% |  13.9 MiB/s |  28.5 KiB |  00m00s
- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% |   9.3 MiB/s | 354.1 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-4.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-findutils.1
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> 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, sail_ocaml_backend.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 base64.3.5.1
-> 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 menhir.20240715
-> installed dune-site.3.19.0
-> installed lem.2025-03-13
-> installed linksem.0.8
-> installed libsail.0.19.1
-> installed sail_ocaml_backend.0.19.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 01:31.37 ---> saved as "b81c0bb1d1471a8bfe10331b6697b605922d6f27c1055702f01c04a3bc418c26"
Job succeeded
2025-06-10 01:31.48: Job succeeded