(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.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27753/head (de8f21c58dd040de2febddac311e5eb41ec4e652)
                              on debian-12-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/27753/head" && git reset --hard de8f21c5
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989
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 digestif.1.3.0 1.3.0
RUN opam depext digestif.1.3.0 && 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 "\"debian-12\""; 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:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989-digestif.1.3.0-de8f21c58dd040de2febddac311e5eb41ec4e652"
2025-04-14 08:46.31: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989)
 (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 digestif.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext digestif.1.3.0 && 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 \"\\\"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\" != '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:48.17: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
Updating files:  68% (15669/22853)
Updating files:  69% (15769/22853)
Updating files:  70% (15998/22853)
Updating files:  71% (16226/22853)
Updating files:  72% (16455/22853)
Updating files:  73% (16683/22853)
Updating files:  74% (16912/22853)
Updating files:  75% (17140/22853)
Updating files:  76% (17369/22853)
Updating files:  77% (17597/22853)
Updating files:  78% (17826/22853)
Updating files:  79% (18054/22853)
Updating files:  80% (18283/22853)
Updating files:  81% (18511/22853)
Updating files:  82% (18740/22853)
Updating files:  83% (18968/22853)
Updating files:  84% (19197/22853)
Updating files:  85% (19426/22853)
Updating files:  86% (19654/22853)
Updating files:  87% (19883/22853)
Updating files:  88% (20111/22853)
Updating files:  89% (20340/22853)
Updating files:  90% (20568/22853)
Updating files:  91% (20797/22853)
Updating files:  92% (21025/22853)
Updating files:  93% (21254/22853)
Updating files:  94% (21482/22853)
Updating files:  95% (21711/22853)
Updating files:  96% (21939/22853)
Updating files:  97% (22168/22853)
Updating files:  98% (22396/22853)
Updating files:  99% (22625/22853)
Updating files: 100% (22853/22853)
Updating files: 100% (22853/22853), done.
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:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989)
2025-04-14 08:48.21 ---> using "ff3446318adf1df00a2dde4078347f1dfff9a7c29986bd20a80913e0a1b190c6" 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-04-14 08:48.21 ---> using "b03967c540f8e553f787cbe9bd8cb522af594482f7d031351ac5afb1d6b4f144" from cache

/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-04-14 08:48.21 ---> using "6eaef60f63813a8789462aa87b2e768b20efb1cd847f69828173e3195bd068b5" from cache

/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    5.3
2025-04-14 08:48.21 ---> using "59dd16c8b5b1d52b151a9fe41afec328817af0650609b06ccb340a0d4c49d8b5" 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:48.21 ---> using "a9fbbd3c44c248463164794344fc45b7dc1b066ae07fb7f0e29d94b7c2a6b4cb" from cache

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

/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-04-14 08:48.45 ---> saved as "8b45e011cef8d2fa9bc3f16532ef15c89fffe2d80984ae66988e6f6a77b19ecc"

/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 [254 kB]
Fetched 357 kB in 0s (1158 kB/s)
Reading package lists...
# OS package update successful
2025-04-14 08:48.47 ---> saved as "a077a92eda2c89204a872f60d98d865f2c6a5e0b0acae93a9b800b44dab17309"

/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:48.48 ---> saved as "29086bb5a00082f9a72e5c0f762f51a2c6ac98c6d8fc7d808b251361c2ad8f5c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext digestif.1.3.0 && 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 \"\\\"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\" != '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"))
# 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.
digestif.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune     3.18.0 [required by digestif]
  - install eqaf     0.10   [required by digestif]
  - install digestif 1.3.0*
===== 3 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[digestif.1.3.0] found in cache
[dune.3.18.0] found in cache
[eqaf.0.10] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.3.18.0
-> installed eqaf.0.10
-> installed digestif.1.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-14 08:49.37 ---> saved as "ce725925ae842dc215ba4c7b7e5b6780806aeb120c7f2b872f4d2ea2d402e547"
Job succeeded
2025-04-14 08:49.44: Job succeeded