(not at the head of any monitored branch or PR)
2026-02-25 07:03.45: New job: build tyxml-ppx.4.6.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29460/head (e9243d54b894f2ff7d6624033a71869eda8f9a19)
                              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/29460/head" && git reset --hard e9243d54
git fetch origin master
git merge --no-edit 7f356c7b07fed8e01d4196c9a0a9c5acf6c60b04
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 tyxml-ppx.4.6.0 4.6.0
RUN opam reinstall tyxml-ppx.4.6.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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tyxml-ppx.4.6.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-02-25 07:03.45: Using cache hint "macos-homebrew-ocaml-4.14-tyxml-ppx.4.6.0-e9243d54b894f2ff7d6624033a71869eda8f9a19"
2026-02-25 07:03.45: 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 tyxml-ppx.4.6.0 4.6.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall tyxml-ppx.4.6.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 \"\\\"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\" != 'tyxml-ppx.4.6.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-02-25 07:03.45: Waiting for resource in pool OCluster
2026-02-25 07:03.46: Waiting for worker…
2026-02-25 07:03.46: Got resource from pool OCluster
Building on m1-worker-02
Updating files:  64% (11721/18314)
Updating files:  65% (11905/18314)
Updating files:  66% (12088/18314)
Updating files:  67% (12271/18314)
Updating files:  68% (12454/18314)
Updating files:  69% (12637/18314)
Updating files:  70% (12820/18314)
Updating files:  71% (13003/18314)
Updating files:  72% (13187/18314)
Updating files:  73% (13370/18314)
Updating files:  74% (13553/18314)
Updating files:  75% (13736/18314)
Updating files:  76% (13919/18314)
Updating files:  77% (14102/18314)
Updating files:  78% (14285/18314)
Updating files:  79% (14469/18314)
Updating files:  80% (14652/18314)
Updating files:  81% (14835/18314)
Updating files:  82% (15018/18314)
Updating files:  83% (15201/18314)
Updating files:  84% (15384/18314)
Updating files:  85% (15567/18314)
Updating files:  86% (15751/18314)
Updating files:  87% (15934/18314)
Updating files:  88% (16117/18314)
Updating files:  89% (16300/18314)
Updating files:  90% (16483/18314)
Updating files:  91% (16666/18314)
Updating files:  92% (16849/18314)
Updating files:  93% (17033/18314)
Updating files:  94% (17216/18314)
Updating files:  95% (17399/18314)
Updating files:  96% (17582/18314)
Updating files:  97% (17765/18314)
Updating files:  98% (17948/18314)
Updating files:  99% (18131/18314)
Updating files: 100% (18314/18314)
Updating files: 100% (18314/18314), done.
HEAD is now at f96a5f6b55 Add ambient-context upper bounds for opentelemetry.0.6-0.10
HEAD is now at 7f356c7b07 Merge pull request #29452 from Leonidas-from-XIV/inifiles-no-ocamlfind
Auto-merging packages/tyxml-ppx/tyxml-ppx.4.6.0/opam
Merge made by the 'ort' strategy.
 packages/tyxml-ppx/tyxml-ppx.4.6.0/opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(from macos-homebrew-ocaml-4.14)
2026-02-25 07:03.56 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-02-25 07:03.56 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

