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

2025-05-05 15:17.15: Waiting for resource in pool OCluster
2025-05-05 15:17.16: Waiting for worker…
2025-05-05 15:21.10: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  88% (20247/22992)
Updating files:  89% (20463/22992)
Updating files:  90% (20693/22992)
Updating files:  91% (20923/22992)
Updating files:  92% (21153/22992)
Updating files:  93% (21383/22992)
Updating files:  94% (21613/22992)
Updating files:  95% (21843/22992)
Updating files:  96% (22073/22992)
Updating files:  97% (22303/22992)
Updating files:  98% (22533/22992)
Updating files:  99% (22763/22992)
Updating files: 100% (22992/22992)
Updating files: 100% (22992/22992), done.
HEAD is now at e28c86445c Merge pull request #27816 from Leonidas-from-XIV/core-unix-alpine
Merge made by the 'ort' strategy.
 packages/conf-freeglut/conf-freeglut.1/opam           | 10 +++++++++-
 .../conf-mingw-w64-freeglut-i686.1/opam               | 19 +++++++++++++++++++
 .../conf-mingw-w64-freeglut-x86_64.1/opam             | 19 +++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletion(-)
 create mode 100644 packages/conf-mingw-w64-freeglut-i686/conf-mingw-w64-freeglut-i686.1/opam
 create mode 100644 packages/conf-mingw-w64-freeglut-x86_64/conf-mingw-w64-freeglut-x86_64.1/opam

(from ocaml/opam:archlinux-ocaml-5.3@sha256:26da822b499c5d6cbf7bc28ee74b10b1a030c05fa819aab42e210d8815975e60)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.3@sha256:26da822b499c5d6cbf7bc28ee74b10b1a030c05fa819aab42e210d8815975e60' locally
docker.io/ocaml/opam@sha256:26da822b499c5d6cbf7bc28ee74b10b1a030c05fa819aab42e210d8815975e60: Pulling from ocaml/opam
Digest: sha256:26da822b499c5d6cbf7bc28ee74b10b1a030c05fa819aab42e210d8815975e60
Status: Downloaded newer image for ocaml/opam@sha256:26da822b499c5d6cbf7bc28ee74b10b1a030c05fa819aab42e210d8815975e60
2025-05-05 15:21.38 ---> saved as "2f776075175e93860a5f2f0b572d2e3d1e3d1459e6f124b7f1c8194917a95d97"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-05 15:21.38 ---> saved as "8cc486e01bb7a6f526638d1d72d84ff62098a448851903c5e77094755d7d530d"

/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.

Continue? [y/n] y
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.

