(not at the head of any monitored branch or PR)
2025-08-05 14:00.26: New job: test bap-primus-support.2.3.0 with dune-configurator.3.20.0~alpha2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28298/head (dd5533520fdcb5364efecb41d297e786ddcc1f76)
                              on debian-12-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/28298/head" && git reset --hard dd553352
git fetch origin master
git merge --no-edit 39155538b0d7654773a68bd42b0b7dbb8eb14ad7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn dune-configurator.3.20.0~alpha2 3.20.0~alpha2
RUN opam reinstall dune-configurator.3.20.0~alpha2; \
    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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-configurator.3.20.0~alpha2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall bap-primus-support.2.3.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'bap-primus-support.2.3.0' && 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 bap-primus-support.2.3.0) || true
RUN opam reinstall --with-test --verbose bap-primus-support.2.3.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'bap-primus-support.2.3.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-08-05 14:00.26: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63-dune-configurator.3.20.0~alpha2-bap-primus-support.2.3.0-dd5533520fdcb5364efecb41d297e786ddcc1f76"
2025-08-05 14:00.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn dune-configurator.3.20.0~alpha2 3.20.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-configurator.3.20.0~alpha2;\
             \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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune-configurator.3.20.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall bap-primus-support.2.3.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'bap-primus-support.2.3.0' && 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 bap-primus-support.2.3.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose bap-primus-support.2.3.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'bap-primus-support.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-08-05 14:00.26: Waiting for resource in pool OCluster
2025-08-05 20:25.41: Waiting for worker…
2025-08-05 20:29.06: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  72% (13071/17995)
Updating files:  73% (13137/17995)
Updating files:  74% (13317/17995)
Updating files:  75% (13497/17995)
Updating files:  76% (13677/17995)
Updating files:  77% (13857/17995)
Updating files:  78% (14037/17995)
Updating files:  79% (14217/17995)
Updating files:  80% (14396/17995)
Updating files:  81% (14576/17995)
Updating files:  82% (14756/17995)
Updating files:  83% (14936/17995)
Updating files:  84% (15116/17995)
Updating files:  85% (15296/17995)
Updating files:  86% (15476/17995)
Updating files:  87% (15656/17995)
Updating files:  88% (15836/17995)
Updating files:  89% (16016/17995)
Updating files:  90% (16196/17995)
Updating files:  91% (16376/17995)
Updating files:  92% (16556/17995)
Updating files:  93% (16736/17995)
Updating files:  94% (16916/17995)
Updating files:  95% (17096/17995)
Updating files:  96% (17276/17995)
Updating files:  97% (17456/17995)
Updating files:  98% (17636/17995)
Updating files:  99% (17816/17995)
Updating files: 100% (17995/17995)
Updating files: 100% (17995/17995), done.
HEAD is now at 39155538b0 Merge pull request #28292 from gildor478/release-ocamlmod-v0.1.1
Updating 39155538b0..dd5533520f
Fast-forward
 .../chrome-trace/chrome-trace.3.20.0~alpha2/opam   | 41 ++++++++++++
 .../dune-action-plugin.3.20.0~alpha2/opam          | 54 ++++++++++++++++
 .../dune-build-info.3.20.0~alpha2/opam             | 47 ++++++++++++++
 .../dune-configurator.3.20.0~alpha2/opam           | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.20.0~alpha2/opam    | 44 +++++++++++++
 .../dune-private-libs.3.20.0~alpha2/opam           | 52 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.20.0~alpha2/opam   | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.20.0~alpha2/opam      | 45 +++++++++++++
 packages/dune-site/dune-site.3.20.0~alpha2/opam    | 39 ++++++++++++
 packages/dune/dune.3.20.0~alpha2/opam              | 74 ++++++++++++++++++++++
 packages/dyn/dyn.3.20.0~alpha2/opam                | 42 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.20.0~alpha2/opam  | 45 +++++++++++++
 packages/ordering/ordering.3.20.0~alpha2/opam      | 40 ++++++++++++
 packages/stdune/stdune.3.20.0~alpha2/opam          | 46 ++++++++++++++
 packages/xdg/xdg.3.20.0~alpha2/opam                | 41 ++++++++++++
 15 files changed, 704 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.20.0~alpha2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.20.0~alpha2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.20.0~alpha2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.20.0~alpha2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.20.0~alpha2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.20.0~alpha2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.0~alpha2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.20.0~alpha2/opam
 create mode 100644 packages/dune-site/dune-site.3.20.0~alpha2/opam
 create mode 100644 packages/dune/dune.3.20.0~alpha2/opam
 create mode 100644 packages/dyn/dyn.3.20.0~alpha2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.20.0~alpha2/opam
 create mode 100644 packages/ordering/ordering.3.20.0~alpha2/opam
 create mode 100644 packages/stdune/stdune.3.20.0~alpha2/opam
 create mode 100644 packages/xdg/xdg.3.20.0~alpha2/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63' locally
