(for PR #27772)

2025-04-18 08:17.33: New job: build guile.1.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27772/head (497446a512165ef94ab1ef24c75489e17a33a7e8)
                              on debian-12-ocaml-5.3/ppc64le

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 497446a5
git fetch origin master
git merge --no-edit a84d26e26b3ca794e650c0fd99492d0c35bb2f63
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08
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 guile.1.0 1.0
RUN 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-04-18 08:17.33: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08-guile.1.0-497446a512165ef94ab1ef24c75489e17a33a7e8"
2025-04-18 08:17.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08)
 (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 guile.1.0 1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "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-04-18 08:17.33: Waiting for resource in pool OCluster
2025-04-18 08:17.33: Waiting for worker…
2025-04-18 08:17.33: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
Updating files:  28% (6616/22917)
Updating files:  29% (6646/22917)
Updating files:  30% (6876/22917)
Updating files:  31% (7105/22917)
Updating files:  32% (7334/22917)
Updating files:  33% (7563/22917)
Updating files:  34% (7792/22917)
Updating files:  35% (8021/22917)
Updating files:  36% (8251/22917)
Updating files:  37% (8480/22917)
Updating files:  38% (8709/22917)
Updating files:  39% (8938/22917)
Updating files:  40% (9167/22917)
Updating files:  41% (9396/22917)
Updating files:  42% (9626/22917)
Updating files:  43% (9855/22917)
Updating files:  44% (10084/22917)
Updating files:  45% (10313/22917)
Updating files:  46% (10542/22917)
Updating files:  47% (10771/22917)
Updating files:  48% (11001/22917)
Updating files:  49% (11230/22917)
Updating files:  50% (11459/22917)
Updating files:  51% (11688/22917)
Updating files:  52% (11917/22917)
Updating files:  53% (12147/22917)
Updating files:  54% (12376/22917)
Updating files:  55% (12605/22917)
Updating files:  56% (12834/22917)
Updating files:  57% (13063/22917)
Updating files:  58% (13292/22917)
Updating files:  59% (13522/22917)
Updating files:  60% (13751/22917)
Updating files:  60% (13924/22917)
Updating files:  61% (13980/22917)
Updating files:  62% (14209/22917)
Updating files:  63% (14438/22917)
Updating files:  64% (14667/22917)
Updating files:  65% (14897/22917)
Updating files:  66% (15126/22917)
Updating files:  67% (15355/22917)
Updating files:  68% (15584/22917)
Updating files:  69% (15813/22917)
Updating files:  70% (16042/22917)
Updating files:  71% (16272/22917)
Updating files:  72% (16501/22917)
Updating files:  73% (16730/22917)
Updating files:  74% (16959/22917)
Updating files:  75% (17188/22917)
Updating files:  76% (17417/22917)
Updating files:  77% (17647/22917)
Updating files:  78% (17876/22917)
Updating files:  79% (18105/22917)
Updating files:  80% (18334/22917)
Updating files:  81% (18563/22917)
Updating files:  82% (18792/22917)
Updating files:  83% (19022/22917)
Updating files:  84% (19251/22917)
Updating files:  85% (19480/22917)
Updating files:  86% (19709/22917)
Updating files:  87% (19938/22917)
Updating files:  88% (20167/22917)
Updating files:  89% (20397/22917)
Updating files:  90% (20626/22917)
Updating files:  91% (20855/22917)
Updating files:  91% (20859/22917)
Updating files:  92% (21084/22917)
Updating files:  93% (21313/22917)
Updating files:  94% (21542/22917)
Updating files:  95% (21772/22917)
Updating files:  96% (22001/22917)
Updating files:  97% (22230/22917)
Updating files:  98% (22459/22917)
Updating files:  99% (22688/22917)
Updating files: 100% (22917/22917)
Updating files: 100% (22917/22917), done.
HEAD is now at 881bc19346 smtml 0.4.1 is not compatible with bitwuzla-cxx 0.7.0
HEAD is now at a84d26e26b Merge pull request #27790 from mseri/smtml
Merge made by the 'ort' strategy.
 packages/conf-guile/conf-guile.1/opam | 1 +
 packages/guile/guile.1.0/opam         | 7 +++++++
 2 files changed, 8 insertions(+)

(from ocaml/opam:debian-12-ocaml-5.3@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08' locally
docker.io/ocaml/opam@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08: Pulling from ocaml/opam
Digest: sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08
Status: Downloaded newer image for ocaml/opam@sha256:fe6fc929b4776d7dc3ea2543e8ef8dbe1b28a6bd36c2305a458de6cd8b0d1e08
2025-04-18 08:17.42 ---> using "e47b144843cc2c8d04b26921698fb835b1d862e89b6232c3ff5f5a7a9b47f0c8" 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-18 08:17.42 ---> using "7752f06b327eb174e7fddea2b975c90285ed2bcfdca28ce037df4cfb72005d53" 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-18 08:17.42 ---> using "fab65fa31a2368bc76b91f3345ed3cef6b1309774d5a03a54e903b73172ded43" 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=ppc64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 175
# 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-18 08:17.42 ---> using "10470b211a2e7e87fe6c31408a4a15cb5398faaaede94884a98489cccf34007c" 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-18 08:17.42 ---> using "264835cb3ba4dd9ec18879ebcf7c4ada54fa2a8ccafbedf7b5709d06eebf1364" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-18 08:19.40 ---> saved as "603aeb4defdadc0a15fe3d6f3dc7a935e851013831b99352d909f8fe1aa5ebc1"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-18 08:20.27 ---> saved as "03054cea7aab37bf55c6bef91821ac47f3d2b985d21b738a7364f704ca29e4af"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/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 ppc64el Packages [242 kB]
- Fetched 346 kB in 1s (628 kB/s)
- Reading package lists...
- 
2025-04-18 08:20.30 ---> saved as "e373a718806f3cd4e11f5780146fbd7a28679ecd5fd6f859e35ad78e4c49f906"

/home/opam: (run (shell "opam pin add -k version -yn guile.1.0 1.0"))
guile is now pinned to version 1.0
2025-04-18 08:20.31 ---> saved as "8b24f0e17cf43071ba81a52ffcd788ff438a8786e053aa508077231992bb220f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "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"))
guile.1.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 20 packages
  - install base                    v0.17.1      [required by stdio]
  - install bigarray-compat         1.1.0        [required by ctypes]
  - install conf-gmp                5            [required by guile]
  - install conf-guile              1            [required by guile]
  - install conf-libffi             2.0.0        [required by ctypes-foreign]
  - install conf-pkg-config         4            [required by conf-guile, ctypes-foreign]
  - install csexp                   1.5.2        [required by dune-configurator]
  - install ctypes                  0.23.0       [required by guile]
  - install ctypes-foreign          0.23.0       [required by guile]
  - install dune                    3.18.1       [required by guile]
  - install dune-configurator       3.18.1       [required by guile]
  - install guile                   1.0 (pinned)
  - install integers                0.7.0        [required by ctypes]
  - install num                     1.5-1        [required by sexplib]
  - install ocaml_intrinsics_kernel v0.17.1      [required by base]
  - install parsexp                 v0.17.0      [required by sexplib]
  - install sexplib                 v0.17.0      [required by guile]
  - install sexplib0                v0.17.0      [required by sexplib]
  - install stdio                   v0.17.0      [required by guile]
  - install stdlib-shims            0.3.0        [required by integers]

The following system packages will first need to be installed:
    guile-3.0-dev libffi-dev libgmp-dev pkg-config

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "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 ... 18720 files and directories currently installed.)
- Preparing to unpack .../00-libmagic-mgc_1%3a5.44-3_ppc64el.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:ppc64el.
- Preparing to unpack .../01-libmagic1_1%3a5.44-3_ppc64el.deb ...
- Unpacking libmagic1:ppc64el (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../02-file_1%3a5.44-3_ppc64el.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../03-m4_1.4.19-3_ppc64el.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:ppc64el.
- Preparing to unpack .../07-libgc1_1%3a8.2.2-3_ppc64el.deb ...
- Unpacking libgc1:ppc64el (1:8.2.2-3) ...
- Selecting previously unselected package guile-3.0-libs:ppc64el.
- Preparing to unpack .../08-guile-3.0-libs_3.0.8-2_ppc64el.deb ...
- Unpacking guile-3.0-libs:ppc64el (3.0.8-2) ...
- Selecting previously unselected package guile-3.0.
- Preparing to unpack .../09-guile-3.0_3.0.8-2_ppc64el.deb ...
- Unpacking guile-3.0 (3.0.8-2) ...
- Selecting previously unselected package libncurses6:ppc64el.
- Preparing to unpack .../10-libncurses6_6.4-4_ppc64el.deb ...
- Unpacking libncurses6:ppc64el (6.4-4) ...
- Selecting previously unselected package libncurses-dev:ppc64el.
- Preparing to unpack .../11-libncurses-dev_6.4-4_ppc64el.deb ...
- Unpacking libncurses-dev:ppc64el (6.4-4) ...
- Selecting previously unselected package libncurses5-dev:ppc64el.
- Preparing to unpack .../12-libncurses5-dev_6.4-4_ppc64el.deb ...
- Unpacking libncurses5-dev:ppc64el (6.4-4) ...
- Selecting previously unselected package libreadline-dev:ppc64el.
- Preparing to unpack .../13-libreadline-dev_8.2-1.3_ppc64el.deb ...
- Unpacking libreadline-dev:ppc64el (8.2-1.3) ...
- Selecting previously unselected package libltdl7:ppc64el.
- Preparing to unpack .../14-libltdl7_2.4.7-7~deb12u1_ppc64el.deb ...
- Unpacking libltdl7:ppc64el (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libltdl-dev:ppc64el.
- Preparing to unpack .../15-libltdl-dev_2.4.7-7~deb12u1_ppc64el.deb ...
- Unpacking libltdl-dev:ppc64el (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libgmpxx4ldbl:ppc64el.
- Preparing to unpack .../16-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../17-libgmp-dev_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgc-dev:ppc64el.
- Preparing to unpack .../18-libgc-dev_1%3a8.2.2-3_ppc64el.deb ...
- Unpacking libgc-dev:ppc64el (1:8.2.2-3) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../19-libpkgconf3_1.8.1-1_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../20-pkgconf-bin_1.8.1-1_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../21-pkgconf_1.8.1-1_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-1) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../22-pkg-config_1.8.1-1_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-1) ...
- Selecting previously unselected package guile-3.0-dev.
- Preparing to unpack .../23-guile-3.0-dev_3.0.8-2_ppc64el.deb ...
- Unpacking guile-3.0-dev (3.0.8-2) ...
- Selecting previously unselected package libffi-dev:ppc64el.
- Preparing to unpack .../24-libffi-dev_3.4.4-1_ppc64el.deb ...
- Unpacking libffi-dev:ppc64el (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:ppc64el (1:5.44-3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up file (1:5.44-3) ...
- Setting up libffi-dev:ppc64el (3.4.4-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:ppc64el (1.8.1-1) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Setting up libncurses6:ppc64el (6.4-4) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:ppc64el (1:8.2.2-3) ...
- Setting up libltdl7:ppc64el (2.4.7-7~deb12u1) ...
- Setting up autoconf (2.71-3) ...
- Setting up libgc-dev:ppc64el (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:ppc64el (6.4-4) ...
- Setting up libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Setting up libtool (2.4.7-7~deb12u1) ...
- Setting up guile-3.0-libs:ppc64el (3.0.8-2) ...
- Setting up libreadline-dev:ppc64el (8.2-1.3) ...
- Setting up pkgconf:ppc64el (1.8.1-1) ...
- Setting up libltdl-dev:ppc64el (2.4.7-7~deb12u1) ...
- Setting up pkg-config:ppc64el (1.8.1-1) ...
- Setting up libncurses5-dev:ppc64el (6.4-4) ...
- Setting up guile-3.0 (3.0.8-2) ...
- update-alternatives: using /usr/lib/powerpc64le-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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> installed conf-guile.1
-> installed conf-libffi.2.0.0
-> retrieved dune.3.18.1, dune-configurator.3.18.1  (cached)
-> retrieved guile.1.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed num.1.5-1
-> installed dune.3.18.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.18.1
-> installed sexplib.v0.17.0
-> installed ctypes.0.23.0
-> installed base.v0.17.1
-> installed ctypes-foreign.0.23.0
-> installed stdio.v0.17.0
-> installed guile.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-18 08:21.50 ---> saved as "4fa5b09993ad9a95133e212bf2ba2c6ef49dd04d44268ca4165a990350565ded"
Job succeeded
2025-04-18 08:22.15: Job succeeded