(not at the head of any monitored branch or PR)
2026-04-11 03:27.49: New job: build textmate-language.0.6.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29706/head (f4910a2531bcca68d1611b3dcfca297d68fec1a0)
                              on opensuse-15.6-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/29706/head" && git reset --hard f4910a25
git fetch origin master
git merge --no-edit 42844088d70eed10b276d49691b1cbd714fa56a9
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:2ae07129c46888496420bcba6efa8abe4d433725e4417a4290c47ef02c93dafd
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 textmate-language.0.6.0 0.6.0
RUN opam reinstall textmate-language.0.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 "\"opensuse-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'textmate-language.0.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-04-11 03:27.49: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:2ae07129c46888496420bcba6efa8abe4d433725e4417a4290c47ef02c93dafd-textmate-language.0.6.0-f4910a2531bcca68d1611b3dcfca297d68fec1a0"
2026-04-11 03:27.49: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:2ae07129c46888496420bcba6efa8abe4d433725e4417a4290c47ef02c93dafd)
 (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 textmate-language.0.6.0 0.6.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall textmate-language.0.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 \"\\\"opensuse-15.6\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'textmate-language.0.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-04-11 03:27.49: Waiting for resource in pool OCluster
2026-04-11 04:24.22: Waiting for worker…
2026-04-11 04:28.08: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  92% (17198/18672)
Updating files:  93% (17365/18672)
Updating files:  94% (17552/18672)
Updating files:  95% (17739/18672)
Updating files:  96% (17926/18672)
Updating files:  97% (18112/18672)
Updating files:  98% (18299/18672)
Updating files:  99% (18486/18672)
Updating files: 100% (18672/18672)
Updating files: 100% (18672/18672), done.
HEAD is now at 42844088d7 Merge pull request #29664 from YuriyKrasilnikov/opam-publish-jsonschema-core.0.1.0
Updating 42844088d7..f4910a2531
Fast-forward
 .../textmate-language/textmate-language.0.6.0/opam | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 packages/textmate-language/textmate-language.0.6.0/opam

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:2ae07129c46888496420bcba6efa8abe4d433725e4417a4290c47ef02c93dafd)
2026-04-11 04:28.58 ---> saved as "b4669a18e29605ae46bc8a191204abce9e91a21c5670f149c22aa80c58cd9b54"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-11 04:28.59 ---> saved as "40aa64cff5a7cb5ff5832a5f01b10640e4df54cec52ac052f9a70f17835cc515"

/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-04-11 04:29.33 ---> saved as "78ee53324f289e1c4148e46b497845ef25045fe55c4b41e540822561aa45978f"

/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.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-leap os-version=15.6
# 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-04-11 04:29.34 ---> saved as "41b6763aa7c17e8dfa83c221eeff976d808b409526f24d130f1ae1fd7e846171"

/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-04-11 04:29.44 ---> saved as "675677f70fd936a37ebfb6109bbd7a502892fb42dda20b2a1f7878a3a42969ce"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 04:29.56 ---> saved as "4410bf88b4d465c6f00d4337db6eff0ba954041267c44d794711a3830a054ef8"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 04:30.20 ---> saved as "fcbfa9d0f5cb9dbb44290191397bfda1a96f853da4c14ccea0b1085280c065dc"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'Update repository of openSUSE Backports' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .
- ...........
- .....
- .........
- ........
- ........
- ...........
- ......
- .........
- ..........
- .......
- .........
- ..........
- ........
- ........
- ........
- .......
- .........
- ..........
- ..........
- .......
- ........
- .......
- .......
- ........
- ........
- .......
- ........
- .......
- .......
- ........
- .........
- ..........
- ......
- ...
- .........
- .........
- .......
- .......
- .......
- .........
- ........
- .........
- .........
- .........
- ........
- ........
- ........
- ..........
- .........
- ..........
- .........
- ........
- .........
- ........
- .........
- .........
- .......
- ........
- ..........
- .........
- .........
- ........
- ........
- .........
- ........
- .........
- ...
- .......
- .........
- .......
- .........
- ..........
- .....
- ..........
- .........
- ..........
- .......
- .....
- .....
- ......
- ........
- .......
- .......
- ........
- .......
- ......
- ........
- .......
- .......
- ...
- ........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .......
- ........
- .......
- ..........
- .....
- ........
- .......
- .........
- ....
- .......
- ........
- .........
- .......
- .........
- .......
- .........
- ...
- .....
- .
- .........
- ......
- .........
- ...
- .........
- .........
- .........
- ..........
- .......
- ........
- ........
- .........
- .........
- .........
- ..........
- .........
- ........
- .......
- .....
- .........
- .........
- .........
- ..........
- .........
- ........
- ........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ........
- .........
- ........
- ........
- .........
- ........
- ........
- ......
- .........
- ........
- ..........
- .......
- ..........
- .........
- .........
- .........
- ....
- .......
- ........
- ..........
- .........
- .........
- ........
- ..........
- ........
- .........
- .........
- .........
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .............
- .......
- .........
- .........
- ........
- ..........
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-11 04:34.05 ---> saved as "3aa3861e3c25c61eea29fe7ce5e584f2f049544a2d1f7df67d6b8eac1346bc52"

