(not at the head of any monitored branch or PR)
2025-06-09 08:15.48: New job: build guile.1.0, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27772/head (1b214dd1185915e20dd24d04fd5fd7e7b18b7118)
                              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/27772/head" && git reset --hard 1b214dd1
git fetch origin master
git merge --no-edit d6f4eb7a6c58d3239a0944191739b7c405d367af
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:0cdf63dc41dff0c0494301e36537dc505c8709574e9f469e1007cdcda10d9885
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 guile.1.0 1.0
RUN opam depext guile.1.0 && opam reinstall guile.1.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" != 'guile.1.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-06-09 08:15.48: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:0cdf63dc41dff0c0494301e36537dc505c8709574e9f469e1007cdcda10d9885-guile.1.0-1b214dd1185915e20dd24d04fd5fd7e7b18b7118"
2025-06-09 08:15.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:0cdf63dc41dff0c0494301e36537dc505c8709574e9f469e1007cdcda10d9885)
 (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 guile.1.0 1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext guile.1.0 && opam reinstall guile.1.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\" != 'guile.1.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-06-09 08:15.48: Waiting for resource in pool OCluster
2025-06-09 08:15.48: Waiting for worker…
2025-06-09 08:19.16: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  87% (20322/23213)
Updating files:  88% (20428/23213)
Updating files:  89% (20660/23213)
Updating files:  90% (20892/23213)
Updating files:  91% (21124/23213)
Updating files:  92% (21356/23213)
Updating files:  93% (21589/23213)
Updating files:  94% (21821/23213)
Updating files:  95% (22053/23213)
Updating files:  96% (22285/23213)
Updating files:  97% (22517/23213)
Updating files:  98% (22749/23213)
Updating files:  99% (22981/23213)
Updating files: 100% (23213/23213)
Updating files: 100% (23213/23213), done.
HEAD is now at d6f4eb7a6c Merge pull request #27994 from claudemarche/master
Auto-merging packages/conf-guile/conf-guile.1/opam
Merge made by the 'ort' strategy.
 packages/conf-guile/conf-guile.1/opam | 1 +
 packages/guile/guile.1.0/opam         | 8 ++++++++
 2 files changed, 9 insertions(+)

(from ocaml/opam:debian-12-ocaml-5.3@sha256:0cdf63dc41dff0c0494301e36537dc505c8709574e9f469e1007cdcda10d9885)
2025-06-09 08:19.56 ---> using "0d6009597d4cd5c6e2fc2f171b02a7d6489a864d448f83a5732d0b3910a8b64d" 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 08:19.57 ---> saved as "58f46c1e95eed2de973a59ce00b98e9e2b252456887fc16762ef5fecc5d5a326"

/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 08:21.00 ---> saved as "f7ffa6e9cc5201a1352216738210480d73c6343faef1d208689c8983b482d517"

/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-06-09 08:21.00 ---> saved as "fffb0137d1e2161f79e4342a5e5618041faece92203b000d3d0fcba1aa2eb04f"

/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 08:21.10 ---> saved as "d1856f21e21a5c883fecbbcfd6bb8a15791794e8d7f2db2de742fbcac6bf9c5c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 08:21.24 ---> saved as "4d9773d183b3e2ce182182b03c1c29c84cb95c42e58ef8d23ec2e5c7f7fbba7b"

/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 08:21.40 ---> saved as "f877df321e162a85ed0a96222961f80f3ad2f1c1b41fdeedab6cfc413751002b"

/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 (1006 kB/s)
Reading package lists...
# OS package update successful
2025-06-09 08:21.42 ---> saved as "6c14d22d838838755cd9860ac8251ebfa081f85282c69c433ff5326774ac0844"

/home/opam: (run (shell "opam pin add -k version -yn guile.1.0 1.0"))
guile is now pinned to version 1.0
2025-06-09 08:21.43 ---> saved as "92bf020c76b70b47c240ad412c77c852b13936d78bd5f9a0ca7ad7e74353c89b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext guile.1.0 && opam reinstall guile.1.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\" != 'guile.1.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
# The following system packages are needed:
guile-3.0-dev
libffi-dev
libgmp-dev
pkg-config
The following command needs to be run through "sudo":
    apt-get install -qq -yy guile-3.0-dev libffi-dev libgmp-dev pkg-config
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libmagic-mgc.
(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 ... 18776 files and directories currently installed.)
Preparing to unpack .../00-libmagic-mgc_1%3a5.44-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.44-3) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../01-libmagic1_1%3a5.44-3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.44-3) ...
Selecting previously unselected package file.
Preparing to unpack .../02-file_1%3a5.44-3_amd64.deb ...
Unpacking file (1:5.44-3) ...
Selecting previously unselected package m4.
Preparing to unpack .../03-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../04-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../05-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../06-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package libgc1:amd64.
Preparing to unpack .../07-libgc1_1%3a8.2.2-3_amd64.deb ...
Unpacking libgc1:amd64 (1:8.2.2-3) ...
Selecting previously unselected package guile-3.0-libs:amd64.
Preparing to unpack .../08-guile-3.0-libs_3.0.8-2_amd64.deb ...
Unpacking guile-3.0-libs:amd64 (3.0.8-2) ...
Selecting previously unselected package guile-3.0.
Preparing to unpack .../09-guile-3.0_3.0.8-2_amd64.deb ...
Unpacking guile-3.0 (3.0.8-2) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../10-libncurses6_6.4-4_amd64.deb ...
Unpacking libncurses6:amd64 (6.4-4) ...
Selecting previously unselected package libncurses-dev:amd64.
Preparing to unpack .../11-libncurses-dev_6.4-4_amd64.deb ...
Unpacking libncurses-dev:amd64 (6.4-4) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../12-libncurses5-dev_6.4-4_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.4-4) ...
Selecting previously unselected package libreadline-dev:amd64.
Preparing to unpack .../13-libreadline-dev_8.2-1.3_amd64.deb ...
Unpacking libreadline-dev:amd64 (8.2-1.3) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../14-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../15-libltdl-dev_2.4.7-7~deb12u1_amd64.deb ...
Unpacking libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
Preparing to unpack .../16-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 .../17-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 libgc-dev:amd64.
Preparing to unpack .../18-libgc-dev_1%3a8.2.2-3_amd64.deb ...
Unpacking libgc-dev:amd64 (1:8.2.2-3) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../19-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../20-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../21-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../22-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Selecting previously unselected package guile-3.0-dev.
Preparing to unpack .../23-guile-3.0-dev_3.0.8-2_amd64.deb ...
Unpacking guile-3.0-dev (3.0.8-2) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../24-libffi-dev_3.4.4-1_amd64.deb ...
Unpacking libffi-dev:amd64 (3.4.4-1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../25-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Setting up libmagic-mgc (1:5.44-3) ...
Setting up libmagic1:amd64 (1:5.44-3) ...
Setting up m4 (1.4.19-3) ...
Setting up file (1:5.44-3) ...
Setting up libffi-dev:amd64 (3.4.4-1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
Setting up libncurses6:amd64 (6.4-4) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up libgc1:amd64 (1:8.2.2-3) ...
Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
Setting up autoconf (2.71-3) ...
Setting up libgc-dev:amd64 (1:8.2.2-3) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libncurses-dev:amd64 (6.4-4) ...
Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up guile-3.0-libs:amd64 (3.0.8-2) ...
Setting up libreadline-dev:amd64 (8.2-1.3) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up libncurses5-dev:amd64 (6.4-4) ...
Setting up guile-3.0 (3.0.8-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/guile/3.0/bin/guile to provide /usr/bin/guile (guile) in auto mode
Setting up guile-3.0-dev (3.0.8-2) ...
update-alternatives: using /usr/bin/guile-config-3.0 to provide /usr/bin/guile-config (guile-config) in auto mode
update-alternatives: using /usr/share/aclocal/guile-3.0.m4 to provide /usr/share/aclocal/guile.m4 (guile-autoconf-macros) in auto mode
Processing triggers for libc-bin (2.36-9+deb12u10) ...
# OS packages installation successful
guile.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install conf-gmp          5       [required by guile]
  - install num               1.5-1   [required by sexplib]
  - install dune              3.19.0  [required by guile]
  - install conf-pkg-config   4       [required by conf-guile, ctypes-foreign]
  - install stdlib-shims      0.3.0   [required by integers]
  - install sexplib0          v0.16.0 [required by sexplib]
  - install csexp             1.5.2   [required by dune-configurator]
  - install bigarray-compat   1.1.0   [required by ctypes]
  - install conf-libffi       2.0.0   [required by ctypes-foreign]
  - install conf-guile        1       [required by guile]
  - install integers          0.7.0   [required by ctypes]
  - install parsexp           v0.16.0 [required by sexplib]
  - install dune-configurator 3.19.0  [required by guile]
  - install sexplib           v0.16.0 [required by guile]
  - install ctypes            0.23.0  [required by guile]
  - install base              v0.16.4 [required by stdio]
  - install ctypes-foreign    0.23.0  [required by guile]
  - install stdio             v0.16.0 [required by guile]
  - install guile             1.0*
===== 19 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[base.v0.16.4] found in cache
[bigarray-compat.1.1.0] found in cache
[csexp.1.5.2] found in cache
[ctypes.0.23.0] found in cache
[ctypes-foreign.0.23.0] found in cache
[dune.3.19.0] found in cache
[dune-configurator.3.19.0] found in cache
[guile.1.0] found in cache
[integers.0.7.0] found in cache
[num.1.5-1] found in cache
[parsexp.v0.16.0] found in cache
[sexplib.v0.16.0] found in cache
[sexplib0.v0.16.0] found in cache
[stdio.v0.16.0] found in cache
[stdlib-shims.0.3.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-guile.1
-> installed conf-libffi.2.0.0
-> installed num.1.5-1
-> installed dune.3.19.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.19.0
-> installed sexplib.v0.16.0
-> installed ctypes.0.23.0
-> installed base.v0.16.4
-> installed ctypes-foreign.0.23.0
-> installed stdio.v0.16.0
-> installed guile.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-09 08:22.44 ---> saved as "2f9bca8a41b4d0d7a407a01469e4f1655c3ca9e7a1c461966a805e0f313e01af"
Job succeeded
2025-06-09 08:22.54: Job succeeded