docker.io/ocaml/opam@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63: Pulling from ocaml/opam
a77c4f4a24ac: Already exists
9d1a03aa3c71: Pulling fs layer
baba434270f2: Pulling fs layer
2a8a0f93626e: Pulling fs layer
f6ba2ed01176: Pulling fs layer
f6ba2ed01176: Waiting
2a8a0f93626e: Verifying Checksum
2a8a0f93626e: Download complete
baba434270f2: Verifying Checksum
baba434270f2: Download complete
f6ba2ed01176: Download complete
9d1a03aa3c71: Download complete
9d1a03aa3c71: Pull complete
baba434270f2: Pull complete
2a8a0f93626e: Pull complete
f6ba2ed01176: Pull complete
Digest: sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63
Status: Downloaded newer image for ocaml/opam@sha256:b3b4d6d5643af6178c2c7da1f4185223f562d83280904781325cdf5798986a63
2025-08-05 20:29.11 ---> using "7f53aba96fd697ea92c7c7d3f6be48133fa7f3f6538a693606c4cbcecd7917b8" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-08-05 20:29.11 ---> using "e4ec4ab2139d3c4a94c2b5470fe84288e4986c518ff4f4ae2d7c7e30aeac0731" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-08-05 20:29.11 ---> using "707659fd6393183061072104f3ce800d69d94ba93e0f39ab380130268d0ee81e" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "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       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-08-05 20:29.11 ---> using "3ec3067d40f73cc0ec4554b242939c55b0261973e091b54a647662451dc49933" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-08-05 20:29.11 ---> using "376e3b49c8c08cb1ff0d45feb403c06e037d8df5800c560fdd8dd472f1e36b9a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-08-05 20:29.13 ---> using "d7c14fc292f88db48f1d08b5e5bee64699faa33d6c6497ea4d0ded851936243b" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-08-05 20:29.13 ---> using "4d064c1160c8dcca737cd7528eeaed565bdc230fcc7555f114d63e3df515c34a" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [19.6 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]
- Fetched 402 kB in 0s (820 kB/s)
- Reading package lists...
- 
2025-08-05 20:29.13 ---> using "f43accf761343248e80f7b61b22936d9bfc3109749567c716c34e25a997df933" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.20.0~alpha2 3.20.0~alpha2"))
dune-configurator is now pinned to version 3.20.0~alpha2
2025-08-05 20:29.13 ---> using "498f610c53b8e71303caac3cc5fc8285da935f9b9ddc7e38d587c4c9eebb2041" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-configurator.3.20.0~alpha2;\
                        \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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune-configurator.3.20.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune-configurator.3.20.0~alpha2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
  - install csexp             1.5.2                  [required by dune-configurator]
  - install dune              3.20.0~alpha2          [required by dune-configurator]
  - install dune-configurator 3.20.0~alpha2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.0~alpha2, dune-configurator.3.20.0~alpha2  (cached)
