(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on macos-homebrew-ocaml-4.14/arm64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-05 06:24.23: Using cache hint "macos-homebrew-ocaml-4.14-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall conf-gtk4.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:37.31: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files:  68% (12740/18627)
Updating files:  69% (12853/18627)
Updating files:  70% (13039/18627)
Updating files:  71% (13226/18627)
Updating files:  72% (13412/18627)
Updating files:  73% (13598/18627)
Updating files:  74% (13784/18627)
Updating files:  75% (13971/18627)
Updating files:  76% (14157/18627)
Updating files:  77% (14343/18627)
Updating files:  78% (14530/18627)
Updating files:  79% (14716/18627)
Updating files:  80% (14902/18627)
Updating files:  81% (15088/18627)
Updating files:  82% (15275/18627)
Updating files:  83% (15461/18627)
Updating files:  84% (15647/18627)
Updating files:  85% (15833/18627)
Updating files:  86% (16020/18627)
Updating files:  87% (16206/18627)
Updating files:  88% (16392/18627)
Updating files:  89% (16579/18627)
Updating files:  90% (16765/18627)
Updating files:  91% (16951/18627)
Updating files:  92% (17137/18627)
Updating files:  93% (17324/18627)
Updating files:  94% (17510/18627)
Updating files:  95% (17696/18627)
Updating files:  96% (17882/18627)
Updating files:  97% (18069/18627)
Updating files:  98% (18255/18627)
Updating files:  99% (18441/18627)
Updating files: 100% (18627/18627)
Updating files: 100% (18627/18627), done.
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 49 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam

(from macos-homebrew-ocaml-4.14)
2026-04-05 06:37.32 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-05 06:37.33 ---> saved as "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a"

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-04-05 06:37.44 ---> saved as "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa"

/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-04-05 06:37.45 ---> saved as "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5"

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:37.48 ---> saved as "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e"

/: (copy (src .) (dst opam-repository/))
2026-04-05 06:37.53 ---> saved as "e5d277189f0bb7f6ad2f5d6a90ccf5504c06d9dfb731244935cafc38faea7344"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:38.03 ---> saved as "0e42aecb6d07d4b9643da7d74ca82aacaf908d1a1590144e22081e14f59c35a6"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:f41c72b891c40623f9d5cd2135f58a1b8a5c014ae04149888289409316276c72
- #=#=#                                                                          

                                                                           0.7%
#                                                                          1.4%
#                                                                          2.2%
##                                                                         3.1%
##                                                                         3.9%
###                                                                        4.7%
- 
###                                                                        5.4%
####                                                                       6.3%
#####                                                                      7.1%
#####                                                                      7.9%
######                                                                     8.7%
######                                                                     9.6%
#######                                                                   10.3%
########                                                                  11.1%
########                                                                  12.0%
#########                                                                 12.8%
#########                                                                 13.6%
- 
##########                                                                14.3%
##########                                                                15.1%
###########                                                               16.0%
############                                                              16.8%
############                                                              17.6%
#############                                                             18.5%
#############                                                             19.2%
##############                                                            20.0%
##############                                                            20.8%
###############                                                           21.6%
################                                                          22.5%
- 
################                                                          23.2%
#################                                                         24.0%
#################                                                         24.8%
##################                                                        25.7%
###################                                                       26.5%
###################                                                       27.2%
####################                                                      28.1%
####################                                                      28.9%
#####################                                                     29.7%
#####################                                                     30.5%
######################                                                    31.4%
#######################                                                   32.1%
- 
#######################                                                   32.9%
########################                                                  33.7%
########################                                                  34.6%
#########################                                                 35.4%
##########################                                                36.1%
##########################                                                37.0%
###########################                                               37.8%
###########################                                               38.6%
############################                                              39.4%
############################                                              40.1%
#############################                                             41.0%
- 
##############################                                            41.8%
##############################                                            42.6%
###############################                                           43.5%
###############################                                           44.3%
################################                                          45.0%
################################                                          45.8%
#################################                                         46.7%
##################################                                        47.5%
##################################                                        48.3%
###################################                                       49.2%
###################################                                       49.9%
- 
####################################                                      50.7%
#####################################                                     51.5%
#####################################                                     52.4%
######################################                                    53.2%
######################################                                    53.9%
#######################################                                   54.7%
########################################                                  55.6%
########################################                                  56.4%
#########################################                                 57.3%
#########################################                                 58.1%
##########################################                                58.8%
- 
##########################################                                59.6%
###########################################                               60.5%
############################################                              61.3%
############################################                              62.1%
#############################################                             62.8%
#############################################                             63.7%
##############################################                            64.7%
###############################################                           65.4%
###############################################                           66.2%
################################################                          67.0%
################################################                          67.9%
#################################################                         68.7%
- 
#################################################                         69.4%
##################################################                        70.3%
###################################################                       71.1%
###################################################                       71.9%
####################################################                      72.7%
####################################################                      73.6%
#####################################################                     74.3%
######################################################                    75.1%
######################################################                    75.9%
#######################################################                   76.8%
#######################################################                   77.6%
- 
########################################################                  78.3%
########################################################                  79.1%
#########################################################                 80.0%
##########################################################                80.8%
##########################################################                81.6%
###########################################################               82.3%
###########################################################               83.2%
############################################################              84.0%
#############################################################             84.8%
#############################################################             85.6%
##############################################################            86.5%
- 
##############################################################            87.2%
###############################################################           88.0%
###############################################################           88.8%
################################################################          89.7%
#################################################################         90.5%
#################################################################         91.2%
##################################################################        92.0%
##################################################################        92.9%
###################################################################       93.7%
####################################################################      94.5%
####################################################################      95.4%
- 
#####################################################################     96.1%
#####################################################################     97.0%
######################################################################    97.8%
######################################################################    98.6%
#######################################################################   99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-04-05 06:38.32 ---> saved as "9caba8d21c88d22c1c32d736c5af33ef72cc124fc4bf86acce7dc37c0cbf934d"

/: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:38.34 ---> saved as "c8a2e45edbb9c9a39e32fa727ff66b549e9e37434634e02b240036e3dffbdabc"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall conf-gtk4.1;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-gtk4       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gtk4]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew 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

