(not at the head of any monitored branch or PR)
2025-04-15 16:42.31: New job: build x509.1.0.6, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27763/head (b39d2f53cb93ceb35bf42e437269ae15a231f3f7)
                              on opensuse-tumbleweed-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/27763/head" && git reset --hard b39d2f53
git fetch origin master
git merge --no-edit 70b82be6e261da74b766f9bb1344a1ecd5b1909d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:ecb52095c344b00bfe84aeb481a15848c1fed672608efd36f3ebb886ea611516
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 x509.1.0.6 1.0.6
RUN opam reinstall x509.1.0.6; \
    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 "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'x509.1.0.6' && 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-04-15 16:42.31: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:ecb52095c344b00bfe84aeb481a15848c1fed672608efd36f3ebb886ea611516-x509.1.0.6-b39d2f53cb93ceb35bf42e437269ae15a231f3f7"
2025-04-15 16:42.31: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:ecb52095c344b00bfe84aeb481a15848c1fed672608efd36f3ebb886ea611516)
 (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 x509.1.0.6 1.0.6"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall x509.1.0.6;\
             \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 \"\\\"opensuse-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'x509.1.0.6' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-04-15 16:42.31: Waiting for resource in pool OCluster
2025-04-16 07:09.18: Waiting for worker…
2025-04-16 07:11.33: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
Updating files:  84% (19258/22880)
Updating files:  85% (19448/22880)
Updating files:  86% (19677/22880)
Updating files:  87% (19906/22880)
Updating files:  88% (20135/22880)
Updating files:  89% (20364/22880)
Updating files:  90% (20592/22880)
Updating files:  91% (20821/22880)
Updating files:  92% (21050/22880)
Updating files:  93% (21279/22880)
Updating files:  94% (21508/22880)
Updating files:  95% (21736/22880)
Updating files:  96% (21965/22880)
Updating files:  97% (22194/22880)
Updating files:  98% (22423/22880)
Updating files:  99% (22652/22880)
Updating files: 100% (22880/22880)
Updating files: 100% (22880/22880), done.
HEAD is now at 45a9003972 [new release] dune (15 packages) (3.18.1)
HEAD is now at 70b82be6e2 Merge pull request #27756 from chetmurthy/release-camlp5-8.03.04
Updating 70b82be6e2..b39d2f53cb
Fast-forward
 packages/x509/x509.1.0.6/opam | 60 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 packages/x509/x509.1.0.6/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:ecb52095c344b00bfe84aeb481a15848c1fed672608efd36f3ebb886ea611516)
2025-04-16 07:12.49 ---> saved as "2f381b173b8713afae8c28f75d922c383c549987b1c5515b82d8f6434c7dd679"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-16 07:12.49 ---> saved as "7fa2e83312809bafdb6ed4b35b561e967f008902816fae48880d0f05f807ee6a"

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-16 07:13.18 ---> saved as "63482763790b627d272ca30a382fff17816631656abff4315cdca055f53fc122"

/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=opensuse-tumbleweed os-version=20250410
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# 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-04-16 07:13.19 ---> saved as "4d41942301a0408441f6e45fb6118f6a1628a4a230a497721665b9804ca315d2"