-> installed dune.3.20.0~alpha2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-05 20:29.13 ---> using "3e71451dcd4420bb892311c68f87187f8d40fb27d797094012ca2caa9183ec4e" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall bap-primus-support.2.3.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'bap-primus-support.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
bap-primus-support.2.3.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 131 packages
  - install angstrom                         0.16.1        [required by uri]
  - install bap-abi                          2.3.0         [required by bap-primus]
  - install bap-api                          2.3.0         [required by bap-c]
  - install bap-build                        2.3.0         [required by bap-main]
  - install bap-bundle                       2.3.0         [required by bap-std]
  - install bap-c                            2.3.0         [required by bap-primus]
  - install bap-core-theory                  2.3.0         [required by bap-primus-loader, bap-primus-print]
  - install bap-future                       2.3.0         [required by bap-primus-round-robin-scheduler, bap-primus-exploring-scheduler, bap-primus-print, bap-primus-wandering-scheduler]
  - install bap-knowledge                    2.3.0         [required by bap-primus-print]
  - install bap-main                         2.3.0         [required by bap-std, bap-api]
  - install bap-plugins                      2.3.0         [required by bap-std]
  - install bap-primus                       2.3.0         [required by bap-primus-round-robin-scheduler, bap-primus-print, bap-primus-loader, etc.]
  - install bap-primus-exploring-scheduler   2.3.0         [required by bap-primus-support]
  - install bap-primus-greedy-scheduler      2.3.0         [required by bap-primus-support]
  - install bap-primus-limit                 2.3.0         [required by bap-primus-support]
  - install bap-primus-loader                2.3.0         [required by bap-primus-support]
  - install bap-primus-mark-visited          2.3.0         [required by bap-primus-support]
  - install bap-primus-print                 2.3.0         [required by bap-primus-support]
  - install bap-primus-promiscuous           2.3.0         [required by bap-primus-support]
  - install bap-primus-round-robin-scheduler 2.3.0         [required by bap-primus-support]
  - install bap-primus-support               2.3.0
  - install bap-primus-track-visited         2.3.0         [required by bap-primus-mark-visited]
  - install bap-primus-wandering-scheduler   2.3.0         [required by bap-primus-support]
  - install bap-recipe                       2.3.0         [required by bap-main]
  - install bap-relation                     2.3.0         [required by bap-std]
  - install bap-std                          2.3.0         [required by bap-primus-round-robin-scheduler, bap-primus-print, bap-primus-loader, etc.]
  - install bap-strings                      2.3.0         [required by bap-primus]
  - install bare                             2.3.0         [required by bap-primus-print]
  - install base                             v0.14.3       [required by core_kernel]
  - install base-bytes                       base          [required by ocplib-endian]
  - install base_bigstring                   v0.14.0       [required by core_kernel]
  - install base_quickcheck                  v0.14.1       [required by core_kernel]
  - install bigarray-compat                  1.1.0         [required by mmap]
  - install bigstringaf                      0.10.0        [required by angstrom]
  - install bin_prot                         v0.14.1       [required by core_kernel]
  - install bitvec                           2.3.0         [required by bap-primus]
  - install bitvec-binprot                   2.3.0         [required by bap-primus]
  - install bitvec-order                     2.3.0         [required by bap-std]
  - install bitvec-sexp                      2.3.0         [required by bap-core-theory]
  - install camlzip                          1.13          [required by bap-std]
  - install cmdliner                         1.3.0         [required by bap-std]
  - install conf-clang                       2             [required by bap-std]
  - install conf-gmp                         5             [required by bap-std]
  - install conf-pkg-config                  4             [required by conf-zlib, zarith]
  - install conf-which                       1             [required by bap-std]
  - install conf-zlib                        1             [required by bap-std]
  - install core_kernel                      v0.14.2       [required by bap-primus-loader, bap-primus-print]
  - install cppo                             1.8.0         [required by utop]
  - install fieldslib                        v0.14.0       [required by core_kernel]
  - install fileutils                        0.6.6         [required by bap-std, bap-api]
  - install graphlib                         2.3.0         [required by bap-primus]
  - install jane-street-headers              v0.14.0       [required by core_kernel]
  - install jst-config                       v0.14.1       [required by core_kernel]
  - install lambda-term                      3.3.2         [required by utop]
  - install logs                             0.9.0         [required by utop]
  - install lwt                              5.9.1         [required by utop]
  - install lwt_react                        1.2.0         [required by utop]
  - install mew                              0.1.0         [required by mew_vi]
  - install mew_vi                           0.5.0         [required by lambda-term]
  - install mmap                             1.2.0         [required by bap-std]
  - install monads                           2.3.0         [required by bap-primus-round-robin-scheduler, bap-primus-print, bap-primus-exploring-scheduler, etc.]
  - install num                              1.6           [required by sexplib]
  - install oasis                            0.4.11        [required by bap-future, bare]
  - install ocaml-compiler-libs              v0.12.4       [required by ppxlib]
  - install ocaml-syntax-shims               1.0.0         [required by angstrom]
  - install ocamlbuild                       0.16.1        [required by oasis]
  - install ocamlfind                        1.9.8         [required by oasis, bap-std]
  - install ocamlgraph                       2.2.0         [required by graphlib]
  - install ocamlify                         0.0.1         [required by oasis]
  - install ocamlmod                         0.1.1         [required by oasis]
  - install ocplib-endian                    1.2           [required by lwt]
  - install octavius                         1.2.2         [required by ppx_js_style]
  - install ogre                             2.3.0         [required by bap-primus-loader]
  - install parsexp                          v0.14.2       [required by bap-primus, bare]
  - install ppx_assert                       v0.14.0       [required by core_kernel]
  - install ppx_bap                          v0.14.0       [required by bap-primus-loader, bap-primus-print]
  - install ppx_base                         v0.14.0       [required by core_kernel]
  - install ppx_bench                        v0.14.1       [required by ppx_bap]
  - install ppx_bin_prot                     v0.14.0       [required by ppx_bap]
  - install ppx_cold                         v0.14.0       [required by ppx_bap]
  - install ppx_compare                      v0.14.0       [required by ppx_bap]
  - install ppx_custom_printf                v0.14.1       [required by ppx_jane]
  - install ppx_derivers                     1.2.1         [required by ppxlib]
  - install ppx_enumerate                    v0.14.0       [required by ppx_bap]
  - install ppx_expect                       v0.14.2       [required by ppx_jane]
  - install ppx_fields_conv                  v0.14.2       [required by ppx_bap]
  - install ppx_fixed_literal                v0.14.0       [required by ppx_jane]
  - install ppx_hash                         v0.14.0       [required by core_kernel]
  - install ppx_here                         v0.14.0       [required by ppx_bap]
  - install ppx_inline_test                  v0.14.1       [required by core_kernel]
  - install ppx_jane                         v0.14.0       [required by core_kernel]
  - install ppx_js_style                     v0.14.1       [required by ppx_base]
  - install ppx_let                          v0.14.0       [required by ppx_jane]
  - install ppx_module_timer                 v0.14.0       [required by ppx_jane]
  - install ppx_optcomp                      v0.14.3       [required by core_kernel]
  - install ppx_optional                     v0.14.0       [required by ppx_jane]
  - install ppx_pipebang                     v0.14.0       [required by ppx_jane]
  - install ppx_sexp_conv                    v0.14.3       [required by core_kernel]
  - install ppx_sexp_message                 v0.14.1       [required by core_kernel]
  - install ppx_sexp_value                   v0.14.0       [required by ppx_bap]
  - install ppx_stable                       v0.14.1       [required by ppx_jane]
  - install ppx_string                       v0.14.1       [required by ppx_jane]
  - install ppx_typerep_conv                 v0.14.2       [required by ppx_jane]
  - install ppx_variants_conv                v0.14.2       [required by ppx_bap]
  - install ppxlib                           0.25.1        [required by ppx_bap]
  - install re                               1.13.2        [required by ppx_expect]
  - install react                            1.2.2         [required by utop]
  - install regular                          2.3.0         [required by bap-primus]
  - install result                           1.5           [required by bap-std]
  - install seq                              base          [required by re]
  - install sexplib                          v0.14.0       [required by core_kernel]
  - install sexplib0                         v0.14.0       [required by base, sexplib]
  - install splittable_random                v0.14.0       [required by core_kernel]
  - install stdio                            v0.14.0       [required by core_kernel]
  - install stdlib-shims                     0.3.0         [required by bap-recipe]
  - install stringext                        1.6.0         [required by uri]
  - install time_now                         v0.14.0       [required by core_kernel]
  - install topkg                            1.1.0         [required by uuidm, logs]
  - install trie                             1.0.0         [required by mew]
  - install typerep                          v0.14.0       [required by core_kernel]
  - install uchar                            0.0.2         [required by zed]
  - install uri                              4.4.0         [required by bap-std]
  - install utop                             2.16.0        [required by bap-std]
  - install uucp                             16.0.0        [required by zed]
  - install uuidm                            0.9.10        [required by bap-primus]
  - install uuseg                            16.0.0        [required by zed]
  - install uutf                             1.0.4         [required by zed]
  - install variantslib                      v0.14.0       [required by core_kernel]
  - install xdg                              3.20.0~alpha2 [required by utop]
  - install zarith                           1.14          [required by bap-std]
  - install zed                              3.2.3         [required by utop]

