Build:
  1. 0
2026-03-13 14:14.06: New job: build xapi-backtrace.0.8, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29542/head (631f5c817e86d0fe1cb64dd86d05fcbdb28f8f34)
                              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/29542/head" && git reset --hard 631f5c81
git fetch origin master
git merge --no-edit e3653b4f8d4220c4377cc2cf0f43ec8a27f063ac
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 xapi-backtrace.0.8 0.8
RUN opam reinstall xapi-backtrace.0.8; \
    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" != 'xapi-backtrace.0.8' && 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-13 14:14.06: Using cache hint "macos-homebrew-ocaml-5.4-xapi-backtrace.0.8-631f5c817e86d0fe1cb64dd86d05fcbdb28f8f34"
2026-03-13 14:14.06: 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 xapi-backtrace.0.8 0.8"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall xapi-backtrace.0.8;\
             \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\" != 'xapi-backtrace.0.8' && 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-13 14:14.06: Waiting for resource in pool OCluster
2026-03-13 14:14.10: Waiting for worker…
2026-03-13 14:14.10: Got resource from pool OCluster
Building on i7-worker-01
Updating files:  31% (5779/18434)
Updating files:  32% (5899/18434)
Updating files:  33% (6084/18434)
Updating files:  34% (6268/18434)
Updating files:  35% (6452/18434)
Updating files:  36% (6637/18434)
Updating files:  37% (6821/18434)
Updating files:  38% (7005/18434)
Updating files:  39% (7190/18434)
Updating files:  40% (7374/18434)
Updating files:  41% (7558/18434)
Updating files:  42% (7743/18434)
Updating files:  43% (7927/18434)
Updating files:  44% (8111/18434)
Updating files:  45% (8296/18434)
Updating files:  46% (8480/18434)
Updating files:  47% (8664/18434)
Updating files:  48% (8849/18434)
Updating files:  49% (9033/18434)
Updating files:  50% (9217/18434)
Updating files:  51% (9402/18434)
Updating files:  52% (9586/18434)
Updating files:  53% (9771/18434)
Updating files:  54% (9955/18434)
Updating files:  55% (10139/18434)
Updating files:  56% (10324/18434)
Updating files:  57% (10508/18434)
Updating files:  58% (10692/18434)
Updating files:  59% (10877/18434)
Updating files:  60% (11061/18434)
Updating files:  61% (11245/18434)
Updating files:  61% (11405/18434)
Updating files:  62% (11430/18434)
Updating files:  63% (11614/18434)
Updating files:  64% (11798/18434)
Updating files:  65% (11983/18434)
Updating files:  66% (12167/18434)
Updating files:  67% (12351/18434)
Updating files:  68% (12536/18434)
Updating files:  69% (12720/18434)
Updating files:  70% (12904/18434)
Updating files:  71% (13089/18434)
Updating files:  72% (13273/18434)
Updating files:  73% (13457/18434)
Updating files:  74% (13642/18434)
Updating files:  75% (13826/18434)
Updating files:  76% (14010/18434)
Updating files:  77% (14195/18434)
Updating files:  78% (14379/18434)
Updating files:  79% (14563/18434)
Updating files:  80% (14748/18434)
Updating files:  81% (14932/18434)
Updating files:  82% (15116/18434)
Updating files:  83% (15301/18434)
Updating files:  84% (15485/18434)
Updating files:  85% (15669/18434)
Updating files:  86% (15854/18434)
Updating files:  87% (16038/18434)
Updating files:  88% (16222/18434)
Updating files:  89% (16407/18434)
Updating files:  90% (16591/18434)
Updating files:  91% (16775/18434)
Updating files:  92% (16960/18434)
Updating files:  93% (17144/18434)
Updating files:  94% (17328/18434)
Updating files:  95% (17513/18434)
Updating files:  95% (17671/18434)
Updating files:  96% (17697/18434)
Updating files:  97% (17881/18434)
Updating files:  98% (18066/18434)
Updating files:  99% (18250/18434)
Updating files: 100% (18434/18434)
Updating files: 100% (18434/18434), done.
HEAD is now at 3550bd81c2 [new release] melange-fest (0.2.0)
HEAD is now at e3653b4f8d Merge pull request #29529 from mattam82/malfunction-0.7.1
Updating e3653b4f8d..631f5c817e
Fast-forward
 packages/xapi-backtrace/xapi-backtrace.0.8/opam | 33 +++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 packages/xapi-backtrace/xapi-backtrace.0.8/opam

