(for PR #28495)

2026-05-04 08:20.06: New job: build efl.1.20.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.20.0 1.20.0
RUN opam reinstall efl.1.20.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.20.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.20.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.20.0 1.20.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.20.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.20.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.40: Waiting for worker…
2026-05-04 08:36.22: Got resource from pool OCluster
Building on phoebe.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: Pulling fs layer
ab6ef42a20b3: Pulling fs layer
8335b2da987f: Pulling fs layer
07053c5e0684: Pulling fs layer
1a77621a839a: Pulling fs layer
1dd624a5d250: Waiting
34e0639e9c9b: Pulling fs layer
ab6ef42a20b3: Waiting
8335b2da987f: Waiting
cbb65aec2778: Pulling fs layer
07053c5e0684: Waiting
1a77621a839a: Waiting
f15678b0d94e: Pulling fs layer
34e0639e9c9b: Waiting
cbb65aec2778: Waiting
2859404e1f79: Pulling fs layer
f15678b0d94e: Waiting
e1251a8ee6a9: Pulling fs layer
2859404e1f79: Waiting
9e240a85c667: Pulling fs layer
e1251a8ee6a9: Waiting
f7f232c44105: Pulling fs layer
9e240a85c667: Waiting
3cf2da3f0427: Pulling fs layer
6ae550de2c94: Pulling fs layer
f7f232c44105: Waiting
3cf2da3f0427: Waiting
6ae550de2c94: Waiting
4f4fb700ef54: Pulling fs layer
10691a79ad56: Pulling fs layer
4f4fb700ef54: Waiting
fc6bf6e518a8: Pulling fs layer
2c2332ebfc4e: Pulling fs layer
10691a79ad56: Waiting
fc6bf6e518a8: Waiting
2244f80174da: Pulling fs layer
2c2332ebfc4e: Waiting
8b8a8da2fcc9: Pulling fs layer
2244f80174da: Waiting
45a4d5a95293: Pulling fs layer
6ad4a54fd688: Pulling fs layer
8b8a8da2fcc9: Waiting
45a4d5a95293: Waiting
6945723d26db: Pulling fs layer
58d384831e2f: Pulling fs layer
6ad4a54fd688: Waiting
6945723d26db: Waiting
cfa289cf0dae: Pulling fs layer
9269dbf7d853: Pulling fs layer
f53312768181: Pulling fs layer
58d384831e2f: Waiting
054a65f3adcf: Pulling fs layer
f53312768181: Waiting
3895fdaa1f8e: Pulling fs layer
054a65f3adcf: Waiting
7ea80ad38e3f: Pulling fs layer
cfa289cf0dae: Waiting
40f3bd58c539: Pulling fs layer
7af57c27a2d4: Pulling fs layer
40f3bd58c539: Waiting
7ea80ad38e3f: Waiting
a97d03ec00ee: Pulling fs layer
7af57c27a2d4: Waiting
04b0eae1af79: Pulling fs layer
3895fdaa1f8e: Waiting
a97d03ec00ee: Waiting
fb9c1774773f: Pulling fs layer
9269dbf7d853: Waiting
4ae8a50f6f76: Pulling fs layer
fb9c1774773f: Waiting
8f670490e187: Pulling fs layer
ee9811bbedf9: Pulling fs layer
4ae8a50f6f76: Waiting
8f670490e187: Waiting
ee9811bbedf9: Waiting
ab6ef42a20b3: Verifying Checksum
ab6ef42a20b3: Download complete
07053c5e0684: Verifying Checksum
07053c5e0684: Download complete
1a77621a839a: Verifying Checksum
1a77621a839a: Download complete
34e0639e9c9b: Verifying Checksum
34e0639e9c9b: Download complete
1dd624a5d250: Verifying Checksum
1dd624a5d250: Download complete
cbb65aec2778: Verifying Checksum
cbb65aec2778: Download complete
f15678b0d94e: Verifying Checksum
f15678b0d94e: Download complete
2859404e1f79: Verifying Checksum
2859404e1f79: Download complete
e1251a8ee6a9: Verifying Checksum
e1251a8ee6a9: Download complete
9e240a85c667: Verifying Checksum
9e240a85c667: Download complete
f7f232c44105: Download complete
3cf2da3f0427: Download complete
6ae550de2c94: Verifying Checksum
6ae550de2c94: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
10691a79ad56: Verifying Checksum
10691a79ad56: Download complete
fc6bf6e518a8: Verifying Checksum
fc6bf6e518a8: Download complete
2c2332ebfc4e: Verifying Checksum
2c2332ebfc4e: Download complete
2244f80174da: Verifying Checksum
2244f80174da: Download complete
8b8a8da2fcc9: Download complete
45a4d5a95293: Verifying Checksum
45a4d5a95293: Download complete
6ad4a54fd688: Verifying Checksum
6ad4a54fd688: Download complete
6945723d26db: Verifying Checksum
6945723d26db: Download complete
58d384831e2f: Verifying Checksum
58d384831e2f: Download complete
cfa289cf0dae: Download complete
9269dbf7d853: Download complete
f53312768181: Download complete
3895fdaa1f8e: Verifying Checksum
3895fdaa1f8e: Download complete
054a65f3adcf: Verifying Checksum
054a65f3adcf: Download complete
8335b2da987f: Verifying Checksum
8335b2da987f: Download complete
40f3bd58c539: Download complete
7af57c27a2d4: Download complete
a97d03ec00ee: Download complete
fb9c1774773f: Verifying Checksum
fb9c1774773f: Download complete
4ae8a50f6f76: Verifying Checksum
4ae8a50f6f76: Download complete
04b0eae1af79: Verifying Checksum
04b0eae1af79: Download complete
8f670490e187: Download complete
7ea80ad38e3f: Verifying Checksum
7ea80ad38e3f: Download complete
1dd624a5d250: Pull complete
ee9811bbedf9: Download complete
ab6ef42a20b3: Pull complete
8335b2da987f: Pull complete
07053c5e0684: Pull complete
1a77621a839a: Pull complete
34e0639e9c9b: Pull complete
cbb65aec2778: Pull complete
f15678b0d94e: Pull complete
2859404e1f79: Pull complete
e1251a8ee6a9: Pull complete
9e240a85c667: Pull complete
f7f232c44105: Pull complete
3cf2da3f0427: Pull complete
6ae550de2c94: Pull complete
4f4fb700ef54: Pull complete
10691a79ad56: Pull complete
fc6bf6e518a8: Pull complete
2c2332ebfc4e: Pull complete
2244f80174da: Pull complete
8b8a8da2fcc9: Pull complete
45a4d5a95293: Pull complete
6ad4a54fd688: Pull complete
6945723d26db: Pull complete
58d384831e2f: Pull complete
cfa289cf0dae: Pull complete
9269dbf7d853: Pull complete
f53312768181: Pull complete
054a65f3adcf: Pull complete
3895fdaa1f8e: Pull complete
7ea80ad38e3f: Pull complete
40f3bd58c539: Pull complete
7af57c27a2d4: Pull complete
a97d03ec00ee: Pull 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:36.03 ---> 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:36.03 ---> 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:36.03 ---> 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:36.03 ---> 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:36.03 ---> using "4d20113876644673c11e54c3fc0ba199419fe558f82254a5396ba453da9954db" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:36.14 ---> saved as "ea0a785d26dcf8cd921199457286f21f53cb13243afda6dd04d37a5cff77c9a6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:36.32 ---> saved as "deb8b952a40ce79397258a40a9a9a3cc9024293c3e0a4ea1d5f65a3832cb04ae"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
- error: failed retrieving file 'extra.db' from fastly.mirror.pkgbuild.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
2026-05-04 08:38.38 ---> saved as "c5eb8c941dccea455575fb93c9aa9f90c7e11667ab463b7ee84ea13003fbbdf9"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.20.0 1.20.0"))
efl is now pinned to version 1.20.0
2026-05-04 08:38.40 ---> saved as "13988766c4ab69d5729a94e4f298e036e95e0a0fcf24a527279f647bae9ccd10"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.20.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.20.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.20.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 efl]
  ∗ efl             1.20.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...