The following system packages will first need to be installed:
    clang libgmp-dev pkg-config zlib1g-dev

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

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

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "clang" "libgmp-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpipeline1:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18747 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19076 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19486 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../01-libicu72_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../02-libxml2_2.9.14+dfsg-1.3~deb12u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../03-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../04-libllvm14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../05-libclang-cpp14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../06-libgc1_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../07-libobjc4_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libobjc4:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libobjc-12-dev:amd64.
- Preparing to unpack .../08-libobjc-12-dev_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libobjc-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libclang-common-14-dev.
- Preparing to unpack .../09-libclang-common-14-dev_1%3a14.0.6-12_all.deb ...
- Unpacking libclang-common-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../10-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package libclang1-14.
- Preparing to unpack .../11-libclang1-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang1-14 (1:14.0.6-12) ...
- Selecting previously unselected package clang-14.
- Preparing to unpack .../12-clang-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking clang-14 (1:14.0.6-12) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../13-clang_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking clang (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../14-icu-devtools_72.1-3+deb12u1_amd64.deb ...
- Unpacking icu-devtools (72.1-3+deb12u1) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../15-libc6-i386_2.36-9+deb12u10_amd64.deb ...
- Unpacking libc6-i386 (2.36-9+deb12u10) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../16-lib32gcc-s1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking lib32gcc-s1 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../17-lib32stdc++6_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking lib32stdc++6 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libclang-rt-14-dev:amd64.
- Preparing to unpack .../18-libclang-rt-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../19-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../20-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package nss-plugin-pem:amd64.
- Preparing to unpack .../21-nss-plugin-pem_1.0.8+1-1_amd64.deb ...
- Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../22-libcurl3-nss_7.88.1-10+deb12u12_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u12) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../23-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../24-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../25-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../26-libicu-dev_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../27-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../28-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../29-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../30-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../31-libtinfo-dev_6.4-4_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../32-libxml2-dev_2.9.14+dfsg-1.3~deb12u2_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u2) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../33-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../34-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../35-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../36-llvm-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../37-python3-pkg-resources_66.1.1-1+deb12u1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1+deb12u1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../38-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../39-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../40-llvm-14-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../41-llvm-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../42-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../43-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../44-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../45-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up libicu72:amd64 (72.1-3+deb12u1) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3+deb12u1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:amd64 (1:8.2.2-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libc6-i386 (2.36-9+deb12u10) ...
- Setting up libicu-dev:amd64 (72.1-3+deb12u1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6+deb12u6) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libobjc4:amd64 (12.2.0-14+deb12u1) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u2) ...
- Setting up lib32gcc-s1 (12.2.0-14+deb12u1) ...
- Setting up lib32stdc++6 (12.2.0-14+deb12u1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libllvm14:amd64 (1:14.0.6-12) ...
- Setting up libobjc-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Setting up llvm-14-linker-tools (1:14.0.6-12) ...
- Setting up python3-pkg-resources (66.1.1-1+deb12u1) ...
- Setting up libtinfo-dev:amd64 (6.4-4) ...
- Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Setting up libclang1-14 (1:14.0.6-12) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up llvm-14-runtime (1:14.0.6-12) ...
- Setting up libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Setting up libclang-common-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u12) ...
- Setting up llvm-14 (1:14.0.6-12) ...
- Setting up llvm-14-tools (1:14.0.6-12) ...
- Setting up clang-14 (1:14.0.6-12) ...
- Setting up clang (1:14.0-55.7~deb12u1) ...
- Setting up llvm-14-dev (1:14.0.6-12) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bap-abi.2.3.0, bap-api.2.3.0, bap-build.2.3.0, bap-bundle.2.3.0, bap-c.2.3.0, bap-core-theory.2.3.0, bap-future.2.3.0, bap-knowledge.2.3.0, bap-main.2.3.0, bap-plugins.2.3.0, bap-primus.2.3.0, bap-primus-exploring-scheduler.2.3.0, bap-primus-greedy-scheduler.2.3.0, bap-primus-limit.2.3.0, bap-primus-loader.2.3.0, bap-primus-mark-visited.2.3.0, bap-primus-print.2.3.0, bap-primus-promiscuous.2.3.0, bap-primus-round-robin-scheduler.2.3.0, bap-primus-support.2.3.0, bap-primus-track-visited.2.3.0, bap-primus-wandering-scheduler.2.3.0, bap-recipe.2.3.0, bap-relation.2.3.0, bap-std.2.3.0, bap-strings.2.3.0, bare.2.3.0, bitvec.2.3.0, bitvec-binprot.2.3.0, bitvec-order.2.3.0, bitvec-sexp.2.3.0, graphlib.2.3.0, monads.2.3.0, ogre.2.3.0, regular.2.3.0  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved base_bigstring.v0.14.0  (cached)
-> retrieved base_quickcheck.v0.14.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin_prot.v0.14.1  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved core_kernel.v0.14.2  (cached)
-> installed bigarray-compat.1.1.0
-> installed conf-clang.2
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-which.1
-> retrieved cppo.1.8.0  (cached)
-> retrieved fieldslib.v0.14.0  (cached)
-> installed conf-zlib.1
-> retrieved fileutils.0.6.6  (cached)
-> retrieved jane-street-headers.v0.14.0  (cached)
-> retrieved jst-config.v0.14.1  (cached)
-> retrieved lambda-term.3.3.2  (cached)
-> retrieved logs.0.9.0  (cached)
-> installed bigstringaf.0.10.0
-> retrieved lwt.5.9.1  (cached)
-> installed jane-street-headers.v0.14.0
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved mew.0.1.0  (cached)
-> retrieved mew_vi.0.5.0  (cached)
-> retrieved mmap.1.2.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved oasis.0.4.11  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed mmap.1.2.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocamlify.0.0.1  (cached)
-> retrieved ocamlmod.0.1.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved parsexp.v0.14.2  (cached)
-> retrieved ppx_assert.v0.14.0  (cached)
-> retrieved ppx_bap.v0.14.0  (cached)
-> retrieved ppx_base.v0.14.0  (cached)
-> retrieved ppx_bench.v0.14.1  (cached)
-> retrieved ppx_bin_prot.v0.14.0  (cached)
-> installed fileutils.0.6.6
-> retrieved ppx_cold.v0.14.0  (cached)
-> retrieved ppx_compare.v0.14.0  (cached)
-> retrieved ppx_custom_printf.v0.14.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.14.0  (cached)
-> retrieved ppx_expect.v0.14.2  (cached)
-> retrieved ppx_fields_conv.v0.14.2  (cached)
-> retrieved ppx_fixed_literal.v0.14.0  (cached)
-> retrieved ppx_hash.v0.14.0  (cached)
-> retrieved ppx_here.v0.14.0  (cached)
-> retrieved ppx_inline_test.v0.14.1  (cached)
-> retrieved ppx_jane.v0.14.0  (cached)
-> retrieved ppx_js_style.v0.14.1  (cached)
-> retrieved ppx_let.v0.14.0  (cached)
-> retrieved ppx_module_timer.v0.14.0  (cached)
-> retrieved ppx_optcomp.v0.14.3  (cached)
-> retrieved ppx_optional.v0.14.0  (cached)
-> retrieved ppx_pipebang.v0.14.0  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved ppx_sexp_message.v0.14.1  (cached)
-> retrieved ppx_sexp_value.v0.14.0  (cached)
-> retrieved ppx_stable.v0.14.1  (cached)
-> retrieved ppx_string.v0.14.1  (cached)
-> installed ppx_derivers.1.2.1
-> installed ocamlmod.0.1.1
-> retrieved ppx_typerep_conv.v0.14.2  (cached)
-> retrieved ppx_variants_conv.v0.14.2  (cached)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved splittable_random.v0.14.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved time_now.v0.14.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved trie.1.0.0  (cached)
-> retrieved typerep.v0.14.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> installed cppo.1.8.0
-> installed result.1.5
-> retrieved uri.4.4.0  (cached)
-> installed stringext.1.6.0
-> retrieved utop.2.16.0  (cached)
-> installed trie.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed stdlib-shims.0.3.0
-> installed angstrom.0.16.1
-> retrieved uucp.16.0.0  (cached)
-> installed sexplib0.v0.14.0
-> installed num.1.6
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.14.0  (cached)
-> installed mew.0.1.0
-> installed octavius.1.2.2
-> retrieved xdg.3.20.0~alpha2  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved zed.3.2.3  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlgraph.2.2.0
-> installed re.1.13.2
-> installed uri.4.4.0
-> installed ocamlbuild.0.16.1
-> installed ocplib-endian.1.2
-> installed camlzip.1.13
-> installed xdg.3.20.0~alpha2
-> installed uchar.0.0.2
-> installed base.v0.14.3
-> installed variantslib.v0.14.0
-> installed fieldslib.v0.14.0
-> installed zarith.1.14
-> installed ocamlify.0.0.1
-> installed lwt.5.9.1
-> installed stdio.v0.14.0
-> installed typerep.v0.14.0
-> installed parsexp.v0.14.2
-> installed topkg.1.1.0
-> installed sexplib.v0.14.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed logs.0.9.0
-> installed react.1.2.2
-> installed lwt_react.1.2.0
-> installed mew_vi.0.5.0
-> installed ppxlib.0.25.1
-> installed ppx_here.v0.14.0
-> installed ppx_optcomp.v0.14.3
-> installed ppx_variants_conv.v0.14.2
-> installed ppx_cold.v0.14.0
-> installed ppx_fields_conv.v0.14.2
-> installed ppx_stable.v0.14.1
-> installed ppx_pipebang.v0.14.0
-> installed ppx_typerep_conv.v0.14.2
-> installed ppx_enumerate.v0.14.0
-> installed ppx_let.v0.14.0
-> installed ppx_compare.v0.14.0
-> installed ppx_optional.v0.14.0
-> installed ppx_fixed_literal.v0.14.0
-> installed ppx_js_style.v0.14.1
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_hash.v0.14.0
-> installed ppx_sexp_value.v0.14.0
-> installed ppx_assert.v0.14.0
-> installed ppx_sexp_message.v0.14.1
-> installed ppx_base.v0.14.0
-> installed ppx_custom_printf.v0.14.1
-> installed jst-config.v0.14.1
-> installed ppx_string.v0.14.1
-> installed bin_prot.v0.14.1
-> installed time_now.v0.14.0
-> installed ppx_bin_prot.v0.14.0
-> installed ppx_module_timer.v0.14.0
-> installed ppx_inline_test.v0.14.1
-> installed ppx_bench.v0.14.1
-> installed ppx_expect.v0.14.2
-> installed splittable_random.v0.14.0
-> installed base_quickcheck.v0.14.1
-> installed ppx_bap.v0.14.0
-> installed ppx_jane.v0.14.0
-> installed base_bigstring.v0.14.0
-> installed oasis.0.4.11
-> installed uucp.16.0.0
-> installed uuseg.16.0.0
-> installed zed.3.2.3
-> installed bap-relation.2.3.0
-> installed bap-recipe.2.3.0
-> installed bitvec.2.3.0
-> installed lambda-term.3.3.2
-> installed utop.2.16.0
-> installed bitvec-sexp.2.3.0
-> installed bitvec-binprot.2.3.0
-> installed core_kernel.v0.14.2
-> installed bitvec-order.2.3.0
-> installed bap-build.2.3.0
-> installed bare.2.3.0
-> installed bap-strings.2.3.0
-> installed bap-bundle.2.3.0
-> installed regular.2.3.0
-> installed monads.2.3.0
-> installed bap-future.2.3.0
-> installed ogre.2.3.0
-> installed bap-knowledge.2.3.0
-> installed bap-plugins.2.3.0
-> installed bap-main.2.3.0
-> installed bap-core-theory.2.3.0
-> installed graphlib.2.3.0
-> installed bap-std.2.3.0
-> installed bap-abi.2.3.0
-> installed bap-api.2.3.0
-> installed bap-c.2.3.0
-> installed bap-primus.2.3.0
-> installed bap-primus-greedy-scheduler.2.3.0
-> installed bap-primus-exploring-scheduler.2.3.0
-> installed bap-primus-limit.2.3.0
-> installed bap-primus-loader.2.3.0
-> installed bap-primus-print.2.3.0
-> installed bap-primus-promiscuous.2.3.0
-> installed bap-primus-round-robin-scheduler.2.3.0
-> installed bap-primus-track-visited.2.3.0
-> installed bap-primus-wandering-scheduler.2.3.0
-> installed bap-primus-mark-visited.2.3.0
-> installed bap-primus-support.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-05 20:53.18 ---> saved as "b76ae74369fcfb12e0378861070c1113743ddc35a0a7ef2e1d3c46152c420f7d"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test bap-primus-support.2.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile bap-primus-support 2.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bap-primus-support.2.3.0  (https://opam.ocaml.org/cache)
-> removed   bap-primus-support.2.3.0
-> installed bap-primus-support.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-05 20:53.29 ---> saved as "d0a96b14396d68734b2efa11dbd3ad5d5f5fee64dca9f750b88efe5145ae4dab"

/home/opam: (run (shell  "opam reinstall --with-test --verbose bap-primus-support.2.3.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'bap-primus-support.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile bap-primus-support 2.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [bap-primus-support.2.3.0: extract]
-> retrieved bap-primus-support.2.3.0  (cached)
-> removed   bap-primus-support.2.3.0
-> installed bap-primus-support.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-05 20:53.39 ---> saved as "0609ff4b2a8f829dde04a7e3533d3f0d85500a1e76c3b72c7b30e9361bd2bbbf"
Job succeeded
2025-08-05 20:54.14: Job succeeded