(from macos-homebrew-ocaml-5.4)
2026-03-13 14:14.21 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-13 14:14.21 ---> 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-13 14:14.21 ---> 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-13 14:14.22 ---> 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-13 14:14.22 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-03-13 14:14.30 ---> saved as "d7f102fe5bd70941984943c93052817795f8ca9e93e35cc0a9399481c810eb2f"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-13 14:14.45 ---> saved as "cf4cfeb8543438a09b1bae5241ce77e6c734432a9b9d8865dc49aa95730bc7a4"

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

                                                                           0.0%
                                                                           0.2%
- 
                                                                           0.3%
                                                                           0.9%
                                                                           1.2%
#                                                                          1.6%
#                                                                          2.3%
#                                                                          2.4%
- 
#                                                                          2.7%
##                                                                         2.9%
##                                                                         3.2%
##                                                                         3.3%
##                                                                         3.6%
##                                                                         3.7%
##                                                                         4.0%
###                                                                        4.3%
###                                                                        4.4%
###                                                                        4.7%
- 
###                                                                        5.0%
###                                                                        5.1%
###                                                                        5.4%
####                                                                       5.6%
####                                                                       5.8%
####                                                                       6.0%
####                                                                       6.2%
####                                                                       6.4%
####                                                                       6.7%
####                                                                       6.8%
#####                                                                      7.1%
- 
#####                                                                      7.4%
#####                                                                      7.7%
#####                                                                      7.8%
#####                                                                      8.1%
#####                                                                      8.2%
######                                                                     8.5%
######                                                                     8.7%
######                                                                     8.9%
######                                                                     9.1%
######                                                                     9.3%
######                                                                     9.5%
- 
#######                                                                    9.8%
#######                                                                    9.9%
#######                                                                   10.2%
#######                                                                   10.3%
#######                                                                   10.6%
#######                                                                   10.9%
#######                                                                   11.0%
########                                                                  11.3%
########                                                                  11.6%
########                                                                  11.7%
########                                                                  12.0%
- 
########                                                                  12.2%
########                                                                  12.4%
#########                                                                 12.6%
#########                                                                 12.9%
#########                                                                 13.0%
#########                                                                 13.3%
#########                                                                 13.5%
#########                                                                 13.7%
#########                                                                 13.9%
##########                                                                14.1%
##########                                                                14.4%
- 
##########                                                                14.5%
##########                                                                14.8%
##########                                                                15.1%
##########                                                                15.2%
###########                                                               15.5%
###########                                                               15.6%
###########                                                               15.9%
###########                                                               16.1%
###########                                                               16.3%
###########                                                               16.6%
- 
############                                                              16.8%
############                                                              17.0%
############                                                              17.2%
############                                                              17.4%
############                                                              17.6%
############                                                              17.9%
############                                                              18.0%
#############                                                             18.3%
#############                                                             18.4%
#############                                                             18.7%
#############                                                             19.0%
- 
#############                                                             19.3%
#############                                                             19.4%
##############                                                            19.7%
##############                                                            19.9%
##############                                                            20.1%
##############                                                            20.3%
##############                                                            20.6%
##############                                                            20.7%
###############                                                           21.0%
###############                                                           21.3%
###############                                                           21.4%
- 
###############                                                           21.7%
###############                                                           21.9%
###############                                                           22.2%
################                                                          22.4%
################                                                          22.6%
################                                                          22.9%
################                                                          23.0%
################                                                          23.3%
################                                                          23.6%
#################                                                         23.7%
- 
#################                                                         24.0%
#################                                                         24.2%
#################                                                         24.5%
#################                                                         24.6%
#################                                                         24.9%
##################                                                        25.2%
##################                                                        25.3%
##################                                                        25.6%
##################                                                        25.9%
##################                                                        26.0%
- 
##################                                                        26.3%
###################                                                       26.5%
###################                                                       26.7%
###################                                                       26.9%
###################                                                       27.2%
###################                                                       27.5%
###################                                                       27.6%
####################                                                      27.9%
####################                                                      28.2%
####################                                                      28.3%
- 
####################                                                      28.6%
####################                                                      28.8%
####################                                                      29.0%
#####################                                                     29.2%
#####################                                                     29.5%
#####################                                                     29.6%
#####################                                                     29.9%
#####################                                                     30.2%
#####################                                                     30.4%
######################                                                    30.6%
######################                                                    30.8%
- 
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.8%
######################                                                    31.9%
#######################                                                   32.2%
#######################                                                   32.5%
#######################                                                   32.6%
#######################                                                   32.9%
#######################                                                   33.1%
- 
########################                                                  33.4%
########################                                                  33.7%
########################                                                  34.1%
########################                                                  34.4%
########################                                                  34.6%
#########################                                                 34.9%
#########################                                                 35.2%
#########################                                                 35.4%
#########################                                                 35.7%
#########################                                                 36.1%
##########################                                                36.4%
- 
##########################                                                36.5%
##########################                                                36.8%
##########################                                                37.1%
##########################                                                37.3%
##########################                                                37.5%
###########################                                               37.7%
###########################                                               38.0%
###########################                                               38.1%
###########################                                               38.4%
###########################                                               38.5%
- 
###########################                                               38.8%
############################                                              39.1%
############################                                              39.2%
############################                                              39.5%
############################                                              39.6%
############################                                              39.9%
############################                                              40.0%
#############################                                             40.3%
#############################                                             40.6%
#############################                                             40.7%
#############################                                             41.0%
#############################                                             41.2%
- 
#############################                                             41.4%
#############################                                             41.6%
##############################                                            41.9%
##############################                                            42.2%
##############################                                            42.4%
##############################                                            42.7%
##############################                                            43.0%
###############################                                           43.3%
###############################                                           43.7%
###############################                                           43.9%
- 
###############################                                           44.2%
################################                                          44.6%
################################                                          45.0%
################################                                          45.4%
#################################                                         46.0%
#################################                                         46.4%
#################################                                         46.8%
#################################                                         47.2%
##################################                                        47.6%
##################################                                        48.0%
##################################                                        48.5%
- 
###################################                                       48.9%
###################################                                       49.3%
###################################                                       49.7%
####################################                                      50.1%
####################################                                      50.5%
####################################                                      50.9%
#####################################                                     51.5%
#####################################                                     51.9%
#####################################                                     52.3%
#####################################                                     52.7%
- 
######################################                                    53.2%
######################################                                    53.6%
#######################################                                   54.2%
#######################################                                   54.6%
#######################################                                   55.0%
#######################################                                   55.4%
########################################                                  55.9%
########################################                                  56.3%
########################################                                  56.9%
#########################################                                 57.4%
#########################################                                 57.8%
- 
#########################################                                 58.2%
##########################################                                58.8%
##########################################                                59.2%
##########################################                                59.6%
###########################################                               60.0%
###########################################                               60.4%
###########################################                               60.8%
############################################                              61.3%
############################################                              61.7%
############################################                              62.1%
- 
#############################################                             62.5%
#############################################                             62.9%
#############################################                             63.5%
##############################################                            63.9%
##############################################                            64.3%
##############################################                            64.7%
##############################################                            65.1%
###############################################                           65.6%
###############################################                           66.2%
###############################################                           66.6%
################################################                          67.0%
- 
################################################                          67.4%
################################################                          67.9%
#################################################                         68.3%
#################################################                         68.7%
#################################################                         69.1%
##################################################                        69.6%
##################################################                        70.0%
##################################################                        70.5%
###################################################                       70.9%
###################################################                       71.3%
###################################################                       71.7%
- 
###################################################                       72.1%
####################################################                      72.5%
####################################################                      72.9%
####################################################                      73.5%
#####################################################                     73.9%
#####################################################                     74.3%
#####################################################                     74.7%
######################################################                    75.1%
######################################################                    75.5%
######################################################                    76.0%
#######################################################                   76.4%
- 
#######################################################                   76.8%
#######################################################                   77.2%
#######################################################                   77.6%
########################################################                  78.2%
########################################################                  78.6%
########################################################                  79.0%
#########################################################                 79.4%
#########################################################                 79.8%
#########################################################                 80.3%
##########################################################                80.7%
##########################################################                81.2%
- 
##########################################################                81.7%
###########################################################               82.1%
###########################################################               82.5%
###########################################################               82.9%
###########################################################               83.3%
############################################################              83.7%
############################################################              84.3%
############################################################              84.7%
#############################################################             85.1%
#############################################################             85.5%
#############################################################             85.9%
- 
##############################################################            86.4%
##############################################################            86.8%
##############################################################            87.2%
###############################################################           87.6%
###############################################################           88.0%
###############################################################           88.6%
################################################################          89.0%
################################################################          89.5%
################################################################          89.9%
#################################################################         90.3%
- 
#################################################################         90.7%
#################################################################         91.1%
#################################################################         91.5%
##################################################################        92.1%
##################################################################        92.5%
##################################################################        92.9%
###################################################################       93.3%
###################################################################       93.8%
###################################################################       94.2%
####################################################################      94.6%
####################################################################      95.2%
- 
####################################################################      95.6%
#####################################################################     96.0%
#####################################################################     96.5%
#####################################################################     96.9%
######################################################################    97.3%
######################################################################    97.9%
######################################################################    98.3%
#######################################################################   98.7%
#######################################################################   99.2%
#######################################################################   99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.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-13 14:16.00 ---> saved as "b7946ecd7477d911b56f354b7eba380bc29a4c9ed45a53ea101398c45f80b05d"