-  lame-3.101.r6531-1-x86_64 downloading...
-  device-mapper-2.03.40-1-x86_64 downloading...
-  libgpg-error-1.60-1-x86_64 downloading...
-  libxkbcommon-1.13.1-1-x86_64 downloading...
-  libbpf-1.7.0-1-x86_64 downloading...
-  libpng-1.6.58-1-x86_64 downloading...
-  lua52-5.2.4-8-x86_64 downloading...
-  sed-4.10-1-x86_64 downloading...
-  libgomp-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  liblsan-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  lcms2-2.19-1-x86_64 downloading...
-  libinput-1.31.1-1-x86_64 downloading...
-  libubsan-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  libogg-1.3.6-1-x86_64 downloading...
-  libvorbis-1.3.7-4-x86_64 downloading...
-  libwacom-2.18.0-2-x86_64 downloading...
-  libquadmath-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  libxi-1.8.2-1-x86_64 downloading...
-  wayland-1.25.0-1-x86_64 downloading...
-  lm_sensors-1:3.6.2-1-x86_64 downloading...
-  libunwind-1.8.2-1-x86_64 downloading...
-  alsa-ucm-conf-1.2.15.3-1-any downloading...
-  expat-2.8.0-1-x86_64 downloading...
-  libedit-20251016_3.1-1-x86_64 downloading...
-  graphene-1.10.8-2-x86_64 downloading...
-  libxext-1.3.7-1-x86_64 downloading...
-  giflib-6.1.3-1-x86_64 downloading...
-  graphite-1:1.3.14-6-x86_64 downloading...
-  libgcc-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  pkgconf-2.5.1-1-x86_64 downloading...
-  fribidi-1.0.16-2-x86_64 downloading...
-  libdeflate-1.25-1-x86_64 downloading...
-  libevdev-1.13.6-1-x86_64 downloading...
-  jbigkit-2.1-8-x86_64 downloading...
-  libsysprof-capture-50.0-2-x86_64 downloading...
-  libgudev-238-3-x86_64 downloading...
-  bubblewrap-0.11.2-1-x86_64 downloading...
-  libobjc-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  libxv-1.0.13-1-x86_64 downloading...
-  libxcursor-1.2.3-1-x86_64 downloading...
-  libxkbcommon-x11-1.13.1-1-x86_64 downloading...
-  mailcap-2.1.54-2-any downloading...
-  libxrender-0.9.12-1-x86_64 downloading...
-  libxtst-1.2.5-1-x86_64 downloading...
-  libxrandr-1.5.5-1-x86_64 downloading...
-  libpciaccess-0.19-1-x86_64 downloading...
-  libasyncns-1:0.8+r3+g68cd5af-3-x86_64 downloading...
-  mtdev-1.1.7-1-x86_64 downloading...
-  libxxf86vm-1.1.7-1-x86_64 downloading...
-  libxss-1.2.5-1-x86_64 downloading...
-  libxfixes-6.0.2-1-x86_64 downloading...
-  libatomic-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  alsa-topology-conf-1.2.5.1-4-any downloading...
-  hicolor-icon-theme-0.18-1-any downloading...
-  libxcomposite-0
- .4.7-1-x86_64 downloading...
-  libxinerama-1.1.6-1-x86_64 downloading...
-  libxdamage-1.1.7-1-x86_64 downloading...
-  libxshmfence-1.3.3-1-x86_64 downloading...
-  gcc-libs-16.1.1+r12+g301eb08fa2c5-1-x86_64 downloading...
-  default-cursors-3-1-any downloading...
- error: failed retrieving file 'mesa-1:26.0.6-1-x86_64.pkg.tar.zst' from fastly.mirror.pkgbuild.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading iana-etc...
- upgrading glibc...
- Generating locales...
- Generation complete.
- upgrading libgcc...
- upgrading libstdc++...
- upgrading libgpg-error...
- upgrading gnutls...
- upgrading curl...
- upgrading expat...
- installing libpng...
- installing freetype2...
- Optional dependencies for freetype2
-     harfbuzz: Improved autohinting [pending]
- installing fontconfig...
- Creating fontconfig configuration...
- Rebuilding fontconfig cache...
- installing fribidi...
- installing giflib...
- upgrading libsysprof-capture...
- upgrading glib2...
- installing libunwind...
- installing gstreamer...
- Optional dependencies for gstreamer
-     python: gst-plugins-doc-cache-generator
- installing graphene...
- installing iso-codes...
- installing libpciaccess...
- installing libdrm...
- Optional dependencies for libdrm
-     cairo: needed for modetest tool
- installing libxext...
- installing libxshmfence...
- installing libxxf86vm...
- installing libedit...
- 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...
- upgrading libasan...
- upgrading libatomic...
- upgrading libgfortran...
- upgrading libgomp...
- upgrading liblsan...
- upgrading libobjc...
- upgrading libquadmath...
- upgrading libtsan...
- upgrading libubsan...
- upgrading gcc-libs...
- installing libgudev...
- installing libjpeg-turbo...
- Optional dependencies for libjpeg-turbo
-     java-runtime>11: for TurboJPEG Java wrapper
- installing libxfixes...
- installing libxi...
- installing libxv...
- installing orc...
- installing gst-plugins-base-libs...
- installing graphite...
- Optional dependencies for graphite
-     graphite-docs: Documentation
- installing harfbuzz...
- Optional dependencies for harfbuzz
-     harfbuzz-utils: utilities
- installing hicolor-icon-theme...
- installing libevdev...
- installing libwacom...
- Optional dependencies for libwacom
-     python-libevdev: for libwacom-show-stylus
-     python-pyudev: for libwacom-show-stylus
- installing lua54...
- installing mtdev...
- installing libinput...
- Optional dependencies for libinput
-     libinput-tools: debug utilities
- installing libasyncns...
- installing libogg...
- installing flac...
- installing alsa-topology-conf...
- installing alsa-ucm-conf...
- installing alsa-lib...
- installing mpg123...
- Optional dependencies for mpg123
-     sdl2: for sdl audio support
-     jack: for jack audio support
-     libpulse: for pulse audio support [pending]
-     perl: for conplay [installed]
- installing lame...
- installing libvorbis...
- installing opus...
- installing libsndfile...
- Optional dependencies for libsndfile
-     alsa-lib: for sndfile-play [installed]
- installing libpulse...
- Optional dependencies for libpulse
-     pulse-native-provider: PulseAudio backend
- installing jbigkit...
- installing libdeflate...
- installing libwebp...
- Optional dependencies for libwebp
-     libwebp-utils: WebP conversion and inspection tools
- installing libtiff...
- Optional dependencies for libtiff
-     freeglut: for using tiffgt
- installing libxcomposite...
- installing libxrender...
- installing libxcursor...
- installing libxdamage...
- installing libxinerama...
- installing xkeyboard-config...
- installing libxkbcommon...
- Optional dependencies for libxkbcommon
-     libxkbcommon-x11: xkbcli interactive-x11 [pending]
-     wayland: xkbcli interactive-wayland [installed]
- installing libxkbcommon-x11...
- installing libxrandr...
- installing libxss...
- installing libxtst...
- installing lua52...
- installing mailcap...
- installing lcms2...
- installing openjpeg2...
- installing shared-mime-info...
- installing gnu-free-fonts...
- installing efl...
- Optional dependencies for efl
-     gst-plugins-base: Video and thumbnail codecs
-     gst-plugins-good: Video and thumbnail codecs
-     gst-plugins-bad: Video and thumbnail codecs
-     gst-plugins-ugly: Video and thumbnail codecs
-     gst-libav: Video and thumbnails with ffmpeg/libav
-     libraw: RAW image loader
-     libreoffice: Office document loader
-     librsvg: SVG loader
-     libspectre: PostScript loader
-     poppler: PDF loader
-     scim: IM module for SCIM
- installing pkgconf...
- upgrading binutils...
- upgrading bubblewrap...
- upgrading device-mapper...
- upgrading gcc...
- upgrading libbpf...
- upgrading rsync...
- upgrading sed...
- :: Running post-transaction hooks...
- (1/9) Updating udev hardware database...
- (2/9) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (3/9) Reloading user manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (4/9) Updating the MIME type database...
- (5/9) Enqueuing marked services...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (6/9) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (7/9) Arming ConditionNeedsUpdate...
- (8/9) Updating fontconfig configuration...
- (9/9) Updating fontconfig cache...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved efl.1.20.0  (cached)
∗ installed conf-pkg-config.4
⬇ retrieved ocamlbuild.0.16.1  (cached)
∗ installed conf-efl.1.8
⬇ retrieved ocamlfind.1.9.8  (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.20.0 failed at "make".

#=== ERROR while compiling efl.1.20.0 =========================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.20.0/ocaml-efl-1.20.0.tar.gz)
# path                 ~/.opam/4.14/.opam-switch/build/efl.1.20.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/efl-7-da8815.env
# output-file          ~/.opam/log/efl-7-da8815.out
### output ###
#  cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.20.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.20.0/missing: line 81: automake-1.14: command not found
# WARNING: 'automake-1.14' is missing on your system.
#          You should only need it if you modified 'Makefile.am' or
#          'configure.ac' or m4 files included by 'configure.ac'.
#          The 'automake' program is part of the GNU Automake package:
#          <http://www.gnu.org/software/automake>
#          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
#          <http://www.gnu.org/software/autoconf>
#          <http://www.gnu.org/software/m4/>
#          <http://www.perl.org/>
# make: *** [Makefile:249: Makefile.in] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build efl 1.20.0
└─ 
┌─ The following changes have been performed
│ ∗ install conf-efl        1.8
│ ∗ install conf-pkg-config 4
│ ∗ install ocamlbuild      0.16.1
│ ∗ install ocamlfind       1.9.8
└─ 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260504083841.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.20.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.20.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 1
2026-05-04 08:44.31: Job failed: Failed: Build failed
2026-05-04 08:44.31: Log analysis:
2026-05-04 08:44.31: >>> 
[ERROR] The compilation of efl.1.20.0 failed at "make".
 (score = 20)
2026-05-04 08:44.31: The compilation of efl.1.20.0 failed at "make".