(not at the head of any monitored branch or PR)
2025-11-10 22:13.31: New job: build tsdl.1.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28878/head (2fd3b1d54d5d84ed64bf110f68db4db53a926f39)
                              on archlinux-ocaml-5.4/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/28878/head" && git reset --hard 2fd3b1d5
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:f2b57883424ecac69260f2acbf993c67f0f75f9bd2f4a10437172469e28ffee5
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 tsdl.1.2.0 1.2.0
RUN opam reinstall tsdl.1.2.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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tsdl.1.2.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-11-10 22:13.31: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:f2b57883424ecac69260f2acbf993c67f0f75f9bd2f4a10437172469e28ffee5-tsdl.1.2.0-2fd3b1d54d5d84ed64bf110f68db4db53a926f39"
2025-11-10 22:13.31: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:f2b57883424ecac69260f2acbf993c67f0f75f9bd2f4a10437172469e28ffee5)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /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 tsdl.1.2.0 1.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tsdl.1.2.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 \"\\\"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\" != 'tsdl.1.2.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-11-10 22:13.31: Waiting for resource in pool OCluster
2025-11-10 23:12.50: Waiting for worker…
2025-11-10 23:15.48: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Updating b6a264c784..2fd3b1d54d
Fast-forward
 packages/tsdl/tsdl.1.2.0/opam | 47 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 packages/tsdl/tsdl.1.2.0/opam

(from ocaml/opam:archlinux-ocaml-5.4@sha256:f2b57883424ecac69260f2acbf993c67f0f75f9bd2f4a10437172469e28ffee5)
2025-11-10 23:15.50 ---> using "c5ec08e9b846f91b986ff2383fc30f6338b1567641a5ad9a2c1c32527aa4f09c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 23:15.50 ---> using "8a9067b27012d2ba6b4516e93d0c793ee0e0592a932401de368b7e2f165df9dd" 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 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-11-10 23:15.50 ---> using "10b8b707aef33fdbd36331cf185a6fa41045dcc827c8af884a875491d600a5a5" 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.5.0~alpha1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=arch os-version=20251019.0.436919
# 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.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-11-10 23:15.50 ---> using "4ac6b250fe85f17d5f68eada31b34e0dc15e2e80550508216edaadde034fc5db" 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-11-10 23:15.50 ---> using "8862006d5282ef4e8d32a6939b65b6e6b807dbcea8fb01bc93817277c0ba4bb6" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 23:15.58 ---> saved as "90b504fe88d793c4ecfda85c3e37841bd509973682d9a35be3426de80f5db20a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 23:16.17 ---> saved as "a9a6eb93898453221ce6b153bd537df5aa1fe47b88a8f8cd07f64b983580f53d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2025-11-10 23:16.19 ---> saved as "82d450595aee052b574cf99a379db596d0a20c6b00021b9812b3e76b1e96ad1d"

/home/opam: (run (shell "opam pin add -k version -yn tsdl.1.2.0 1.2.0"))
tsdl is now pinned to version 1.2.0
2025-11-10 23:16.21 ---> saved as "13ada635feb64930601b143e5541c4db7cc992cdcca0a17bb1edcd1b54eee758"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tsdl.1.2.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 \"\\\"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\" != 'tsdl.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tsdl.1.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
  ∗ bigarray-compat   1.1.0          [required by ctypes]
  ∗ conf-libffi       2.0.0          [required by ctypes-foreign]
  ∗ conf-pkg-config   4              [required by conf-sdl2, ctypes-foreign]
  ∗ conf-sdl2         1              [required by tsdl]
  ∗ csexp             1.5.2          [required by dune-configurator]
  ∗ ctypes            0.23.0         [required by tsdl]
  ∗ ctypes-foreign    0.23.0         [required by tsdl]
  ∗ dune              3.20.2         [required by ctypes, ctypes-foreign]
  ∗ dune-configurator 3.20.2         [required by ctypes, ctypes-foreign]
  ∗ integers          0.7.0          [required by ctypes]
  ∗ ocamlbuild        0.16.1         [required by tsdl]
  ∗ ocamlfind         1.9.8          [required by tsdl]
  ∗ stdlib-shims      0.3.0          [required by integers]
  ∗ topkg             1.1.1          [required by tsdl]
  ∗ tsdl              1.2.0 (pinned)

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