/: (run (shell "opam pin add -k version -yn xapi-backtrace.0.8 0.8"))
xapi-backtrace is now pinned to version 0.8
2026-03-13 14:16.03 ---> saved as "782aaac4f4b05eac5f9f14dc633f031d663f259c17b369e40707300848987b1e"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall xapi-backtrace.0.8;\
               \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\" != 'xapi-backtrace.0.8' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
xapi-backtrace.0.8 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 24 packages
  - install base                    v0.17.3      [required by ppx_sexp_conv]
  - install base64                  3.5.2        [required by rpclib]
  - install cmdliner                2.1.0        [required by rpclib]
  - install csexp                   1.5.2        [required by dune-configurator]
  - install dune                    3.21.1       [required by xapi-backtrace]
  - install dune-configurator       3.21.1       [required by base]
  - install ocaml-compiler-libs     v0.17.0      [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1      [required by base]
  - install ocamlbuild              0.16.1       [required by rresult, xmlm]
  - install ocamlfind               1.9.8        [required by rresult, xmlm]
  - install ppx_derivers            1.2.1        [required by ppxlib]
  - install ppx_deriving_rpc        10.0.0       [required by xapi-backtrace]
  - install ppx_sexp_conv           v0.17.1      [required by xapi-backtrace]
  - install ppxlib                  0.37.0       [required by ppx_deriving_rpc, ppx_sexp_conv]
  - install ppxlib_jane             v0.17.4      [required by ppx_sexp_conv]
  - install result                  1.5          [required by rpclib]
  - install rpclib                  10.0.0       [required by xapi-backtrace]
  - install rresult                 0.7.0        [required by ppx_deriving_rpc]
  - install sexplib0                v0.17.0      [required by ppx_sexp_conv]
  - install stdlib-shims            0.3.0        [required by ppxlib]
  - install topkg                   1.1.1        [required by rresult, xmlm]
  - install xapi-backtrace          0.8 (pinned)
  - install xmlm                    1.4.0        [required by rpclib]
  - install yojson                  3.0.0        [required by rpclib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving_rpc.10.0.0, rpclib.10.0.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved xapi-backtrace.0.8  (https://github.com/xapi-project/backtrace/releases/download/v0.8/xapi-backtrace-0.8.tbz)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed xmlm.1.4.0
-> installed dune.3.21.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed csexp.1.5.2
-> installed yojson.3.0.0
-> installed sexplib0.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed base64.3.5.2
-> installed rpclib.10.0.0
-> installed dune-configurator.3.21.1
-> installed base.v0.17.3
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving_rpc.10.0.0
-> installed ppx_sexp_conv.v0.17.1
-> installed xapi-backtrace.0.8
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-13 14:17.26 ---> saved as "298a0a043dd57aa2eb9e6380fa8152f43982303c0ee20e1eefeb97b47f8f2039"
Job succeeded
2026-03-13 14:17.46: Job succeeded