(not at the head of any monitored branch or PR)
2025-04-14 08:46.31: New job: build digestif.1.3.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27753/head (de8f21c58dd040de2febddac311e5eb41ec4e652)
                              on ubuntu-24.04-ocaml-5.3/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27753/head" && git reset --hard de8f21c5
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca
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 digestif.1.3.0 1.3.0
RUN opam reinstall digestif.1.3.0; \
    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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'digestif.1.3.0' && 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-14 08:46.31: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca-digestif.1.3.0-de8f21c58dd040de2febddac311e5eb41ec4e652"
2025-04-14 08:46.31: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca)
 (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 digestif.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall digestif.1.3.0;\
             \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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'digestif.1.3.0' && 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-14 08:46.31: Waiting for resource in pool OCluster
2025-04-14 08:46.32: Waiting for worker…
2025-04-14 08:46.32: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files:  12% (2758/22858)
Updating files:  13% (2972/22858)
Updating files:  14% (3201/22858)
Updating files:  15% (3429/22858)
Updating files:  16% (3658/22858)
Updating files:  17% (3886/22858)
Updating files:  18% (4115/22858)
Updating files:  19% (4344/22858)
Updating files:  20% (4572/22858)
Updating files:  21% (4801/22858)
Updating files:  22% (5029/22858)
Updating files:  23% (5258/22858)
Updating files:  23% (5278/22858)
Updating files:  24% (5486/22858)
Updating files:  25% (5715/22858)
Updating files:  26% (5944/22858)
Updating files:  27% (6172/22858)
Updating files:  28% (6401/22858)
Updating files:  29% (6629/22858)
Updating files:  30% (6858/22858)
Updating files:  31% (7086/22858)
Updating files:  32% (7315/22858)
Updating files:  33% (7544/22858)
Updating files:  34% (7772/22858)
Updating files:  34% (7784/22858)
Updating files:  35% (8001/22858)
Updating files:  36% (8229/22858)
Updating files:  37% (8458/22858)
Updating files:  38% (8687/22858)
Updating files:  39% (8915/22858)
Updating files:  40% (9144/22858)
Updating files:  41% (9372/22858)
Updating files:  42% (9601/22858)
Updating files:  43% (9829/22858)
Updating files:  43% (10041/22858)
Updating files:  44% (10058/22858)
Updating files:  45% (10287/22858)
Updating files:  46% (10515/22858)
Updating files:  47% (10744/22858)
Updating files:  48% (10972/22858)
Updating files:  49% (11201/22858)
Updating files:  50% (11429/22858)
Updating files:  51% (11658/22858)
Updating files:  52% (11887/22858)
Updating files:  53% (12115/22858)
Updating files:  54% (12344/22858)
Updating files:  54% (12440/22858)
Updating files:  55% (12572/22858)
Updating files:  56% (12801/22858)
Updating files:  57% (13030/22858)
Updating files:  58% (13258/22858)
Updating files:  59% (13487/22858)
Updating files:  60% (13715/22858)
Updating files:  61% (13944/22858)
Updating files:  62% (14172/22858)
Updating files:  63% (14401/22858)
Updating files:  64% (14630/22858)
Updating files:  64% (14821/22858)
Updating files:  65% (14858/22858)
Updating files:  66% (15087/22858)
Updating files:  67% (15315/22858)
Updating files:  68% (15544/22858)
Updating files:  69% (15773/22858)
Updating files:  70% (16001/22858)
Updating files:  71% (16230/22858)
Updating files:  72% (16458/22858)
Updating files:  73% (16687/22858)
Updating files:  74% (16915/22858)
Updating files:  75% (17144/22858)
Updating files:  75% (17196/22858)
Updating files:  76% (17373/22858)
Updating files:  77% (17601/22858)
Updating files:  78% (17830/22858)
Updating files:  79% (18058/22858)
Updating files:  80% (18287/22858)
Updating files:  81% (18515/22858)
Updating files:  82% (18744/22858)
Updating files:  83% (18973/22858)
Updating files:  84% (19201/22858)
Updating files:  85% (19430/22858)
Updating files:  85% (19564/22858)
Updating files:  86% (19658/22858)
Updating files:  87% (19887/22858)
Updating files:  88% (20116/22858)
Updating files:  89% (20344/22858)
Updating files:  90% (20573/22858)
Updating files:  91% (20801/22858)
Updating files:  92% (21030/22858)
Updating files:  93% (21258/22858)
Updating files:  94% (21487/22858)
Updating files:  95% (21716/22858)
Updating files:  95% (21802/22858)
Updating files:  96% (21944/22858)
Updating files:  97% (22173/22858)
Updating files:  98% (22401/22858)
Updating files:  99% (22630/22858)
Updating files: 100% (22858/22858)
Updating files: 100% (22858/22858), done.
HEAD is now at 11b0dcb764 [new release] tls (6 packages) (2.0.1)
HEAD is now at 34a3fc46c3 Merge pull request #27736 from Leonidas-from-XIV/core-unix-glibc
Updating 34a3fc46c3..de8f21c58d
Fast-forward
 packages/digestif/digestif.1.3.0/opam | 68 +++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)
 create mode 100644 packages/digestif/digestif.1.3.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca' locally
