(for PR #28495)

2026-05-04 08:20.06: New job: build efl.1.18.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on archlinux-ocaml-4.14/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/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8
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 efl.1.18.0 1.18.0
RUN opam reinstall efl.1.18.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" != 'efl.1.18.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 .

2026-05-04 08:20.06: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8-efl.1.18.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.06: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8)
 (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 efl.1.18.0 1.18.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.18.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\" != 'efl.1.18.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-04 08:20.06: Waiting for resource in pool OCluster
2026-05-04 08:31.50: Waiting for worker…
2026-05-04 08:36.22: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 2 +-
 packages/efl/efl.1.13.0/opam | 2 +-
 packages/efl/efl.1.17.0/opam | 2 +-
 packages/efl/efl.1.18.0/opam | 2 +-
 packages/efl/efl.1.19.0/opam | 2 +-
 packages/efl/efl.1.20.0/opam | 2 +-
 packages/efl/efl.1.22.0/opam | 2 +-
 packages/efl/efl.1.24.0/opam | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

(from ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8' locally
docker.io/ocaml/opam@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8: Pulling from ocaml/opam
1dd624a5d250: Already exists
ab6ef42a20b3: Already exists
8335b2da987f: Already exists
07053c5e0684: Already exists
1a77621a839a: Already exists
34e0639e9c9b: Already exists
cbb65aec2778: Already exists
f15678b0d94e: Already exists
2859404e1f79: Already exists
e1251a8ee6a9: Already exists
9e240a85c667: Already exists
f7f232c44105: Already exists
3cf2da3f0427: Already exists
6ae550de2c94: Already exists
6ae550de2c94: Already exists
4f4fb700ef54: Already exists
10691a79ad56: Already exists
fc6bf6e518a8: Already exists
2c2332ebfc4e: Already exists
2244f80174da: Already exists
8b8a8da2fcc9: Already exists
45a4d5a95293: Already exists
6ad4a54fd688: Already exists
6945723d26db: Already exists
58d384831e2f: Already exists
cfa289cf0dae: Already exists
9269dbf7d853: Already exists
f53312768181: Already exists
054a65f3adcf: Already exists
3895fdaa1f8e: Already exists
7ea80ad38e3f: Already exists
40f3bd58c539: Already exists
7af57c27a2d4: Already exists
a97d03ec00ee: Already exists
04b0eae1af79: Pulling fs layer
fb9c1774773f: Pulling fs layer
4ae8a50f6f76: Pulling fs layer
8f670490e187: Pulling fs layer
ee9811bbedf9: Pulling fs layer
8f670490e187: Waiting
ee9811bbedf9: Waiting
4ae8a50f6f76: Download complete
8f670490e187: Verifying Checksum
8f670490e187: Download complete
ee9811bbedf9: Download complete
04b0eae1af79: Verifying Checksum
04b0eae1af79: Download complete
fb9c1774773f: Verifying Checksum
fb9c1774773f: Download complete
04b0eae1af79: Pull complete
fb9c1774773f: Pull complete
4ae8a50f6f76: Pull complete
8f670490e187: Pull complete
ee9811bbedf9: Pull complete
Digest: sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8
Status: Downloaded newer image for ocaml/opam@sha256:264f7c6ad6e3a4f50a6465b32af5b137d8f3ba9e7c6a612edf9d49cfa309e4d8
2026-05-04 08:40.44 ---> using "b335f4c14c78032abc317eb8006625b82c0f1066f818e0cab492de0956140fc6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:40.44 ---> using "b0212cf2130f67a4aca66fbb2e988e8f5b440b4945f4d68b02bf82f9098c53a3" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 08:40.44 ---> using "c311075b570f857276b9fd2a40672c555b29cc10eaff160e4bc3cea16faccc83" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=arch os-version=20260419.0.517065
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-05-04 08:40.44 ---> using "049a36eaa382450cdf08ab964e7cc4bceb980e6d3bb9b1a5e6abaf0278c72f83" 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/"))
2026-05-04 08:40.44 ---> using "4d20113876644673c11e54c3fc0ba199419fe558f82254a5396ba453da9954db" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:40.46 ---> using "ea0a785d26dcf8cd921199457286f21f53cb13243afda6dd04d37a5cff77c9a6" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:40.46 ---> using "deb8b952a40ce79397258a40a9a9a3cc9024293c3e0a4ea1d5f65a3832cb04ae" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2026-05-04 08:40.46 ---> using "c5eb8c941dccea455575fb93c9aa9f90c7e11667ab463b7ee84ea13003fbbdf9" from cache

/home/opam: (run (shell "opam pin add -k version -yn efl.1.18.0 1.18.0"))
efl is now pinned to version 1.18.0
2026-05-04 08:40.47 ---> saved as "7243c9a82c8d7d5f2c267148f7d987ba421777b5f65afcd9101ae1bca4037b40"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.18.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\" != 'efl.1.18.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
efl.1.18.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  ∗ conf-efl        1.8             [required by efl]
  ∗ conf-pkg-config 4               [required by conf-efl]
  ∗ efl             1.18.0 (pinned)
  ∗ ocamlbuild      0.16.1          [required by efl]
  ∗ ocamlfind       1.9.8           [required by efl]

The following system packages will first need to be installed:
    efl 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" "efl" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- :: There are 11 providers available for ttf-font:
- :: Repository extra
-    1) gnu-free-fonts  2) noto-fonts  3) ttf-bitstream-vera  4) ttf-croscore  5) ttf-dejavu  6) ttf-droid  7) ttf-ibm-plex  8) ttf-input  9) ttf-input-nerd  10) ttf-liberation  11) ttf-roboto
- 
- Enter a number (default=1): 
- looking for conflicting packages...
- 
- Package (99)                 Old Version                  New Version                 Net Change  Download Size
- 
- extra/alsa-lib                                            1.2.15.3-2                    1.72 MiB       0.49 MiB
- extra/alsa-topology-conf                                  1.2.5.1-4                     0.33 MiB       0.01 MiB
- extra/alsa-ucm-conf                                       1.2.15.3-1                    0.62 MiB       0.12 MiB
- core/binutils                2.46-1                       2.46+r70+g155188ea10a7-1      0.62 MiB       8.15 MiB
- extra/bubblewrap             0.11.1-1                     0.11.2-1                      0.00 MiB       0.04 MiB
- core/curl                    8.19.0-1                     8.20.0-3                      0.01 MiB       1.23 MiB
- extra/default-cursors                                     3-1                           0.00 MiB       0.00 MiB
- core/device-mapper           2.03.39-1                    2.03.40-1                     0.02 MiB       0.29 MiB
- core/expat                   2.7.5-1                      2.8.0-1                       0.01 MiB       0.12 MiB
- extra/flac                                                1.5.0-1                       1.14 MiB       0.33 MiB
- extra/fontconfig                                          2:2.17.1-1                    1.12 MiB       0.37 MiB
- extra/freetype2                                           2.14.3-1                      1.66 MiB       0.52 MiB
- extra/fribidi                                             1.0.16-2                      0.24 MiB       0.07 MiB
- core/gcc                     15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    9.41 MiB      57.33 MiB
- core/gcc-libs                15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.00 MiB       0.00 MiB
- extra/giflib                                              6.1.3-1                       0.33 MiB       0.10 MiB
- core/glib2                   2.88.0-1                     2.88.1-1                      0.40 MiB       5.05 MiB
- core/glibc                   2.43+r22+g8362e8ce10b2-1     2.43+r22+g8362e8ce10b2-2      0.15 MiB      10.32 MiB
- extra/gnu-free-fonts                                      20120503-9                    6.65 MiB       3.19 MiB
- core/gnutls                  3.8.12-2                     3.8.13-1                      0.07 MiB       1.79 MiB
- extra/graphene                                            1.10.8-2                      0.98 MiB       0.10 MiB
- extra/graphite                                            1:1.3.14-6                    0.20 MiB       0.08 MiB
- extra/gst-plugins-base-libs                               1.28.2-1                     12.70 MiB       2.39 MiB
- extra/gstreamer                                           1.28.2-1                     11.81 MiB       2.06 MiB
- extra/harfbuzz                                            14.2.0-1                      4.74 MiB       1.24 MiB
- extra/hicolor-icon-theme                                  0.18-1                        0.05 MiB       0.01 MiB
- core/iana-etc                20260409-1                   20260425-1                    0.00 MiB       0.39 MiB
- extra/iso-codes                                           4.20.1-1                     22.30 MiB       3.60 MiB
- extra/jbigkit                                             2.1-8                         0.16 MiB       0.05 MiB
- extra/lame                                                3.101.r6531-1                 1.09 MiB       0.30 MiB
- extra/lcms2                                               2.19-1                        0.68 MiB       0.22 MiB
- core/libasan                 15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.09 MiB       0.51 MiB
- extra/libasyncns                                          1:0.8+r3+g68cd5af-3           0.05 MiB       0.02 MiB
- core/libatomic               15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.00 MiB       0.01 MiB
- core/libbpf                  1.6.2-1                      1.7.0-1                       0.02 MiB       0.26 MiB
- extra/libdeflate                                          1.25-1                        0.14 MiB       0.06 MiB
- extra/libdrm                                              2.4.131-1                     1.28 MiB       0.35 MiB
- core/libedit                                              20251016_3.1-1                0.26 MiB       0.11 MiB
- extra/libevdev                                            1.13.6-1                      0.21 MiB       0.06 MiB
- core/libgcc                  15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.00 MiB       0.08 MiB
- core/libgfortran             15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.06 MiB       0.91 MiB
- extra/libglvnd                                            1.7.0-3                       3.34 MiB       0.32 MiB
- core/libgomp                 15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.02 MiB       0.23 MiB
- core/libgpg-error            1.59-1                       1.60-1                        0.01 MiB       0.27 MiB
- extra/libgudev                                            238-3                         0.38 MiB       0.04 MiB
- extra/libinput                                            1.31.1-1                      0.76 MiB       0.21 MiB
- extra/libjpeg-turbo                                       3.1.4.1-1                     2.43 MiB       0.57 MiB
- core/liblsan                 15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.02 MiB       0.22 MiB
- core/libobjc                 15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.00 MiB       0.04 MiB
- extra/libogg                                              1.3.6-1                       0.44 MiB       0.19 MiB
- extra/libpciaccess                                        0.19-1                        0.06 MiB       0.02 MiB
- extra/libpng                                              1.6.58-1                      0.58 MiB       0.25 MiB
- extra/libpulse                                            17.0+r98+gb096704c0-1         1.46 MiB       0.39 MiB
- core/libquadmath             15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.00 MiB       0.16 MiB
- extra/libsndfile                                          1.2.2-4                       0.93 MiB       0.31 MiB
- core/libstdc++               15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.24 MiB       0.84 MiB
- extra/libsysprof-capture     50.0-1                       50.0-2                        0.00 MiB       0.05 MiB
- extra/libtiff                                             4.7.1-2                       1.26 MiB       0.38 MiB
- core/libtsan                 15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.04 MiB       0.45 MiB
- core/libubsan                15.2.1+r604+g0b99615a8aef-1  16.1.1+r12+g301eb08fa2c5-1    0.02 MiB       0.20 MiB
- extra/libunwind                                           1.8.2-1                       0.29 MiB       0.13 MiB
- extra/libvorbis                                           1.3.7-4                       0.83 MiB       0.18 MiB
- extra/libwacom                                            2.18.0-2                      1.57 MiB       0.18 MiB
- extra/libwebp                                             1.6.0-2                       1.04 MiB       0.32 MiB
- extra/libxcomposite                                       0.4.7-1                       0.02 MiB       0.01 MiB
- extra/libxcursor                                          1.2.3-1                       0.07 MiB       0.03 MiB
- extra/libxdamage                                          1.1.7-1                       0.02 MiB       0.01 MiB
- extra/libxext                                             1.3.7-1                       0.30 MiB       0.10 MiB
- extra/libxfixes                                           6.0.2-1                       0.04 MiB       0.01 MiB
- extra/libxi                                               1.8.2-1                       0.48 MiB       0.15 MiB
- extra/libxinerama                                         1.1.6-1                       0.02 MiB       0.01 MiB
- extra/libxkbcommon                                        1.13.1-1                      1.03 MiB       0.27 MiB
- extra/libxkbcommon-x11                                    1.13.1-1                      0.10 MiB       0.03 MiB
- extra/libxrandr                                           1.5.5-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/libxss                                              1.2.5-1                       0.03 MiB       0.01 MiB
- extra/libxtst                                             1.2.5-1                       0.11 MiB       0.03 MiB
- extra/libxv                                               1.0.13-1                      0.06 MiB       0.03 MiB
- extra/libxxf86vm                                          1.1.7-1                       0.03 MiB       0.02 MiB
- extra/llvm-libs                                           22.1.3-1                    160.11 MiB      39.72 MiB
- extra/lm_sensors                                          1:3.6.2-1                     0.48 MiB       0.13 MiB
- extra/lua52                                               5.2.4-8                       0.97 MiB       0.24 MiB
- extra/lua54                                               5.4.8-6                       1.50 MiB       0.35 MiB
- extra/mailcap                                             2.1.54-2                      0.11 MiB       0.03 MiB
- extra/mesa                                                1:26.0.6-1                   50.72 MiB      12.73 MiB
- extra/mpg123                                              1.33.5-1                      1.18 MiB       0.44 MiB
- extra/mtdev                                               1.1.7-1                       0.05 MiB       0.02 MiB
- extra/openjpeg2                                           2.5.4-1                      13.37 MiB       0.87 MiB
- extra/opus                                                1.6.1-1                       4.16 MiB       3.29 MiB
- extra/orc                                                 0.4.42-1                      1.36 MiB       0.31 MiB
- extra/rsync                  3.4.1-2                      3.4.2-1                       0.00 MiB       0.36 MiB
- core/sed                     4.9-3                        4.10-1                        0.08 MiB       0.24 MiB
- extra/shared-mime-info                                    2.4-3                         4.58 MiB       0.60 MiB
- extra/spirv-tools                                         1:1.4.341.0-2                 7.59 MiB       1.91 MiB
- extra/wayland                                             1.25.0-1                      0.84 MiB       0.14 MiB
- extra/xkeyboard-config                                    2.47-1                       10.23 MiB       0.86 MiB
- extra/efl                                                 1.28.1-4                     62.45 MiB      28.95 MiB
- core/pkgconf                                              2.5.1-1                       0.20 MiB       0.07 MiB
- 
- Total Download Size:   200.35 MiB
- Total Installed Size:  789.93 MiB
- Net Upgrade Size:      419.52 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  gcc-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  llvm-libs-22.1.3-1-x86_64 downloading...
-  efl-1.28.1-4-x86_64 downloading...
-  mesa-1:26.0.6-1-x86_64 downloading...
-  glibc-2.43+r22+g8362e8ce10b2-2-x86_64 downloading...
-  binutils-2.46+r70+g155188ea10a7-1-x86_64 downloading...
-  glib2-2.88.1-1-x86_64 downloading...
-  iso-codes-4.20.1-1-any downloading...
-  opus-1.6.1-1-x86_64 downloading...
-  gnu-free-fonts-20120503-9-any downloading...
-  gst-plugins-base-libs-1.28.2-1-x86_64 downloading...
-  gstreamer-1.28.2-1-x86_64 downloading...
-  spirv-tools-1:1.4.341.0-2-x86_64 downloading...
-  gnutls-3.8.13-1-x86_64 downloading...
-  harfbuzz-14.2.0-1-x86_64 downloading...
-  curl-8.20.0-3-x86_64 downloading...
-  libgfortran-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  openjpeg2-2.5.4-1-x86_64 downloading...
-  xkeyboard-config-2.47-1-any downloading...
-  libstdc++-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  shared-mime-info-2.4-3-x86_64 downloading...
-  libjpeg-turbo-3.1.4.1-1-x86_64 downloading...
-  freetype2-2.14.3-1-x86_64 downloading...
-  libasan-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  alsa-lib-1.2.15.3-2-x86_64 downloading...
-  libtsan-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  mpg123-1.33.5-1-x86_64 downloading...
-  libpulse-17.0+r98+gb096704c0-1-x86_64 downloading...
-  iana-etc-20260425-1-any downloading...
-  libtiff-4.7.1-2-x86_64 downloading...
-  fontconfig-2:2.17.1-1-x86_64 downloading...
-  rsync-3.4.2-1-x86_64 downloading...
-  lua54-5.4.8-6-x86_64 downloading...
-  libdrm-2.4.131-1-x86_64 downloading...
-  flac-1.5.0-1-x86_64 downloading...
-  libwebp-1.6.0-2-x86_64 downloading...
-  libglvnd-1.7.0-3-x86_64 downloading...
-  orc-0.4.42-1-x86_64 downloading...
-  libsndfile-1.2.2-4-x86_64 downloading...
- error: failed retrieving file 'llvm-libs-22.1.3-1-x86_64.pkg.tar.zst' from fastly.mirror.pkgbuild.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
- error: failed retrieving file 'orc-0.4.42-1-x86_64.pkg.tar.zst' from fastly.mirror.pkgbuild.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
- error: failed retrieving file 'orc-0.4.42-1-x86_64.pkg.tar.zst' from geo.mirror.pkgbuild.com : Resolving timed out after 10000 milliseconds
- warning: failed to retrieve some files
- error: failed to commit transaction (failed to retrieve some files)
- Errors occurred, no packages were upgraded.
[ERROR] System package install failed with exit code 1 at command:
            sudo pacman -Su --noconfirm efl pkgconf
[ERROR] These packages are still missing: efl pkgconf

[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.

"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.18.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" != 'efl.1.18.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 10
2026-05-04 09:01.33: Job failed: Failed: Build failed
2026-05-04 09:01.33: Log analysis:
2026-05-04 09:01.33: >>> 
[ERROR] System package install failed with exit code 1 at command:
 (score = 20)
2026-05-04 09:01.33: >>> 
[ERROR] These packages are still missing: efl pkgconf
 (score = 20)
2026-05-04 09:01.33: System package install failed with exit code 1 at command: