(for PR #26890)

2024-11-25 08:24.28: New job: build tezos-benchmark.21.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26890/head (7d056a17b3735f6625d5d59a0cb52e4cbd3e79d3)
                              on macos-homebrew-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26890/head" && git reset --hard 7d056a17
git fetch origin master
git merge --no-edit 727427c1e71db673d70869c8df4d678bf322632b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 tezos-benchmark.21.0 21.0
RUN opam reinstall tezos-benchmark.21.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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tezos-benchmark.21.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 .

2024-11-25 08:24.28: Using cache hint "macos-homebrew-ocaml-4.14-tezos-benchmark.21.0-7d056a17b3735f6625d5d59a0cb52e4cbd3e79d3"
2024-11-25 08:24.28: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (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 tezos-benchmark.21.0 21.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall tezos-benchmark.21.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 \"\\\"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\" != 'tezos-benchmark.21.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-11-25 08:24.28: Waiting for resource in pool OCluster
2024-11-25 08:48.47: Waiting for workerโ€ฆ
2024-11-25 14:30.17: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
Updating files:   2% (929/32817)
Updating files:   3% (985/32817)
Updating files:   4% (1313/32817)
Updating files:   5% (1641/32817)
Updating files:   6% (1970/32817)
Updating files:   7% (2298/32817)
Updating files:   8% (2626/32817)
Updating files:   9% (2954/32817)
Updating files:  10% (3282/32817)
Updating files:  10% (3294/32817)
Updating files:  11% (3610/32817)
Updating files:  12% (3939/32817)
Updating files:  13% (4267/32817)
Updating files:  14% (4595/32817)
Updating files:  15% (4923/32817)
Updating files:  16% (5251/32817)
Updating files:  17% (5579/32817)
Updating files:  18% (5908/32817)
Updating files:  19% (6236/32817)
Updating files:  20% (6564/32817)
Updating files:  21% (6892/32817)
Updating files:  21% (6952/32817)
Updating files:  22% (7220/32817)
Updating files:  23% (7548/32817)
Updating files:  24% (7877/32817)
Updating files:  25% (8205/32817)
Updating files:  26% (8533/32817)
Updating files:  27% (8861/32817)
Updating files:  28% (9189/32817)
Updating files:  29% (9517/32817)
Updating files:  30% (9846/32817)
Updating files:  31% (10174/32817)
Updating files:  32% (10502/32817)
Updating files:  33% (10830/32817)
Updating files:  33% (10948/32817)
Updating files:  34% (11158/32817)
Updating files:  35% (11486/32817)
Updating files:  36% (11815/32817)
Updating files:  37% (12143/32817)
Updating files:  38% (12471/32817)
Updating files:  39% (12799/32817)
Updating files:  40% (13127/32817)
Updating files:  41% (13455/32817)
Updating files:  42% (13784/32817)
Updating files:  43% (14112/32817)
Updating files:  44% (14440/32817)
Updating files:  45% (14768/32817)
Updating files:  45% (15062/32817)
Updating files:  46% (15096/32817)
Updating files:  47% (15424/32817)
Updating files:  48% (15753/32817)
Updating files:  49% (16081/32817)
Updating files:  50% (16409/32817)
Updating files:  51% (16737/32817)
Updating files:  52% (17065/32817)
Updating files:  53% (17394/32817)
Updating files:  54% (17722/32817)
Updating files:  55% (18050/32817)
Updating files:  56% (18378/32817)
Updating files:  57% (18706/32817)
Updating files:  58% (19034/32817)
Updating files:  58% (19073/32817)
Updating files:  59% (19363/32817)
Updating files:  60% (19691/32817)
Updating files:  61% (20019/32817)
Updating files:  62% (20347/32817)
Updating files:  63% (20675/32817)
Updating files:  64% (21003/32817)
Updating files:  65% (21332/32817)
Updating files:  66% (21660/32817)
Updating files:  67% (21988/32817)
Updating files:  68% (22316/32817)
Updating files:  69% (22644/32817)
Updating files:  70% (22972/32817)
Updating files:  71% (23301/32817)
Updating files:  72% (23629/32817)
Updating files:  73% (23957/32817)
Updating files:  73% (24074/32817)
Updating files:  74% (24285/32817)
Updating files:  75% (24613/32817)
Updating files:  76% (24941/32817)
Updating files:  77% (25270/32817)
Updating files:  78% (25598/32817)
Updating files:  79% (25926/32817)
Updating files:  80% (26254/32817)
Updating files:  81% (26582/32817)
Updating files:  82% (26910/32817)
Updating files:  83% (27239/32817)
Updating files:  84% (27567/32817)
Updating files:  85% (27895/32817)
Updating files:  86% (28223/32817)
Updating files:  87% (28551/32817)
Updating files:  88% (28879/32817)
Updating files:  89% (29208/32817)
Updating files:  89% (29279/32817)
Updating files:  90% (29536/32817)
Updating files:  91% (29864/32817)
Updating files:  92% (30192/32817)
Updating files:  93% (30520/32817)
Updating files:  94% (30848/32817)
Updating files:  95% (31177/32817)
Updating files:  96% (31505/32817)
Updating files:  97% (31833/32817)
Updating files:  98% (32161/32817)
Updating files:  99% (32489/32817)
Updating files: 100% (32817/32817)
Updating files: 100% (32817/32817), done.
HEAD is now at 727427c1e7 Merge pull request #26934 from hhugo/alcotest-js
Merge made by the 'ort' strategy.
 packages/bls12-381/bls12-381.21.0/opam             |  31 ++++++
 .../octez-accuser-PsParisC.21.0/opam               |  32 ++++++
 .../octez-accuser-PsQuebec.21.0/opam               |  32 ++++++
 packages/octez-alcotezt/octez-alcotezt.21.0/opam   |  29 +++++
 .../octez-baker-PsParisC.21.0/opam                 |  32 ++++++
 .../octez-baker-PsQuebec.21.0/opam                 |  32 ++++++
 packages/octez-client/octez-client.21.0/opam       |  81 ++++++++++++++
 packages/octez-codec/octez-codec.21.0/opam         |  70 ++++++++++++
 packages/octez-crawler/octez-crawler.21.0/opam     |  30 +++++
 .../octez-dac-client/octez-dac-client.21.0/opam    |  38 +++++++
 packages/octez-dac-node/octez-dac-node.21.0/opam   |  41 +++++++
 packages/octez-dal-node/octez-dal-node.21.0/opam   |  43 +++++++
 .../octez-distributed-internal.21.0/opam           |  29 +++++
 .../octez-distributed-lwt-internal.21.0/opam       |  32 ++++++
 packages/octez-injector/octez-injector.21.0/opam   |  32 ++++++
 .../octez-internal-libs.21.0/opam                  |  55 +++++++++
 packages/octez-l2-libs/octez-l2-libs.21.0/opam     |  53 +++++++++
 packages/octez-libs/octez-libs.21.0/opam           | 124 +++++++++++++++++++++
 .../octez-node-config/octez-node-config.21.0/opam  |  30 +++++
 packages/octez-node/octez-node.21.0/opam           | 123 ++++++++++++++++++++
 .../octez-proto-libs/octez-proto-libs.21.0/opam    |  39 +++++++
 .../octez-protocol-000-Ps9mPmXa-libs.21.0/opam     |  31 ++++++
 .../octez-protocol-001-PtCJ7pwo-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-002-PsYLVpVv-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-003-PsddFKi3-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-004-Pt24m4xi-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-005-PsBabyM1-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-006-PsCARTHA-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-007-PsDELPH1-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-008-PtEdo2Zk-libs.21.0/opam     |  33 ++++++
 .../octez-protocol-009-PsFLoren-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-010-PtGRANAD-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-011-PtHangz2-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-012-Psithaca-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-013-PtJakart-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-014-PtKathma-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-015-PtLimaPt-libs.21.0/opam     |  34 ++++++
 .../octez-protocol-016-PtMumbai-libs.21.0/opam     |  36 ++++++
 .../octez-protocol-017-PtNairob-libs.21.0/opam     |  36 ++++++
 .../octez-protocol-018-Proxford-libs.21.0/opam     |  36 ++++++
 .../octez-protocol-019-PtParisB-libs.21.0/opam     |  36 ++++++
 .../octez-protocol-020-PsParisC-libs.21.0/opam     |  48 ++++++++
 .../octez-protocol-021-PsQuebec-libs.21.0/opam     |  48 ++++++++
 .../octez-protocol-alpha-libs.21.0/opam            |  48 ++++++++
 .../octez-protocol-compiler.21.0/opam              |  34 ++++++
 packages/octez-riscv-api/octez-riscv-api.21.0/opam |  29 +++++
 packages/octez-riscv-pvm/octez-riscv-pvm.21.0/opam |  30 +++++
 .../octez-rpc-process/octez-rpc-process.21.0/opam  |  33 ++++++
 packages/octez-rust-deps/octez-rust-deps.21.0/opam |  28 +++++
 .../octez-shell-libs/octez-shell-libs.21.0/opam    |  59 ++++++++++
 packages/octez-signer/octez-signer.21.0/opam       |  30 +++++
 .../octez-smart-rollup-node-Proxford.21.0/opam     |  45 ++++++++
 .../octez-smart-rollup-node-PsParisC.21.0/opam     |  45 ++++++++
 .../octez-smart-rollup-node-PsQuebec.21.0/opam     |  46 ++++++++
 .../octez-smart-rollup-node-PtNairob.21.0/opam     |  44 ++++++++
 .../octez-smart-rollup-node-PtParisB.21.0/opam     |  45 ++++++++
 .../octez-smart-rollup-node-alpha.21.0/opam        |  46 ++++++++
 .../octez-smart-rollup-node-lib.21.0/opam          |  39 +++++++
 .../octez-smart-rollup-node.21.0/opam              |  44 ++++++++
 .../octez-smart-rollup-wasm-debugger-lib.21.0/opam |  34 ++++++
 .../opam                                           |  28 +++++
 .../octez-smart-rollup-wasm-debugger.21.0/opam     |  29 +++++
 packages/octez-version/octez-version.21.0/opam     |  30 +++++
 packages/octez/octez.21.0/opam                     |  77 +++++++++++++
 packages/tezos-benchmark/tezos-benchmark.21.0/opam |  32 ++++++
 .../tezos-client-demo-counter.21.0/opam            |  31 ++++++
 .../tezos-client-genesis.21.0/opam                 |  32 ++++++
 .../tezos-dac-client-lib.21.0/opam                 |  31 ++++++
 packages/tezos-dac-lib/tezos-dac-lib.21.0/opam     |  30 +++++
 .../tezos-dac-node-lib.21.0/opam                   |  33 ++++++
 .../tezos-dal-node-lib.21.0/opam                   |  31 ++++++
 .../tezos-dal-node-services.21.0/opam              |  29 +++++
 packages/tezos-openapi/tezos-openapi.21.0/opam     |  31 ++++++
 .../tezos-protocol-000-Ps9mPmXa.21.0/opam          |  30 +++++
 .../tezos-protocol-001-PtCJ7pwo.21.0/opam          |  30 +++++
 .../tezos-protocol-002-PsYLVpVv.21.0/opam          |  30 +++++
 .../tezos-protocol-003-PsddFKi3.21.0/opam          |  30 +++++
 .../tezos-protocol-004-Pt24m4xi.21.0/opam          |  30 +++++
 .../tezos-protocol-005-PsBABY5H.21.0/opam          |  30 +++++
 .../tezos-protocol-005-PsBabyM1.21.0/opam          |  30 +++++
 .../tezos-protocol-006-PsCARTHA.21.0/opam          |  30 +++++
 .../tezos-protocol-007-PsDELPH1.21.0/opam          |  30 +++++
 .../tezos-protocol-008-PtEdo2Zk.21.0/opam          |  30 +++++
 .../tezos-protocol-008-PtEdoTez.21.0/opam          |  30 +++++
 .../tezos-protocol-009-PsFLoren.21.0/opam          |  30 +++++
 .../tezos-protocol-010-PtGRANAD.21.0/opam          |  30 +++++
 .../tezos-protocol-011-PtHangz2.21.0/opam          |  31 ++++++
 .../tezos-protocol-012-Psithaca.21.0/opam          |  31 ++++++
 .../tezos-protocol-013-PtJakart.21.0/opam          |  31 ++++++
 .../tezos-protocol-014-PtKathma.21.0/opam          |  31 ++++++
 .../tezos-protocol-015-PtLimaPt.21.0/opam          |  31 ++++++
 .../tezos-protocol-016-PtMumbai.21.0/opam          |  31 ++++++
 .../tezos-protocol-017-PtNairob.21.0/opam          |  31 ++++++
 .../tezos-protocol-018-Proxford.21.0/opam          |  31 ++++++
 .../tezos-protocol-019-PtParisB.21.0/opam          |  31 ++++++
 .../tezos-protocol-020-PsParisC.21.0/opam          |  31 ++++++
 .../tezos-protocol-021-PsQuebec.21.0/opam          |  31 ++++++
 .../tezos-protocol-alpha.21.0/opam                 |  31 ++++++
 .../tezos-protocol-demo-counter.21.0/opam          |  30 +++++
 .../tezos-protocol-demo-noops.21.0/opam            |  30 +++++
 .../tezos-protocol-genesis.21.0/opam               |  30 +++++
 packages/tezt-tezos/tezt-tezos.21.0/opam           |  28 +++++
 102 files changed, 3784 insertions(+)
 create mode 100644 packages/bls12-381/bls12-381.21.0/opam
 create mode 100644 packages/octez-accuser-PsParisC/octez-accuser-PsParisC.21.0/opam
 create mode 100644 packages/octez-accuser-PsQuebec/octez-accuser-PsQuebec.21.0/opam
 create mode 100644 packages/octez-alcotezt/octez-alcotezt.21.0/opam
 create mode 100644 packages/octez-baker-PsParisC/octez-baker-PsParisC.21.0/opam
 create mode 100644 packages/octez-baker-PsQuebec/octez-baker-PsQuebec.21.0/opam
 create mode 100644 packages/octez-client/octez-client.21.0/opam
 create mode 100644 packages/octez-codec/octez-codec.21.0/opam
 create mode 100644 packages/octez-crawler/octez-crawler.21.0/opam
 create mode 100644 packages/octez-dac-client/octez-dac-client.21.0/opam
 create mode 100644 packages/octez-dac-node/octez-dac-node.21.0/opam
 create mode 100644 packages/octez-dal-node/octez-dal-node.21.0/opam
 create mode 100644 packages/octez-distributed-internal/octez-distributed-internal.21.0/opam
 create mode 100644 packages/octez-distributed-lwt-internal/octez-distributed-lwt-internal.21.0/opam
 create mode 100644 packages/octez-injector/octez-injector.21.0/opam
 create mode 100644 packages/octez-internal-libs/octez-internal-libs.21.0/opam
 create mode 100644 packages/octez-l2-libs/octez-l2-libs.21.0/opam
 create mode 100644 packages/octez-libs/octez-libs.21.0/opam
 create mode 100644 packages/octez-node-config/octez-node-config.21.0/opam
 create mode 100644 packages/octez-node/octez-node.21.0/opam
 create mode 100644 packages/octez-proto-libs/octez-proto-libs.21.0/opam
 create mode 100644 packages/octez-protocol-000-Ps9mPmXa-libs/octez-protocol-000-Ps9mPmXa-libs.21.0/opam
 create mode 100644 packages/octez-protocol-001-PtCJ7pwo-libs/octez-protocol-001-PtCJ7pwo-libs.21.0/opam
 create mode 100644 packages/octez-protocol-002-PsYLVpVv-libs/octez-protocol-002-PsYLVpVv-libs.21.0/opam
 create mode 100644 packages/octez-protocol-003-PsddFKi3-libs/octez-protocol-003-PsddFKi3-libs.21.0/opam
 create mode 100644 packages/octez-protocol-004-Pt24m4xi-libs/octez-protocol-004-Pt24m4xi-libs.21.0/opam
 create mode 100644 packages/octez-protocol-005-PsBabyM1-libs/octez-protocol-005-PsBabyM1-libs.21.0/opam
 create mode 100644 packages/octez-protocol-006-PsCARTHA-libs/octez-protocol-006-PsCARTHA-libs.21.0/opam
 create mode 100644 packages/octez-protocol-007-PsDELPH1-libs/octez-protocol-007-PsDELPH1-libs.21.0/opam
 create mode 100644 packages/octez-protocol-008-PtEdo2Zk-libs/octez-protocol-008-PtEdo2Zk-libs.21.0/opam
 create mode 100644 packages/octez-protocol-009-PsFLoren-libs/octez-protocol-009-PsFLoren-libs.21.0/opam
 create mode 100644 packages/octez-protocol-010-PtGRANAD-libs/octez-protocol-010-PtGRANAD-libs.21.0/opam
 create mode 100644 packages/octez-protocol-011-PtHangz2-libs/octez-protocol-011-PtHangz2-libs.21.0/opam
 create mode 100644 packages/octez-protocol-012-Psithaca-libs/octez-protocol-012-Psithaca-libs.21.0/opam
 create mode 100644 packages/octez-protocol-013-PtJakart-libs/octez-protocol-013-PtJakart-libs.21.0/opam
 create mode 100644 packages/octez-protocol-014-PtKathma-libs/octez-protocol-014-PtKathma-libs.21.0/opam
 create mode 100644 packages/octez-protocol-015-PtLimaPt-libs/octez-protocol-015-PtLimaPt-libs.21.0/opam
 create mode 100644 packages/octez-protocol-016-PtMumbai-libs/octez-protocol-016-PtMumbai-libs.21.0/opam
 create mode 100644 packages/octez-protocol-017-PtNairob-libs/octez-protocol-017-PtNairob-libs.21.0/opam
 create mode 100644 packages/octez-protocol-018-Proxford-libs/octez-protocol-018-Proxford-libs.21.0/opam
 create mode 100644 packages/octez-protocol-019-PtParisB-libs/octez-protocol-019-PtParisB-libs.21.0/opam
 create mode 100644 packages/octez-protocol-020-PsParisC-libs/octez-protocol-020-PsParisC-libs.21.0/opam
 create mode 100644 packages/octez-protocol-021-PsQuebec-libs/octez-protocol-021-PsQuebec-libs.21.0/opam
 create mode 100644 packages/octez-protocol-alpha-libs/octez-protocol-alpha-libs.21.0/opam
 create mode 100644 packages/octez-protocol-compiler/octez-protocol-compiler.21.0/opam
 create mode 100644 packages/octez-riscv-api/octez-riscv-api.21.0/opam
 create mode 100644 packages/octez-riscv-pvm/octez-riscv-pvm.21.0/opam
 create mode 100644 packages/octez-rpc-process/octez-rpc-process.21.0/opam
 create mode 100644 packages/octez-rust-deps/octez-rust-deps.21.0/opam
 create mode 100644 packages/octez-shell-libs/octez-shell-libs.21.0/opam
 create mode 100644 packages/octez-signer/octez-signer.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-Proxford/octez-smart-rollup-node-Proxford.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-PsParisC/octez-smart-rollup-node-PsParisC.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-PsQuebec/octez-smart-rollup-node-PsQuebec.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-PtNairob/octez-smart-rollup-node-PtNairob.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-PtParisB/octez-smart-rollup-node-PtParisB.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-alpha/octez-smart-rollup-node-alpha.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node-lib/octez-smart-rollup-node-lib.21.0/opam
 create mode 100644 packages/octez-smart-rollup-node/octez-smart-rollup-node.21.0/opam
 create mode 100644 packages/octez-smart-rollup-wasm-debugger-lib/octez-smart-rollup-wasm-debugger-lib.21.0/opam
 create mode 100644 packages/octez-smart-rollup-wasm-debugger-plugin/octez-smart-rollup-wasm-debugger-plugin.21.0/opam
 create mode 100644 packages/octez-smart-rollup-wasm-debugger/octez-smart-rollup-wasm-debugger.21.0/opam
 create mode 100644 packages/octez-version/octez-version.21.0/opam
 create mode 100644 packages/octez/octez.21.0/opam
 create mode 100644 packages/tezos-benchmark/tezos-benchmark.21.0/opam
 create mode 100644 packages/tezos-client-demo-counter/tezos-client-demo-counter.21.0/opam
 create mode 100644 packages/tezos-client-genesis/tezos-client-genesis.21.0/opam
 create mode 100644 packages/tezos-dac-client-lib/tezos-dac-client-lib.21.0/opam
 create mode 100644 packages/tezos-dac-lib/tezos-dac-lib.21.0/opam
 create mode 100644 packages/tezos-dac-node-lib/tezos-dac-node-lib.21.0/opam
 create mode 100644 packages/tezos-dal-node-lib/tezos-dal-node-lib.21.0/opam
 create mode 100644 packages/tezos-dal-node-services/tezos-dal-node-services.21.0/opam
 create mode 100644 packages/tezos-openapi/tezos-openapi.21.0/opam
 create mode 100644 packages/tezos-protocol-000-Ps9mPmXa/tezos-protocol-000-Ps9mPmXa.21.0/opam
 create mode 100644 packages/tezos-protocol-001-PtCJ7pwo/tezos-protocol-001-PtCJ7pwo.21.0/opam
 create mode 100644 packages/tezos-protocol-002-PsYLVpVv/tezos-protocol-002-PsYLVpVv.21.0/opam
 create mode 100644 packages/tezos-protocol-003-PsddFKi3/tezos-protocol-003-PsddFKi3.21.0/opam
 create mode 100644 packages/tezos-protocol-004-Pt24m4xi/tezos-protocol-004-Pt24m4xi.21.0/opam
 create mode 100644 packages/tezos-protocol-005-PsBABY5H/tezos-protocol-005-PsBABY5H.21.0/opam
 create mode 100644 packages/tezos-protocol-005-PsBabyM1/tezos-protocol-005-PsBabyM1.21.0/opam
 create mode 100644 packages/tezos-protocol-006-PsCARTHA/tezos-protocol-006-PsCARTHA.21.0/opam
 create mode 100644 packages/tezos-protocol-007-PsDELPH1/tezos-protocol-007-PsDELPH1.21.0/opam
 create mode 100644 packages/tezos-protocol-008-PtEdo2Zk/tezos-protocol-008-PtEdo2Zk.21.0/opam
 create mode 100644 packages/tezos-protocol-008-PtEdoTez/tezos-protocol-008-PtEdoTez.21.0/opam
 create mode 100644 packages/tezos-protocol-009-PsFLoren/tezos-protocol-009-PsFLoren.21.0/opam
 create mode 100644 packages/tezos-protocol-010-PtGRANAD/tezos-protocol-010-PtGRANAD.21.0/opam
 create mode 100644 packages/tezos-protocol-011-PtHangz2/tezos-protocol-011-PtHangz2.21.0/opam
 create mode 100644 packages/tezos-protocol-012-Psithaca/tezos-protocol-012-Psithaca.21.0/opam
 create mode 100644 packages/tezos-protocol-013-PtJakart/tezos-protocol-013-PtJakart.21.0/opam
 create mode 100644 packages/tezos-protocol-014-PtKathma/tezos-protocol-014-PtKathma.21.0/opam
 create mode 100644 packages/tezos-protocol-015-PtLimaPt/tezos-protocol-015-PtLimaPt.21.0/opam
 create mode 100644 packages/tezos-protocol-016-PtMumbai/tezos-protocol-016-PtMumbai.21.0/opam
 create mode 100644 packages/tezos-protocol-017-PtNairob/tezos-protocol-017-PtNairob.21.0/opam
 create mode 100644 packages/tezos-protocol-018-Proxford/tezos-protocol-018-Proxford.21.0/opam
 create mode 100644 packages/tezos-protocol-019-PtParisB/tezos-protocol-019-PtParisB.21.0/opam
 create mode 100644 packages/tezos-protocol-020-PsParisC/tezos-protocol-020-PsParisC.21.0/opam
 create mode 100644 packages/tezos-protocol-021-PsQuebec/tezos-protocol-021-PsQuebec.21.0/opam
 create mode 100644 packages/tezos-protocol-alpha/tezos-protocol-alpha.21.0/opam
 create mode 100644 packages/tezos-protocol-demo-counter/tezos-protocol-demo-counter.21.0/opam
 create mode 100644 packages/tezos-protocol-demo-noops/tezos-protocol-demo-noops.21.0/opam
 create mode 100644 packages/tezos-protocol-genesis/tezos-protocol-genesis.21.0/opam
 create mode 100644 packages/tezt-tezos/tezt-tezos.21.0/opam

(from macos-homebrew-ocaml-4.14)
2024-11-25 14:30.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2024-11-25 14:30.30 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

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

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-11-25 14:30.30 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2024-11-25 14:30.30 ---> using "b68dfff025f7534bf3966778231000a9d9e4e27525baf87e50daaae0b61c1ee7" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMSOLVERTIMEOUT 1000)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2024-11-25 14:30.31 ---> using "db65ca45b0dda4f74e29bfe7d60602daffc92169f11d7cb2a2ac00d1ebd104ff" from cache

/: (copy (src .) (dst opam-repository/))
2024-11-25 14:30.37 ---> using "dd23dffff2dee8218d21ea5d8eab66f244fd8e95b214f4d4ec4a6a7363030523" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2024-11-25 14:30.37 ---> using "30a27344d6c586f2f0508511c73550d1fdbc072474b467bd1fea762d940fe1e7" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> 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.
2024-11-25 14:30.37 ---> using "1d98e818436deed43a9487255e933901a7d0d16630fb8ec70d6954cc0e8bdb76" from cache

/: (run (shell "opam pin add -k version -yn tezos-benchmark.21.0 21.0"))
tezos-benchmark is now pinned to version 21.0
2024-11-25 14:30.41 ---> saved as "74583ac4b50a8a43df1a2c3f376012aa138ef0159f415718d2f0f45fdd275d0f"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall tezos-benchmark.21.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 \"\\\"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\" != 'tezos-benchmark.21.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
tezos-benchmark.21.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 147 packages
  - install aches                          1.1.0         [required by octez-libs]
  - install aches-lwt                      1.1.0         [required by octez-libs]
  - install alcotest                       1.8.0         [required by octez-libs]
  - install alcotest-lwt                   1.8.0         [required by octez-libs]
  - install angstrom                       0.16.1        [required by uri]
  - install asetmap                        0.8.1         [required by octez-libs]
  - install asn1-combinators               0.3.2         [required by x509]
  - install astring                        0.8.5         [required by octez-libs]
  - install base                           v0.16.3       [required by ppx_expect]
  - install base-bytes                     base          [required by cohttp]
  - install base64                         3.5.1         [required by cohttp]
  - install bheap                          2.0.0         [required by octez-libs]
  - install bigarray-compat                1.1.0         [required by octez-libs]
  - install bigstring                      0.3           [required by secp256k1-internal]
  - install bigstringaf                    0.10.0        [required by octez-libs]
  - install bls12-381                      21.0          [required by octez-libs]
  - install bos                            0.2.1         [required by ca-certs]
  - install ca-certs                       1.0.0         [required by conduit-lwt-unix]
  - install camlp-streams                  5.0.1         [required by octez-libs]
  - install checkseum                      0.5.2         [required by octez-libs]
  - install clap                           0.3.0         [required by tezt]
  - install cmdliner                       1.3.0         [required by octez-libs]
  - install cohttp                         5.3.1         [required by octez-libs]
  - install conduit                        6.2.2         [required by conduit-lwt]
  - install conduit-lwt                    6.2.2         [required by octez-libs]
  - install conduit-lwt-unix               6.2.2         [required by octez-libs]
  - install conf-autoconf                  0.2           [required by stdcompat]
  - install conf-bash                      1             [required by base]
  - install conf-cmake                     1             [required by hacl-star-raw]
  - install conf-gmp                       4             [required by secp256k1-internal]
  - install conf-gmp-powm-sec              3             [required by mirage-crypto-pk]
  - install conf-libev                     4-12          [required by octez-libs]
  - install conf-pkg-config                3             [required by secp256k1-internal]
  - install conf-rust                      0.1           [required by octez-libs]
  - install conf-which                     1             [required by hacl-star-raw]
  - install cppo                           1.7.0         [required by hacl-star]
  - install csexp                          1.5.2         [required by dune-configurator]
  - install cstruct                        6.2.0         [required by secp256k1-internal]
  - install ctypes                         0.23.0        [required by octez-libs]
  - install digestif                       1.2.0         [required by octez-libs]
  - install domain-name                    0.4.0         [required by ipaddr, x509]
  - install dune                           3.16.1        [required by tezos-benchmark]
  - install dune-configurator              3.16.1        [required by ctypes, bigstringaf, checkseum, secp256k1-internal]
  - install duration                       0.2.1         [required by mirage-crypto-rng]
  - install either                         1.0.0         [required by repr]
  - install eqaf                           0.10          [required by octez-libs]
  - install ezjsonm                        1.3.0         [required by octez-libs]
  - install fmt                            0.9.0         [required by octez-libs]
  - install fpath                          0.7.3         [required by ca-certs]
  - install gmap                           0.3.0         [required by x509]
  - install hacl-star                      0.7.2         [required by octez-libs]
  - install hacl-star-raw                  0.7.2         [required by octez-libs]
  - install hashcons                       1.4.0         [required by tezos-benchmark]
  - install hex                            1.5.0         [required by octez-libs]
  - install index                          1.6.2         [required by octez-libs]
  - install integers                       0.7.0         [required by octez-libs]
  - install ipaddr                         5.6.0         [required by octez-libs]
  - install ipaddr-sexp                    5.6.0         [required by conduit-lwt-unix]
  - install jane-street-headers            v0.16.0       [required by time_now]
  - install jsonm                          1.0.2         [required by octez-libs]
  - install jst-config                     v0.16.0       [required by time_now]
  - install kdf                            1.0.0         [required by x509]
  - install logs                           0.7.0         [required by octez-libs]
  - install lru                            0.3.1         [required by octez-libs]
  - install lwt                            5.9.0         [required by octez-libs]
  - install lwt-canceler                   0.3           [required by octez-libs]
  - install lwt-exit                       1.0           [required by octez-libs]
  - install lwt-watcher                    0.2           [required by octez-libs]
  - install macaddr                        5.6.0         [required by ipaddr]
  - install magic-mime                     1.3.1         [required by octez-libs]
  - install mirage-crypto                  1.1.0         [required by ca-certs]
  - install mirage-crypto-ec               1.1.0         [required by x509]
  - install mirage-crypto-pk               1.1.0         [required by x509]
  - install mirage-crypto-rng              1.1.0         [required by x509]
  - install mtime                          2.1.0         [required by octez-libs]
  - install num                            1.5-1         [required by sexplib]
  - install ocaml-compiler-libs            v0.12.4       [required by ppxlib]
  - install ocaml-syntax-shims             1.0.0         [required by alcotest]
  - install ocamlbuild                     0.15.0        [required by asetmap]
  - install ocamlfind                      1.9.6         [required by pringo, pyml]
  - install ocamlgraph                     2.1.0         [required by tezos-benchmark]
  - install ocplib-endian                  1.2           [required by octez-libs]
  - install octez-alcotezt                 21.0          [required by octez-libs]
  - install octez-distributed-internal     21.0          [required by octez-distributed-lwt-internal]
  - install octez-distributed-lwt-internal 21.0          [required by octez-libs]
  - install octez-internal-libs            21.0          [required by octez-libs]
  - install octez-libs                     21.0          [required by tezos-benchmark]
  - install octez-rust-deps                21.0          [required by octez-libs]
  - install ohex                           0.2.0         [required by ca-certs]
  - install optint                         0.3.0         [required by octez-libs]
  - install parsexp                        v0.16.0       [required by sexplib]
  - install ppx_assert                     v0.16.0       [required by jst-config]
  - install ppx_base                       v0.16.0       [required by time_now]
  - install ppx_cold                       v0.16.0       [required by ppx_base]
  - install ppx_compare                    v0.16.0       [required by ppx_base]
  - install ppx_derivers                   1.2.1         [required by ppxlib, ppx_deriving]
  - install ppx_deriving                   6.0.3         [required by octez-libs]
  - install ppx_enumerate                  v0.16.0       [required by ppx_base]
  - install ppx_expect                     v0.16.0       [required by tezos-benchmark]
  - install ppx_globalize                  v0.16.0       [required by ppx_base]
  - install ppx_hash                       v0.16.0       [required by octez-libs]
  - install ppx_here                       v0.16.0       [required by ppx_expect]
  - install ppx_inline_test                v0.16.1       [required by ppx_expect]
  - install ppx_optcomp                    v0.16.0       [required by time_now]
  - install ppx_repr                       0.7.0         [required by octez-libs]
  - install ppx_sexp_conv                  v0.16.0       [required by octez-libs]
  - install ppxlib                         0.33.0        [required by octez-libs]
  - install prbnmcn-basic-structures       0.0.1         [required by prbnmcn-linalg, prbnmcn-stats]
  - install prbnmcn-linalg                 0.0.1         [required by tezos-benchmark]
  - install prbnmcn-stats                  0.0.6         [required by tezos-benchmark]
  - install pringo                         1.3           [required by tezos-benchmark]
  - install progress                       0.4.0         [required by octez-libs]
  - install psq                            0.2.1         [required by lru]
  - install ptime                          1.2.0         [required by octez-libs]
  - install pure-splitmix                  0.3           [required by octez-libs]
  - install pyml                           20231101      [required by tezos-benchmark]
  - install qcheck-alcotest                0.22          [required by octez-libs]
  - install qcheck-core                    0.22          [required by octez-libs]
  - install re                             1.12.0        [required by octez-libs]
  - install repr                           0.7.0         [required by octez-libs]
  - install ringo                          1.1.0         [required by octez-libs]
  - install rresult                        0.7.0         [required by bos]
  - install rusage                         1.0.0         [required by octez-libs]
  - install secp256k1-internal             0.4.0         [required by octez-libs]
  - install semaphore-compat               1.0.2         [required by octez-libs]
  - install seq                            base          [required by stdcompat]
  - install seqes                          0.2           [required by octez-libs]
  - install sexplib                        v0.16.0       [required by conduit-lwt]
  - install sexplib0                       v0.16.0       [required by cohttp, ezjsonm]
  - install stdcompat                      19            [required by pyml]
  - install stdint                         0.7.2         [required by octez-libs]
  - install stdio                          v0.16.0       [required by ppx_expect]
  - install stdlib-shims                   0.3.0         [required by ocamlgraph]
  - install stringext                      1.6.0         [required by cohttp]
  - install terminal                       0.4.0         [required by progress]
  - install tezos-benchmark                21.0 (pinned)
  - install tezos-sapling-parameters       1.1.0         [required by octez-libs]
  - install tezt                           4.1.0         [required by octez-libs]
  - install time_now                       v0.16.0       [required by ppx_inline_test]
  - install topkg                          1.0.7         [required by asetmap]
  - install uri                            4.4.0         [required by octez-libs]
  - install uri-sexp                       4.4.0         [required by cohttp]
  - install uucp                           16.0.0        [required by progress]
  - install uutf                           1.0.3         [required by octez-libs]
  - install vector                         1.0.0         [required by progress]
  - install x509                           1.0.5         [required by ca-certs]
  - install zarith                         1.13          [required by octez-libs]

The following system packages will first need to be installed:
    autoconf cmake gmp libev pkgconf rust

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

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

[1/2/3/4] 1

+ /usr/local/bin/brew "install" "autoconf" "cmake" "gmp" "libev" "pkgconf" "rust"
- Warning: Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.72-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b54b8d75974d006eb6be1db91a6ec040791ac751f25271fcd5a1d78cb361afd--autoconf-2.72-1.bottle_manifest.json
- ==> Fetching dependencies for autoconf: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
- ==> Fetching m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:8434a67a4383836b2531a6180e068640c5b482ee6781b673d65712e4fc86ca76
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e3480172f085cbca9764fc4feba3355055e53874ec72be2a2c99baf60fb7210--m4--1.4.19.sonoma.bottle.tar.gz
- ==> Fetching autoconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/blobs/sha256:32c6ff07058a61e7fada66d171fee246502fcd1f5b98b65a1ef5b0acfcfa28c2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6cd33207f7dd1cc32bb751ffc749cd80f5c0261895154b4e1b98fd081075ebb--autoconf--2.72.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/manifests/3.31.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e56083e007ebbbf52bea46abb525ac8185a2e65057c17ffe8fe9578d458b83d3--cmake-3.31.1.bottle_manifest.json
- ==> Fetching cmake
- ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:d3f0f2104d0271e6d7d10a816746c5eddd6df5408f5b33f9e8cc7a7cd070cd60
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/359beaa5340920f5af83d36d0447bd7178b56481b57689bb949db2bb8283d2eb--cmake--3.31.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libev/manifests/4.33
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dcc77a4ef78cc646caf5e0675f4121c18ac6fbbb84ddb181eaab408546c41b66--libev-4.33.bottle_manifest.json
- ==> Fetching libev
- ==> Downloading https://ghcr.io/v2/homebrew/core/libev/blobs/sha256:5de04c4e03a70639639d5e4ced919aafdef07f9ea98cbde320b2e9dd81f9d5ce
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01d328e7ed42ea70e8b855d283d1396acb653daad4e3270a7fd0c52f1ca69df2--libev--4.33.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.3.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d395f41484daa2c37c818f7abd9d0fc8dd82ff2892c542d9eb136b442ebae19--pkgconf-2.3.0_1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:b180115e5725a12657fa74d80f0c8f15e852d6c84b7f982b72b5be4f5cd0e97a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f66d408f58d63224c18b5c5026850671123643e319815adc772f0d07c314920b--pkgconf--2.3.0_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rust/manifests/1.82.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c45b4c7ccb1c6d7b6d8ce9b20ba715bc6066b26fbb510213b5643d45646eb654--rust-1.82.0.bottle_manifest.json
- ==> Fetching dependencies for rust: ca-certificates, openssl@3, libssh2, libgit2, mpdecimal, readline, sqlite, xz, python@3.13, z3, lz4, zstd and llvm
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-09-24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/338dad7c2ff7c822cda7c417944521589856741c0fbd7a7f07b88a18d7fb7e05--ca-certificates-2024-09-24.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:212f2576348d5f5797d8d3905eb70d0d9bf8829345bce9e20e2fd0336f344648
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a42908db56776e38039ac5f25968df8df16307650c519973b7d5ed689a293c88--ca-certificates--2024-09-24.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:28e2abc928e8afd0c58303de69dab5e4ec8663c5591fe3c425ad9177bf377ded
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6e2cbdf2c4e7ceb9c81dd4cbdbcf730ba7d7c401a2298313fa70cc50c18678c--openssl@3--3.4.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json
- ==> Fetching libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:092a33680301532d2ba966e85b3316198d65891a0aa6211d616575cc82bbd09f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a600d35512dad4fc9e77648abdf64a7b9d67f2bc386effd99c8da1a6c6340730--libssh2--1.11.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgit2/manifests/1.8.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/790f743682e7234de0d3847f0d36c382d2a61a785ba1e826d14a339c9ba96a22--libgit2-1.8.4.bottle_manifest.json
- ==> Fetching libgit2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgit2/blobs/sha256:1e2d125e49b5b7a55e1e1de88e5597451fee74e989b8f703bb84522b2c778723
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c50d5e9be577293bc83963c1436eb00ee97e030789064c3d700d0a1448f127f0--libgit2--1.8.4.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json
- ==> Fetching mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:377dc5e30dd1292ac1666dd43a447b861ad283024f70a3e914c7e11572ae869e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a9dadc90cf8070e93fdea98523c5750106ae071d268c12827376dc68b3413fe7--mpdecimal--4.0.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:0cf2cae0b9bb71bee1f9f9b3ab1e5dfc27b32f474db7f2d38b8b2dffd02da5ff
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/446fbf00927bacd971f43f42c3605e00929b283700936241ad8044fe469ccb25--readline--8.2.13.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.47.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2acd26e317f3463995d9c8df6d1f6660834a2adccf6448e6166f34a89d607683--sqlite-3.47.0.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:dfc775408f49afdaf1238e2428c292336bcd20d5ff152dcb83d55b1646649748
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6e3a9f9a5467f96d0e6b56cfa205127c9f1ddfcfdd60561139d35c2ce3b5e9e6--sqlite--3.47.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e68799185cc17334108ba286ba8c3df0587c9fd8375647d85f7157b62a797599--xz-5.6.3.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:0bed43466b3cbe8c8f7b307b31122d3ea9f18aa72c7e8ee82ce2bf40664d02d8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/997c9561deb1591088c52f983976795d2ab460aae9172ae15ab261252dc7da84--xz--5.6.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.0_1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ba530a5c7674d67e1f459ede0a9601a16a7332aecba1043bc844a921cde8b06--python@3.13-3.13.0_1-1.bottle_manifest.json
- ==> Fetching python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/blobs/sha256:02c9128efbe4a34d4282dfb3986bea855fcf5816a1b3f685a2b60e219969c048
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68ca53824eab2f6b137b32117a8ed6eecb306aabbeaa3b90ebcf87d9a4eb73e1--python@3.13--3.13.0_1.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/z3/manifests/4.13.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/89797c8f43de59ee40fe8ab2d7d1f101b2b128ffe1501599c801bf84f7469cb2--z3-4.13.3-1.bottle_manifest.json
- ==> Fetching z3
- ==> Downloading https://ghcr.io/v2/homebrew/core/z3/blobs/sha256:8eea09139dc8827731f816d8bbd6babc9f859ab24f9eb019a7eaf1d1bab005bf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7a796b9266cd535d990b14ec4ceb3b33bf12c38eb80294164399c61dc19009aa--z3--4.13.3.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:96c1ed07b013308a9c205a56c0232e45ae7da70e28200c9adb03ec78b294bffd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd243f07288aec8a15707d4cf2457410749e6c1528c2b79777c8f8f92e656832--lz4--1.10.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/506615027bab6259ad3b903339790b62d9b547ab08a5eac6707dc96c24da0c38--zstd--1.5.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/manifests/19.1.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/720383defe293a51ccbf303a78ec3a40ff5145b74d07fdee8f8729dd001ff733--llvm-19.1.3-1.bottle_manifest.json
- ==> Fetching llvm
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/blobs/sha256:36145cfee5c0398188d702bd8399207c6ee8c8c6ba3b3b3b1f22bd0641d113f8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc5b0da92fd3f087be1c93ce1808689d352e9f7e6eea51ef5ec8ffd37cf8b2f0--llvm--19.1.3.sonoma.bottle.1.tar.gz
- ==> Fetching rust
- ==> Downloading https://ghcr.io/v2/homebrew/core/rust/blobs/sha256:9f4a7df899767cb1bea9219421c10d6afc3d4a3d44227dcbac4bb01a249a8bc4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf9e89682f4091122be8c076e19a86dbd79cc9b38d924badca5e343e70d0b76b--rust--1.82.0.sonoma.bottle.tar.gz
- ==> Installing dependencies for autoconf: m4
- ==> Installing autoconf dependency: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
- ==> Pouring m4--1.4.19.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/m4/1.4.19: 14 files, 741.4KB
- ==> Installing autoconf
- ==> Pouring autoconf--2.72.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/autoconf/2.72: 72 files, 3.6MB
- ==> Running `brew cleanup autoconf`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring cmake--3.31.1.sonoma.bottle.tar.gz
- ==> Caveats
- To install the CMake documentation, run:
-   brew install cmake-docs
- 
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- 
- Emacs Lisp files have been installed to:
-   /usr/local/share/emacs/site-lisp/cmake
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/cmake/3.31.1: 3,767 files, 58.7MB
- ==> Running `brew cleanup cmake`...
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- ==> Pouring libev--4.33.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libev/4.33: 13 files, 485KB
- ==> Running `brew cleanup libev`...
- ==> Pouring pkgconf--2.3.0_1.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/pkgconf/2.3.0_1: 27 files, 326KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for rust: ca-certificates, openssl@3, libssh2, libgit2, mpdecimal, readline, sqlite, xz, python@3.13, z3, lz4, zstd and llvm
- ==> Installing rust dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-09-24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/338dad7c2ff7c822cda7c417944521589856741c0fbd7a7f07b88a18d7fb7e05--ca-certificates-2024-09-24.bottle_manifest.json
- ==> Pouring ca-certificates--2024-09-24.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐Ÿบ  /usr/local/Cellar/ca-certificates/2024-09-24: 4 files, 237.0KB
- ==> Installing rust dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Pouring openssl@3--3.4.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/openssl@3/3.4.0: 7,236 files, 33.6MB
- ==> Installing rust dependency: libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json
- ==> Pouring libssh2--1.11.1.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libssh2/1.11.1: 201 files, 1.2MB
- ==> Installing rust dependency: libgit2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libgit2/manifests/1.8.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/790f743682e7234de0d3847f0d36c382d2a61a785ba1e826d14a339c9ba96a22--libgit2-1.8.4.bottle_manifest.json
- ==> Pouring libgit2--1.8.4.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libgit2/1.8.4: 106 files, 4.6MB
- ==> Installing rust dependency: mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json
- ==> Pouring mpdecimal--4.0.0.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/mpdecimal/4.0.0: 22 files, 614.2KB
- ==> Installing rust dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Pouring readline--8.2.13.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/readline/8.2.13: 51 files, 1.6MB
- ==> Installing rust dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.47.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2acd26e317f3463995d9c8df6d1f6660834a2adccf6448e6166f34a89d607683--sqlite-3.47.0.bottle_manifest.json
- ==> Pouring sqlite--3.47.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/sqlite/3.47.0: 12 files, 4.8MB
- ==> Installing rust dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e68799185cc17334108ba286ba8c3df0587c9fd8375647d85f7157b62a797599--xz-5.6.3.bottle_manifest.json
- ==> Pouring xz--5.6.3.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/xz/5.6.3: 96 files, 1.7MB
- ==> Installing rust dependency: python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.0_1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ba530a5c7674d67e1f459ede0a9601a16a7332aecba1043bc844a921cde8b06--python@3.13-3.13.0_1-1.bottle_manifest.json
- ==> Pouring python@3.13--3.13.0_1.sonoma.bottle.1.tar.gz
- ==> /usr/local/Cellar/python@3.13/3.13.0_1/bin/python3.13 -Im ensurepip
- ==> /usr/local/Cellar/python@3.13/3.13.0_1/bin/python3.13 -Im pip install -v --no-index --upgrade --isolated --target=/usr/local/lib/python3.13/site-packages /usr/local/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/ensurepip/_bundled/pip-24.2-py3-none-any.whl /usr/local/Cellar/python@3.13/3.13.0_1/libexec/wheel-0.44.0-py3-none-any.whl
- ๐Ÿบ  /usr/local/Cellar/python@3.13/3.13.0_1: 3,253 files, 60.7MB
- ==> Installing rust dependency: z3
- ==> Downloading https://ghcr.io/v2/homebrew/core/z3/manifests/4.13.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/89797c8f43de59ee40fe8ab2d7d1f101b2b128ffe1501599c801bf84f7469cb2--z3-4.13.3-1.bottle_manifest.json
- ==> Pouring z3--4.13.3.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/z3/4.13.3: 120 files, 31.8MB
- ==> Installing rust dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/lz4/1.10.0: 24 files, 663.0KB
- ==> Installing rust dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Pouring zstd--1.5.6.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/zstd/1.5.6: 32 files, 2.3MB
- ==> Installing rust dependency: llvm
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/manifests/19.1.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/720383defe293a51ccbf303a78ec3a40ff5145b74d07fdee8f8729dd001ff733--llvm-19.1.3-1.bottle_manifest.json
- ==> Pouring llvm--19.1.3.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/llvm/19.1.3: 8,085 files, 2GB
- ==> Installing rust
- ==> Pouring rust--1.82.0.sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/rust/1.82.0: 3,484 files, 338.9MB
- ==> Running `brew cleanup rust`...
- ==> Caveats
- ==> cmake
- To install the CMake documentation, run:
-   brew install cmake-docs
- 
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- 
- Emacs Lisp files have been installed to:
-   /usr/local/share/emacs/site-lisp/cmake
- ==> rust
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved aches.1.1.0, aches-lwt.1.1.0, ringo.1.1.0  (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstring.0.3  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bls12-381.21.0, octez-alcotezt.21.0, octez-distributed-internal.21.0, octez-distributed-lwt-internal.21.0, octez-internal-libs.21.0, octez-libs.21.0, octez-rust-deps.21.0, tezos-benchmark.21.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved clap.0.3.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved conduit.6.2.2, conduit-lwt.6.2.2, conduit-lwt-unix.6.2.2  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved conf-libev.4-12  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-which.1
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> installed conf-cmake.1
-> installed conf-bash.1
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp.4
-> retrieved ctypes.0.23.0  (cached)
-> installed conf-gmp-powm-sec.3
-> installed conf-autoconf.0.2
-> retrieved digestif.1.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-libev.4-12
-> installed conf-rust.0.1
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved hacl-star.0.7.2, hacl-star-raw.0.7.2  (cached)
-> retrieved hashcons.1.4.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved index.1.6.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved lwt-canceler.0.3  (cached)
-> retrieved lwt-exit.1.0  (cached)
-> retrieved lwt-watcher.0.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved prbnmcn-basic-structures.0.0.1  (cached)
-> retrieved prbnmcn-linalg.0.0.1  (cached)
-> retrieved prbnmcn-stats.0.0.6  (cached)
-> retrieved pringo.1.3  (cached)
-> retrieved progress.0.4.0, terminal.0.4.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved pure-splitmix.0.3  (cached)
-> retrieved pyml.20231101  (cached)
-> retrieved qcheck-alcotest.0.22, qcheck-core.0.22  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved rusage.1.0.0  (cached)
-> retrieved secp256k1-internal.0.4.0  (cached)
-> retrieved semaphore-compat.1.0.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved seqes.0.2  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdcompat.19  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed pringo.1.3
-> retrieved tezos-sapling-parameters.1.1.0  (cached)
-> installed tezos-sapling-parameters.1.1.0
-> retrieved tezt.4.1.0  (cached)
-> installed ocamlbuild.0.15.0
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved vector.1.0.0  (cached)
-> retrieved x509.1.0.5  (cached)
-> retrieved zarith.1.13  (cached)
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.9.0
-> installed dune.3.16.1
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed bigarray-compat.1.1.0
-> installed bheap.2.0.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed bigstring.0.3
-> installed eqaf.0.10
-> installed either.1.0.0
-> installed duration.0.2.1
-> installed domain-name.0.4.0
-> installed cstruct.6.2.0
-> installed cppo.1.7.0
-> installed clap.0.3.0
-> installed base64.3.5.1
-> installed asn1-combinators.0.3.2
-> installed jane-street-headers.v0.16.0
-> installed gmap.0.3.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed magic-mime.1.3.1
-> installed macaddr.5.6.0
-> installed dune-configurator.3.16.1
-> installed hashcons.1.4.0
-> installed digestif.1.2.0
-> installed fpath.0.7.3
-> installed ppx_derivers.1.2.1
-> installed optint.0.3.0
-> installed prbnmcn-basic-structures.0.0.1
-> installed bigstringaf.0.10.0
-> installed ipaddr.5.6.0
-> installed ohex.0.2.0
-> installed uucp.16.0.0
-> installed checkseum.0.5.2
-> installed pure-splitmix.0.3
-> installed angstrom.0.16.1
-> installed prbnmcn-stats.0.0.6
-> installed prbnmcn-linalg.0.0.1
-> installed psq.0.2.1
-> installed mirage-crypto.1.1.0
-> installed rusage.1.0.0
-> installed ringo.1.1.0
-> installed lru.0.3.1
-> installed semaphore-compat.1.0.2
-> installed kdf.1.0.0
-> installed sexplib0.v0.16.0
-> installed aches.1.1.0
-> installed seqes.0.2
-> installed repr.0.7.0
-> installed re.1.12.0
-> installed ezjsonm.1.3.0
-> installed secp256k1-internal.0.4.0
-> installed stdlib-shims.0.3.0
-> installed stdint.0.7.2
-> installed qcheck-core.0.22
-> installed vector.1.0.0
-> installed integers.0.7.0
-> installed stringext.1.6.0
-> installed terminal.0.4.0
-> installed ppxlib.0.33.0
-> installed ocamlgraph.2.1.0
-> installed alcotest.1.8.0
-> installed parsexp.v0.16.0
-> installed base.v0.16.3
-> installed stdcompat.19
-> installed lwt.5.9.0
-> installed qcheck-alcotest.0.22
-> installed octez-distributed-internal.21.0
[ERROR] The compilation of octez-rust-deps.21.0 failed at "dune build -p octez-rust-deps -j 11".
-> installed ppx_cold.v0.16.0
-> installed lwt-canceler.0.3
-> installed aches-lwt.1.1.0
-> installed sexplib.v0.16.0
-> installed lwt-watcher.0.2
-> installed lwt-exit.1.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_compare.v0.16.0
-> installed stdio.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_globalize.v0.16.0
-> installed uri.4.4.0
-> installed logs.0.7.0
-> installed mirage-crypto-rng.1.1.0
-> installed bos.0.2.1
-> installed alcotest-lwt.1.8.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_repr.0.7.0
-> installed tezt.4.1.0
-> installed mirage-crypto-pk.1.1.0
-> installed mirage-crypto-ec.1.1.0
-> installed octez-distributed-lwt-internal.21.0
-> installed progress.0.4.0
-> installed pyml.20231101
-> installed ppx_sexp_conv.v0.16.0
-> installed bls12-381.21.0
-> installed ctypes.0.23.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.0
-> installed x509.1.0.5
-> installed ppx_assert.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed octez-alcotezt.21.0
-> installed ca-certs.1.0.0
-> installed index.1.6.2
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed conduit.6.2.2
-> installed cohttp.5.3.1
-> installed conduit-lwt.6.2.2
-> installed time_now.v0.16.0
-> installed conduit-lwt-unix.6.2.2
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.0
-> installed octez-internal-libs.21.0
-> installed hacl-star-raw.0.7.2
-> installed hacl-star.0.7.2

#=== ERROR while compiling octez-rust-deps.21.0 ===============================#
# context              2.3.0 | macos/x86_64 | ocaml-base-compiler.4.14.2 | file:///Users/mac1000/opam-repository
# path                 ~/.opam/4.14.2/.opam-switch/build/octez-rust-deps.21.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p octez-rust-deps -j 11
# exit-code            1
# env-file             ~/.opam/log/octez-rust-deps-93583-6f7f01.env
# output-file          ~/.opam/log/octez-rust-deps-93583-6f7f01.out
### output ###
# File "src/rust_deps/dune", lines 12-28, characters 0-515:
# 12 | (rule
# 13 |  (targets liboctez_rust_deps.a dlloctez_rust_deps.so wasmer.h wasm.h)
# 14 |  (deps
# ....
# 26 |   (file ../../src/lib_wasm_runtime/build.rs)
# 27 |   (glob_files_rec ../../src/lib_wasm_runtime/src/**.rs))
# 28 |  (action (no-infer (bash ./build.sh))))
# (cd _build/default/src/rust_deps && /bin/bash -e -u -o pipefail -c ./build.sh)
#     Updating crates.io index
# warning: spurious network error (3 tries remaining): [7] Couldn't connect to server (Failed to connect to index.crates.io port 443 after 57 ms: Couldn't connect to server)
# warning: spurious network error (2 tries remaining): [7] Couldn't connect to server (Failed to connect to index.crates.io port 443 after 0 ms: Couldn't connect to server)
# warning: spurious network error (1 tries remaining): [7] Couldn't connect to server (Failed to connect to index.crates.io port 443 after 0 ms: Couldn't connect to server)
# error: failed to get `cbindgen` as a dependency of package `wasmer-c-api v3.3.0 (/Users/mac1000/.opam/4.14.2/.opam-switch/build/octez-rust-deps.21.0/_build/default/src/rust_deps/wasmer-3.3.0/lib/c-api)`
#     ... which satisfies path dependency `wasmer-c-api` (locked to 3.3.0) of package `octez-rust-deps v0.0.0 (/Users/mac1000/.opam/4.14.2/.opam-switch/build/octez-rust-deps.21.0/_build/default/src/rust_deps)`
# 
# Caused by:
#   download of config.json failed
# 
# Caused by:
#   failed to download from `https://index.crates.io/config.json`
# 
# Caused by:
#   [7] Couldn't connect to server (Failed to connect to index.crates.io port 443 after 0 ms: Couldn't connect to server)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build octez-rust-deps 21.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install aches                          1.1.0
| - install aches-lwt                      1.1.0
| - install alcotest                       1.8.0
| - install alcotest-lwt                   1.8.0
| - install angstrom                       0.16.1
| - install asetmap                        0.8.1
| - install asn1-combinators               0.3.2
| - install astring                        0.8.5
| - install base                           v0.16.3
| - install base-bytes                     base
| - install base64                         3.5.1
| - install bheap                          2.0.0
| - install bigarray-compat                1.1.0
| - install bigstring                      0.3
| - install bigstringaf                    0.10.0
| - install bls12-381                      21.0
| - install bos                            0.2.1
| - install ca-certs                       1.0.0
| - install camlp-streams                  5.0.1
| - install checkseum                      0.5.2
| - install clap                           0.3.0
| - install cmdliner                       1.3.0
| - install cohttp                         5.3.1
| - install conduit                        6.2.2
| - install conduit-lwt                    6.2.2
| - install conduit-lwt-unix               6.2.2
| - install conf-autoconf                  0.2
| - install conf-bash                      1
| - install conf-cmake                     1
| - install conf-gmp                       4
| - install conf-gmp-powm-sec              3
| - install conf-libev                     4-12
| - install conf-pkg-config                3
| - install conf-rust                      0.1
| - install conf-which                     1
| - install cppo                           1.7.0
| - install csexp                          1.5.2
| - install cstruct                        6.2.0
| - install ctypes                         0.23.0
| - install digestif                       1.2.0
| - install domain-name                    0.4.0
| - install dune                           3.16.1
| - install dune-configurator              3.16.1
| - install duration                       0.2.1
| - install either                         1.0.0
| - install eqaf                           0.10
| - install ezjsonm                        1.3.0
| - install fmt                            0.9.0
| - install fpath                          0.7.3
| - install gmap                           0.3.0
| - install hacl-star                      0.7.2
| - install hacl-star-raw                  0.7.2
| - install hashcons                       1.4.0
| - install hex                            1.5.0
| - install index                          1.6.2
| - install integers                       0.7.0
| - install ipaddr                         5.6.0
| - install ipaddr-sexp                    5.6.0
| - install jane-street-headers            v0.16.0
| - install jsonm                          1.0.2
| - install jst-config                     v0.16.0
| - install kdf                            1.0.0
| - install logs                           0.7.0
| - install lru                            0.3.1
| - install lwt                            5.9.0
| - install lwt-canceler                   0.3
| - install lwt-exit                       1.0
| - install lwt-watcher                    0.2
| - install macaddr                        5.6.0
| - install magic-mime                     1.3.1
| - install mirage-crypto                  1.1.0
| - install mirage-crypto-ec               1.1.0
| - install mirage-crypto-pk               1.1.0
| - install mirage-crypto-rng              1.1.0
| - install mtime                          2.1.0
| - install num                            1.5-1
| - install ocaml-compiler-libs            v0.12.4
| - install ocaml-syntax-shims             1.0.0
| - install ocamlbuild                     0.15.0
| - install ocamlfind                      1.9.6
| - install ocamlgraph                     2.1.0
| - install ocplib-endian                  1.2
| - install octez-alcotezt                 21.0
| - install octez-distributed-internal     21.0
| - install octez-distributed-lwt-internal 21.0
| - install octez-internal-libs            21.0
| - install ohex                           0.2.0
| - install optint                         0.3.0
| - install parsexp                        v0.16.0
| - install ppx_assert                     v0.16.0
| - install ppx_base                       v0.16.0
| - install ppx_cold                       v0.16.0
| - install ppx_compare                    v0.16.0
| - install ppx_derivers                   1.2.1
| - install ppx_deriving                   6.0.3
| - install ppx_enumerate                  v0.16.0
| - install ppx_expect                     v0.16.0
| - install ppx_globalize                  v0.16.0
| - install ppx_hash                       v0.16.0
| - install ppx_here                       v0.16.0
| - install ppx_inline_test                v0.16.1
| - install ppx_optcomp                    v0.16.0
| - install ppx_repr                       0.7.0
| - install ppx_sexp_conv                  v0.16.0
| - install ppxlib                         0.33.0
| - install prbnmcn-basic-structures       0.0.1
| - install prbnmcn-linalg                 0.0.1
| - install prbnmcn-stats                  0.0.6
| - install pringo                         1.3
| - install progress                       0.4.0
| - install psq                            0.2.1
| - install ptime                          1.2.0
| - install pure-splitmix                  0.3
| - install pyml                           20231101
| - install qcheck-alcotest                0.22
| - install qcheck-core                    0.22
| - install re                             1.12.0
| - install repr                           0.7.0
| - install ringo                          1.1.0
| - install rresult                        0.7.0
| - install rusage                         1.0.0
| - install secp256k1-internal             0.4.0
| - install semaphore-compat               1.0.2
| - install seq                            base
| - install seqes                          0.2
| - install sexplib                        v0.16.0
| - install sexplib0                       v0.16.0
| - install stdcompat                      19
| - install stdint                         0.7.2
| - install stdio                          v0.16.0
| - install stdlib-shims                   0.3.0
| - install stringext                      1.6.0
| - install terminal                       0.4.0
| - install tezos-sapling-parameters       1.1.0
| - install tezt                           4.1.0
| - install time_now                       v0.16.0
| - install topkg                          1.0.7
| - install uri                            4.4.0
| - install uri-sexp                       4.4.0
| - install uucp                           16.0.0
| - install uutf                           1.0.3
| - install vector                         1.0.0
| - install x509                           1.0.5
| - install zarith                         1.13
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/local/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20241125143044.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing:  octez-rust-deps.21.0
"/usr/bin/env" "bash" "-c" "opam reinstall tezos-benchmark.21.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 "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'tezos-benchmark.21.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2024-11-25 14:47.17: Job failed: Failed: Build failed
2024-11-25 14:47.17: Log analysis:
2024-11-25 14:47.17: >>> 
[ERROR] The compilation of octez-rust-deps.21.0 failed at "dune build -p octez-rust-deps -j 11".
 (score = 20)
2024-11-25 14:47.17: >>> 
# error: failed to get `cbindgen` as a dependency of package `wasmer-c-api v3.3.0 (/Users/mac1000/.opam/4.14.2/.opam-switch/build/octez-rust-deps.21.0/_build/default/src/rust_deps/wasmer-3.3.0/lib/c-api)`
 (score = 40)
2024-11-25 14:47.17: >>> 
opam-repo-ci detected dependencies failing:  octez-rust-deps.21.0
 (score = 75)
2024-11-25 14:47.17:  octez-rust-deps.21.0 failed to build