(for PR #28495)

2026-05-04 08:20.06: New job: build efl.1.22.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.22.0 1.22.0
RUN opam reinstall efl.1.22.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.22.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.22.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.22.0 1.22.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.22.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.22.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.39: Waiting for worker…
2026-05-04 08:36.22: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
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)
2026-05-04 08:36.38 ---> saved as "b335f4c14c78032abc317eb8006625b82c0f1066f818e0cab492de0956140fc6"

/: (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.38 ---> saved as "b0212cf2130f67a4aca66fbb2e988e8f5b440b4945f4d68b02bf82f9098c53a3"

/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:37.03 ---> saved as "c311075b570f857276b9fd2a40672c555b29cc10eaff160e4bc3cea16faccc83"

/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:37.04 ---> saved as "049a36eaa382450cdf08ab964e7cc4bceb980e6d3bb9b1a5e6abaf0278c72f83"

/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:37.12 ---> saved as "4d20113876644673c11e54c3fc0ba199419fe558f82254a5396ba453da9954db"

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:37.37 ---> 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...
2026-05-04 08:37.38 ---> saved as "c5eb8c941dccea455575fb93c9aa9f90c7e11667ab463b7ee84ea13003fbbdf9"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.22.0 1.22.0"))
efl is now pinned to version 1.22.0
2026-05-04 08:37.38 ---> saved as "830d4164602096a8992e55781642e341ec1a03f6a63c826d2956eacac0c3edc0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.22.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.22.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.22.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.22.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...
- 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.22.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.22.0 failed at "make".

#=== ERROR while compiling efl.1.22.0 =========================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/axiles/ocaml-efl/releases/download/v1.22.0/ocaml-efl-1.22.0.tar.gz)
# path                 ~/.opam/4.14/.opam-switch/build/efl.1.22.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/efl-7-435c23.env
# output-file          ~/.opam/log/efl-7-435c23.out
### output ###
#  cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.22.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.22.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:251: Makefile.in] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build efl 1.22.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-20260504083739.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.22.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.22.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:39.15: Job failed: Failed: Build failed
2026-05-04 08:39.15: Log analysis:
2026-05-04 08:39.15: >>> 
[ERROR] The compilation of efl.1.22.0 failed at "make".
 (score = 20)
2026-05-04 08:39.15: The compilation of efl.1.22.0 failed at "make".