Build:
  1. 0
2026-03-31 17:24.20: New job: test binsec.0.11.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29630/head (4b2b541cbfb3cb09e104b4aba9a67e5a02f73162)
                              on macos-homebrew-ocaml-5.4/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/29630/head" && git reset --hard 4b2b541c
git fetch origin master
git merge --no-edit 4b07b3403ca6031c1a5af00d48d6aa90de102e54
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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 binsec.0.11.1 0.11.1
RUN opam reinstall binsec.0.11.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'binsec.0.11.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test binsec.0.11.1) || true
RUN opam reinstall --with-test --verbose binsec.0.11.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'binsec.0.11.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2026-03-31 17:24.20: Using cache hint "macos-homebrew-ocaml-5.4-binsec.0.11.1-4b2b541cbfb3cb09e104b4aba9a67e5a02f73162"
2026-03-31 17:24.20: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (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 binsec.0.11.1 0.11.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall binsec.0.11.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'binsec.0.11.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test binsec.0.11.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose binsec.0.11.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'binsec.0.11.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-31 17:24.20: Waiting for resource in pool OCluster
2026-03-31 17:24.20: Waiting for worker…
2026-03-31 17:34.20: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  30% (5673/18570)
Updating files:  31% (5757/18570)
Updating files:  32% (5943/18570)
Updating files:  33% (6129/18570)
Updating files:  34% (6314/18570)
Updating files:  35% (6500/18570)
Updating files:  36% (6686/18570)
Updating files:  37% (6871/18570)
Updating files:  38% (7057/18570)
Updating files:  39% (7243/18570)
Updating files:  40% (7428/18570)
Updating files:  41% (7614/18570)
Updating files:  42% (7800/18570)
Updating files:  43% (7986/18570)
Updating files:  44% (8171/18570)
Updating files:  45% (8357/18570)
Updating files:  46% (8543/18570)
Updating files:  47% (8728/18570)
Updating files:  48% (8914/18570)
Updating files:  49% (9100/18570)
Updating files:  50% (9285/18570)
Updating files:  51% (9471/18570)
Updating files:  52% (9657/18570)
Updating files:  53% (9843/18570)
Updating files:  54% (10028/18570)
Updating files:  55% (10214/18570)
Updating files:  56% (10400/18570)
Updating files:  57% (10585/18570)
Updating files:  58% (10771/18570)
Updating files:  59% (10957/18570)
Updating files:  59% (11061/18570)
Updating files:  60% (11142/18570)
Updating files:  61% (11328/18570)
Updating files:  62% (11514/18570)
Updating files:  63% (11700/18570)
Updating files:  64% (11885/18570)
Updating files:  65% (12071/18570)
Updating files:  66% (12257/18570)
Updating files:  67% (12442/18570)
Updating files:  68% (12628/18570)
Updating files:  69% (12814/18570)
Updating files:  70% (12999/18570)
Updating files:  71% (13185/18570)
Updating files:  72% (13371/18570)
Updating files:  73% (13557/18570)
Updating files:  74% (13742/18570)
Updating files:  75% (13928/18570)
Updating files:  76% (14114/18570)
Updating files:  77% (14299/18570)
Updating files:  78% (14485/18570)
Updating files:  79% (14671/18570)
Updating files:  80% (14856/18570)
Updating files:  81% (15042/18570)
Updating files:  82% (15228/18570)
Updating files:  83% (15414/18570)
Updating files:  84% (15599/18570)
Updating files:  85% (15785/18570)
Updating files:  86% (15971/18570)
Updating files:  87% (16156/18570)
Updating files:  88% (16342/18570)
Updating files:  89% (16528/18570)
Updating files:  89% (16531/18570)
Updating files:  90% (16713/18570)
Updating files:  91% (16899/18570)
Updating files:  92% (17085/18570)
Updating files:  93% (17271/18570)
Updating files:  94% (17456/18570)
Updating files:  95% (17642/18570)
Updating files:  96% (17828/18570)
Updating files:  97% (18013/18570)
Updating files:  98% (18199/18570)
Updating files:  99% (18385/18570)
Updating files: 100% (18570/18570)
Updating files: 100% (18570/18570), done.
HEAD is now at 4b07b3403c Merge pull request #29556 from samoht/release-alcobar-v0.3
Updating 4b07b3403c..4b2b541cbf
Fast-forward
 packages/binsec/binsec.0.11.1/opam | 111 +++++++++++++++++++++++++++++++++++++
 1 file changed, 111 insertions(+)
 create mode 100644 packages/binsec/binsec.0.11.1/opam

(from macos-homebrew-ocaml-5.4)
2026-03-31 17:39.09 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-31 17:39.10 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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-03-31 17:39.10 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-03-31 17:39.11 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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-03-31 17:39.11 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-03-31 17:39.13 ---> using "6d9d477e38a89caf6f89d0d19b2390265fd57605de9bcd7cf0da1e090375d7c5" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-31 17:39.14 ---> using "ff472774e14d04e8bd3db31ccc9d0513f6821d9566a63d38787e8206cbf38868" from cache

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

                                                                           0.1%
                                                                           1.3%
#                                                                          2.3%
##                                                                         3.1%
##                                                                         3.9%
###                                                                        4.8%
####                                                                       5.6%
####                                                                       6.4%
#####                                                                      7.2%
#####                                                                      8.1%
- 
######                                                                     8.9%
#######                                                                    9.8%
#######                                                                   10.6%
########                                                                  11.4%
########                                                                  12.2%
#########                                                                 13.0%
##########                                                                14.0%
##########                                                                14.8%
###########                                                               15.7%
###########                                                               16.5%
############                                                              17.3%
- 
#############                                                             18.2%
#############                                                             19.0%
##############                                                            19.8%
##############                                                            20.6%
###############                                                           21.6%
################                                                          22.4%
################                                                          23.3%
#################                                                         24.1%
#################                                                         24.9%
##################                                                        25.7%
###################                                                       26.6%
- 
###################                                                       27.4%
####################                                                      28.2%
####################                                                      29.0%
#####################                                                     29.9%
######################                                                    30.7%
######################                                                    31.5%
#######################                                                   32.3%
#######################                                                   33.3%
########################                                                  34.1%
#########################                                                 34.9%
#########################                                                 35.7%
- 
##########################                                                36.6%
##########################                                                37.4%
###########################                                               38.2%
############################                                              39.0%
############################                                              39.9%
#############################                                             40.7%
#############################                                             41.5%
##############################                                            42.3%
###############################                                           43.3%
###############################                                           44.0%
################################                                          44.8%
- 
################################                                          45.6%
#################################                                         46.6%
##################################                                        47.4%
##################################                                        48.2%
###################################                                       49.0%
###################################                                       49.9%
####################################                                      50.7%
#####################################                                     51.5%
#####################################                                     52.3%
######################################                                    53.2%
######################################                                    54.0%
- 
#######################################                                   55.0%
########################################                                  55.8%
########################################                                  56.6%
#########################################                                 57.4%
#########################################                                 58.3%
##########################################                                59.1%
###########################################                               59.9%
###########################################                               60.7%
############################################                              61.6%
############################################                              62.4%
#############################################                             63.2%
- 
##############################################                            64.0%
##############################################                            64.9%
###############################################                           65.7%
###############################################                           66.5%
################################################                          67.3%
#################################################                         68.3%
#################################################                         69.1%
##################################################                        69.9%
##################################################                        70.7%
###################################################                       71.6%
####################################################                      72.4%
- 
####################################################                      73.2%
#####################################################                     74.1%
#####################################################                     74.9%
######################################################                    75.7%
#######################################################                   76.5%
#######################################################                   77.5%
########################################################                  78.3%
########################################################                  79.1%
#########################################################                 79.8%
##########################################################                80.8%
##########################################################                81.6%
- 
###########################################################               82.4%
###########################################################               83.3%
############################################################              84.1%
#############################################################             85.0%
#############################################################             85.8%
##############################################################            86.6%
###############################################################           87.6%
###############################################################           88.4%
################################################################          89.2%
################################################################          90.0%
#################################################################         90.9%
- 
##################################################################        91.7%
##################################################################        92.6%
###################################################################       93.4%
###################################################################       94.2%
####################################################################      95.0%
#####################################################################     96.0%
#####################################################################     96.8%
######################################################################    97.5%
######################################################################    98.5%
#######################################################################   99.3%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.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-03-31 17:39.14 ---> using "2b7dc0e5bcc8bf7e86152e4b9b99f192367e620abda72c4234f02b938faa4993" from cache

/: (run (shell "opam pin add -k version -yn binsec.0.11.1 0.11.1"))
binsec is now pinned to version 0.11.1
2026-03-31 17:39.14 ---> using "da4ebe4111e4bc2c8bdd54e935ca3c96c4a38397f2e5ccd2d8b515d1cc7752c6" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall binsec.0.11.1;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'binsec.0.11.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
binsec.0.11.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 24 packages
  - install binsec            0.11.1 (pinned)
  - install conf-gmp          5               [required by zarith]
  - install conf-pkg-config   4               [required by zarith]
  - install csexp             1.5.2           [required by dune-private-libs]
  - install dune              3.22.0          [required by binsec]
  - install dune-private-libs 3.22.0          [required by dune-site]
  - install dune-site         3.22.0          [required by binsec]
  - install dyn               3.22.0          [required by dune-private-libs]
  - install dypgen            0.2.1           [required by binsec]
  - install fs-io             3.22.0          [required by stdune]
  - install ISO8601           0.2.6           [required by toml]
  - install menhir            20260209        [required by binsec]
  - 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 ocamlfind         1.9.8           [required by zarith]
  - install ocamlgraph        2.2.0           [required by binsec]
  - install ordering          3.22.0          [required by dyn, stdune]
  - install pp                2.0.0           [required by dune-private-libs]
  - install stdune            3.22.0          [required by dune-private-libs]
  - install toml              7.1.0           [required by binsec]
  - install top-closure       3.22.0          [required by stdune]
  - install zarith            1.14            [required by binsec]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/brew "install" "gmp" "pkgconf"
- ==> Fetching downloads for: gmp and pkgconf
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved binsec.0.11.1  (https://github.com/binsec/binsec/releases/download/0.11.1/binsec-0.11.1.tbz)
-> retrieved conf-gmp.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.22.0, dune-private-libs.3.22.0, dune-site.3.22.0, dyn.3.22.0, fs-io.3.22.0, ordering.3.22.0, stdune.3.22.0, top-closure.3.22.0  (cached)
-> retrieved dypgen.0.2.1  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved toml.7.1.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.22.0
-> installed menhirSdk.20260209
-> installed pp.2.0.0
-> installed ordering.3.22.0
-> installed top-closure.3.22.0
-> installed ocamlgraph.2.2.0
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed menhirCST.20260209
-> installed ISO8601.0.2.6
-> installed fs-io.3.22.0
-> installed dypgen.0.2.1
-> installed csexp.1.5.2
-> installed dyn.3.22.0
-> installed stdune.3.22.0
-> installed menhir.20260209
-> installed toml.7.1.0
-> installed dune-private-libs.3.22.0
-> installed dune-site.3.22.0
-> installed binsec.0.11.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-31 17:39.15 ---> using "dc0b112a1f6dfef01e2a1663fff5d6d1f87cdaf4e1b6795180aca2a2bfbbcafb" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test binsec.0.11.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile binsec                  0.11.1 (pinned)
=== install 31 packages
  - install   base                    v0.17.3         [required by ppx_inline_test]
  - install   dune-configurator       3.22.0          [required by base]
  - install   jane-street-headers     v0.17.0         [required by time_now]
  - install   jst-config              v0.17.0         [required by time_now]
  - install   ocaml-compiler-libs     v0.17.0         [required by ppxlib]
  - install   ocaml_intrinsics_kernel v0.17.1         [required by base]
  - install   ounit2                  2.2.7           [required by binsec]
  - install   ppx_assert              v0.17.0         [required by jst-config]
  - install   ppx_base                v0.17.0         [required by time_now]
  - install   ppx_cold                v0.17.0         [required by ppx_base]
  - install   ppx_compare             v0.17.0         [required by ppx_base]
  - install   ppx_derivers            1.2.1           [required by ppxlib]
  - install   ppx_enumerate           v0.17.0         [required by ppx_base]
  - install   ppx_globalize           v0.17.2         [required by ppx_base]
  - install   ppx_hash                v0.17.0         [required by ppx_base]
  - install   ppx_here                v0.17.0         [required by ppx_assert]
  - install   ppx_inline_test         v0.17.1         [required by binsec]
  - install   ppx_optcomp             v0.17.1         [required by time_now]
  - install   ppx_sexp_conv           v0.17.1         [required by ppx_base]
  - install   ppxlib                  0.38.0          [required by ppx_inline_test]
  - install   ppxlib_jane             v0.17.4         [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install   qcheck                  0.91            [required by binsec]
  - install   qcheck-core             0.91            [required by qcheck]
  - install   qcheck-ounit            0.91            [required by qcheck]
  - install   seq                     base            [required by ounit2]
  - install   sexplib0                v0.17.0         [required by base, ppxlib]
  - install   stdio                   v0.17.0         [required by ppx_optcomp]
  - install   stdlib-shims            0.3.0           [required by ounit2]
  - install   store                   0.1             [required by unionFind]
  - install   time_now                v0.17.0         [required by ppx_inline_test]
  - install   unionFind               20260226        [required by binsec]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz)
-> retrieved dune-configurator.3.22.0  (https://github.com/ocaml/dune/releases/download/3.22.0/dune-3.22.0.tbz)
-> retrieved jane-street-headers.v0.17.0  (https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved jst-config.v0.17.0  (https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz)
-> installed jane-street-headers.v0.17.0
-> retrieved ocaml-compiler-libs.v0.17.0  (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ounit2.2.2.7  (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> retrieved ppx_assert.v0.17.0  (https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed dune-configurator.3.22.0
-> retrieved ppx_base.v0.17.0  (https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_cold.v0.17.0  (https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_compare.v0.17.0  (https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> retrieved ppx_enumerate.v0.17.0  (https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_globalize.v0.17.2  (https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved ppx_hash.v0.17.0  (https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_here.v0.17.0  (https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_inline_test.v0.17.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppx_optcomp.v0.17.1  (https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppx_sexp_conv.v0.17.1  (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppxlib.0.38.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.38.0/ppxlib-0.38.0.tbz)
-> retrieved ppxlib_jane.v0.17.4  (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.4.tar.gz)
-> retrieved qcheck.0.91, qcheck-core.0.91, qcheck-ounit.0.91  (https://github.com/c-cube/qcheck/archive/v0.91.tar.gz)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved stdio.v0.17.0  (https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved store.0.1  (https://gitlab.com/basile.clement/store/-/archive/v0.1/store-v0.1.tar.bz2)
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed store.0.1
-> retrieved time_now.v0.17.0  (https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz)
-> removed   binsec.0.11.1
-> installed qcheck-core.0.91
-> retrieved unionFind.20260226  (https://gitlab.inria.fr/fpottier/unionFind/-/archive/20260226/archive.tar.gz)
-> installed unionFind.20260226
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.91
-> installed qcheck.0.91
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
[ERROR] The compilation of binsec.0.11.1 failed at "dune build -p binsec -j 11 --promote-install-files=false @install @runtest".

#=== ERROR while compiling binsec.0.11.1 ======================================#
# context              2.5.0 | macos/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/binsec/binsec/releases/download/0.11.1/binsec-0.11.1.tbz)
# path                 ~/.opam/5.4.0/.opam-switch/build/binsec.0.11.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p binsec -j 11 --promote-install-files=false @install @runtest
# exit-code            1
# env-file             ~/.opam/log/binsec-81752-0a0f41.env
# output-file          ~/.opam/log/binsec-81752-0a0f41.out
### output ###
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -no-alias-deps -opaque -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_sigs.cmi -c -intf src/loader/loader_sigs.mli)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/cli/.binsec_cli.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/dune-section -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/meta_parser -I /Users/mac1000/.opam/5.4.0/lib/dune-site -I /Users/mac1000/.opam/5.4.0/lib/dune-site/linker -I /Users/mac1000/.opam/5.4.0/lib/dune-site/plugins -I /Users/mac1000/.opam/5.4.0/lib/dune-site/private -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmi -no-alias-deps -open Binsec_cli -o src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmo -c -impl src/cli/cli.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The dynlink subdirectory has
# been automatically added to the search path, but you should add -I +dynlink
# to the command-line to silence this alert (e.g. by adding dynlink to the list
# of libraries in your dune file, or adding use_dynlink to your _tags file for
# ocamlbuild, or using -package dynlink for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmo -c -impl src/loader/loader_ti83.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmo -c -impl src/loader/loader_raw.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmo -c -impl src/loader/loader_pe.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmo -c -impl src/loader/loader.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmo -c -impl src/loader/loader_elf.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_ti83.cmx -c -impl src/loader/loader_ti83.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_raw.cmx -c -impl src/loader/loader_raw.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_pe.cmx -c -impl src/loader/loader_pe.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/cli/.binsec_cli.objs/byte -I src/cli/.binsec_cli.objs/native -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/dune-section -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/meta_parser -I /Users/mac1000/.opam/5.4.0/lib/dune-site -I /Users/mac1000/.opam/5.4.0/lib/dune-site/linker -I /Users/mac1000/.opam/5.4.0/lib/dune-site/plugins -I /Users/mac1000/.opam/5.4.0/lib/dune-site/private -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmi -no-alias-deps -open Binsec_cli -o src/cli/.binsec_cli.objs/native/binsec_cli__Cli.cmx -c -impl src/cli/cli.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The dynlink subdirectory has
# been automatically added to the search path, but you should add -I +dynlink
# to the command-line to silence this alert (e.g. by adding dynlink to the list
# of libraries in your dune file, or adding use_dynlink to your _tags file for
# ocamlbuild, or using -package dynlink for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_elf.cmx -c -impl src/loader/loader_elf.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader.cmx -c -impl src/loader/loader.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default/src/unittests && ./t_formula.exe)
# ................
# Ran: 16 tests in: 0.15 seconds.
# OK
# (cd _build/default/src/unittests && ./t_sequence.exe)
# ..
# Ran: 2 tests in: 0.12 seconds.
# OK
# 
random seed: 159680793
# ================================================================================
# success (ran 4 tests)
# File "examples/sse/coreutils/true/run.t", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/examples/sse/coreutils/true/run.t _build/default/examples/sse/coreutils/true/run.t.corrected
# diff --git a/_build/default/examples/sse/coreutils/true/run.t b/_build/default/examples/sse/coreutils/true/run.t.corrected
# index 2aa0e4a..17772e3 100644
# --- a/_build/default/examples/sse/coreutils/true/run.t
# +++ b/_build/default/examples/sse/coreutils/true/run.t.corrected
# @@ -1,7 +1,7 @@
#  equivalent to `tar xvzf sysroot.tar.gz --one-top-level=sysroot`
#    $ mkdir sysroot && (cd sysroot && tar xvzf ../sysroot.tar.gz)
# -  bin/true
# -  usr/lib/debug/.build-id/0e/ea10bd32e512b82055e32b8cb1b9b3e46e4d89.debug
# +  x bin/true
# +  x usr/lib/debug/.build-id/0e/ea10bd32e512b82055e32b8cb1b9b3e46e4d89.debug
#    $ binsec -sse -sse-script run.ini sysroot/bin/true -sse-sysroot sysroot/ -sse-debug-level 2 |
#    > grep -e '\[sse:result\]'
#    [sse:result] 0x000ff0 lea ecx, [esp + 0x4]     	# <main>
# (cd _build/default/src/unittests && ./t_hmap.exe)
# random seed: 26186641
# 
random seed: 26186641
# ================================================================================
# success (ran 4 tests)
# (cd _build/default/src/unittests && ./t_zmap.exe)
# random seed: 26186641
# 
random seed: 26186641
# ================================================================================
# success (ran 9 tests)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build binsec 0.11.1
+- 
+- The following changes have been performed
| - remove  binsec                  0.11.1
| - install base                    v0.17.3
| - install dune-configurator       3.22.0
| - install jane-street-headers     v0.17.0
| - install jst-config              v0.17.0
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ounit2                  2.2.7
| - install ppx_assert              v0.17.0
| - install ppx_base                v0.17.0
| - install ppx_cold                v0.17.0
| - install ppx_compare             v0.17.0
| - install ppx_derivers            1.2.1
| - install ppx_enumerate           v0.17.0
| - install ppx_globalize           v0.17.2
| - install ppx_hash                v0.17.0
| - install ppx_here                v0.17.0
| - install ppx_inline_test         v0.17.1
| - install ppx_optcomp             v0.17.1
| - install ppx_sexp_conv           v0.17.1
| - install ppxlib                  0.38.0
| - install ppxlib_jane             v0.17.4
| - install qcheck                  0.91
| - install qcheck-core             0.91
| - install qcheck-ounit            0.91
| - install seq                     base
| - install sexplib0                v0.17.0
| - install stdio                   v0.17.0
| - install stdlib-shims            0.3.0
| - install store                   0.1
| - install time_now                v0.17.0
| - install unionFind               20260226
+- 
# 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/5.4.0/.opam-switch/backup/state-20260331173916.export"
Or you can retry to install your package selection with:
    /usr/local/bin/opam install --restore
2026-03-31 17:41.59 ---> saved as "4670aeed922a4fe95290824a935250bea39f6a14cccbdc180bfa11393de559a2"

/: (run (shell  "opam reinstall --with-test --verbose binsec.0.11.1;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'binsec.0.11.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
binsec.0.11.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install binsec 0.11.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/3: [binsec: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "binsec" "-j" "11" "--promote-install-files=false" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/binsec.0.11.1)
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -no-alias-deps -opaque -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_sigs.cmi -c -intf src/loader/loader_sigs.mli)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmo -c -impl src/loader/loader_raw.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmo -c -impl src/loader/loader_ti83.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/cli/.binsec_cli.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/dune-section -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/meta_parser -I /Users/mac1000/.opam/5.4.0/lib/dune-site -I /Users/mac1000/.opam/5.4.0/lib/dune-site/linker -I /Users/mac1000/.opam/5.4.0/lib/dune-site/plugins -I /Users/mac1000/.opam/5.4.0/lib/dune-site/private -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmi -no-alias-deps -open Binsec_cli -o src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmo -c -impl src/cli/cli.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The dynlink subdirectory has
- been automatically added to the search path, but you should add -I +dynlink
- to the command-line to silence this alert (e.g. by adding dynlink to the list
- of libraries in your dune file, or adding use_dynlink to your _tags file for
- ocamlbuild, or using -package dynlink for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmo -c -impl src/loader/loader_pe.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmo -c -impl src/loader/loader.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmo -c -impl src/loader/loader_elf.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_ti83.cmx -c -impl src/loader/loader_ti83.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_raw.cmx -c -impl src/loader/loader_raw.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_pe.cmx -c -impl src/loader/loader_pe.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/cli/.binsec_cli.objs/byte -I src/cli/.binsec_cli.objs/native -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/dune-section -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/meta_parser -I /Users/mac1000/.opam/5.4.0/lib/dune-site -I /Users/mac1000/.opam/5.4.0/lib/dune-site/linker -I /Users/mac1000/.opam/5.4.0/lib/dune-site/plugins -I /Users/mac1000/.opam/5.4.0/lib/dune-site/private -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmi -no-alias-deps -open Binsec_cli -o src/cli/.binsec_cli.objs/native/binsec_cli__Cli.cmx -c -impl src/cli/cli.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The dynlink subdirectory has
- been automatically added to the search path, but you should add -I +dynlink
- to the command-line to silence this alert (e.g. by adding dynlink to the list
- of libraries in your dune file, or adding use_dynlink to your _tags file for
- ocamlbuild, or using -package dynlink for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_elf.cmx -c -impl src/loader/loader_elf.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader.cmx -c -impl src/loader/loader.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default/src/unittests && ./t_formula.exe)
- ................
- Ran: 16 tests in: 0.29 seconds.
- OK
- (cd _build/default/src/unittests && ./t_sequence.exe)
- ..
- Ran: 2 tests in: 0.13 seconds.
- OK
- 
random seed: 351206635
- ================================================================================
- success (ran 4 tests)
- File "examples/sse/coreutils/true/run.t", line 1, characters 0-0:
- /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/examples/sse/coreutils/true/run.t _build/default/examples/sse/coreutils/true/run.t.corrected
- diff --git a/_build/default/examples/sse/coreutils/true/run.t b/_build/default/examples/sse/coreutils/true/run.t.corrected
- index 2aa0e4a..17772e3 100644
- --- a/_build/default/examples/sse/coreutils/true/run.t
- +++ b/_build/default/examples/sse/coreutils/true/run.t.corrected
- @@ -1,7 +1,7 @@
-  equivalent to `tar xvzf sysroot.tar.gz --one-top-level=sysroot`
-    $ mkdir sysroot && (cd sysroot && tar xvzf ../sysroot.tar.gz)
- -  bin/true
- -  usr/lib/debug/.build-id/0e/ea10bd32e512b82055e32b8cb1b9b3e46e4d89.debug
- +  x bin/true
- +  x usr/lib/debug/.build-id/0e/ea10bd32e512b82055e32b8cb1b9b3e46e4d89.debug
-    $ binsec -sse -sse-script run.ini sysroot/bin/true -sse-sysroot sysroot/ -sse-debug-level 2 |
-    > grep -e '\[sse:result\]'
-    [sse:result] 0x000ff0 lea ecx, [esp + 0x4]     	# <main>
- (cd _build/default/src/unittests && ./t_hmap.exe)
- random seed: 26186641
- 
random seed: 26186641
- ================================================================================
- success (ran 4 tests)
- (cd _build/default/src/unittests && ./t_zmap.exe)
- random seed: 26186641
- 
random seed: 26186641
- ================================================================================
- success (ran 9 tests)
[ERROR] The compilation of binsec.0.11.1 failed at "dune build -p binsec -j 11 --promote-install-files=false @install @runtest".

#=== ERROR while compiling binsec.0.11.1 ======================================#
# context              2.5.0 | macos/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/binsec/binsec/releases/download/0.11.1/binsec-0.11.1.tbz)
# path                 ~/.opam/5.4.0/.opam-switch/build/binsec.0.11.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p binsec -j 11 --promote-install-files=false @install @runtest
# exit-code            1
# env-file             ~/.opam/log/binsec-88715-1315a3.env
# output-file          ~/.opam/log/binsec-88715-1315a3.out
### output ###
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -no-alias-deps -opaque -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_sigs.cmi -c -intf src/loader/loader_sigs.mli)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmo -c -impl src/loader/loader_raw.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmo -c -impl src/loader/loader_ti83.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/cli/.binsec_cli.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/dune-section -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/meta_parser -I /Users/mac1000/.opam/5.4.0/lib/dune-site -I /Users/mac1000/.opam/5.4.0/lib/dune-site/linker -I /Users/mac1000/.opam/5.4.0/lib/dune-site/plugins -I /Users/mac1000/.opam/5.4.0/lib/dune-site/private -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmi -no-alias-deps -open Binsec_cli -o src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmo -c -impl src/cli/cli.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The dynlink subdirectory has
# been automatically added to the search path, but you should add -I +dynlink
# to the command-line to silence this alert (e.g. by adding dynlink to the list
# of libraries in your dune file, or adding use_dynlink to your _tags file for
# ocamlbuild, or using -package dynlink for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmo -c -impl src/loader/loader_pe.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmo -c -impl src/loader/loader.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -open Binsec_base -g -bin-annot -bin-annot-occurrences -I src/loader/.binsec_kernel_loader.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmo -c -impl src/loader/loader_elf.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_ti83.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_ti83.cmx -c -impl src/loader/loader_ti83.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_raw.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_raw.cmx -c -impl src/loader/loader_raw.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_pe.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_pe.cmx -c -impl src/loader/loader_pe.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/cli/.binsec_cli.objs/byte -I src/cli/.binsec_cli.objs/native -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/dune-section -I /Users/mac1000/.opam/5.4.0/lib/dune-private-libs/meta_parser -I /Users/mac1000/.opam/5.4.0/lib/dune-site -I /Users/mac1000/.opam/5.4.0/lib/dune-site/linker -I /Users/mac1000/.opam/5.4.0/lib/dune-site/plugins -I /Users/mac1000/.opam/5.4.0/lib/dune-site/private -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/cli/.binsec_cli.objs/byte/binsec_cli__Cli.cmi -no-alias-deps -open Binsec_cli -o src/cli/.binsec_cli.objs/native/binsec_cli__Cli.cmx -c -impl src/cli/cli.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The dynlink subdirectory has
# been automatically added to the search path, but you should add -I +dynlink
# to the command-line to silence this alert (e.g. by adding dynlink to the list
# of libraries in your dune file, or adding use_dynlink to your _tags file for
# ocamlbuild, or using -package dynlink for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader_elf.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader_elf.cmx -c -impl src/loader/loader_elf.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -open Binsec_base -g -I src/loader/.binsec_kernel_loader.objs/byte -I src/loader/.binsec_kernel_loader.objs/native -I /Users/mac1000/.opam/5.4.0/lib/zarith -I src/base/.binsec_base.objs/byte -I src/base/.binsec_base.objs/native -H src/domain/.binsec_domains.objs/byte -I src/domain/.binsec_domains.objs/native -I src/domain/.binsec_domains.objs/public_cmi -cmi-file src/loader/.binsec_kernel_loader.objs/byte/binsec_kernel_loader__Loader.cmi -no-alias-deps -open Binsec_kernel_loader -o src/loader/.binsec_kernel_loader.objs/native/binsec_kernel_loader__Loader.cmx -c -impl src/loader/loader.ml)
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# (cd _build/default/src/unittests && ./t_formula.exe)
# ................
# Ran: 16 tests in: 0.29 seconds.
# OK
# (cd _build/default/src/unittests && ./t_sequence.exe)
# ..
# Ran: 2 tests in: 0.13 seconds.
# OK
# 
random seed: 351206635
# ================================================================================
# success (ran 4 tests)
# File "examples/sse/coreutils/true/run.t", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/examples/sse/coreutils/true/run.t _build/default/examples/sse/coreutils/true/run.t.corrected
# diff --git a/_build/default/examples/sse/coreutils/true/run.t b/_build/default/examples/sse/coreutils/true/run.t.corrected
# index 2aa0e4a..17772e3 100644
# --- a/_build/default/examples/sse/coreutils/true/run.t
# +++ b/_build/default/examples/sse/coreutils/true/run.t.corrected
# @@ -1,7 +1,7 @@
#  equivalent to `tar xvzf sysroot.tar.gz --one-top-level=sysroot`
#    $ mkdir sysroot && (cd sysroot && tar xvzf ../sysroot.tar.gz)
# -  bin/true
# -  usr/lib/debug/.build-id/0e/ea10bd32e512b82055e32b8cb1b9b3e46e4d89.debug
# +  x bin/true
# +  x usr/lib/debug/.build-id/0e/ea10bd32e512b82055e32b8cb1b9b3e46e4d89.debug
#    $ binsec -sse -sse-script run.ini sysroot/bin/true -sse-sysroot sysroot/ -sse-debug-level 2 |
#    > grep -e '\[sse:result\]'
#    [sse:result] 0x000ff0 lea ecx, [esp + 0x4]     	# <main>
# (cd _build/default/src/unittests && ./t_hmap.exe)
# random seed: 26186641
# 
random seed: 26186641
# ================================================================================
# success (ran 4 tests)
# (cd _build/default/src/unittests && ./t_zmap.exe)
# random seed: 26186641
# 
random seed: 26186641
# ================================================================================
# success (ran 9 tests)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build binsec 0.11.1
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose binsec.0.11.1' failed.
[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 --with-test --verbose binsec.0.11.1;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'binsec.0.11.1' && 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-03-31 17:43.51: Job failed: Failed: Build failed
2026-03-31 17:43.51: Log analysis:
2026-03-31 17:43.51: >>> 
[ERROR] The compilation of binsec.0.11.1 failed at "dune build -p binsec -j 11 --promote-install-files=false @install @runtest".
 (score = 20)
2026-03-31 17:43.51: >>> 
[ERROR] The compilation of binsec.0.11.1 failed at "dune build -p binsec -j 11 --promote-install-files=false @install @runtest".
 (score = 20)
2026-03-31 17:43.51: The compilation of binsec.0.11.1 failed at "dune build -p binsec -j 11 --promote-install-files=false @install @runtest".