Build:
  1. 0
2026-05-20 10:22.59: New job: build lrgrep.0.9, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29928/head (07fbcc3b99d47734688318c6e2971cce19794907)
                              on macos-homebrew-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/29928/head" && git reset --hard 07fbcc3b
git fetch origin master
git merge --no-edit 64a847a29e96527a72f3e45822610f25e7ad0a40
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 lrgrep.0.9 0.9
RUN opam reinstall lrgrep.0.9; \
    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" != 'lrgrep.0.9' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2026-05-20 10:22.59: Using cache hint "macos-homebrew-ocaml-4.14-lrgrep.0.9-07fbcc3b99d47734688318c6e2971cce19794907"
2026-05-20 10:22.59: 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 lrgrep.0.9 0.9"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall lrgrep.0.9;\
             \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\" != 'lrgrep.0.9' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-20 10:22.59: Waiting for resource in pool OCluster
2026-05-20 10:23.00: Waiting for worker…
2026-05-20 10:25.17: Got resource from pool OCluster
Building on i7-worker-01
Updating files:  33% (6081/17925)
Updating files:  34% (6095/17925)
Updating files:  35% (6274/17925)
Updating files:  36% (6453/17925)
Updating files:  37% (6633/17925)
Updating files:  38% (6812/17925)
Updating files:  39% (6991/17925)
Updating files:  40% (7170/17925)
Updating files:  41% (7350/17925)
Updating files:  42% (7529/17925)
Updating files:  43% (7708/17925)
Updating files:  44% (7887/17925)
Updating files:  45% (8067/17925)
Updating files:  46% (8246/17925)
Updating files:  47% (8425/17925)
Updating files:  48% (8604/17925)
Updating files:  49% (8784/17925)
Updating files:  50% (8963/17925)
Updating files:  51% (9142/17925)
Updating files:  52% (9321/17925)
Updating files:  53% (9501/17925)
Updating files:  54% (9680/17925)
Updating files:  55% (9859/17925)
Updating files:  56% (10038/17925)
Updating files:  57% (10218/17925)
Updating files:  58% (10397/17925)
Updating files:  59% (10576/17925)
Updating files:  60% (10755/17925)
Updating files:  60% (10884/17925)
Updating files:  61% (10935/17925)
Updating files:  62% (11114/17925)
Updating files:  63% (11293/17925)
Updating files:  64% (11472/17925)
Updating files:  65% (11652/17925)
Updating files:  66% (11831/17925)
Updating files:  67% (12010/17925)
Updating files:  68% (12189/17925)
Updating files:  69% (12369/17925)
Updating files:  70% (12548/17925)
Updating files:  71% (12727/17925)
Updating files:  72% (12906/17925)
Updating files:  73% (13086/17925)
Updating files:  74% (13265/17925)
Updating files:  75% (13444/17925)
Updating files:  76% (13623/17925)
Updating files:  77% (13803/17925)
Updating files:  78% (13982/17925)
Updating files:  79% (14161/17925)
Updating files:  80% (14340/17925)
Updating files:  81% (14520/17925)
Updating files:  82% (14699/17925)
Updating files:  83% (14878/17925)
Updating files:  84% (15057/17925)
Updating files:  85% (15237/17925)
Updating files:  86% (15416/17925)
Updating files:  87% (15595/17925)
Updating files:  88% (15774/17925)
Updating files:  89% (15954/17925)
Updating files:  90% (16133/17925)
Updating files:  91% (16312/17925)
Updating files:  92% (16491/17925)
Updating files:  93% (16671/17925)
Updating files:  93% (16738/17925)
Updating files:  94% (16850/17925)
Updating files:  95% (17029/17925)
Updating files:  96% (17208/17925)
Updating files:  97% (17388/17925)
Updating files:  98% (17567/17925)
Updating files:  99% (17746/17925)
Updating files: 100% (17925/17925)
Updating files: 100% (17925/17925), done.
HEAD is now at c83e83cd19 Use unprefixed 8.4.0 release URL
HEAD is now at 64a847a29e Merge pull request #29924 from jmid/add-dune-3.23.0-ocaml-bound
Updating 64a847a29e..07fbcc3b99
Fast-forward
 packages/lrgrep/lrgrep.0.9/opam | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 packages/lrgrep/lrgrep.0.9/opam