/: (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-02-25 07:03.56 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (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-02-25 07:03.57 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-02-25 07:03.57 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-02-25 07:04.01 ---> saved as "756e06c8c23ca83d359944908d838fdf9f51da5ff15afdd3542dad09e533f069"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-02-25 07:04.11 ---> saved as "4a8355a454ec874137361df390bd784198383d2f774cb93f2826e4b7d4bc23ec"

/: (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:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- #=#=#                                                                          

                                                                           0.0%
                                                                           0.3%
                                                                           0.6%
                                                                           1.3%
#                                                                          1.8%
#                                                                          2.3%
##                                                                         2.8%
##                                                                         3.6%
- 
###                                                                        4.4%
###                                                                        5.3%
####                                                                       6.1%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     8.5%
######                                                                     9.0%
######                                                                     9.4%
#######                                                                    9.8%
#######                                                                   10.2%
#######                                                                   10.8%
- 
########                                                                  11.2%
########                                                                  11.6%
########                                                                  12.0%
########                                                                  12.4%
#########                                                                 12.8%
#########                                                                 13.3%
#########                                                                 13.7%
##########                                                                14.1%
##########                                                                14.5%
##########                                                                15.0%
###########                                                               15.4%
- 
###########                                                               15.9%
###########                                                               16.3%
############                                                              16.7%
############                                                              17.1%
############                                                              17.5%
############                                                              18.0%
#############                                                             18.5%
#############                                                             19.0%
#############                                                             19.4%
##############                                                            19.8%
- 
##############                                                            20.2%
##############                                                            20.6%
###############                                                           21.1%
###############                                                           21.6%
###############                                                           22.0%
################                                                          22.5%
################                                                          22.9%
################                                                          23.3%
#################                                                         23.7%
#################                                                         24.1%
#################                                                         24.6%
- 
##################                                                        25.1%
##################                                                        25.5%
##################                                                        26.0%
###################                                                       26.4%
###################                                                       26.9%
###################                                                       27.3%
###################                                                       27.7%
####################                                                      28.2%
####################                                                      28.6%
####################                                                      29.1%
- 
#####################                                                     29.5%
#####################                                                     29.9%
#####################                                                     30.3%
######################                                                    30.7%
######################                                                    31.2%
######################                                                    31.7%
#######################                                                   32.1%
#######################                                                   32.5%
#######################                                                   33.0%
########################                                                  33.4%
########################                                                  33.8%
- 
########################                                                  34.2%
########################                                                  34.6%
#########################                                                 35.0%
#########################                                                 35.6%
#########################                                                 35.8%
##########################                                                36.2%
##########################                                                36.6%
##########################                                                36.9%
##########################                                                37.4%
###########################                                               37.8%
###########################                                               38.3%
###########################                                               38.5%
- 
###########################                                               38.8%
############################                                              39.1%
############################                                              39.3%
############################                                              39.7%
############################                                              40.0%
############################                                              40.3%
#############################                                             40.5%
#############################                                             40.8%
#############################                                             41.1%
#############################                                             41.4%
##############################                                            41.8%
- 
##############################                                            42.0%
##############################                                            42.3%
##############################                                            42.6%
##############################                                            42.8%
###############################                                           43.2%
###############################                                           43.5%
###############################                                           43.8%
###############################                                           44.0%
###############################                                           44.3%
################################                                          44.6%
################################                                          44.9%
- 
################################                                          45.1%
################################                                          45.5%
################################                                          45.8%
#################################                                         46.1%
#################################                                         46.3%
#################################                                         46.6%
#################################                                         47.0%
##################################                                        47.3%
##################################                                        47.5%
##################################                                        47.8%
- 
##################################                                        48.1%
##################################                                        48.4%
###################################                                       48.8%
###################################                                       49.0%
###################################                                       49.3%
###################################                                       49.6%
###################################                                       49.8%
####################################                                      50.1%
####################################                                      50.5%
####################################                                      50.8%
####################################                                      51.0%
- 
####################################                                      51.3%
#####################################                                     51.6%
#####################################                                     51.9%
#####################################                                     52.1%
#####################################                                     52.5%
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.3%
######################################                                    53.6%
######################################                                    53.9%
- 
######################################                                    54.1%
#######################################                                   54.4%
#######################################                                   54.7%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  56.0%
########################################                                  56.2%
########################################                                  56.4%
########################################                                  56.6%
- 
########################################                                  56.8%
#########################################                                 57.1%
#########################################                                 57.2%
#########################################                                 57.5%
#########################################                                 57.8%
#########################################                                 57.9%
#########################################                                 58.2%
##########################################                                58.5%
##########################################                                58.6%
##########################################                                58.9%
##########################################                                59.1%
- 
##########################################                                59.4%
###########################################                               59.8%
###########################################                               60.1%
###########################################                               60.3%
###########################################                               60.7%
###########################################                               61.0%
############################################                              61.3%
############################################                              61.6%
############################################                              61.8%
############################################                              62.0%
############################################                              62.2%
- 
############################################                              62.4%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             63.0%
#############################################                             63.3%
#############################################                             63.6%
#############################################                             63.7%
##############################################                            64.0%
##############################################                            64.1%
##############################################                            64.4%
- 
##############################################                            64.7%
##############################################                            64.8%
##############################################                            65.1%
##############################################                            65.2%
###############################################                           65.5%
###############################################                           65.7%
###############################################                           65.9%
###############################################                           66.1%
###############################################                           66.3%
###############################################                           66.5%
################################################                          66.8%
- 
################################################                          67.1%
################################################                          67.2%
################################################                          67.5%
################################################                          67.8%
################################################                          67.9%
#################################################                         68.2%
#################################################                         68.3%
#################################################                         68.6%
#################################################                         68.8%
#################################################                         69.0%
#################################################                         69.2%
- 
#################################################                         69.4%
##################################################                        69.6%
##################################################                        69.9%
##################################################                        70.0%
##################################################                        70.3%
##################################################                        70.4%
##################################################                        70.7%
###################################################                       71.0%
###################################################                       71.1%
###################################################                       71.4%
###################################################                       71.5%
- 
###################################################                       71.8%
###################################################                       72.1%
###################################################                       72.2%
####################################################                      72.5%
####################################################                      72.7%
####################################################                      72.9%
####################################################                      73.1%
####################################################                      73.3%
####################################################                      73.5%
#####################################################                     73.8%
- 
#####################################################                     73.9%
#####################################################                     74.2%
#####################################################                     74.4%
#####################################################                     74.6%
#####################################################                     74.9%
######################################################                    75.0%
######################################################                    75.3%
######################################################                    75.6%
######################################################                    75.7%
######################################################                    76.0%
######################################################                    76.1%
- 
######################################################                    76.4%
#######################################################                   76.8%
#######################################################                   77.0%
#######################################################                   77.3%
#######################################################                   77.6%
########################################################                  77.9%
########################################################                  78.1%
########################################################                  78.4%
########################################################                  78.8%
########################################################                  79.1%
#########################################################                 79.3%
- 
#########################################################                 79.6%
#########################################################                 79.9%
#########################################################                 80.0%
#########################################################                 80.3%
#########################################################                 80.5%
##########################################################                80.7%
##########################################################                81.0%
##########################################################                81.1%
##########################################################                81.4%
##########################################################                81.6%
##########################################################                81.8%
- 
###########################################################               82.0%
###########################################################               82.2%
###########################################################               82.4%
###########################################################               82.7%
###########################################################               82.8%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.5%
############################################################              83.8%
############################################################              84.1%
- 
############################################################              84.2%
############################################################              84.5%
#############################################################             84.7%
#############################################################             84.9%
#############################################################             85.1%
#############################################################             85.3%
#############################################################             85.5%
#############################################################             85.8%
#############################################################             85.9%
##############################################################            86.2%
##############################################################            86.3%
##############################################################            86.6%
- 
##############################################################            86.9%
##############################################################            87.0%
##############################################################            87.3%
##############################################################            87.4%
###############################################################           87.7%
###############################################################           88.0%
###############################################################           88.1%
###############################################################           88.4%
###############################################################           88.5%
###############################################################           88.8%
################################################################          89.0%
- 
################################################################          89.2%
################################################################          89.4%
################################################################          89.7%
################################################################          90.0%
################################################################          90.1%
#################################################################         90.4%
#################################################################         90.5%
#################################################################         90.8%
#################################################################         91.1%
#################################################################         91.2%
- 
#################################################################         91.5%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.1%
##################################################################        92.3%
##################################################################        92.5%
##################################################################        92.8%
##################################################################        92.9%
###################################################################       93.2%
###################################################################       93.5%
- 
###################################################################       93.6%
###################################################################       93.9%
###################################################################       94.0%
###################################################################       94.3%
####################################################################      94.6%
####################################################################      94.7%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.4%
####################################################################      95.6%
####################################################################      95.8%
- 
#####################################################################     96.0%
#####################################################################     96.3%
#####################################################################     96.4%
#####################################################################     96.7%
#####################################################################     96.8%
#####################################################################     97.1%
######################################################################    97.4%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    98.1%
######################################################################    98.2%
- 
######################################################################    98.5%
######################################################################    98.6%
#######################################################################   98.9%
#######################################################################   99.1%
#######################################################################   99.3%
#######################################################################   99.5%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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-02-25 07:05.07 ---> saved as "0e2e5bb85a282f7c41922841f3277bc710c4a738d3434a3c28ceab8a4e056b20"

/: (run (shell "opam pin add -k version -yn tyxml-ppx.4.6.0 4.6.0"))
tyxml-ppx is now pinned to version 4.6.0
2026-02-25 07:05.08 ---> saved as "655b237ab3284c8910a79b4f4e1cb0b3e864a186a909f76f7edf891c902754c6"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall tyxml-ppx.4.6.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 \"\\\"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\" != 'tyxml-ppx.4.6.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
tyxml-ppx.4.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
  - install dune                3.21.1         [required by tyxml-ppx]
  - install markup              1.0.3          [required by tyxml-ppx]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocamlbuild          0.16.1         [required by uchar, uutf]
  - install ocamlfind           1.9.8          [required by uutf]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.37.0         [required by tyxml-ppx]
  - install re                  1.14.0         [required by tyxml, tyxml-syntax]
  - install seq                 base           [required by tyxml]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install topkg               1.1.1          [required by uutf]
  - install tyxml               4.6.0          [required by tyxml-ppx]
  - install tyxml-ppx           4.6.0 (pinned)
  - install tyxml-syntax        4.6.0          [required by tyxml-ppx]
  - install uchar               0.0.2          [required by markup]
  - install uutf                1.0.4          [required by tyxml, markup, tyxml-syntax]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tyxml.4.6.0, tyxml-ppx.4.6.0, tyxml-syntax.4.6.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.21.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed markup.1.0.3
-> installed tyxml.4.6.0
-> installed ppxlib.0.37.0
-> installed tyxml-syntax.4.6.0
[ERROR] The compilation of tyxml-ppx.4.6.0 failed at "dune build -p tyxml-ppx -j 7 @install".

#=== ERROR while compiling tyxml-ppx.4.6.0 ====================================#
# context              2.5.0 | macos/arm64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/ocsigen/tyxml/releases/download/4.6.0/tyxml-4.6.0.tbz)
# path                 ~/.opam/4.14.2/.opam-switch/build/tyxml-ppx.4.6.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p tyxml-ppx -j 7 @install
# exit-code            1
# env-file             ~/.opam/log/tyxml-ppx-56881-f93005.env
# output-file          ~/.opam/log/tyxml-ppx-56881-f93005.out
### output ###
# (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -safe-string -open Ppxlib -w -9 -g -I ppx/.tyxml_ppx.objs/byte -I ppx/.tyxml_ppx.objs/native -I /Users/mac1000/.opam/4.14.2/lib/markup -I /Users/mac1000/.opam/4.14.2/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/4.14.2/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ppx_derivers -I /Users/mac1000/.opam/4.14.2/lib/ppxlib -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/ast -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/astlib -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/print_diff -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/stdppx -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/re/str -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdlib-shims -I /Users/mac1000/.opam/4.14.2/lib/tyxml-syntax -I /Users/mac1000/.opam/4.14.2/lib/uutf -intf-suffix .ml -no-alias-deps -o ppx/.tyxml_ppx.objs/native/tyxml_ppx.cmx -c -impl ppx/tyxml_ppx.pp.ml)
# File "ppx/tyxml_ppx.ml", line 381, characters 4-12:
# 381 |   | Pexp_fun (label,def,pat,content) ->
#           ^^^^^^^^
# Error: This variant pattern is expected to have type
#          Ppxlib.Parsetree.expression_desc
#        There is no constructor Pexp_fun within type Ppxlib.Parsetree.expression_desc
# Hint: Did you mean Pexp_for?
# (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -safe-string -open Ppxlib -w -9 -g -bin-annot -I ppx/.tyxml_ppx.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/markup -I /Users/mac1000/.opam/4.14.2/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/4.14.2/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/ppx_derivers -I /Users/mac1000/.opam/4.14.2/lib/ppxlib -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/ast -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/astlib -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/print_diff -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/stdppx -I /Users/mac1000/.opam/4.14.2/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/re/str -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I /Users/mac1000/.opam/4.14.2/lib/stdlib-shims -I /Users/mac1000/.opam/4.14.2/lib/tyxml-syntax -I /Users/mac1000/.opam/4.14.2/lib/uutf -intf-suffix .ml -no-alias-deps -o ppx/.tyxml_ppx.objs/byte/tyxml_ppx.cmo -c -impl ppx/tyxml_ppx.pp.ml)
# File "ppx/tyxml_ppx.ml", line 381, characters 4-12:
# 381 |   | Pexp_fun (label,def,pat,content) ->
#           ^^^^^^^^
# Error: This variant pattern is expected to have type
#          Ppxlib.Parsetree.expression_desc
#        There is no constructor Pexp_fun within type Ppxlib.Parsetree.expression_desc
# Hint: Did you mean Pexp_for?



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tyxml-ppx 4.6.0
+- 
+- The following changes have been performed
| - install dune                3.21.1
| - install markup              1.0.3
| - install ocaml-compiler-libs v0.12.4
| - install ocamlbuild          0.16.1
| - install ocamlfind           1.9.8
| - install ppx_derivers        1.2.1
| - install ppxlib              0.37.0
| - install re                  1.14.0
| - install seq                 base
| - install sexplib0            v0.17.0
| - install stdlib-shims        0.3.0
| - install topkg               1.1.1
| - install tyxml               4.6.0
| - install tyxml-syntax        4.6.0
| - install uchar               0.0.2
| - install uutf                1.0.4
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20260225070510.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 tyxml-ppx.4.6.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 "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'tyxml-ppx.4.6.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-02-25 07:06.08: Job failed: Failed: Build failed
2026-02-25 07:06.08: Log analysis:
2026-02-25 07:06.08: >>> 
[ERROR] The compilation of tyxml-ppx.4.6.0 failed at "dune build -p tyxml-ppx -j 7 @install".
 (score = 20)
2026-02-25 07:06.08: >>> 
# Error: This variant pattern is expected to have type
 (score = 48)
2026-02-25 07:06.08: >>> 
# Error: This variant pattern is expected to have type
 (score = 48)
2026-02-25 07:06.08: This variant pattern is expected to have type