<><> 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" "pkgconf" "sdl2"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- warning: dependency cycle detected:
- warning: mesa will be installed before its libglvnd dependency
- 
- Package (26)             Old Version  New Version     Net Change  Download Size
- 
- extra/default-cursors                 3-1               0.00 MiB       0.00 MiB
- extra/hidapi                          0.15.0-1          0.13 MiB       0.04 MiB
- core/icu                 76.1-1       78.1-1            1.47 MiB      11.71 MiB
- extra/libdrm                          2.4.128-1         1.26 MiB       0.34 MiB
- core/libedit                          20250104_3.1-1    0.26 MiB       0.11 MiB
- extra/libglvnd                        1.7.0-3           3.34 MiB       0.32 MiB
- extra/libpciaccess                    0.18.1-2          0.06 MiB       0.02 MiB
- core/libxcrypt           4.5.0-1      4.5.1-1           0.00 MiB       0.09 MiB
- extra/libxcursor                      1.2.3-1           0.07 MiB       0.03 MiB
- extra/libxext                         1.3.6-1           0.30 MiB       0.10 MiB
- extra/libxfixes                       6.0.2-1           0.04 MiB       0.01 MiB
- core/libxml2             2.15.1-1     2.15.1-3          0.00 MiB       0.75 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                       21.1.5-1        150.01 MiB      38.45 MiB
- extra/lm_sensors                      1:3.6.2-1         0.48 MiB       0.13 MiB
- extra/mesa                            1:25.2.6-1       44.44 MiB      11.21 MiB
- extra/sdl3                            3.2.26-1          6.14 MiB       1.38 MiB
- extra/spirv-tools                     1:1.4.328.1-1     7.43 MiB       1.87 MiB
- core/systemd             258.1-1      258.2-2           0.01 MiB       9.23 MiB
- core/systemd-libs        258.1-1      258.2-2           0.00 MiB       1.24 MiB
- core/systemd-sysvcompat  258.1-1      258.2-2           0.00 MiB       0.01 MiB
- extra/wayland                         1.24.0-1          0.82 MiB       0.14 MiB
- core/pkgconf                          2.5.1-1           0.20 MiB       0.07 MiB
- extra/sdl2-compat                     2.32.58-1         3.08 MiB       0.45 MiB
- 
- Total Download Size:    77.76 MiB
- Total Installed Size:  303.10 MiB
- Net Upgrade Size:      219.69 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  llvm-libs-21.1.5-1-x86_64 downloading...
-  icu-78.1-1-x86_64 downloading...
-  mesa-1:25.2.6-1-x86_64 downloading...
-  systemd-258.2-2-x86_64 downloading...
-  spirv-tools-1:1.4.328.1-1-x86_64 downloading...
-  sdl3-3.2.26-1-x86_64 downloading...
-  systemd-libs-258.2-2-x86_64 downloading...
-  libxml2-2.15.1-3-x86_64 downloading...
-  sdl2-compat-2.32.58-1-x86_64 downloading...
-  libdrm-2.4.128-1-x86_64 downloading...
-  libglvnd-1.7.0-3-x86_64 downloading...
-  wayland-1.24.0-1-x86_64 downloading...
-  lm_sensors-1:3.6.2-1-x86_64 downloading...
-  libedit-20250104_3.1-1-x86_64 downloading...
-  libxext-1.3.6-1-x86_64 downloading...
-  libxcrypt-4.5.1-1-x86_64 downloading...
-  pkgconf-2.5.1-1-x86_64 downloading...
-  hidapi-0.15.0-1-x86_64 downloading...
-  libxcursor-1.2.3-1-x86_64 downloading...
-  libxrender-0.9.12-1-x86_64 downloading...
-  libpciaccess-0.18.1-2-x86_64 downloading...
-  libxxf86vm-1.1.6-1-x86_64 downloading...
-  libxfixes-6.0.2-1-x86_64 downloading...
-  systemd-sysvcompat-258.2-2-x86_64 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 pkgconf...
- installing libxext...
- installing libxrender...
- installing libpciaccess...
- installing libdrm...
- Optional dependencies for libdrm
-     cairo: needed for modetest tool
- installing libxshmfence...
- installing libxxf86vm...
- installing libedit...
- upgrading icu...
- upgrading libxml2...
- 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...
- upgrading systemd-libs...
- upgrading libxcrypt...
- installing mesa...
- Optional dependencies for mesa
-     opengl-man-pages: for the OpenGL API man pages
- installing libglvnd...
- installing libxfixes...
- installing libxcursor...
- installing hidapi...
- Optional dependencies for hidapi
-     libusb: for hidapi-libusb [installed]
- installing sdl3...
- Optional dependencies for sdl3
-     alsa-lib: ALSA audio driver
-     libpulse: PulseAudio audio driver
-     jack: JACK audio driver
-     pipewire: PipeWire audio driver
-     vulkan-driver: vulkan renderer
-     sndio: sndio audio driver
-     libdecor: Wayland client decorations
- installing sdl2-compat...
- upgrading systemd...
- upgrading systemd-sysvcompat...
- :: Running post-transaction hooks...
- ( 1/11) Creating system user accounts...
- ( 2/11) Updating journal message catalog...
- ( 3/11) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 4/11) Reloading user manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 5/11) Updating udev hardware database...
- ( 6/11) Restarting marked services...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 7/11) Applying kernel sysctl settings...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 8/11) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- ( 9/11) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (10/11) Arming ConditionNeedsUpdate...
- (11/11) Reloading system bus configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved bigarray-compat.1.1.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
∗ installed conf-pkg-config.4
∗ installed conf-sdl2.1
∗ installed conf-libffi.2.0.0
⬇ retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
⬇ retrieved integers.0.7.0  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved topkg.1.1.1  (cached)
⬇ retrieved tsdl.1.2.0  (https://erratique.ch/software/tsdl/releases/tsdl-1.2.0.tbz)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed dune.3.20.2
∗ installed stdlib-shims.0.3.0
∗ installed csexp.1.5.2
∗ installed bigarray-compat.1.1.0
∗ installed integers.0.7.0
∗ installed dune-configurator.3.20.2
∗ installed ctypes.0.23.0
∗ installed ctypes-foreign.0.23.0
∗ installed tsdl.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 23:17.29 ---> saved as "62af5454b95e572d939df4366b6c5db3f8cd163adcbe6e2a2730a1cd0967e2d1"
Job succeeded
2025-11-10 23:17.34: Job succeeded