[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-05-05 15:22.14 ---> saved as "85a297037ab42b9f675588087147a7b2c994a628eede1bc4849d5f34734a0d4e"

/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=arch os-version=20250427.0.341977
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# 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-05-05 15:22.16 ---> saved as "6c502986bf03c217217aad94899ddaf7a79c970f3b8fb3d48bb1de4b4ace34c4"

/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-05-05 15:22.25 ---> saved as "09581b5e8a0ac5cb456563d28882a77f8074691a6b5fb0467fe2d8e199d8732b"

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-05 15:22.44 ---> saved as "a5ef0d9908997a9a1905627bc541c3dda47345d5e39ecf9f15373d8b80e7d6ef"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-05 15:23.09 ---> saved as "4fb4b7fe57467068ce86fc41bbf9b5d6afa857a3ada6f53d2a9ebf434f2fa769"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2025-05-05 15:23.22 ---> saved as "f0135fba242d01e83be5b8893c0168f4a9be51539d63d7b1ed8f33e44b82c778"

/home/opam: (run (shell "opam pin add -k version -yn conf-freeglut.1 1"))
conf-freeglut is now pinned to version 1
2025-05-05 15:23.23 ---> saved as "e8f5bec6335be0aba4f01e32f15d45285aa87ea759241156b070fad89362ae84"

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

The following system packages will first need to be installed:
    freeglut pkgconf

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

opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
  2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "freeglut" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- warning: dependency cycle detected:
- warning: mesa will be installed before its libglvnd dependency
- 
- Package (22)            Old Version  New Version              Net Change  Download Size
- 
- core/bash               5.2.037-2    5.2.037-3                 -0.02 MiB       1.80 MiB
- extra/default-cursors                3-1                        0.00 MiB       0.00 MiB
- core/gettext            0.24-3       0.24.1-1                   0.12 MiB       2.33 MiB
- extra/libdrm                         2.4.124-1                  1.23 MiB       0.33 MiB
- core/libedit                         20250104_3.1-1             0.26 MiB       0.11 MiB
- extra/libglvnd                       1.7.0-1                    3.70 MiB       0.35 MiB
- extra/libpciaccess                   0.18.1-2                   0.06 MiB       0.02 MiB
- extra/libxext                        1.3.6-1                    0.30 MiB       0.10 MiB
- extra/libxfixes                      6.0.1-2                    0.04 MiB       0.01 MiB
- extra/libxi                          1.8.2-1                    0.48 MiB       0.15 MiB
- extra/libxrandr                      1.5.4-1                    0.07 MiB       0.03 MiB
- extra/libxrender                     0.9.12-1                   0.09 MiB       0.03 MiB
- extra/libxshmfence                   1.3.3-1                    0.02 MiB       0.01 MiB
- extra/libxxf86vm                     1.1.6-1                    0.03 MiB       0.02 MiB
- extra/llvm-libs                      19.1.7-2                 134.51 MiB      35.06 MiB
- extra/lm_sensors                     1:3.6.0.r41.g31d1f125-3    0.46 MiB       0.13 MiB
- extra/mesa                           1:25.0.5-1               100.96 MiB      20.09 MiB
- core/pacman-mirrorlist  20250311-1   20250503-1                 0.00 MiB       0.01 MiB
- extra/spirv-tools                    1:1.4.309.0-1              7.10 MiB       1.69 MiB
- extra/wayland                        1.23.1-2                   0.80 MiB       0.14 MiB
- extra/freeglut                       3.6.0-1                    0.33 MiB       0.10 MiB
- core/pkgconf                         2.4.3-1                    0.17 MiB       0.06 MiB
- 
- Total Download Size:    62.56 MiB
- Total Installed Size:  268.81 MiB
- Net Upgrade Size:      250.73 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  llvm-libs-19.1.7-2-x86_64 downloading...
-  mesa-1:25.0.5-1-x86_64 downloading...
-  gettext-0.24.1-1-x86_64 downloading...
-  bash-5.2.037-3-x86_64 downloading...
-  spirv-tools-1:1.4.309.0-1-x86_64 downloading...
-  libglvnd-1.7.0-1-x86_64 downloading...
-  libdrm-2.4.124-1-x86_64 downloading...
-  libxi-1.8.2-1-x86_64 downloading...
-  wayland-1.23.1-2-x86_64 downloading...
-  lm_sensors-1:3.6.0.r41.g31d1f125-3-x86_64 downloading...
-  libedit-20250104_3.1-1-x86_64 downloading...
-  libxext-1.3.6-1-x86_64 downloading...
-  freeglut-3.6.0-1-x86_64 downloading...
-  pkgconf-2.4.3-1-x86_64 downloading...
-  libxrender-0.9.12-1-x86_64 downloading...
-  libxrandr-1.5.4-1-x86_64 downloading...
-  libpciaccess-0.18.1-2-x86_64 downloading...
-  libxxf86vm-1.1.6-1-x86_64 downloading...
-  libxfixes-6.0.1-2-x86_64 downloading...
-  pacman-mirrorlist-20250503-1-any downloading...
-  libxshmfence-1.3.3-1-x86_64 downloading...
-  default-cursors-3-1-any downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing libxext...
- installing libpciaccess...
- installing libdrm...
- Optional dependencies for libdrm
-     cairo: needed for modetest tool
- installing libxshmfence...
- installing libxxf86vm...
- installing libedit...
- upgrading bash...
- installing llvm-libs...
- installing lm_sensors...
- Optional dependencies for lm_sensors
-     rrdtool: for logging with sensord
-     perl: for sensor detection and configuration convert [installed]
- installing spirv-tools...
- installing default-cursors...
- Optional dependencies for default-cursors
-     adwaita-cursors: default cursor theme
- installing wayland...
- installing mesa...
- Optional dependencies for mesa
-     opengl-man-pages: for the OpenGL API man pages
- installing libglvnd...
- installing libxfixes...
- installing libxi...
- installing libxrender...
- installing libxrandr...
- installing freeglut...
- installing pkgconf...
- upgrading gettext...
- New optional dependencies for gettext
-     appstream-glib: for appstream support
- upgrading pacman-mirrorlist...
- :: Running post-transaction hooks...
- (1/2) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (2/2) Arming ConditionNeedsUpdate...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-pkg-config.4
∗ installed conf-freeglut.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-05 15:24.53 ---> saved as "9c16ebf103c3485caf158e1b772b4d175d6b3c4c3918a809ca77ce5c302aa9f4"
Job succeeded
2025-05-05 15:25.07: Job succeeded