(from macos-homebrew-ocaml-4.14)
2026-05-20 10:25.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-20 10:25.31 ---> 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-05-20 10:25.31 ---> 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=x86_64 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                 11
# 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-05-20 10:25.31 ---> 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-05-20 10:25.31 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-20 10:25.41 ---> saved as "5a98cefa696768b127ac45af4a914bfd89c2d137d3d1c0f978cc0337f668bedb"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-05-20 10:26.01 ---> saved as "f29332c25e372b07245d453bbd5bcec4d941ab2e056c9b2d51b5755cafc14357"

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

                                                                           0.1%
                                                                           1.1%
#                                                                          1.9%
- 
#                                                                          2.3%
##                                                                         2.9%
##                                                                         3.8%
###                                                                        4.6%
###                                                                        5.0%
####                                                                       5.9%
####                                                                       6.3%
####                                                                       6.7%
#####                                                                      7.3%
#####                                                                      7.7%
######                                                                     8.5%
- 
######                                                                     9.3%
#######                                                                    9.8%
#######                                                                   10.2%
#######                                                                   10.6%
########                                                                  11.1%
########                                                                  11.9%
########                                                                  12.5%
#########                                                                 12.9%
#########                                                                 13.3%
#########                                                                 13.7%
##########                                                                14.2%
- 
##########                                                                14.6%
##########                                                                15.0%
###########                                                               15.4%
###########                                                               15.8%
###########                                                               16.2%
############                                                              16.7%
############                                                              17.1%
############                                                              17.5%
############                                                              17.9%
#############                                                             18.3%
#############                                                             18.7%
- 
#############                                                             19.2%
##############                                                            19.8%
##############                                                            20.2%
##############                                                            20.7%
###############                                                           21.2%
###############                                                           22.0%
################                                                          22.8%
################                                                          23.1%
#################                                                         23.9%
#################                                                         24.6%
#################                                                         25.0%
- 
##################                                                        25.8%
###################                                                       26.6%
###################                                                       27.4%
####################                                                      27.9%
####################                                                      28.7%
#####################                                                     29.2%
#####################                                                     29.6%
#####################                                                     30.4%
######################                                                    31.1%
######################                                                    31.5%
#######################                                                   32.0%
- 
#######################                                                   32.4%
#######################                                                   32.8%
########################                                                  33.5%
########################                                                  34.0%
########################                                                  34.7%
#########################                                                 35.4%
#########################                                                 36.0%
##########################                                                36.4%
##########################                                                36.7%
##########################                                                37.1%
##########################                                                37.3%
- 
###########################                                               37.6%
###########################                                               37.9%
###########################                                               38.1%
###########################                                               38.5%
###########################                                               38.8%
############################                                              39.1%
############################                                              39.3%
############################                                              39.7%
############################                                              40.1%
#############################                                             40.5%
#############################                                             40.8%
- 
#############################                                             41.3%
##############################                                            41.7%
##############################                                            42.1%
##############################                                            42.4%
##############################                                            42.9%
###############################                                           43.5%
###############################                                           43.7%
###############################                                           44.0%
###############################                                           44.4%
################################                                          44.7%
- 
################################                                          45.1%
################################                                          45.5%
################################                                          45.7%
#################################                                         46.1%
#################################                                         46.5%
#################################                                         46.9%
#################################                                         47.2%
##################################                                        47.6%
##################################                                        48.0%
##################################                                        48.3%
###################################                                       48.7%
- 
###################################                                       49.1%
###################################                                       49.5%
###################################                                       49.7%
####################################                                      50.1%
####################################                                      50.5%
####################################                                      50.8%
####################################                                      51.2%
#####################################                                     51.6%
#####################################                                     52.0%
#####################################                                     52.4%
######################################                                    52.8%
- 
######################################                                    53.2%
######################################                                    53.4%
######################################                                    53.8%
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.9%
#######################################                                   55.2%
#######################################                                   55.4%
########################################                                  55.8%
########################################                                  56.2%
########################################                                  56.6%
- 
########################################                                  56.9%
#########################################                                 57.2%
#########################################                                 57.6%
#########################################                                 57.8%
#########################################                                 58.1%
##########################################                                58.4%
##########################################                                58.6%
##########################################                                58.9%
##########################################                                59.3%
##########################################                                59.7%
###########################################                               60.1%
- 
###########################################                               60.5%
###########################################                               60.9%
############################################                              61.2%
############################################                              61.6%
############################################                              61.8%
############################################                              62.2%
############################################                              62.5%
#############################################                             62.9%
#############################################                             63.3%
#############################################                             63.7%
##############################################                            64.0%
- 
##############################################                            64.2%
##############################################                            64.5%
##############################################                            64.9%
###############################################                           65.3%
###############################################                           65.7%
###############################################                           66.0%
###############################################                           66.4%
################################################                          66.9%
################################################                          67.2%
################################################                          67.6%
- 
################################################                          67.8%
#################################################                         68.1%
#################################################                         68.4%
#################################################                         68.8%
#################################################                         69.2%
##################################################                        69.6%
##################################################                        69.8%
##################################################                        70.2%
##################################################                        70.5%
##################################################                        70.7%
###################################################                       71.0%
- 
###################################################                       71.4%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      72.5%
####################################################                      72.7%
####################################################                      73.0%
####################################################                      73.4%
#####################################################                     73.9%
#####################################################                     74.2%
#####################################################                     74.5%
######################################################                    75.0%
######################################################                    75.4%
- 
######################################################                    75.8%
######################################################                    76.2%
#######################################################                   76.6%
#######################################################                   77.1%
#######################################################                   77.4%
########################################################                  77.8%
########################################################                  78.2%
########################################################                  78.5%
########################################################                  78.7%
########################################################                  79.1%
- 
#########################################################                 79.7%
#########################################################                 79.9%
#########################################################                 80.2%
#########################################################                 80.5%
##########################################################                80.9%
##########################################################                81.1%
##########################################################                81.7%
##########################################################                81.9%
###########################################################               82.2%
###########################################################               82.5%
###########################################################               82.7%
- 
###########################################################               83.1%
############################################################              83.5%
############################################################              84.2%
############################################################              84.5%
#############################################################             84.9%
#############################################################             85.3%
#############################################################             85.7%
#############################################################             85.9%
##############################################################            86.2%
##############################################################            86.5%
##############################################################            86.7%
- 
##############################################################            87.1%
##############################################################            87.4%
###############################################################           87.7%
###############################################################           87.9%
###############################################################           88.3%
###############################################################           88.6%
###############################################################           88.8%
################################################################          89.1%
################################################################          89.4%
################################################################          89.6%
################################################################          90.0%
- 
#################################################################         90.3%
#################################################################         90.6%
#################################################################         91.0%
#################################################################         91.4%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.2%
##################################################################        92.6%
##################################################################        92.8%
###################################################################       93.1%
- 
###################################################################       93.5%
###################################################################       93.9%
###################################################################       94.3%
####################################################################      94.6%
####################################################################      95.0%
####################################################################      95.4%
####################################################################      95.6%
#####################################################################     96.0%
#####################################################################     96.4%
#####################################################################     96.8%
#####################################################################     97.1%
######################################################################    97.5%
- 
######################################################################    97.9%
######################################################################    98.2%
######################################################################    98.4%
#######################################################################   98.8%
#######################################################################   99.2%
#######################################################################   99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.4.catalina.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-05-20 10:27.01 ---> saved as "9c11638a77ea2990bbb738e5cc2b5a7dfd01d897db0eef089ef37f68d53de8a6"