+ /opt/homebrew/bin/brew "install" "gtk4" "pkgconf"
- ==> Fetching downloads for: gtk4 and pkgconf
- ✔︎ Bottle Manifest gtk4 (4.22.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest libpng (1.6.56)
- ✔︎ Bottle libpng (1.6.56)
- ✔︎ Bottle Manifest freetype (2.14.3)
- ✔︎ Bottle freetype (2.14.3)
- ✔︎ Bottle Manifest libunistring (1.4.2)
- ✔︎ Bottle libunistring (1.4.2)
- ✔︎ Bottle Manifest gettext (1.0)
- ✔︎ Bottle Manifest fontconfig (2.17.1)
- ✔︎ Bottle fontconfig (2.17.1)
- ✔︎ Bottle Manifest pcre2 (10.47_1)
- ✔︎ Bottle pcre2 (10.47_1)
- ✔︎ Bottle Manifest glib (2.88.0)
- ✔︎ Bottle glib (2.88.0)
- ✔︎ Bottle Manifest xorgproto (2025.1)
- ✔︎ Bottle xorgproto (2025.1)
- ✔︎ Bottle Manifest libxau (1.0.12)
- ✔︎ Bottle libxau (1.0.12)
- ✔︎ Bottle Manifest libxdmcp (1.1.5)
- ✔︎ Bottle libxdmcp (1.1.5)
- ✔︎ Bottle Manifest libxcb (1.17.0)
- ✔︎ Bottle Manifest libx11 (1.8.13)
- ✔︎ Bottle libx11 (1.8.13)
- ✔︎ Bottle Manifest libxext (1.3.7)
- ✔︎ Bottle libxext (1.3.7)
- ✔︎ Bottle Manifest libxrender (0.9.12)
- ✔︎ Bottle libxrender (0.9.12)
- ✔︎ Bottle Manifest lzo (2.10)
- ✔︎ Bottle lzo (2.10)
- ✔︎ Bottle Manifest pixman (0.46.4)
- ✔︎ Bottle pixman (0.46.4)
- ✔︎ Bottle Manifest cairo (1.18.4)
- ✔︎ Bottle cairo (1.18.4)
- ✔︎ Bottle Manifest fribidi (1.0.16)
- ✔︎ Bottle fribidi (1.0.16)
- ✔︎ Bottle Manifest jpeg-turbo (3.1.4.1)
- ✔︎ Bottle jpeg-turbo (3.1.4.1)
- ✔︎ Bottle Manifest xz (5.8.3)
- ✔︎ Bottle xz (5.8.3)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest zstd (1.5.7_1)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle Manifest libtiff (4.7.1_1)
- ✔︎ Bottle libtiff (4.7.1_1)
- ✔︎ Bottle Manifest gdk-pixbuf (2.44.6)
- ✔︎ Bottle gdk-pixbuf (2.44.6)
- ✔︎ Bottle Manifest graphene (1.10.8)
- ✔︎ Bottle graphene (1.10.8)
- ✔︎ Bottle Manifest graphite2 (1.3.14)
- ✔︎ Bottle graphite2 (1.3.14)
- ✔︎ Bottle Manifest icu4c@78 (78.3)
- ✔︎ Bottle icu4c@78 (78.3)
- ✔︎ Bottle Manifest harfbuzz (14.0.0)
- ✔︎ Bottle harfbuzz (14.0.0)
- ✔︎ Bottle Manifest hicolor-icon-theme (0.18)
- ✔︎ Bottle hicolor-icon-theme (0.18)
- ✔︎ Bottle Manifest libepoxy (1.5.10)
- ✔︎ Bottle libepoxy (1.5.10)
- ✔︎ Bottle Manifest libdatrie (0.2.14)
- ✔︎ Bottle libdatrie (0.2.14)
- ✔︎ Bottle Manifest libthai (0.1.30)
- ✔︎ Bottle libthai (0.1.30)
- ✔︎ Bottle Manifest pango (1.57.1)
- ✔︎ Bottle pango (1.57.1)
- ✔︎ Bottle Manifest librsvg (2.62.1)
- ✔︎ Bottle librsvg (2.62.1)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle gettext (1.0)
- ✔︎ Bottle libxcb (1.17.0)
- ✔︎ Bottle gtk4 (4.22.2)
- ==> Installing dependencies for gtk4: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, fribidi, jpeg-turbo, xz, lz4, zstd, libtiff, gdk-pixbuf, graphene, graphite2, icu4c@78, harfbuzz, hicolor-icon-theme, libepoxy, libdatrie, libthai, pango and librsvg
- ==> Installing gtk4 dependency: libpng
- ==> Pouring libpng--1.6.56.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libpng/1.6.56: 28 files, 1.4MB
- ==> Installing gtk4 dependency: freetype
- ==> Pouring freetype--2.14.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/freetype/2.14.3: 68 files, 2.7MB
- ==> Installing gtk4 dependency: libunistring
- ==> Pouring libunistring--1.4.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libunistring/1.4.2: 59 files, 5.8MB
- ==> Installing gtk4 dependency: gettext
- ==> Pouring gettext--1.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gettext/1.0: 2,499 files, 35.3MB
- ==> Installing gtk4 dependency: fontconfig
- ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- 🍺  /opt/homebrew/Cellar/fontconfig/2.17.1: 98 files, 1.6MB
- ==> Installing gtk4 dependency: pcre2
- ==> Pouring pcre2--10.47_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pcre2/10.47_1: 244 files, 7.3MB
- ==> Installing gtk4 dependency: glib
- ==> Pouring glib--2.88.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/glib/2.88.0: 506 files, 40.0MB
- ==> Installing gtk4 dependency: xorgproto
- ==> Pouring xorgproto--2025.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xorgproto/2025.1: 268 files, 4.1MB
- ==> Installing gtk4 dependency: libxau
- ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 136.1KB
- ==> Installing gtk4 dependency: libxdmcp
- ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 142.5KB
- ==> Installing gtk4 dependency: libxcb
- ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.8MB
- ==> Installing gtk4 dependency: libx11
- ==> Pouring libx11--1.8.13.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libx11/1.8.13: 1,043 files, 7.4MB
- ==> Installing gtk4 dependency: libxext
- ==> Pouring libxext--1.3.7.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxext/1.3.7: 88 files, 469.6KB
- ==> Installing gtk4 dependency: libxrender
- ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 229.5KB
- ==> Installing gtk4 dependency: lzo
- ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/lzo/2.10: 32 files, 579.8KB
- ==> Installing gtk4 dependency: pixman
- ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/pixman/0.46.4: 11 files, 1.4MB
- ==> Installing gtk4 dependency: cairo
- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.7MB
- ==> Installing gtk4 dependency: fribidi
- ==> Pouring fribidi--1.0.16.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/fribidi/1.0.16: 68 files, 578.6KB
- ==> Installing gtk4 dependency: jpeg-turbo
- ==> Pouring jpeg-turbo--3.1.4.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/jpeg-turbo/3.1.4.1: 47 files, 3.7MB
- ==> Installing gtk4 dependency: xz
- ==> Pouring xz--5.8.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xz/5.8.3: 96 files, 2.7MB
- ==> Installing gtk4 dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.2KB
- ==> Installing gtk4 dependency: zstd
- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB
- ==> Installing gtk4 dependency: libtiff
- ==> Pouring libtiff--4.7.1_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libtiff/4.7.1_1: 488 files, 9.0MB
- ==> Installing gtk4 dependency: gdk-pixbuf
- ==> Pouring gdk-pixbuf--2.44.6.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/gdk-pixbuf/2.44.6/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺  /opt/homebrew/Cellar/gdk-pixbuf/2.44.6: 151 files, 4.2MB
- ==> Installing gtk4 dependency: graphene
- ==> Pouring graphene--1.10.8.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/graphene/1.10.8: 37 files, 1MB
- ==> Installing gtk4 dependency: graphite2
- ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.2.tar.gz
- 🍺  /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 276.8KB
- ==> Installing gtk4 dependency: icu4c@78
- ==> Pouring icu4c@78--78.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/icu4c@78/78.3: 279 files, 87.9MB
- ==> Installing gtk4 dependency: harfbuzz
- ==> Pouring harfbuzz--14.0.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/harfbuzz/14.0.0: 94 files, 13.5MB
- ==> Installing gtk4 dependency: hicolor-icon-theme
- ==> Pouring hicolor-icon-theme--0.18.all.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/hicolor-icon-theme/0.18: 8 files, 82.0KB
- ==> Installing gtk4 dependency: libepoxy
- ==> Pouring libepoxy--1.5.10.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libepoxy/1.5.10: 11 files, 2.7MB
- ==> Installing gtk4 dependency: libdatrie
- ==> Pouring libdatrie--0.2.14.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libdatrie/0.2.14: 20 files, 312.0KB
- ==> Installing gtk4 dependency: libthai
- ==> Pouring libthai--0.1.30.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/libthai/0.1.30: 30 files, 973.7KB
- ==> Installing gtk4 dependency: pango
- ==> Pouring pango--1.57.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pango/1.57.1: 69 files, 3.8MB
- ==> Installing gtk4 dependency: librsvg
- ==> Pouring librsvg--2.62.1.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/opt/gdk-pixbuf/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺  /opt/homebrew/Cellar/librsvg/2.62.1: 21 files, 12.9MB
- ==> Installing gtk4
- ==> Pouring gtk4--4.22.2.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/opt/glib/bin/glib-compile-schemas /opt/homebrew/share/glib-2.0/schemas
- ==> /opt/homebrew/Cellar/gtk4/4.22.2/bin/gtk4-update-icon-cache -f -t /opt/homebrew/share/icons/hicolor
- ==> /opt/homebrew/opt/glib/bin/gio-querymodules /opt/homebrew/lib/gtk-4.0/4.0.0/printbackends
- 🍺  /opt/homebrew/Cellar/gtk4/4.22.2: 643 files, 78.4MB
- ==> Running `brew cleanup gtk4`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.2KB
- ==> Running `brew cleanup pkgconf`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:39.52 ---> saved as "a1e9e192a98659daa0bec9e0a5aec581c48670f31dd8a67f4808546c1f94ad01"
Job succeeded
2026-04-05 06:40.00: Job succeeded