/home/opam: (run (shell "opam pin add -k version -yn textmate-language.0.6.0 0.6.0"))
textmate-language is now pinned to version 0.6.0
2026-04-11 04:34.05 ---> saved as "de9ecc01ecbc0aa6a49d98104041195f3385c594277bb84e920df72ef844cd2f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall textmate-language.0.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 \"\\\"opensuse-15.6\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'textmate-language.0.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"))
textmate-language.0.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install conf-oniguruma    1              [required by oniguruma]
  - install conf-pkg-config   4              [required by conf-oniguruma]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.22.1         [required by textmate-language]
  - install dune-configurator 3.22.1         [required by oniguruma]
  - install oniguruma         0.2.0          [required by textmate-language]
  - install textmate-language 0.6.0 (pinned)

The following system packages will first need to be installed:
    oniguruma-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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/bin/sudo "zypper" "--non-interactive" "install" "oniguruma-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 2 NEW packages are going to be installed:
-   libonig4 oniguruma-devel
- 
- 2 new packages to install.
- 
- Package download size:   218.1 KiB
- 
- Package install size change:
-               |     826.2 KiB  required by packages that will be installed
-    826.2 KiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libonig4-6.7.0-150000.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (1/2), 127.6 KiB    
- Retrieving: libonig4-6.7.0-150000.3.6.1.x86_64.rpm [...
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....done (6.6 KiB/s)]
- Retrieving: oniguruma-devel-6.7.0-150000.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (2/2),  90.5 KiB    
- Retrieving: oniguruma-devel-6.7.0-150000.3.6.1.x86_64.rpm [...done (43.8 KiB/s)]
- 
- Checking for file conflicts: [..
- done]
- (1/2) Installing: libonig4-6.7.0-150000.3.6.1.x86_64 [..done]
- (2/2) Installing: oniguruma-devel-6.7.0-150000.3.6.1.x86_64 [..done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved oniguruma.0.2.0  (cached)
-> retrieved textmate-language.0.6.0  (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
[ERROR] The compilation of oniguruma.0.2.0 failed at "dune build -p oniguruma -j 71 @install".

#=== ERROR while compiling oniguruma.0.2.0 ====================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.3 | file:///home/opam/opam-repository
# path                 ~/.opam/4.14/.opam-switch/build/oniguruma.0.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p oniguruma -j 71 @install
# exit-code            1
# env-file             ~/.opam/log/oniguruma-7-7a6796.env
# output-file          ~/.opam/log/oniguruma-7-7a6796.out
### output ###
# File "src/dune", line 6, characters 9-19:
# 6 |   (names onig_stubs)
#              ^^^^^^^^^^
# (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/4.14/lib/ocaml -o onig_stubs.o -c onig_stubs.c)
# onig_stubs.c: In function 'ocaml_get_onig_syntax_python':
# onig_stubs.c:88:36: error: 'ONIG_SYNTAX_PYTHON' undeclared (first use in this function); did you mean 'ONIG_SYNTAX_PERL'?
#  WRAP(ocaml_get_onig_syntax_python, ONIG_SYNTAX_PYTHON)
#                                     ^
# onig_stubs.c:22:30: note: in definition of macro 'WRAP'
#          Field(v, 0) = (value)wrapped;                                          \
#                               ^~~~~~~
# onig_stubs.c:88:36: note: each undeclared identifier is reported only once for each function it appears in
#  WRAP(ocaml_get_onig_syntax_python, ONIG_SYNTAX_PYTHON)
#                                     ^
# onig_stubs.c:22:30: note: in definition of macro 'WRAP'
#          Field(v, 0) = (value)wrapped;                                          \
#                               ^~~~~~~
# onig_stubs.c: In function 'option':
# onig_stubs.c:161:16: error: 'ONIG_OPTION_IGNORECASE_IS_ASCII' undeclared (first use in this function); did you mean 'ONIG_OPTION_WORD_IS_ASCII'?
#          return ONIG_OPTION_IGNORECASE_IS_ASCII;
#                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#                 ONIG_OPTION_WORD_IS_ASCII
# onig_stubs.c:171:16: error: 'ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPHEME_CLUSTER' undeclared (first use in this function); did you mean 'ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER'?
#          return ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPHEME_CLUSTER;
#                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#                 ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER
# onig_stubs.c:173:16: error: 'ONIG_OPTION_TEXT_SEGMENT_WORD' undeclared (first use in this function); did you mean 'ONIG_OPTION_EXTEND'?
#          return ONIG_OPTION_TEXT_SEGMENT_WORD;
#                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#                 ONIG_OPTION_EXTEND
# onig_stubs.c:179:16: error: 'ONIG_OPTION_NOT_BEGIN_STRING' undeclared (first use in this function); did you mean 'ONIG_OPTION_NEGATE_SINGLELINE'?
#          return ONIG_OPTION_NOT_BEGIN_STRING;
#                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
#                 ONIG_OPTION_NEGATE_SINGLELINE
# onig_stubs.c:181:16: error: 'ONIG_OPTION_NOT_END_STRING' undeclared (first use in this function); did you mean 'ONIG_OPTION_NOT_BEGIN_STRING'?
#          return ONIG_OPTION_NOT_END_STRING;
#                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
#                 ONIG_OPTION_NOT_BEGIN_STRING
# onig_stubs.c:183:16: error: 'ONIG_OPTION_NOT_BEGIN_POSITION' undeclared (first use in this function); did you mean 'ONIG_OPTION_NOT_BEGIN_STRING'?
#          return ONIG_OPTION_NOT_BEGIN_POSITION;
#                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#                 ONIG_OPTION_NOT_BEGIN_STRING
# onig_stubs.c: In function 'finalize_regset':
# onig_stubs.c:367:40: warning: implicit declaration of function 'onig_regset_free'; did you mean 'onig_region_free'? [-Wimplicit-function-declaration]
#  static void finalize_regset(value v) { onig_regset_free(RegSet_val(v)); }
#                                         ^~~~~~~~~~~~~~~~
#                                         onig_region_free
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                            ^
# onig_stubs.c:367:57: note: in expansion of macro 'RegSet_val'
#  static void finalize_regset(value v) { onig_regset_free(RegSet_val(v)); }
#                                                          ^~~~~~~~~~
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# onig_stubs.c:367:57: note: in expansion of macro 'RegSet_val'
#  static void finalize_regset(value v) { onig_regset_free(RegSet_val(v)); }
#                                                          ^~~~~~~~~~
# onig_stubs.c: In function 'ocaml_onig_regset_of_list':
# onig_stubs.c:402:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
#      OnigRegSet* regset = NULL;
#      ^~~~~~~~~~
#      OnigRegex
# onig_stubs.c:403:18: warning: implicit declaration of function 'onig_regset_new'; did you mean 'onig_region_new'? [-Wimplicit-function-declaration]
#      int result = onig_regset_new(&regset, length, array);
#                   ^~~~~~~~~~~~~~~
#                   onig_region_new
# onig_stubs.c:421:56: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#      regset_val = caml_alloc_custom(&regset_ops, sizeof(OnigRegSet*), 0, 1);
#                                                         ^~~~~~~~~~
#                                                         OnigRegex
# onig_stubs.c:421:67: error: expected expression before ')' token
#      regset_val = caml_alloc_custom(&regset_ops, sizeof(OnigRegSet*), 0, 1);
#                                                                    ^
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# onig_stubs.c:422:5: note: in expansion of macro 'RegSet_val'
#      RegSet_val(regset_val) = regset;
#      ^~~~~~~~~~
# In file included from onig_stubs.c:6:0:
# onig_stubs.c: In function 'ocaml_onig_number_of_regex':
# onig_stubs.c:433:24: warning: implicit declaration of function 'onig_regset_number_of_regex'; did you mean 'ocaml_onig_number_of_regex'? [-Wimplicit-function-declaration]
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#                         ^
# /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
#    type caml__temp_result = (result); \
#                              ^~~~~~
# onig_stubs.c:433:5: note: in expansion of macro 'CAMLreturn'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#      ^~~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
#  #define Val_int(x) Val_long(x)
#                     ^~~~~~~~
# onig_stubs.c:433:16: note: in expansion of macro 'Val_int'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#                 ^~~~~~~
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                            ^
# /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
#    type caml__temp_result = (result); \
#                              ^~~~~~
# onig_stubs.c:433:5: note: in expansion of macro 'CAMLreturn'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#      ^~~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
#  #define Val_int(x) Val_long(x)
#                     ^~~~~~~~
# onig_stubs.c:433:16: note: in expansion of macro 'Val_int'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#                 ^~~~~~~
# onig_stubs.c:433:52: note: in expansion of macro 'RegSet_val'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#                                                     ^~~~~~~~~~
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
#    type caml__temp_result = (result); \
#                              ^~~~~~
# onig_stubs.c:433:5: note: in expansion of macro 'CAMLreturn'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#      ^~~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
#  #define Val_int(x) Val_long(x)
#                     ^~~~~~~~
# onig_stubs.c:433:16: note: in expansion of macro 'Val_int'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#                 ^~~~~~~
# onig_stubs.c:433:52: note: in expansion of macro 'RegSet_val'
#      CAMLreturn(Val_int(onig_regset_number_of_regex(RegSet_val(regset_val))));
#                                                     ^~~~~~~~~~
# onig_stubs.c: In function 'ocaml_onig_regset_add':
# onig_stubs.c:441:22: warning: implicit declaration of function 'onig_regset_add'; did you mean 'ocaml_onig_regset_add'? [-Wimplicit-function-declaration]
#      int error_code = onig_regset_add(RegSet_val(regset_val), regex);
#                       ^~~~~~~~~~~~~~~
#                       ocaml_onig_regset_add
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                            ^
# onig_stubs.c:441:38: note: in expansion of macro 'RegSet_val'
#      int error_code = onig_regset_add(RegSet_val(regset_val), regex);
#                                       ^~~~~~~~~~
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# onig_stubs.c:441:38: note: in expansion of macro 'RegSet_val'
#      int error_code = onig_regset_add(RegSet_val(regset_val), regex);
#                                       ^~~~~~~~~~
# onig_stubs.c: In function 'ocaml_onig_regset_replace':
# onig_stubs.c:455:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
#      OnigRegSet* regset = RegSet_val(regset_val);
#      ^~~~~~~~~~
#      OnigRegex
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                            ^
# onig_stubs.c:455:26: note: in expansion of macro 'RegSet_val'
#      OnigRegSet* regset = RegSet_val(regset_val);
#                           ^~~~~~~~~~
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# onig_stubs.c:455:26: note: in expansion of macro 'RegSet_val'
#      OnigRegSet* regset = RegSet_val(regset_val);
#                           ^~~~~~~~~~
# onig_stubs.c:465:20: warning: implicit declaration of function 'onig_regset_get_regex'; did you mean 'onig_region_free'? [-Wimplicit-function-declaration]
#      regex_t* old = onig_regset_get_regex(regset, idx);
#                     ^~~~~~~~~~~~~~~~~~~~~
#                     onig_region_free
# onig_stubs.c:465:20: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# onig_stubs.c:467:22: warning: implicit declaration of function 'onig_regset_replace'; did you mean 'ocaml_onig_regset_replace'? [-Wimplicit-function-declaration]
#      int error_code = onig_regset_replace(regset, idx, regex);
#                       ^~~~~~~~~~~~~~~~~~~
#                       ocaml_onig_regset_replace
# onig_stubs.c: In function 'ocaml_onig_regset_remove':
# onig_stubs.c:482:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
#      OnigRegSet* regset = RegSet_val(regset_val);
#      ^~~~~~~~~~
#      OnigRegex
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                            ^
# onig_stubs.c:482:26: note: in expansion of macro 'RegSet_val'
#      OnigRegSet* regset = RegSet_val(regset_val);
#                           ^~~~~~~~~~
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# onig_stubs.c:482:26: note: in expansion of macro 'RegSet_val'
#      OnigRegSet* regset = RegSet_val(regset_val);
#                           ^~~~~~~~~~
# onig_stubs.c:491:20: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
#      regex_t* old = onig_regset_get_regex(regset, idx);
#                     ^~~~~~~~~~~~~~~~~~~~~
# onig_stubs.c: In function 'ocaml_onig_regset_search_native':
# onig_stubs.c:516:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
#      OnigRegSet* const regset = RegSet_val(regset_val);
#      ^~~~~~~~~~
#      OnigRegex
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                            ^
# onig_stubs.c:516:32: note: in expansion of macro 'RegSet_val'
#      OnigRegSet* const regset = RegSet_val(regset_val);
#                                 ^~~~~~~~~~
# onig_stubs.c:14:39: error: expected expression before ')' token
#  #define RegSet_val(v) (*((OnigRegSet**)Data_custom_val(v)))
#                                        ^
# onig_stubs.c:516:32: note: in expansion of macro 'RegSet_val'
#      OnigRegSet* const regset = RegSet_val(regset_val);
#                                 ^~~~~~~~~~
# onig_stubs.c:523:21: warning: implicit declaration of function 'onig_regset_search'; did you mean 'onig_region_set'? [-Wimplicit-function-declaration]
#      const int idx = onig_regset_search(
#                      ^~~~~~~~~~~~~~~~~~
#                      onig_region_set
# onig_stubs.c:542:30: warning: implicit declaration of function 'onig_regset_get_region'; did you mean 'onig_get_options'? [-Wimplicit-function-declaration]
#      onig_region_copy(region, onig_regset_get_region(regset, idx));
#                               ^~~~~~~~~~~~~~~~~~~~~~
#                               onig_get_options
# onig_stubs.c:542:30: warning: passing argument 2 of 'onig_region_copy' makes pointer from integer without a cast [-Wint-conversion]
# In file included from onig_stubs.c:8:0:
# /usr/include/oniguruma.h:780:6: note: expected 'OnigRegion * {aka struct re_registers *}' but argument is of type 'int'
#  void onig_region_copy P_((OnigRegion* to, OnigRegion* from));
#       ^~~~~~~~~~~~~~~~



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build oniguruma 0.2.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-oniguruma    1
| - install conf-pkg-config   4
| - install csexp             1.5.2
| - install dune              3.22.1
| - install dune-configurator 3.22.1
+- 
# 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-20260411043406.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.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing:  oniguruma.0.2.0
"/usr/bin/env" "bash" "-c" "opam reinstall textmate-language.0.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 "\"opensuse-15.6\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'textmate-language.0.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-04-11 04:35.04: Job failed: Failed: Build failed
2026-04-11 04:35.04: Log analysis:
2026-04-11 04:35.04: >>> 
[ERROR] The compilation of oniguruma.0.2.0 failed at "dune build -p oniguruma -j 71 @install".
 (score = 20)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:88:36: error: 'ONIG_SYNTAX_PYTHON' undeclared (first use in this function); did you mean 'ONIG_SYNTAX_PERL'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:161:16: error: 'ONIG_OPTION_IGNORECASE_IS_ASCII' undeclared (first use in this function); did you mean 'ONIG_OPTION_WORD_IS_ASCII'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:171:16: error: 'ONIG_OPTION_TEXT_SEGMENT_EXTENDED_GRAPHEME_CLUSTER' undeclared (first use in this function); did you mean 'ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:173:16: error: 'ONIG_OPTION_TEXT_SEGMENT_WORD' undeclared (first use in this function); did you mean 'ONIG_OPTION_EXTEND'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:179:16: error: 'ONIG_OPTION_NOT_BEGIN_STRING' undeclared (first use in this function); did you mean 'ONIG_OPTION_NEGATE_SINGLELINE'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:181:16: error: 'ONIG_OPTION_NOT_END_STRING' undeclared (first use in this function); did you mean 'ONIG_OPTION_NOT_BEGIN_STRING'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:183:16: error: 'ONIG_OPTION_NOT_BEGIN_POSITION' undeclared (first use in this function); did you mean 'ONIG_OPTION_NOT_BEGIN_STRING'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:402:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:421:56: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:421:67: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:455:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:482:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:516:5: error: unknown type name 'OnigRegSet'; did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:27: error: 'OnigRegSet' undeclared (first use in this function); did you mean 'OnigRegex'?
 (score = 30)
2026-04-11 04:35.04: >>> 
# onig_stubs.c:14:39: error: expected expression before ')' token
 (score = 30)
2026-04-11 04:35.04: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2026-04-11 04:35.04: [SKIP] Failure ignored