/: (run (shell "opam pin add -k version -yn lrgrep.0.9 0.9"))
lrgrep is now pinned to version 0.9
2026-05-20 10:27.03 ---> saved as "1fa549a9d15121984a59c51938197176c18783c66cd87f80e17c23d8e564394e"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall lrgrep.0.9;\
               \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\" != 'lrgrep.0.9' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
lrgrep.0.9 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
  - install cmon      0.2          [required by lrgrep]
  - install dune      3.23.1       [required by lrgrep]
  - install grenier   0.16         [required by cmon]
  - install lrgrep    0.9 (pinned)
  - install menhir    20260209     [required by lrgrep]
  - install menhirCST 20260209     [required by menhir]
  - install menhirGLR 20260209     [required by menhir]
  - install menhirLib 20260209     [required by menhir]
  - install menhirSdk 20260209     [required by menhir]
  - install pprint    20230830     [required by cmon]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmon.0.2  (https://github.com/let-def/cmon/releases/download/v0.2/cmon-0.2.tbz)
-> retrieved dune.3.23.1  (cached)
-> retrieved grenier.0.16  (cached)
-> retrieved lrgrep.0.9  (https://github.com/let-def/lrgrep/releases/download/v0.9/lrgrep-0.9.tbz)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved pprint.20230830  (cached)
-> installed dune.3.23.1
-> installed menhirCST.20260209
-> installed grenier.0.16
-> installed menhirGLR.20260209
-> installed pprint.20230830
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed cmon.0.2
-> installed menhir.20260209
[ERROR] The compilation of lrgrep.0.9 failed at "dune build -p lrgrep -j 11".

#=== ERROR while compiling lrgrep.0.9 =========================================#
# context              2.5.0 | macos/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/let-def/lrgrep/releases/download/v0.9/lrgrep-0.9.tbz)
# path                 ~/.opam/4.14.2/.opam-switch/build/lrgrep.0.9
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p lrgrep -j 11
# exit-code            1
# env-file             ~/.opam/log/lrgrep-9455-6960b5.env
# output-file          ~/.opam/log/lrgrep-9455-6960b5.out
### output ###
# (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -g -bin-annot -I src/command/.lrgrep_top.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/cmon -I /Users/mac1000/.opam/4.14.2/lib/grenier/binder_introducer -I /Users/mac1000/.opam/4.14.2/lib/grenier/fastdom -I /Users/mac1000/.opam/4.14.2/lib/menhirSdk -I /Users/mac1000/.opam/4.14.2/lib/pprint -I src/fix/.fix.objs/byte -I src/front/.front.objs/byte -I src/kernel/.kernel.objs/byte -I src/lrijkstra-utils/.lrijkstra_utils.objs/byte -I src/syntax/.syntax.objs/byte -I src/utils/.utils.objs/byte -I src/utils/bit_lib/.bit_lib.objs/byte -I src/valmari/.valmari.objs/byte -I support/.runtime.objs/byte -I support/.support.objs/byte -intf-suffix .ml -no-alias-deps -open Lrgrep_top__ -o src/command/.lrgrep_top.objs/byte/lrgrep_top.cmo -c -impl src/command/lrgrep_top.ml)
# File "src/command/lrgrep_top.ml", line 618, characters 16-29:
# 618 |         if not (List.is_empty cgr.sinks) then (
#                       ^^^^^^^^^^^^^
# Error: Unbound value List.is_empty
# (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.opt -w -40 -g -I src/command/.lrgrep_top.objs/byte -I src/command/.lrgrep_top.objs/native -I /Users/mac1000/.opam/4.14.2/lib/cmon -I /Users/mac1000/.opam/4.14.2/lib/grenier/binder_introducer -I /Users/mac1000/.opam/4.14.2/lib/grenier/fastdom -I /Users/mac1000/.opam/4.14.2/lib/menhirSdk -I /Users/mac1000/.opam/4.14.2/lib/pprint -I src/fix/.fix.objs/byte -I src/fix/.fix.objs/native -I src/front/.front.objs/byte -I src/front/.front.objs/native -I src/kernel/.kernel.objs/byte -I src/kernel/.kernel.objs/native -I src/lrijkstra-utils/.lrijkstra_utils.objs/byte -I src/lrijkstra-utils/.lrijkstra_utils.objs/native -I src/syntax/.syntax.objs/byte -I src/syntax/.syntax.objs/native -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -I src/utils/bit_lib/.bit_lib.objs/byte -I src/utils/bit_lib/.bit_lib.objs/native -I src/valmari/.valmari.objs/byte -I src/valmari/.valmari.objs/native -I support/.runtime.objs/byte -I support/.runtime.objs/native -I support/.support.objs/byte -I support/.support.objs/native -intf-suffix .ml -no-alias-deps -open Lrgrep_top__ -o src/command/.lrgrep_top.objs/native/lrgrep_top.cmx -c -impl src/command/lrgrep_top.ml)
# File "src/command/lrgrep_top.ml", line 618, characters 16-29:
# 618 |         if not (List.is_empty cgr.sinks) then (
#                       ^^^^^^^^^^^^^
# Error: Unbound value List.is_empty



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build lrgrep 0.9
+- 
+- The following changes have been performed
| - install cmon      0.2
| - install dune      3.23.1
| - install grenier   0.16
| - install menhir    20260209
| - install menhirCST 20260209
| - install menhirGLR 20260209
| - install menhirLib 20260209
| - install menhirSdk 20260209
| - install pprint    20230830
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/local/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20260520102705.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 lrgrep.0.9;
        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" != 'lrgrep.0.9' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-05-20 10:28.32: Job failed: Failed: Build failed
2026-05-20 10:28.32: Log analysis:
2026-05-20 10:28.32: >>> 
[ERROR] The compilation of lrgrep.0.9 failed at "dune build -p lrgrep -j 11".
 (score = 20)
2026-05-20 10:28.32: >>> 
# Error: Unbound value List.is_empty
 (score = 48)
2026-05-20 10:28.32: >>> 
# Error: Unbound value List.is_empty
 (score = 48)
2026-05-20 10:28.32: Unbound value List.is_empty