/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-04-16 07:13.25 ---> saved as "24a9167b9c207e21dc45c8caab1e338881e4c777330181834e85707602ed8f8d"

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-16 07:13.31 ---> saved as "375a0b6521896d0f5088759a40a9629d2895a547a142f26db4bb2204e7fa54c2"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-16 07:13.55 ---> saved as "8ec9d14a1556d4005b2cdfb3ce69aa74b3b6b0568df140dc48c8452d69029804"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [........
- .done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...........
- .....done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2025-04-16 07:14.06 ---> saved as "5e7b42f31d1dc75e358fb8e9b093fe338ca213821c36b20165695ca98c7ea9bc"

/home/opam: (run (shell "opam pin add -k version -yn x509.1.0.6 1.0.6"))
x509 is now pinned to version 1.0.6
2025-04-16 07:14.08 ---> saved as "ad31ef05298e444a53c070bf76e6383b91df2778e00a80e04c857567e6efc0be"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall x509.1.0.6;\
                        \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 \"\\\"opensuse-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'x509.1.0.6' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
x509.1.0.6 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 29 packages
  - install asn1-combinators  0.3.2          [required by x509]
  - install base64            3.5.1          [required by x509]
  - install conf-gmp          5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec 4              [required by mirage-crypto-pk]
  - install conf-pkg-config   4              [required by zarith]
  - install csexp             1.5.2          [required by dune-configurator]
  - install digestif          1.2.0          [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
  - install domain-name       0.4.1          [required by x509]
  - install dune              3.18.0         [required by x509]
  - install dune-configurator 3.18.0         [required by mirage-crypto-ec]
  - install duration          0.2.1          [required by mirage-crypto-rng]
  - install eqaf              0.10           [required by mirage-crypto-ec, mirage-crypto-pk]
  - install fmt               0.10.0         [required by x509]
  - install gmap              0.3.0          [required by x509]
  - install ipaddr            5.6.0          [required by x509]
  - install kdf               1.0.0          [required by x509]
  - install logs              0.8.0          [required by x509]
  - install macaddr           5.6.0          [required by ipaddr]
  - install mirage-crypto     2.0.0          [required by x509]
  - install mirage-crypto-ec  2.0.0          [required by x509]
  - install mirage-crypto-pk  2.0.0          [required by x509]
  - install mirage-crypto-rng 2.0.0          [required by x509]
  - install ocamlbuild        0.16.1         [required by fmt, logs]
  - install ocamlfind         1.9.8          [required by fmt, logs]
  - install ohex              0.2.0          [required by x509]
  - install ptime             1.2.0          [required by x509]
  - install topkg             1.0.8          [required by fmt, logs]
  - install x509              1.0.6 (pinned)
  - install zarith            1.14           [required by mirage-crypto-pk]

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 zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "gmp-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 2 NEW packages are going to be installed:
-   gmp-devel libgmpxx4
- 
- 2 new packages to install.
- 
- Package download size:   323.6 KiB
- 
- Package install size change:
-               |       1.1 MiB  required by packages that will be installed
-      1.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libgmpxx4-6.3.0-5.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/2),  17.7 KiB    
- Retrieving: libgmpxx4-6.3.0-5.1.x86_64.rpm [.done]
- Retrieving: gmp-devel-6.3.0-5.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/2), 305.9 KiB    
- Retrieving: gmp-devel-6.3.0-5.1.x86_64.rpm [..done]
- 
- Checking for file conflicts: [..done]
- (1/2) Installing: libgmpxx4-6.3.0-5.1.x86_64 [..done]
- (2/2) Installing: gmp-devel-6.3.0-5.1.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.2.0  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved dune.3.18.0, dune-configurator.3.18.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved mirage-crypto.2.0.0, mirage-crypto-ec.2.0.0, mirage-crypto-pk.2.0.0, mirage-crypto-rng.2.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved x509.1.0.6  (https://github.com/mirleft/ocaml-x509/releases/download/v1.0.6/x509-1.0.6.tbz)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed logs.0.8.0
-> installed dune.3.18.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed ohex.0.2.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.1
-> installed domain-name.0.4.1
-> installed eqaf.0.10
-> installed macaddr.5.6.0
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed dune-configurator.3.18.0
-> installed mirage-crypto.2.0.0
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.0.0
-> installed mirage-crypto-pk.2.0.0
-> installed mirage-crypto-ec.2.0.0
-> installed x509.1.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-16 07:15.08 ---> saved as "1adb38be5d037de1d7e10729766f088f1b9da45426e66dfd0c55a38d15be1b57"
Job succeeded
2025-04-16 07:15.13: Job succeeded