docker.io/ocaml/opam@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca: Pulling from ocaml/opam
6e1053d729cc: Already exists
70020f22a6da: Already exists
a99aa5c5fdc9: Already exists
0183accb66ab: Already exists
6b64d338467a: Already exists
b4fd817e357d: Already exists
093ce8c404c1: Already exists
edf7ca655210: Already exists
add17f78d886: Already exists
795d96136fc3: Already exists
40f677a9f5f3: Already exists
43aff7631cc9: Already exists
dee1a0a1459c: Already exists
a1681d9893ee: Already exists
da60b1ab5ad6: Already exists
da60b1ab5ad6: Already exists
fb8a70b65cb1: Already exists
1fb9c2b7b221: Already exists
876a2dbf9adb: Already exists
74d9838ef5ce: Already exists
4f4fb700ef54: Already exists
a378c37267ad: Already exists
030cc9dd64f2: Already exists
82fdda04a760: Already exists
b579b8361c0d: Already exists
70bcccf8db59: Already exists
dd129148f76c: Already exists
5c43943adb16: Already exists
b82e55811e17: Already exists
8f594400c163: Already exists
d4c55eb89951: Already exists
296bc47d2b36: Already exists
2c7dc57a9234: Already exists
faa1bacd9000: Already exists
ada64f9a66a6: Already exists
aa23598af6d5: Already exists
06f690bf7eef: Already exists
1048aa842aa9: Already exists
79f073dc777c: Pulling fs layer
7d32d4268171: Pulling fs layer
79a10064f4bc: Pulling fs layer
bb7499b77dbe: Pulling fs layer
03e0bc17cf64: Pulling fs layer
ed56cc07adf3: Pulling fs layer
55aa4d682a63: Pulling fs layer
bb7499b77dbe: Waiting
03e0bc17cf64: Waiting
ed56cc07adf3: Waiting
55aa4d682a63: Waiting
7d32d4268171: Verifying Checksum
7d32d4268171: Download complete
79f073dc777c: Verifying Checksum
79f073dc777c: Pull complete
7d32d4268171: Pull complete
79a10064f4bc: Verifying Checksum
79a10064f4bc: Download complete
ed56cc07adf3: Verifying Checksum
ed56cc07adf3: Download complete
03e0bc17cf64: Verifying Checksum
03e0bc17cf64: Download complete
55aa4d682a63: Verifying Checksum
55aa4d682a63: Download complete
79a10064f4bc: Pull complete
bb7499b77dbe: Verifying Checksum
bb7499b77dbe: Download complete
bb7499b77dbe: Pull complete
03e0bc17cf64: Pull complete
ed56cc07adf3: Pull complete
55aa4d682a63: Pull complete
Digest: sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca
Status: Downloaded newer image for ocaml/opam@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca
2025-04-14 08:46.59 ---> using "838d9935e07589fe62a0ae7b779444bef95e168915cee40e3b4e6fe7aa3ef1d9" from cache

/: (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-14 08:46.59 ---> using "86b510a839bc9ccb06c99f5c778ffdfdcbd9911dcefdfc38e577bcbed0345d12" from cache

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-14 08:46.59 ---> using "2033be8d7b526c22a2202dfb0d8588cf4e2174d2b869e42976a29dacb1dda9e8" from cache

/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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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-14 08:46.59 ---> using "76bba658aa0fae8661c45a981f4a34b95cd3a287efb68b188418d8a5b21656f8" from cache

/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-14 08:46.59 ---> using "a198a01ccdbba0b03bf094c33aefda5c9e2f573e1ffd53e96996a40e4f815f6a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-14 08:47.29 ---> saved as "b0e57fc27efc56cfcebb77cb8784af08be5cb67babbc5f1423e63fc059fabfe7"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-14 08:49.27 ---> saved as "a1d669bf471b48f4bdf9beeee5cfb0ac07e9f270c759c50fa347820813629baf"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [714 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1092 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [409 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [826 kB]
- Fetched 3419 kB in 2s (1976 kB/s)
- Reading package lists...
- 
2025-04-14 08:49.35 ---> saved as "fe136a07b80549c313b317b216b7855f769bf853fd0adc568cf05bba00a937f0"

/home/opam: (run (shell "opam pin add -k version -yn digestif.1.3.0 1.3.0"))
digestif is now pinned to version 1.3.0
2025-04-14 08:49.38 ---> saved as "028222437a3c971eb80320b7135e323745bb112a3c257e7ce620a8761646f8e3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall digestif.1.3.0;\
                        \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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'digestif.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
digestif.1.3.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
  - install digestif 1.3.0 (pinned)
  - install dune     3.18.0         [required by digestif]
  - install eqaf     0.10           [required by digestif]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved digestif.1.3.0  (https://github.com/mirage/digestif/releases/download/v1.3.0/digestif-1.3.0.tbz)
-> retrieved dune.3.18.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> installed dune.3.18.0
-> installed eqaf.0.10
-> installed digestif.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-14 08:54.06 ---> saved as "b964c3b6ad9e3c5df33d032c7e53fba9cdd91b28c587eec557e3966242e56fd4"
Job succeeded
2025-04-14 08:54.47: Job succeeded