2025-10-18 16:36.04: New job: test novemberkilo/ocaml-ci https://github.com/novemberkilo/ocaml-ci.git#refs/heads/master (67646470fe78626e113a9a816472a035935ddbad) (macos-x86_64:macos-homebrew-5.4_opam-2.4)
Base: macos-homebrew-ocaml-5.4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/novemberkilo/ocaml-ci.git" -b "master" && cd "ocaml-ci" && git reset --hard 67646470
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'solver-service/' 'ocurrent/' 'ocluster/' 'ocluster/obuilder/' 'ocluster/' 'ocaml-gitlab/' 'ocaml-dockerfile/'
COPY --chown=1000:1000 solver-service/solver-worker.opam solver-service/solver-service.opam solver-service/solver-service-api.opam ./src/solver-service/
COPY --chown=1000:1000 ocurrent/current_web.opam ocurrent/current_ssh.opam ocurrent/current_slack.opam ocurrent/current_rpc.opam ocurrent/current_gitlab.opam ocurrent/current_github.opam ocurrent/current_git.opam ocurrent/current_examples.opam ocurrent/current_docker.opam ocurrent/current.opam ./src/ocurrent/
COPY --chown=1000:1000 ocluster/ocluster.opam ocluster/ocluster-api.opam ./src/ocluster/
COPY --chown=1000:1000 ocluster/obuilder/obuilder.opam ocluster/obuilder/obuilder-spec.opam ./src/ocluster/obuilder/
COPY --chown=1000:1000 ocluster/current_ocluster.opam ./src/ocluster/
COPY --chown=1000:1000 ocaml-gitlab/lab.opam ocaml-gitlab/gitlab.opam ocaml-gitlab/gitlab-unix.opam ocaml-gitlab/gitlab-jsoo.opam ./src/ocaml-gitlab/
COPY --chown=1000:1000 ocaml-dockerfile/dockerfile.opam ocaml-dockerfile/dockerfile-opam.opam ocaml-dockerfile/dockerfile-cmd.opam ./src/ocaml-dockerfile/
COPY --chown=1000:1000 ocaml-ci.opam ocaml-ci-web.opam ocaml-ci-service.opam ocaml-ci-gitlab.opam ocaml-ci-client.opam ocaml-ci-api.opam ./src/./
RUN opam pin add -yn solver-worker.dev './src/solver-service/' && \
opam pin add -yn solver-service.dev './src/solver-service/' && \
opam pin add -yn solver-service-api.dev './src/solver-service/' && \
opam pin add -yn current_web.dev './src/ocurrent/' && \
opam pin add -yn current_ssh.dev './src/ocurrent/' && \
opam pin add -yn current_slack.dev './src/ocurrent/' && \
opam pin add -yn current_rpc.dev './src/ocurrent/' && \
opam pin add -yn current_gitlab.dev './src/ocurrent/' && \
opam pin add -yn current_github.dev './src/ocurrent/' && \
opam pin add -yn current_git.dev './src/ocurrent/' && \
opam pin add -yn current_examples.dev './src/ocurrent/' && \
opam pin add -yn current_docker.dev './src/ocurrent/' && \
opam pin add -yn current.dev './src/ocurrent/' && \
opam pin add -yn ocluster.dev './src/ocluster/' && \
opam pin add -yn ocluster-api.dev './src/ocluster/' && \
opam pin add -yn obuilder.dev './src/ocluster/obuilder/' && \
opam pin add -yn obuilder-spec.dev './src/ocluster/obuilder/' && \
opam pin add -yn current_ocluster.dev './src/ocluster/' && \
opam pin add -yn lab.dev './src/ocaml-gitlab/' && \
opam pin add -yn gitlab.dev './src/ocaml-gitlab/' && \
opam pin add -yn gitlab-unix.dev './src/ocaml-gitlab/' && \
opam pin add -yn gitlab-jsoo.dev './src/ocaml-gitlab/' && \
opam pin add -yn dockerfile.dev './src/ocaml-dockerfile/' && \
opam pin add -yn dockerfile-opam.dev './src/ocaml-dockerfile/' && \
opam pin add -yn dockerfile-cmd.dev './src/ocaml-dockerfile/' && \
opam pin add -yn ocaml-ci.dev './src/./' && \
opam pin add -yn ocaml-ci-web.dev './src/./' && \
opam pin add -yn ocaml-ci-service.dev './src/./' && \
opam pin add -yn ocaml-ci-gitlab.dev './src/./' && \
opam pin add -yn ocaml-ci-client.dev './src/./' && \
opam pin add -yn ocaml-ci-api.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/solver-service/dune-project' && \
echo '(lang dune 3.0)' > './src/ocurrent/dune-project' && \
echo '(lang dune 3.0)' > './src/ocluster/dune-project' && \
echo '(lang dune 3.0)' > './src/ocluster/obuilder/dune-project' && \
echo '(lang dune 3.0)' > './src/ocluster/dune-project' && \
echo '(lang dune 3.0)' > './src/ocaml-gitlab/dune-project' && \
echo '(lang dune 3.0)' > './src/ocaml-dockerfile/dune-project' && \
echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="0install-solver.2.18 alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 ansi.0.7.0 arp.3.1.1 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigarray-compat.1.1.0 bigarray-overlap.0.2.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 caqti.2.2.4 caqti-lwt.2.2.4 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 cf.0.5.0 cf-lwt.0.5.0 checkseum.0.5.2 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-capnproto.2 conf-git.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-graphviz.0.1 conf-libev.4-13 conf-libffi.2.0.0 conf-libssl.4 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 csv.2.4 ctypes.0.23.0 ctypes-foreign.0.23.0 current.dev current_docker.dev current_git.dev current_github.dev current_gitlab.dev current_incr.0.6.1 current_ocluster.dev current_rpc.dev current_web.dev decompress.1.5.3 digestif.1.3.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 dns-client-mirage.7.0.3 dockerfile.dev dockerfile-opam.dev domain-name.0.5.0 dream.dev dream-httpaf.dev dream-pure.dev duff.0.5 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 duration.0.2.1 dyn.3.20.2 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.4 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 git.3.15.0 git-mirage.3.15.0 git-paf.3.15.0 git-unix.3.15.0 github.4.5.0 github-data.4.5.0 github-unix.4.5.0 gitlab.dev gitlab-unix.dev gmap.0.3.0 graphql.0.14.0 graphql-lwt.0.14.0 graphql_parser.0.14.0 h2.0.13.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 happy-eyeballs-mirage.0.6.0 hex.1.5.0 hkdf.1.0.4 hmap.0.8.1 hpack.0.13.0 http.6.0.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.5 ISO8601.0.2.6 integers.0.7.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 ipaddr-sexp.5.6.1 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_ppx.5.9.2 lwt_ssl.1.2.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 magic-mime.1.3.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-runtime.4.10.2 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.7.0 multipart_form-lwt.0.7.0 num.1.6 obuilder-spec.dev ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocluster-api.dev ocplib-endian.1.2 omigrate.0.3.2 opam-0install.0.5.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 optint.0.3.0 ordering.3.20.2 paf.0.5.0 parsexp.v0.17.0 patch.3.0.0 pbkdf.1.2.0 pecu.0.7 pgx.2.2 pgx_lwt.2.2 pgx_lwt_unix.2.2 pp.2.0.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prettym.0.0.3 prometheus.1.2 prometheus-app.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.14.0 res.5.0.2 result.1.5 routes.2.0.0 rresult.0.7.0 seq.base session.0.5.0 session-cohttp.0.5.0 session-cohttp-lwt.0.5.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 solver-service.dev solver-service-api.dev spdx_licenses.1.4.0 sqlite3.5.3.1 ssl.0.7.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 swhid_core.0.1 tailwindcss.dev tcpip.8.0.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 tls.0.17.3 tls-lwt.0.17.3 tls-mirage.0.17.3 topkg.1.1.0 tyxml.4.6.0 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uuidm.0.9.10 uutf.1.0.4 x509.0.16.5 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocaml-ci.dev ocaml-ci-web.dev ocaml-ci-service.dev ocaml-ci-gitlab.dev ocaml-ci-client.dev ocaml-ci-api.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-10-18 16:36.04: Using cache hint "novemberkilo/ocaml-ci-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.4-9f9226e9156f60f507027de8fd63e413"
2025-10-18 16:36.04: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
(run (shell "mkdir -p 'solver-service/' 'ocurrent/' 'ocluster/' 'ocluster/obuilder/' 'ocluster/' 'ocaml-gitlab/' 'ocaml-dockerfile/'"))
(copy (src solver-service/solver-worker.opam solver-service/solver-service.opam solver-service/solver-service-api.opam)
(dst ./src/solver-service/))
(copy (src ocurrent/current_web.opam ocurrent/current_ssh.opam ocurrent/current_slack.opam ocurrent/current_rpc.opam ocurrent/current_gitlab.opam ocurrent/current_github.opam ocurrent/current_git.opam ocurrent/current_examples.opam ocurrent/current_docker.opam ocurrent/current.opam)
(dst ./src/ocurrent/))
(copy (src ocluster/ocluster.opam ocluster/ocluster-api.opam)
(dst ./src/ocluster/))
(copy (src ocluster/obuilder/obuilder.opam ocluster/obuilder/obuilder-spec.opam)
(dst ./src/ocluster/obuilder/))
(copy (src ocluster/current_ocluster.opam) (dst ./src/ocluster/))
(copy (src ocaml-gitlab/lab.opam ocaml-gitlab/gitlab.opam ocaml-gitlab/gitlab-unix.opam ocaml-gitlab/gitlab-jsoo.opam)
(dst ./src/ocaml-gitlab/))
(copy (src ocaml-dockerfile/dockerfile.opam ocaml-dockerfile/dockerfile-opam.opam ocaml-dockerfile/dockerfile-cmd.opam)
(dst ./src/ocaml-dockerfile/))
(copy (src ocaml-ci.opam ocaml-ci-web.opam ocaml-ci-service.opam ocaml-ci-gitlab.opam ocaml-ci-client.opam ocaml-ci-api.opam)
(dst ./src/./))
(run (network host)
(shell "opam pin add -yn solver-worker.dev './src/solver-service/' && \
\nopam pin add -yn solver-service.dev './src/solver-service/' && \
\nopam pin add -yn solver-service-api.dev './src/solver-service/' && \
\nopam pin add -yn current_web.dev './src/ocurrent/' && \
\nopam pin add -yn current_ssh.dev './src/ocurrent/' && \
\nopam pin add -yn current_slack.dev './src/ocurrent/' && \
\nopam pin add -yn current_rpc.dev './src/ocurrent/' && \
\nopam pin add -yn current_gitlab.dev './src/ocurrent/' && \
\nopam pin add -yn current_github.dev './src/ocurrent/' && \
\nopam pin add -yn current_git.dev './src/ocurrent/' && \
\nopam pin add -yn current_examples.dev './src/ocurrent/' && \
\nopam pin add -yn current_docker.dev './src/ocurrent/' && \
\nopam pin add -yn current.dev './src/ocurrent/' && \
\nopam pin add -yn ocluster.dev './src/ocluster/' && \
\nopam pin add -yn ocluster-api.dev './src/ocluster/' && \
\nopam pin add -yn obuilder.dev './src/ocluster/obuilder/' && \
\nopam pin add -yn obuilder-spec.dev './src/ocluster/obuilder/' && \
\nopam pin add -yn current_ocluster.dev './src/ocluster/' && \
\nopam pin add -yn lab.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn gitlab.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn gitlab-unix.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn gitlab-jsoo.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn dockerfile.dev './src/ocaml-dockerfile/' && \
\nopam pin add -yn dockerfile-opam.dev './src/ocaml-dockerfile/' && \
\nopam pin add -yn dockerfile-cmd.dev './src/ocaml-dockerfile/' && \
\nopam pin add -yn ocaml-ci.dev './src/./' && \
\nopam pin add -yn ocaml-ci-web.dev './src/./' && \
\nopam pin add -yn ocaml-ci-service.dev './src/./' && \
\nopam pin add -yn ocaml-ci-gitlab.dev './src/./' && \
\nopam pin add -yn ocaml-ci-client.dev './src/./' && \
\nopam pin add -yn ocaml-ci-api.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/solver-service/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocurrent/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocluster/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocluster/obuilder/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocluster/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocaml-gitlab/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocaml-dockerfile/dune-project' && \
\necho '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "0install-solver.2.18 alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 ansi.0.7.0 arp.3.1.1 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigarray-compat.1.1.0 bigarray-overlap.0.2.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 caqti.2.2.4 caqti-lwt.2.2.4 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 cf.0.5.0 cf-lwt.0.5.0 checkseum.0.5.2 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-capnproto.2 conf-git.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-graphviz.0.1 conf-libev.4-13 conf-libffi.2.0.0 conf-libssl.4 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 csv.2.4 ctypes.0.23.0 ctypes-foreign.0.23.0 current.dev current_docker.dev current_git.dev current_github.dev current_gitlab.dev current_incr.0.6.1 current_ocluster.dev current_rpc.dev current_web.dev decompress.1.5.3 digestif.1.3.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 dns-client-mirage.7.0.3 dockerfile.dev dockerfile-opam.dev domain-name.0.5.0 dream.dev dream-httpaf.dev dream-pure.dev duff.0.5 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 duration.0.2.1 dyn.3.20.2 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.4 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 git.3.15.0 git-mirage.3.15.0 git-paf.3.15.0 git-unix.3.15.0 github.4.5.0 github-data.4.5.0 github-unix.4.5.0 gitlab.dev gitlab-unix.dev gmap.0.3.0 graphql.0.14.0 graphql-lwt.0.14.0 graphql_parser.0.14.0 h2.0.13.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 happy-eyeballs-mirage.0.6.0 hex.1.5.0 hkdf.1.0.4 hmap.0.8.1 hpack.0.13.0 http.6.0.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.5 ISO8601.0.2.6 integers.0.7.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 ipaddr-sexp.5.6.1 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_ppx.5.9.2 lwt_ssl.1.2.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 magic-mime.1.3.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-runtime.4.10.2 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.7.0 multipart_form-lwt.0.7.0 num.1.6 obuilder-spec.dev ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocluster-api.dev ocplib-endian.1.2 omigrate.0.3.2 opam-0install.0.5.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 optint.0.3.0 ordering.3.20.2 paf.0.5.0 parsexp.v0.17.0 patch.3.0.0 pbkdf.1.2.0 pecu.0.7 pgx.2.2 pgx_lwt.2.2 pgx_lwt_unix.2.2 pp.2.0.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prettym.0.0.3 prometheus.1.2 prometheus-app.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.14.0 res.5.0.2 result.1.5 routes.2.0.0 rresult.0.7.0 seq.base session.0.5.0 session-cohttp.0.5.0 session-cohttp-lwt.0.5.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 solver-service.dev solver-service-api.dev spdx_licenses.1.4.0 sqlite3.5.3.1 ssl.0.7.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 swhid_core.0.1 tailwindcss.dev tcpip.8.0.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 tls.0.17.3 tls-lwt.0.17.3 tls-mirage.0.17.3 topkg.1.1.0 tyxml.4.6.0 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uuidm.0.9.10 uutf.1.0.4 x509.0.16.5 yojson.2.2.2 zarith.1.14")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocaml-ci.dev ocaml-ci-web.dev ocaml-ci-service.dev ocaml-ci-gitlab.dev ocaml-ci-client.dev ocaml-ci-api.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-10-18 16:36.04: Waiting for resource in pool OCluster
2025-10-18 20:38.51: Waiting for worker…
2025-10-19 00:14.01: Got resource from pool OCluster
Building on i7-worker-03
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/.git/
HEAD is now at 6764647 Add to docs to cover opam-repository webhook.
error: could not lock config file .git/modules/ocaml-dockerfile/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocaml-dockerfile'
Cleared directory 'ocaml-dockerfile'
error: could not lock config file .git/modules/ocaml-gitlab/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocaml-gitlab'
Cleared directory 'ocaml-gitlab'
error: could not lock config file .git/modules/ocluster/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocluster'
Cleared directory 'ocluster'
error: could not lock config file .git/modules/ocurrent/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocurrent'
Cleared directory 'ocurrent'
error: could not lock config file .git/modules/solver-service/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'solver-service'
Cleared directory 'solver-service'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) registered for path 'ocaml-dockerfile'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) registered for path 'ocaml-gitlab'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) registered for path 'solver-service'
Cloning into '/private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/ocaml-dockerfile'...
Cloning into '/private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/ocaml-gitlab'...
Cloning into '/private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/ocluster'...
Cloning into '/private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/ocurrent'...
Cloning into '/private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/solver-service'...
Submodule path 'ocaml-dockerfile': checked out '7da34b8a913f8d4684fdd3884636c3df4fc25b86'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) registered for path 'ocluster/obuilder'
Cloning into '/private/var/lib/ocluster-worker/git/ocaml-ci.git-9e1fabb88c2f9280b82f8e14eef709bdbb343578/ocluster/obuilder'...
Submodule path 'ocluster/obuilder': checked out '6e05d0f2c34ff87d2bebdb960ba20ad1ac62d770'
Submodule path 'ocurrent': checked out '9e6378c881f002adebb162ab47e244097c7a275c'
From https://github.com/ocurrent/solver-service
* branch bea632588e4cff9b38fa66d6182cc9b0380e789d -> FETCH_HEAD
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
(from macos-homebrew-ocaml-5.4)
2025-10-19 00:14.08 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (comment macos-homebrew-5.4_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))
2025-10-19 00:14.09 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache
/: (run (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
2025-10-19 00:14.09 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-19 00:14.09 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-19 00:14.10 ---> using "75b2503db5514ab81a215fb0f9e51331b966dbf2635db38f92b75fc3120a50b5" from cache
/: (run (shell "mkdir -p 'solver-service/' 'ocurrent/' 'ocluster/' 'ocluster/obuilder/' 'ocluster/' 'ocaml-gitlab/' 'ocaml-dockerfile/'"))
2025-10-19 00:14.11 ---> saved as "382604408bcdecc1dd017dd00512160d1c95f5259e6c897cb73f37e2825067b1"
/: (copy (src solver-service/solver-worker.opam solver-service/solver-service.opam solver-service/solver-service-api.opam)
(dst ./src/solver-service/))
2025-10-19 00:14.13 ---> saved as "bfa71c10162dfb927073a0804b17a5e7df08ba7e7494710c183912404af6fd84"
/: (copy (src ocurrent/current_web.opam ocurrent/current_ssh.opam ocurrent/current_slack.opam ocurrent/current_rpc.opam ocurrent/current_gitlab.opam ocurrent/current_github.opam ocurrent/current_git.opam ocurrent/current_examples.opam ocurrent/current_docker.opam ocurrent/current.opam)
(dst ./src/ocurrent/))
2025-10-19 00:14.15 ---> saved as "ec4fd4d76abb12543be85b8a789b61cc397b440821ab4f4b7baed475142a95fa"
/: (copy (src ocluster/ocluster.opam ocluster/ocluster-api.opam)
(dst ./src/ocluster/))
2025-10-19 00:14.17 ---> saved as "65b051e0cac26b0d6f5ca8d98d4842d8b9e27a91b1c0f8dff4be32035690cf47"
/: (copy (src ocluster/obuilder/obuilder.opam ocluster/obuilder/obuilder-spec.opam)
(dst ./src/ocluster/obuilder/))
2025-10-19 00:14.18 ---> saved as "ce40be0e48dc5d38944cf810bd7156ce222c60debe67d34c54dffbef3125e928"
/: (copy (src ocluster/current_ocluster.opam) (dst ./src/ocluster/))
2025-10-19 00:14.20 ---> saved as "198f8203274ecc9b625024dbcf1ce4e0666dc2e34081ad82f98ecb1345e5222d"
/: (copy (src ocaml-gitlab/lab.opam ocaml-gitlab/gitlab.opam ocaml-gitlab/gitlab-unix.opam ocaml-gitlab/gitlab-jsoo.opam)
(dst ./src/ocaml-gitlab/))
2025-10-19 00:14.22 ---> saved as "dee96fede8f0e10325d075831be5a8d8f287cfcaab6d31ae8d676a8f09697a56"
/: (copy (src ocaml-dockerfile/dockerfile.opam ocaml-dockerfile/dockerfile-opam.opam ocaml-dockerfile/dockerfile-cmd.opam)
(dst ./src/ocaml-dockerfile/))
2025-10-19 00:14.24 ---> saved as "b07b9a62affc91f914232dda45613245b0600511aecc027e260eed898618cb06"
/: (copy (src ocaml-ci.opam ocaml-ci-web.opam ocaml-ci-service.opam ocaml-ci-gitlab.opam ocaml-ci-client.opam ocaml-ci-api.opam)
(dst ./src/./))
2025-10-19 00:14.25 ---> saved as "3b6f0f356b34016ff2a2bc519503508600b6ca6a80b7f61a82ccf2a2d1d3ef31"
/: (run (network host)
(shell "opam pin add -yn solver-worker.dev './src/solver-service/' && \
\nopam pin add -yn solver-service.dev './src/solver-service/' && \
\nopam pin add -yn solver-service-api.dev './src/solver-service/' && \
\nopam pin add -yn current_web.dev './src/ocurrent/' && \
\nopam pin add -yn current_ssh.dev './src/ocurrent/' && \
\nopam pin add -yn current_slack.dev './src/ocurrent/' && \
\nopam pin add -yn current_rpc.dev './src/ocurrent/' && \
\nopam pin add -yn current_gitlab.dev './src/ocurrent/' && \
\nopam pin add -yn current_github.dev './src/ocurrent/' && \
\nopam pin add -yn current_git.dev './src/ocurrent/' && \
\nopam pin add -yn current_examples.dev './src/ocurrent/' && \
\nopam pin add -yn current_docker.dev './src/ocurrent/' && \
\nopam pin add -yn current.dev './src/ocurrent/' && \
\nopam pin add -yn ocluster.dev './src/ocluster/' && \
\nopam pin add -yn ocluster-api.dev './src/ocluster/' && \
\nopam pin add -yn obuilder.dev './src/ocluster/obuilder/' && \
\nopam pin add -yn obuilder-spec.dev './src/ocluster/obuilder/' && \
\nopam pin add -yn current_ocluster.dev './src/ocluster/' && \
\nopam pin add -yn lab.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn gitlab.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn gitlab-unix.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn gitlab-jsoo.dev './src/ocaml-gitlab/' && \
\nopam pin add -yn dockerfile.dev './src/ocaml-dockerfile/' && \
\nopam pin add -yn dockerfile-opam.dev './src/ocaml-dockerfile/' && \
\nopam pin add -yn dockerfile-cmd.dev './src/ocaml-dockerfile/' && \
\nopam pin add -yn ocaml-ci.dev './src/./' && \
\nopam pin add -yn ocaml-ci-web.dev './src/./' && \
\nopam pin add -yn ocaml-ci-service.dev './src/./' && \
\nopam pin add -yn ocaml-ci-gitlab.dev './src/./' && \
\nopam pin add -yn ocaml-ci-client.dev './src/./' && \
\nopam pin add -yn ocaml-ci-api.dev './src/./'"))
[NOTE] Package solver-worker does not exist in opam repositories registered in the current switch.
[solver-worker.dev] synchronised (file:///Users/mac1000/src/solver-service)
[WARNING] Failed checks on solver-worker package definition from source at file:///Users/mac1000/src/solver-service:
warning 68: Missing field 'license'
solver-worker is now pinned to file:///Users/mac1000/src/solver-service (version dev)
[NOTE] Package solver-service does not exist in opam repositories registered in the current switch.
[solver-service.dev] synchronised (file:///Users/mac1000/src/solver-service)
[WARNING] Failed checks on solver-service package definition from source at file:///Users/mac1000/src/solver-service:
warning 68: Missing field 'license'
solver-service is now pinned to file:///Users/mac1000/src/solver-service (version dev)
[NOTE] Package solver-service-api does not exist in opam repositories registered in the current switch.
[solver-service-api.dev] synchronised (file:///Users/mac1000/src/solver-service)
[WARNING] Failed checks on solver-service-api package definition from source at file:///Users/mac1000/src/solver-service:
warning 68: Missing field 'license'
solver-service-api is now pinned to file:///Users/mac1000/src/solver-service (version dev)
[current_web.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_web is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_ssh.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_ssh is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_slack.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_slack is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_rpc.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_rpc is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_gitlab.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_gitlab is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_github.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_github is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_git.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_git is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_examples.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_examples is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current_docker.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current_docker is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[current.dev] synchronised (file:///Users/mac1000/src/ocurrent)
current is now pinned to file:///Users/mac1000/src/ocurrent (version dev)
[ocluster.dev] synchronised (file:///Users/mac1000/src/ocluster)
ocluster is now pinned to file:///Users/mac1000/src/ocluster (version dev)
[ocluster-api.dev] synchronised (file:///Users/mac1000/src/ocluster)
ocluster-api is now pinned to file:///Users/mac1000/src/ocluster (version dev)
[obuilder.dev] synchronised (file:///Users/mac1000/src/ocluster/obuilder)
obuilder is now pinned to file:///Users/mac1000/src/ocluster/obuilder (version dev)
[obuilder-spec.dev] synchronised (file:///Users/mac1000/src/ocluster/obuilder)
obuilder-spec is now pinned to file:///Users/mac1000/src/ocluster/obuilder (version dev)
[current_ocluster.dev] synchronised (file:///Users/mac1000/src/ocluster)
current_ocluster is now pinned to file:///Users/mac1000/src/ocluster (version dev)
[lab.dev] synchronised (file:///Users/mac1000/src/ocaml-gitlab)
lab is now pinned to file:///Users/mac1000/src/ocaml-gitlab (version dev)
[gitlab.dev] synchronised (file:///Users/mac1000/src/ocaml-gitlab)
gitlab is now pinned to file:///Users/mac1000/src/ocaml-gitlab (version dev)
[gitlab-unix.dev] synchronised (file:///Users/mac1000/src/ocaml-gitlab)
gitlab-unix is now pinned to file:///Users/mac1000/src/ocaml-gitlab (version dev)
[gitlab-jsoo.dev] synchronised (file:///Users/mac1000/src/ocaml-gitlab)
gitlab-jsoo is now pinned to file:///Users/mac1000/src/ocaml-gitlab (version dev)
[dockerfile.dev] synchronised (file:///Users/mac1000/src/ocaml-dockerfile)
dockerfile is now pinned to file:///Users/mac1000/src/ocaml-dockerfile (version dev)
[dockerfile-opam.dev] synchronised (file:///Users/mac1000/src/ocaml-dockerfile)
dockerfile-opam is now pinned to file:///Users/mac1000/src/ocaml-dockerfile (version dev)
[dockerfile-cmd.dev] synchronised (file:///Users/mac1000/src/ocaml-dockerfile)
dockerfile-cmd is now pinned to file:///Users/mac1000/src/ocaml-dockerfile (version dev)
[NOTE] Package ocaml-ci does not exist in opam repositories registered in the current switch.
[ocaml-ci.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on ocaml-ci package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
ocaml-ci is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package ocaml-ci-web does not exist in opam repositories registered in the current switch.
[ocaml-ci-web.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on ocaml-ci-web package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
warning 74: Field 'pin-depends' contains packages that are neither in 'depends' nor in 'depopts': "dream-pure", "dream-httpaf"
The following additional pinnings are required by ocaml-ci-web.dev:
- dream.dev at git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
- dream-httpaf.dev at git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
- dream-pure.dev at git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9
- tailwindcss.dev at git+https://github.com/tmattio/opam-tailwindcss#170065255079ad2c1f3adef78950d8dbd418fd48
Pin and install them? [Y/n] y
[dream.dev] synchronised (no changes)
dream is now pinned to git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9 (version dev)
[dream-httpaf.dev] synchronised (no changes)
dream-httpaf is now pinned to git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9 (version dev)
[dream-pure.dev] synchronised (no changes)
dream-pure is now pinned to git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9 (version dev)
[NOTE] Package tailwindcss does not exist in opam repositories registered in the current switch.
[tailwindcss.dev] synchronised (no changes)
tailwindcss is now pinned to git+https://github.com/tmattio/opam-tailwindcss#170065255079ad2c1f3adef78950d8dbd418fd48 (version dev)
ocaml-ci-web is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package ocaml-ci-service does not exist in opam repositories registered in the current switch.
[ocaml-ci-service.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on ocaml-ci-service package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
ocaml-ci-service is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package ocaml-ci-gitlab does not exist in opam repositories registered in the current switch.
[ocaml-ci-gitlab.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on ocaml-ci-gitlab package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
ocaml-ci-gitlab is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package ocaml-ci-client does not exist in opam repositories registered in the current switch.
[ocaml-ci-client.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on ocaml-ci-client package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
ocaml-ci-client is now pinned to file:///Users/mac1000/src (version dev)
[NOTE] Package ocaml-ci-api does not exist in opam repositories registered in the current switch.
[ocaml-ci-api.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on ocaml-ci-api package definition from source at file:///Users/mac1000/src:
warning 68: Missing field 'license'
ocaml-ci-api is now pinned to file:///Users/mac1000/src (version dev)
2025-10-19 00:18.34 ---> saved as "b98757353c79d1677fa943a50e3f3c5a6ab85c1d4b15eeaee8f98aa10b73f3a7"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/solver-service/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocurrent/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocluster/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocluster/obuilder/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocluster/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocaml-gitlab/dune-project' && \
\necho '(lang dune 3.0)' > './src/ocaml-dockerfile/dune-project' && \
\necho '(lang dune 3.0)' > './src/./dune-project'"))
2025-10-19 00:18.35 ---> saved as "973d1784ff12b6b00fbe5c4321f71b04c24d6fc08e653793b2f93b4246e3db2c"
/: (env DEPS "0install-solver.2.18 alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 ansi.0.7.0 arp.3.1.1 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigarray-compat.1.1.0 bigarray-overlap.0.2.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 caqti.2.2.4 caqti-lwt.2.2.4 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 cf.0.5.0 cf-lwt.0.5.0 checkseum.0.5.2 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-capnproto.2 conf-git.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-graphviz.0.1 conf-libev.4-13 conf-libffi.2.0.0 conf-libssl.4 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 csv.2.4 ctypes.0.23.0 ctypes-foreign.0.23.0 current.dev current_docker.dev current_git.dev current_github.dev current_gitlab.dev current_incr.0.6.1 current_ocluster.dev current_rpc.dev current_web.dev decompress.1.5.3 digestif.1.3.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 dns-client-mirage.7.0.3 dockerfile.dev dockerfile-opam.dev domain-name.0.5.0 dream.dev dream-httpaf.dev dream-pure.dev duff.0.5 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 duration.0.2.1 dyn.3.20.2 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.4 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 git.3.15.0 git-mirage.3.15.0 git-paf.3.15.0 git-unix.3.15.0 github.4.5.0 github-data.4.5.0 github-unix.4.5.0 gitlab.dev gitlab-unix.dev gmap.0.3.0 graphql.0.14.0 graphql-lwt.0.14.0 graphql_parser.0.14.0 h2.0.13.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 happy-eyeballs-mirage.0.6.0 hex.1.5.0 hkdf.1.0.4 hmap.0.8.1 hpack.0.13.0 http.6.0.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.5 ISO8601.0.2.6 integers.0.7.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 ipaddr-sexp.5.6.1 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_ppx.5.9.2 lwt_ssl.1.2.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 magic-mime.1.3.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-runtime.4.10.2 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.7.0 multipart_form-lwt.0.7.0 num.1.6 obuilder-spec.dev ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocluster-api.dev ocplib-endian.1.2 omigrate.0.3.2 opam-0install.0.5.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 optint.0.3.0 ordering.3.20.2 paf.0.5.0 parsexp.v0.17.0 patch.3.0.0 pbkdf.1.2.0 pecu.0.7 pgx.2.2 pgx_lwt.2.2 pgx_lwt_unix.2.2 pp.2.0.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prettym.0.0.3 prometheus.1.2 prometheus-app.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.14.0 res.5.0.2 result.1.5 routes.2.0.0 rresult.0.7.0 seq.base session.0.5.0 session-cohttp.0.5.0 session-cohttp-lwt.0.5.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 solver-service.dev solver-service-api.dev spdx_licenses.1.4.0 sqlite3.5.3.1 ssl.0.7.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stdune.3.20.2 stringext.1.6.0 swhid_core.0.1 tailwindcss.dev tcpip.8.0.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 tls.0.17.3 tls-lwt.0.17.3 tls-mirage.0.17.3 topkg.1.1.0 tyxml.4.6.0 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uuidm.0.9.10 uutf.1.0.4 x509.0.16.5 yojson.2.2.2 zarith.1.14")
/: (env CI true)
/: (env OCAMLCI true)
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocaml-ci.dev ocaml-ci-web.dev ocaml-ci-service.dev ocaml-ci-gitlab.dev ocaml-ci-client.dev ocaml-ci-api.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_git.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_docker.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_github.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_gitlab.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_ocluster.dev] synchronised (file:///Users/mac1000/src/ocluster)
[current_rpc.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_web.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[dockerfile.dev] synchronised (file:///Users/mac1000/src/ocaml-dockerfile)
[dockerfile-opam.dev] synchronised (file:///Users/mac1000/src/ocaml-dockerfile)
[dream.dev] synchronised (no changes)
[dream-httpaf.dev] synchronised (no changes)
[dream-pure.dev] synchronised (no changes)
[gitlab.dev] synchronised (file:///Users/mac1000/src/ocaml-gitlab)
[gitlab-unix.dev] synchronised (file:///Users/mac1000/src/ocaml-gitlab)
[obuilder-spec.dev] synchronised (file:///Users/mac1000/src/ocluster/obuilder)
[ocaml-ci.dev] synchronised (file:///Users/mac1000/src)
[ocaml-ci-api.dev] synchronised (file:///Users/mac1000/src)
[ocaml-ci-client.dev] synchronised (file:///Users/mac1000/src)
[ocaml-ci-gitlab.dev] synchronised (file:///Users/mac1000/src)
[ocaml-ci-service.dev] synchronised (file:///Users/mac1000/src)
[ocaml-ci-web.dev] synchronised (file:///Users/mac1000/src)
[ocluster-api.dev] synchronised (file:///Users/mac1000/src/ocluster)
[solver-service.dev] synchronised (file:///Users/mac1000/src/solver-service)
[solver-service-api.dev] synchronised (file:///Users/mac1000/src/solver-service)
[tailwindcss.dev] synchronised (no changes)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
capnp gmp graphviz libev libffi openssl pkgconf sqlite
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "capnp" "gmp" "graphviz" "libev" "libffi" "openssl" "pkgconf" "sqlite"
- ==> Fetching downloads for: capnp, gmp, graphviz, libev, libffi, openssl@3, pkgconf and sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c1e4e3e62e1119c1c3d634257ffb10c8b5a8e0815385c9327a5782a4cc66e818--capnp-1.2.0.bottle_manifest.json
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphviz/manifests/14.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1312319e8f4e97c419b049c9bad29c805aea596815e2e636e24577fc123ce64c--graphviz-14.0.1.bottle_manifest.json
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.5.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1e3f0378eebac131d3f2f10e90ed27d4d855d669ead4a290ed14197729216c90--libffi-3.5.2.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.4-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc0b46a30077b6cb9f6927fc0c81145398349a0ba416b914b1e5485d0d678231--sqlite-3.50.4-2.bottle_manifest.json
- ==> Fetching capnp
- ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/blobs/sha256:fa74eafe82cb0fb8753552e68548a15106b9e2543263b837d6221c5962ee3a6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/42ef37df4cfa2097072ad9d4baf2c88dd79512b7b7cbc98c46431b4e358e8ff7--capnp--1.2.0.sonoma.bottle.tar.gz
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:d1192da68b2618652f4be0dd9f56b18d2d276481440ae241ce9cc17be0450e07
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea83c2ee63250dbc931826078df9b212ba8618ad631319170d4cb55723e4fe0b--gmp--6.3.0.sequoia.bottle.tar.gz
- ==> Fetching dependencies for graphviz: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, dav1d, libavif, gd, jasper, netpbm, gts, gdk-pixbuf, fribidi, graphite2, icu4c@77, harfbuzz, pango, librsvg, m4 and libtool
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json
- ==> Fetching libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:e75d186e750e25eaec263712695e32f90f1db116a7b1b6800e4f1d8b8fcd26f5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e33d57554c10d8a18dc73762cb8e1ce209aae943b08164bd9eb00139e882542--libpng--1.6.50.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:600186586fab89dec45ca8e4da1ca6bf00576326fb43b311ff9f705105a6df2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3be49ea49fe0b0f95eed4951628bfa3f2211c0e0943de34cc110e28aa96d9280--freetype--2.14.1_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:4e3960f18ae73ba2bdb6b046431c9fac5936138cb68f454752b8e7de0aea54f8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f33308898a7ab004cd499ebf8c898d51f3f22c100357533790794cc0a760a54--libunistring--1.4.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:87ac92958d68cfd4c000879302cc8237f9ab38aec9429c6970b31667c3d53870
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc9d2d4b924a5357a60f4a3c7edf94b9b3f1792be79585467c110cdc4b3a69ff--gettext--0.26.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json
- ==> Fetching fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:ca0deb10e43960476c8c417e78f14e81bc2d0674c7860db8efb842d206093137
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fd91bc78cf3ce0d578de5b5de0488e4cde02628514086bf761b5fbf0ea69f24b--fontconfig--2.17.1.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/476078c344b0d9fa702da6e94d7fe5dd59bb1897d3fcc12d1b52b4bc0de68854--pcre2-10.46.bottle_manifest.json
- ==> Fetching pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:8de0e4e72fe26f37b904fbf124b7fb6672f8839b76c6bc6ee8b105ba647334a1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c727d168373f8a85f0ae0f24b587063b3d046601c550cc4220d86cecc96997f--pcre2--10.46.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5632e879b4de13053d81def8e05975f37376403192c92f87868969be0558d30--glib-2.86.0.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:e1f81890af8ea4fa905e1db7e45ef52eda2d760b3c05e5d4b7f8881f5487916a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f419e4cd35aae9d9084ec79e99840d418692f6c4354ba1b3a1fac876ace539b--glib--2.86.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Fetching xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/blobs/sha256:3307601f0a03f6c51b640fb11064ef2c2264cc9c20de0604a255370edee3f7f4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c1f6f68a1f0f8735608642fe9278104d2031d0cfcbd737c0ea5d69b85f6841f--xorgproto--2024.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Fetching libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/blobs/sha256:46c7dff8ac6917ffc355a1ac7242fb37f53cb4e7276a9c297b31cd0d35b36b6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ad2b300afce37eb83a3854f3fed974a77aef4f7ad9021e24649184219c29484c--libxau--1.0.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Fetching libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/blobs/sha256:b43d28c50f25ee0775a1bd4269e236d00e352ac060522bfc9186b35165095c56
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19250806e5b71fd875c53f22b8678a0cab1a06ee8c94abb73a97e28f52783f38--libxdmcp--1.1.5.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Fetching libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/blobs/sha256:d7cbef805f6d1aab547a65a931972df59a768bb48ff845ecdcbf7b404f64cfa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7be0e75dc24a393d284307c52bbbe24a88715c70ed5af448509ada7cb0881914--libxcb--1.17.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Fetching libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/blobs/sha256:5d916769cf91a23fff62dbd1b9c791beeca44504e72907511b352f8f758dae4b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/77f90bb088fb6a8a6769efc9e01d2ad6d80050e608bddd534f7e2becb53dac14--libx11--1.8.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Fetching libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/blobs/sha256:86fd68fab7f6cdcca7212812b697efc8d2c1349ceada7c74a1eeabf0f9ec8523
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5583bffd4aa478a8474331362bad04933cbb8037a4f74079bc455c0befb94706--libxext--1.3.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Fetching libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/blobs/sha256:97554360bb9c9e82ebc7140f0186f02c103e877988c1d4a0139fbd5be1990f6a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4603e4553931c5eb7625a260d9666de38ad5338e3c293559ff782f23309ad922--libxrender--0.9.12.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Fetching lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/blobs/sha256:11b8557744feb28974cb4caa92a16a89f3ead77468778cc17c2f349502df495e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f0dc4a5fcf804e3ccfdd46e29b128bb47ad436437faf1d189a7e6096ae94830--lzo--2.10.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:491c963c8c80dc12305465d1191e4f29670a0cbda311d741ef8d074660392abc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0335a6734c7d35ba6636fa6d5580aa05f8bf45dc4643b18a0dbd276b3877a139--pixman--0.46.4.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:a29a888d7f2cdf008c4e0525a72e3f5ad68c7917b830dad7c3d66f6e050fa4a2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7cec183349fe431549b65b25b115f3e9d3528a599a10383681b59f551cbfb40e--cairo--1.18.4.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:90085add5a101d6955ca901a3b42461886d5b2430f705ac93406f87bba332be1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4936987721a9f9666a720b3a224bcfe7c33905d9d26c51186f525373ed37e34d--jpeg-turbo--3.1.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:8934e84777d1c6f63d6e4c07213731c9af1b7a66d5f0a6b3ef0bb6d56bb63a86
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4822f8f201cbdc0e3eb6468466e796865c20a2c0cd1a7244ef39c3b88482e895--brotli--1.1.0.sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Fetching giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/blobs/sha256:40d390aab5bc396eb3efa0ae00987efd8c9eb8049239f709f486a879577a41ef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af17051980333f84d67178c67cabbfa3d6db192c7ddb523e71a2f3ec6da59f44--giflib--5.2.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json
- ==> Fetching highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:da1f77ecabc34ef77c51fc88b93822d97c71a2194e01718dbb0b022adcc65f18
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3a1b113bf37cd59e2ba6c7e521546fb0ec0e08c18588726ba3d5fe46807e8dd1--highway--1.3.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82322ae05e389eb5b059000e61d0a7acb8176046888dc2e15344c8fd7704ade4--imath-3.2.2.bottle_manifest.json
- ==> Fetching imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:72a4653f1f1b9e820fcb53cd85720264dd29d9de6346d97a600d8177799020af
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/446004c64db115aed80fb3e6117b8e8e3c4d7c33f37c2fdc95d70664a316f66a--imath--3.2.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.sequoia.bottle.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:f75cb29a4d25d37e1db38d95c5970cc45de7ec63ce43cfa881a877b424154a42
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/042532902d873e5c9a0241944df9f8952f25a1befbce2f95faa3f3154161bc3a--lz4--1.10.0.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:342e64c01287a716615d14d4a71770fc5930871dc0a965fbdda6062f80dc1952
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/526ee0bcc5dbf4b6f0ca556d34954a7267d57322b268645072b5e0bd8e908c44--zstd--1.5.7.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:7291204d8680bf0bb9e484025e5d1bef48c696b9eb81a0b59476f6edb25f7f55
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/beca8fd0324b6060f7d0c2d256d9759c8c793d6deffd8aa1dde95f6ccc5daee9--libtiff--4.7.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json
- ==> Fetching little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256:6f3a75284dcdd815c90822ac2d7ca5da326f9b1caa429b57bc95bc1f49d76881
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4303d793f2d8151c8732b22fb711318479075b3f3cdb357843e26433724e5607--little-cms2--2.17.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f25944af7be6e49fb1ab535f6d86ab11b6414cd8d6fca2fec1817aff2268c451--libdeflate-1.24.bottle_manifest.json
- ==> Fetching libdeflate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/blobs/sha256:2e7067afa9095766f5ea81162c05028e50d433bd334162874974598841fb9415
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/619a5369b330c1f0eaedb6223c2f05d71b918ef1382381a90a1d6a32039b808e--libdeflate--1.24.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ea6e2251a31ea829c17feb3acf72d6e824f0d8996217655c442c9905c2a3161--openjph-0.24.2.bottle_manifest.json
- ==> Fetching openjph
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/blobs/sha256:2fef1e922ff9747cd606ffec418b234cb850a6b4e45fd969c8cd14c57aa7288a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddebbde5d3182e1b6bf7e92ec6d856c5f7d3f2b862cd4a062ccc2a23ed7cd701--openjph--0.24.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39571f48b911d91aa14999bff5964722f45de7c958e7e27e6edb3db839331070--openexr-3.4.2.bottle_manifest.json
- ==> Fetching openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:e96c9c19aec1a062f4ca16287b202c734ab499ba95671b0b8c3f48dc1fc2ecfd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cb7a754d13c79a1639057073aa89fb2f9828188f182e08880a6f6c4f0c0c34c--openexr--3.4.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json
- ==> Fetching webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:ea4e1ab3ff7e848a8b26a6e851e032887c0a5853d4586e77e98ca586b7f96a35
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/603b8d9df79cba91b0844a2973976eef865a8d4c662f01ca471a1f1a1f79d53d--webp--1.6.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json
- ==> Fetching jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:1aeb4fc9fb480313485f8681f532fe2c511de1deab15383c57b28769a32148f6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/edaac538833b7adfb1ff9c5fbaeb1bff72cc8afa4a0db45106292f0d3fb08a85--jpeg-xl--0.11.1_3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e1a82ebf20a6bd20eace7c0c56b52b096c4fa892466fa0a9e7be486389e0974--libvmaf-3.0.0-1.bottle_manifest.json
- ==> Fetching libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/blobs/sha256:64600bc64ae6dc61c6b9f31c7c4ee35a045b72966ba85d6de1e8f7b0fb575c6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c51914df0759ee9c83351a0883dea3f3cb8c089e07b2420d32cd69f48dbdc619--libvmaf--3.0.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json
- ==> Fetching aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:5d05040b86a95990ea50468ff17b5cbe3bccb2e636a1f6256e4c0439fe189f93
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f4c43ff971a039aa16144e96bdcd37ed0de9f8745878c5897350cd109785b9d4--aom--3.13.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76ce8a8dffcdb3883423d0fa5ff3dbd810a979e8ef55ee544728d3cf5625c656--dav1d-1.5.1.bottle_manifest.json
- ==> Fetching dav1d
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/blobs/sha256:0eab150c56858a839a017d529f909abbd7c83092a8815d21e51787e060e79b4f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/34e366825a6c531507b745b240001589bf92366bf0d1721b1487c5fb5dbae54a--dav1d--1.5.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5e276de54a77f31de47de1e068b10fd251eb8c09e3610158b31d25bb056583d--libavif-1.3.0-1.bottle_manifest.json
- ==> Fetching libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/blobs/sha256:872e29f2f8d23d4e6835f0d255a32971ee7ff26e22030e3d104a4a53a3f5e010
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc26acfc4dfaf36b168d29d1ad13f4c80a803d8be9f3684d92ea58623d52a862--libavif--1.3.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gd/manifests/2.3.3_6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f63d9efd8c74faa4477bd8b8a3970abd38e51230ed052918bb6f3715aab8b61--gd-2.3.3_6.bottle_manifest.json
- ==> Fetching gd
- ==> Downloading https://ghcr.io/v2/homebrew/core/gd/blobs/sha256:7bc1099e53432209a4c5da106c8105e0f8e95728a6cc77438e2761c8b6fcf05b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/49f8593e8081a273afa6d6c9677b6ecb1aefbbcaf2d62e730166fd548672293c--gd--2.3.3_6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.2.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67b694859d26f9d906d7d65dcf7edf31ec306d8bcffc86951fb40ec1134d034e--jasper-4.2.8.bottle_manifest.json
- ==> Fetching jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/blobs/sha256:48fe7826a1387f0e7729edc0f1f08ce9fe25b64058ad475dc2915f96a13f8753
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2a8c2e853d1757e01922bb6063dd0890e7482f1256f767b5529099fea29e66ec--jasper--4.2.8.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/netpbm/manifests/11.02.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c6abfd2df7ba07568feeea0ce2ebb70e8c563cc2d4ab8a7503a5df1439778dca--netpbm-11.02.19.bottle_manifest.json
- ==> Fetching netpbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/netpbm/blobs/sha256:f91914baa422ddca9ee6b8920f7e3a7f45016de5f73f4785d2eccbe5fb3bbda7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d52be2271e6b13c5ed5935091271b30d79540ba1541658d80d0bb9e7725b8398--netpbm--11.02.19.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gts/manifests/0.7.6_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0cb7519523b42ff855917c33218c1ef771e3060080fea895de59eb848c833cd1--gts-0.7.6_3.bottle_manifest.json
- ==> Fetching gts
- ==> Downloading https://ghcr.io/v2/homebrew/core/gts/blobs/sha256:63d06518c5c1da686ecf76d612b7717bc021d8c19a6470a21ec1f69020fe1dac
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/93e314b80e1c84970799bd6ca4a6870036d0ec03b5442c4f014306447daf8ba7--gts--0.7.6_3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.44.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1c2cace8ac08edff70f55d6638f2c55682a8658ef0f1d625ffd64e89024c842--gdk-pixbuf-2.44.3.bottle_manifest.json
- ==> Fetching gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/blobs/sha256:4310493830785845f98a28ac1a5db75c7f3b713f3fd1355b7cd639a9fcd31a06
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cee479833d3b621ce6d6a6bf90dcaf2268ea59eac7504f515e971b6ad5e7b215--gdk-pixbuf--2.44.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Fetching fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/blobs/sha256:abda3f3925574ac53d9fa5a7629102dda29132a64cf1a9f756eedc3258d1e855
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d58dd9f3a4f417985f847d7b2e69bf6281674be74db4aef1a2f05c55a5720da2--fribidi--1.0.16.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1af07653656b9533d722782392c6dc5e1955220af34d6df6b861f085223d6b0--graphite2-1.3.14-1.bottle_manifest.json
- ==> Fetching graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:3871c6bd9b5511974b9e95269cbfe2f58fdd01c85f541707a1863234e983da01
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/881393220aac89d9bf1a783b169f77a2948c80b879c3233a6cf1634db59e0fe3--graphite2--1.3.14.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Fetching icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256:54d609febedd08e8a4a825435d85f6d4db045f586523edb8965434e8e9c93fa6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11e74c87967dc86e6b3deabe4c454ae87bbf7535c100ec0d330418593c466408--icu4c@77--77.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f1389081d9b9e17b6c754c4e5dbf5d75ad247217bd200f7d61e15a3ecfeb1e8--harfbuzz-12.1.0-1.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:8723a67520f71142fb80d9a68ec9d431f5e8d9c93f277a668414588890912895
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6c5ec76b8ad58390111050247ba30398822dc7853faf7d1014ea31065770b65--harfbuzz--12.1.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87fe0f832b92ea43cb93acc3e2d7754f4d29ae0ddeadb5459fb4f7fd3a50e805--pango-1.57.0_1.bottle_manifest.json
- ==> Fetching pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:ae4ef39435487540dff3163e170936841edd376cd6ca56d5f4ba9765ce8f144e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2fc2b139cc1b721c70d63f7e81fb75df4d24433867755a3c5fe1eb478806ad5b--pango--1.57.0_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/librsvg/manifests/2.61.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cb8bc22875e83e36c27d95fd7a090675821556d46e79a0d25a6ad7de41705466--librsvg-2.61.1.bottle_manifest.json
- ==> Fetching librsvg
- ==> Downloading https://ghcr.io/v2/homebrew/core/librsvg/blobs/sha256:60cb3cfba6424c682559c934156d776ce253a6d18380f8950d3a56a0502a3ac6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/355d29db48e367021dbb94658d45d928f8ed992bf27d1c6ca226cb0ddd289067--librsvg--2.61.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6daeb2039950dd6932facf910fa817e9572e091a75508870ed06c1711c450a43--m4-1.4.20.bottle_manifest.json
- ==> Fetching m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:72ae6db69f54b605594324fbbd4f2d6f6d3317289518ce698c4de2b806ff1b67
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5612eab47b52963b507cf1326574a0107c4e52fe4b90488004be9002556bf77c--m4--1.4.20.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtool/manifests/2.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/caf68ff95c648186998b530b6be93ecb50b17ff8e55d0531c81a5b9456cf2887--libtool-2.5.4.bottle_manifest.json
- ==> Fetching libtool
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtool/blobs/sha256:b86376ec9504b188528c074fb1c5ade15679402ed1e4b20a99b2ac2235780717
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7585faae22b2a6277bdc87c68c9b4c14322d9b12fa11e4ff14b70b13302c0a09--libtool--2.5.4.sequoia.bottle.tar.gz
- ==> Fetching graphviz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphviz/blobs/sha256:2e354d91e4c88c1797c8db0098dcd645058128fc9b78a0c49563b3b9ab43e887
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c10667baabd82b2177d65eeb2aa78f2548f4f6368d76ffa839137d7eb1489eae--graphviz--14.0.1.sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching libffi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:4d9e57a4b8bb66b3dd966a931b0be8e916b2587bec5886b8af519dcafe276b13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/689c6d660f0d5ca0546bfdc65f7c162c4860b8346c0fffda739a8cbff56bab9d--libffi--3.5.2.sonoma.bottle.tar.gz
- ==> Fetching dependencies for openssl@3: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:bf8219c33f6de8c2554cff8bcff1e9061ba61e9201acdabf6955347a3b72eb03
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6085493d1b30b576e5ad85aa34370174eec955f21a0516162a86816a4bd1cd1b--ca-certificates--2025-09-09.all.bottle.1.tar.gz
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:a015d2e06290484b37547a57b60c6bc5bd45be0479e0c58529ffa4359a3f6225
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8dc0f2d4b5d1dc3675652c2239ed47f365d72b5ec28d9c875fddff6150f0b7a0--openssl@3--3.6.0.sequoia.bottle.tar.gz
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz
- ==> Fetching dependencies for sqlite: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:85d56c6896ac184bf38b1b0867d050235fb0a4873c152b52a46748aa1b458ec9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff22b4cc8c6a052f791b14e1f40c6f99cfd39c54aee98d59cd1345fed1578c9b--readline--8.3.1.sequoia.bottle.tar.gz
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:6c3265b83d4f30bde5b89f3b0138b0eb8c4c1db12a08f61071c87fecd7bc2474
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f291f48f99c557166eba6507c97b7daa379f0f081fc23c12a8d33cc44475baa--sqlite--3.50.4.sequoia.bottle.2.tar.gz
- ==> Pouring capnp--1.2.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/capnp/1.2.0: 145 files, 16MB
- ==> Running `brew cleanup capnp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.2MB
- ==> Running `brew cleanup gmp`...
- ==> Installing dependencies for graphviz: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, dav1d, libavif, gd, jasper, netpbm, gts, gdk-pixbuf, fribidi, graphite2, icu4c@77, harfbuzz, pango, librsvg, m4 and libtool
- ==> Installing graphviz dependency: libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json
- ==> Pouring libpng--1.6.50.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libpng/1.6.50: 28 files, 1.2MB
- ==> Installing graphviz dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json
- ==> Pouring freetype--2.14.1_1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/freetype/2.14.1_1: 68 files, 2.6MB
- ==> Installing graphviz dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json
- ==> Pouring libunistring--1.4.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libunistring/1.4.1: 59 files, 5.6MB
- ==> Installing graphviz dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json
- ==> Pouring gettext--0.26.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/gettext/0.26: 2,428 files, 26.9MB
- ==> Installing graphviz dependency: fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json
- ==> Pouring fontconfig--2.17.1.sonoma.bottle.1.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /usr/local/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose
- 🍺 /usr/local/Cellar/fontconfig/2.17.1: 98 files, 1.2MB
- ==> Installing graphviz dependency: pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.46
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/476078c344b0d9fa702da6e94d7fe5dd59bb1897d3fcc12d1b52b4bc0de68854--pcre2-10.46.bottle_manifest.json
- ==> Pouring pcre2--10.46.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/pcre2/10.46: 242 files, 6.7MB
- ==> Installing graphviz dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5632e879b4de13053d81def8e05975f37376403192c92f87868969be0558d30--glib-2.86.0.bottle_manifest.json
- ==> Pouring glib--2.86.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/glib/2.86.0: 504 files, 34.9MB
- ==> Installing graphviz dependency: xorgproto
- ==> Downloading https://ghcr.io/v2/homebrew/core/xorgproto/manifests/2024.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d89d69340366d1d015e7214520f64081e2d82d7955fb28c6ea5f6539dcb610b2--xorgproto-2024.1.bottle_manifest.json
- ==> Pouring xorgproto--2024.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/xorgproto/2024.1: 268 files, 3.9MB
- ==> Installing graphviz dependency: libxau
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxau/manifests/1.0.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6335be202d59f96fdee2e4a02f93d8ee87dfcfdbaa4ed132b8fe8c3e3651e27c--libxau-1.0.12.bottle_manifest.json
- ==> Pouring libxau--1.0.12.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxau/1.0.12: 21 files, 93KB
- ==> Installing graphviz dependency: libxdmcp
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxdmcp/manifests/1.1.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8713e53f73d0be64780dbea522b0ee07027e6cc7828ff1a4fa0a6596f14cfe25--libxdmcp-1.1.5.bottle_manifest.json
- ==> Pouring libxdmcp--1.1.5.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxdmcp/1.1.5: 12 files, 120.7KB
- ==> Installing graphviz dependency: libxcb
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxcb/manifests/1.17.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a17e9d0e04a0013a5be592875b012c409023664b3df084b8051766331d213ff5--libxcb-1.17.0-1.bottle_manifest.json
- ==> Pouring libxcb--1.17.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/libxcb/1.17.0: 2,498 files, 6.2MB
- ==> Installing graphviz dependency: libx11
- ==> Downloading https://ghcr.io/v2/homebrew/core/libx11/manifests/1.8.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8510ddcf75e7c4313fe4f8b0999d667b22f2ae0b850bc80ba53becb609335934--libx11-1.8.12.bottle_manifest.json
- ==> Pouring libx11--1.8.12.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libx11/1.8.12: 1,043 files, 6.8MB
- ==> Installing graphviz dependency: libxext
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxext/manifests/1.3.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fedb843acbfcf682fb451396914bfc096f9ea2748376d4c43ce2af7ce1b766b7--libxext-1.3.6.bottle_manifest.json
- ==> Pouring libxext--1.3.6.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxext/1.3.6: 88 files, 430.2KB
- ==> Installing graphviz dependency: libxrender
- ==> Downloading https://ghcr.io/v2/homebrew/core/libxrender/manifests/0.9.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/152fb22ff88a23b62841dcfa14aac21018e1d736c072d732185f6139ef922e1c--libxrender-0.9.12.bottle_manifest.json
- ==> Pouring libxrender--0.9.12.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libxrender/0.9.12: 13 files, 174.2KB
- ==> Installing graphviz dependency: lzo
- ==> Downloading https://ghcr.io/v2/homebrew/core/lzo/manifests/2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d4aa5b0c239912c53bc857d1012c6b7feb4acb509618f5e100f95bf8521f08e7--lzo-2.10.bottle_manifest.json
- ==> Pouring lzo--2.10.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/lzo/2.10: 32 files, 555.7KB
- ==> Installing graphviz dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json
- ==> Pouring pixman--0.46.4.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/pixman/0.46.4: 11 files, 1.4MB
- ==> Installing graphviz dependency: cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json
- ==> Pouring cairo--1.18.4.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/cairo/1.18.4: 58 files, 4.2MB
- ==> Installing graphviz dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.1.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/jpeg-turbo/3.1.2: 47 files, 4.2MB
- ==> Installing graphviz dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Pouring brotli--1.1.0.sonoma.bottle.2.tar.gz
- 🍺 /usr/local/Cellar/brotli/1.1.0: 28 files, 1.6MB
- ==> Installing graphviz dependency: giflib
- ==> Downloading https://ghcr.io/v2/homebrew/core/giflib/manifests/5.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/283773c4d2db4fe867419d7eea6811a6417889d78fad8871041c07f49b22d2a1--giflib-5.2.2.bottle_manifest.json
- ==> Pouring giflib--5.2.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/giflib/5.2.2: 20 files, 363.7KB
- ==> Installing graphviz dependency: highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json
- ==> Pouring highway--1.3.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/highway/1.3.0: 81 files, 8.7MB
- ==> Installing graphviz dependency: imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82322ae05e389eb5b059000e61d0a7acb8176046888dc2e15344c8fd7704ade4--imath-3.2.2.bottle_manifest.json
- ==> Pouring imath--3.2.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/imath/3.2.2: 50 files, 923.4KB
- ==> Installing graphviz dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB
- ==> Installing graphviz 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.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 662.3KB
- ==> Installing graphviz dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB
- ==> Installing graphviz dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json
- ==> Pouring libtiff--4.7.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libtiff/4.7.1: 488 files, 7.8MB
- ==> Installing graphviz dependency: little-cms2
- ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json
- ==> Pouring little-cms2--2.17.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/little-cms2/2.17: 23 files, 1.2MB
- ==> Installing graphviz dependency: libdeflate
- ==> Downloading https://ghcr.io/v2/homebrew/core/libdeflate/manifests/1.24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f25944af7be6e49fb1ab535f6d86ab11b6414cd8d6fca2fec1817aff2268c451--libdeflate-1.24.bottle_manifest.json
- ==> Pouring libdeflate--1.24.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libdeflate/1.24: 17 files, 351.3KB
- ==> Installing graphviz dependency: openjph
- ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ea6e2251a31ea829c17feb3acf72d6e824f0d8996217655c442c9905c2a3161--openjph-0.24.2.bottle_manifest.json
- ==> Pouring openjph--0.24.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/openjph/0.24.2: 25 files, 636.3KB
- ==> Installing graphviz dependency: openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39571f48b911d91aa14999bff5964722f45de7c958e7e27e6edb3db839331070--openexr-3.4.2.bottle_manifest.json
- ==> Pouring openexr--3.4.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/openexr/3.4.2: 212 files, 4.3MB
- ==> Installing graphviz dependency: webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json
- ==> Pouring webp--1.6.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/webp/1.6.0: 64 files, 2.5MB
-
nstalling graphviz dependency: jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json
- ==> Pouring jpeg-xl--0.11.1_3.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/jpeg-xl/0.11.1_3: 64 files, 53.3MB
- ==> Installing graphviz dependency: libvmaf
- ==> Downloading https://ghcr.io/v2/homebrew/core/libvmaf/manifests/3.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e1a82ebf20a6bd20eace7c0c56b52b096c4fa892466fa0a9e7be486389e0974--libvmaf-3.0.0-1.bottle_manifest.json
- ==> Pouring libvmaf--3.0.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/libvmaf/3.0.0: 235 files, 7.2MB
- ==> Installing graphviz dependency: aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json
- ==> Pouring aom--3.13.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/aom/3.13.1: 28 files, 12.0MB
- ==> Installing graphviz dependency: dav1d
- ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76ce8a8dffcdb3883423d0fa5ff3dbd810a979e8ef55ee544728d3cf5625c656--dav1d-1.5.1.bottle_manifest.json
- ==> Pouring dav1d--1.5.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/dav1d/1.5.1: 16 files, 2.3MB
- ==> Installing graphviz dependency: libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5e276de54a77f31de47de1e068b10fd251eb8c09e3610158b31d25bb056583d--libavif-1.3.0-1.bottle_manifest.json
- ==> Pouring libavif--1.3.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/libavif/1.3.0: 22 files, 854.8KB
- ==> Installing graphviz dependency: gd
- ==> Downloading https://ghcr.io/v2/homebrew/core/gd/manifests/2.3.3_6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f63d9efd8c74faa4477bd8b8a3970abd38e51230ed052918bb6f3715aab8b61--gd-2.3.3_6.bottle_manifest.json
- ==> Pouring gd--2.3.3_6.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/gd/2.3.3_6: 34 files, 1.3MB
- ==> Installing graphviz dependency: jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.2.8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67b694859d26f9d906d7d65dcf7edf31ec306d8bcffc86951fb40ec1134d034e--jasper-4.2.8.bottle_manifest.json
- ==> Pouring jasper--4.2.8.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/jasper/4.2.8: 45 files, 1.4MB
- ==> Installing graphviz dependency: netpbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/netpbm/manifests/11.02.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c6abfd2df7ba07568feeea0ce2ebb70e8c563cc2d4ab8a7503a5df1439778dca--netpbm-11.02.19.bottle_manifest.json
- ==> Pouring netpbm--11.02.19.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/netpbm/11.02.19: 825 files, 7MB
- ==> Installing graphviz dependency: gts
- ==> Downloading https://ghcr.io/v2/homebrew/core/gts/manifests/0.7.6_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0cb7519523b42ff855917c33218c1ef771e3060080fea895de59eb848c833cd1--gts-0.7.6_3.bottle_manifest.json
- ==> Pouring gts--0.7.6_3.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/gts/0.7.6_3: 27 files, 1.4MB
- ==> Installing graphviz dependency: gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.44.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1c2cace8ac08edff70f55d6638f2c55682a8658ef0f1d625ffd64e89024c842--gdk-pixbuf-2.44.3.bottle_manifest.json
- ==> Pouring gdk-pixbuf--2.44.3.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/gdk-pixbuf/2.44.3/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺 /usr/local/Cellar/gdk-pixbuf/2.44.3: 151 files, 3.3MB
- ==> Installing graphviz dependency: fribidi
- ==> Downloading https://ghcr.io/v2/homebrew/core/fribidi/manifests/1.0.16
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b4a81e7d1c2fe7c2d8ed4194565744f65bab0238c00f7f3f521f5aec2b8697f--fribidi-1.0.16.bottle_manifest.json
- ==> Pouring fribidi--1.0.16.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/fribidi/1.0.16: 68 files, 475.6KB
- ==> Installing graphviz dependency: graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1af07653656b9533d722782392c6dc5e1955220af34d6df6b861f085223d6b0--graphite2-1.3.14-1.bottle_manifest.json
- ==> Pouring graphite2--1.3.14.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/graphite2/1.3.14: 19 files, 234.1KB
- ==> Installing graphviz dependency: icu4c@77
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json
- ==> Pouring icu4c@77--77.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/icu4c@77/77.1: 277 files, 80MB
- ==> Installing graphviz dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f1389081d9b9e17b6c754c4e5dbf5d75ad247217bd200f7d61e15a3ecfeb1e8--harfbuzz-12.1.0-1.bottle_manifest.json
- ==> Pouring harfbuzz--12.1.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/harfbuzz/12.1.0: 77 files, 12MB
- ==> Installing graphviz dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87fe0f832b92ea43cb93acc3e2d7754f4d29ae0ddeadb5459fb4f7fd3a50e805--pango-1.57.0_1.bottle_manifest.json
- ==> Pouring pango--1.57.0_1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/pango/1.57.0_1: 69 files, 3.1MB
- ==> Installing graphviz dependency: librsvg
- ==> Downloading https://ghcr.io/v2/homebrew/core/librsvg/manifests/2.61.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cb8bc22875e83e36c27d95fd7a090675821556d46e79a0d25a6ad7de41705466--librsvg-2.61.1.bottle_manifest.json
- ==> Pouring librsvg--2.61.1.sonoma.bottle.tar.gz
- ==> /usr/local/opt/gdk-pixbuf/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺 /usr/local/Cellar/librsvg/2.61.1: 21 files, 12.8MB
- ==> Installing graphviz dependency: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6daeb2039950dd6932facf910fa817e9572e091a75508870ed06c1711c450a43--m4-1.4.20.bottle_manifest.json
- ==> Pouring m4--1.4.20.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/m4/1.4.20: 14 files, 754.2KB
- ==> Installing graphviz dependency: libtool
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtool/manifests/2.5.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/caf68ff95c648186998b530b6be93ecb50b17ff8e55d0531c81a5b9456cf2887--libtool-2.5.4.bottle_manifest.json
- ==> Pouring libtool--2.5.4.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/libtool/2.5.4: 76 files, 3.9MB
- ==> Installing graphviz
- ==> Pouring graphviz--14.0.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/graphviz/14.0.1: 283 files, 6.6MB
- ==> Running `brew cleanup graphviz`...
- ==> Pouring libev--4.33.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libev/4.33: 13 files, 484.2KB
- ==> Running `brew cleanup libev`...
- ==> Pouring libffi--3.5.2.sonoma.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find libffi you may need to set:
- export LDFLAGS="-L/usr/local/opt/libffi/lib"
- export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> Summary
- 🍺 /usr/local/Cellar/libffi/3.5.2: 18 files, 704.5KB
- ==> Running `brew cleanup libffi`...
- ==> Installing openssl@3 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json
- ==> Pouring ca-certificates--2025-09-09.all.bottle.1.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2025-09-09: 4 files, 232.4KB
- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz
- ==> Caveats
- To add additional certificates, place .pem files in
- /usr/local/etc/openssl@3/certs
-
- and run
- /usr/local/opt/openssl@3/bin/c_rehash
- ==> Summary
- 🍺 /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 36MB
- ==> Running `brew cleanup openssl@3`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing sqlite dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Pouring readline--8.3.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/readline/8.3.1: 56 files, 2.4MB
- ==> Pouring sqlite--3.50.4.sequoia.bottle.2.tar.gz
- ==> Caveats
- sqlite is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have sqlite first in your PATH, run:
- echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/usr/local/opt/sqlite/lib"
- export CPPFLAGS="-I/usr/local/opt/sqlite/include"
-
- For pkgconf to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
- ==> Summary
- 🍺 /usr/local/Cellar/sqlite/3.50.4: 13 files, 4.8MB
- ==> Running `brew cleanup sqlite`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find libffi you may need to set:
- export LDFLAGS="-L/usr/local/opt/libffi/lib"
- export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> openssl@3
- To add additional certificates, place .pem files in
- /usr/local/etc/openssl@3/certs
-
- and run
- /usr/local/opt/openssl@3/bin/c_rehash
- ==> sqlite
- sqlite is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have sqlite first in your PATH, run:
- echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/usr/local/opt/sqlite/lib"
- export CPPFLAGS="-I/usr/local/opt/sqlite/include"
-
- For pkgconf to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
2025-10-19 00:23.40 ---> saved as "1a4fb2061ce20fa8fe4bc3903d44337fd375a90b84ff2cdfe0a2ea4313b38980"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_git.dev] synchronised (no changes)
[current_docker.dev] synchronised (no changes)
[current.dev] synchronised (no changes)
[current_github.dev] synchronised (no changes)
[current_ocluster.dev] synchronised (no changes)
[current_gitlab.dev] synchronised (no changes)
[current_rpc.dev] synchronised (no changes)
[current_web.dev] synchronised (no changes)
[dockerfile.dev] synchronised (no changes)
[dockerfile-opam.dev] synchronised (no changes)
[dream.dev] synchronised (no changes)
[dream-httpaf.dev] synchronised (no changes)
[dream-pure.dev] synchronised (no changes)
[gitlab.dev] synchronised (no changes)
[gitlab-unix.dev] synchronised (no changes)
[ocluster-api.dev] synchronised (no changes)
[obuilder-spec.dev] synchronised (no changes)
[solver-service.dev] synchronised (no changes)
[solver-service-api.dev] synchronised (no changes)
[tailwindcss.dev] synchronised (no changes)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 255 packages
- install 0install-solver 2.18
- install alcotest 1.9.1
- install alcotest-lwt 1.9.1
- install angstrom 0.16.1
- install ansi 0.7.0
- install arp 3.1.1
- install asetmap 0.8.1
- install asn1-combinators 0.2.6
- install astring 0.8.5
- install atd 2.16.0
- install atdgen 2.16.0
- install atdgen-runtime 2.16.0
- install awa 0.3.0
- install awa-mirage 0.3.0
- install base v0.17.3
- install base-bytes base
- install base64 3.5.2
- install bigarray-compat 1.1.0
- install bigarray-overlap 0.2.1
- install bigstringaf 0.10.0
- install biniou 1.2.2
- install bos 0.2.1
- install ca-certs 0.2.3
- install ca-certs-nss 3.101
- install camlp-streams 5.0.1
- install capnp 3.6.0
- install capnp-rpc 1.2.3
- install capnp-rpc-lwt 1.2.3
- install capnp-rpc-net 1.2.3
- install capnp-rpc-unix 1.2.3
- install caqti 2.2.4
- install caqti-lwt 2.2.4
- install carton 0.7.2
- install carton-git 0.7.2
- install carton-lwt 0.7.2
- install cf 0.5.0
- install cf-lwt 0.5.0
- install checkseum 0.5.2
- install cmdliner 1.3.0
- install cohttp 6.0.0
- install cohttp-lwt 6.0.0
- install cohttp-lwt-unix 6.0.0
- install conduit 6.2.3
- install conduit-lwt 6.2.3
- install conduit-lwt-unix 6.2.3
- install conf-capnproto 2
- install conf-git 1.1
- install conf-gmp 5
- install conf-gmp-powm-sec 4
- install conf-graphviz 0.1
- install conf-libev 4-13
- install conf-libffi 2.0.0
- install conf-libssl 4
- install conf-pkg-config 4
- install conf-sqlite3 1
- install cppo 1.8.0
- install crunch 4.0.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install cstruct-lwt 6.2.0
- install cstruct-unix 6.2.0
- install csv 2.4
- install ctypes 0.23.0
- install ctypes-foreign 0.23.0
- install current dev (pinned)
- install current_docker dev (pinned)
- install current_git dev (pinned)
- install current_github dev (pinned)
- install current_gitlab dev (pinned)
- install current_incr 0.6.1
- install current_ocluster dev (pinned)
- install current_rpc dev (pinned)
- install current_web dev (pinned)
- install decompress 1.5.3
- install digestif 1.3.0
- install dns 7.0.3
- install dns-client 7.0.3
- install dns-client-lwt 7.0.3
- install dns-client-mirage 7.0.3
- install dockerfile dev (pinned)
- install dockerfile-opam dev (pinned)
- install domain-name 0.5.0
- install dream dev (pinned)
- install dream-httpaf dev (pinned)
- install dream-pure dev (pinned)
- install duff 0.5
- install dune 3.20.2
- install dune-configurator 3.20.2
- install dune-private-libs 3.20.2
- install dune-site 3.20.2
- install duration 0.2.1
- install dyn 3.20.2
- install easy-format 1.3.4
- install emile 1.1
- install encore 0.8.1
- install eqaf 0.9
- install ethernet 3.2.0
- install extunix 0.4.4
- install faraday 0.8.2
- install faraday-lwt 0.8.2
- install faraday-lwt-unix 0.8.2
- install fmt 0.11.0
- install fpath 0.7.3
- install fsevents 0.3.0
- install fsevents-lwt 0.3.0
- install git 3.15.0
- install git-mirage 3.15.0
- install git-paf 3.15.0
- install git-unix 3.15.0
- install github 4.5.0
- install github-data 4.5.0
- install github-unix 4.5.0
- install gitlab dev (pinned)
- install gitlab-unix dev (pinned)
- install gmap 0.3.0
- install graphql 0.14.0
- install graphql-lwt 0.14.0
- install graphql_parser 0.14.0
- install h2 0.13.0
- install happy-eyeballs 0.6.0
- install happy-eyeballs-lwt 0.6.0
- install happy-eyeballs-mirage 0.6.0
- install hex 1.5.0
- install hkdf 1.0.4 (deprecated)
- install hmap 0.8.1
- install hpack 0.13.0
- install http 6.0.0
- install httpaf 0.7.1
- install httpun-types 0.2.0
- install hxd 0.3.5
- install ISO8601 0.2.6
- install integers 0.7.0
- install ipaddr 5.6.1
- install ipaddr-cstruct 5.6.1
- install ipaddr-sexp 5.6.1
- install irmin-watcher 0.5.0
- install jsonm 1.0.2
- install ke 0.6
- install logs 0.9.0
- install lru 0.3.1
- install lwt 5.9.2
- install lwt-dllist 1.1.0
- install lwt_ppx 5.9.2
- install lwt_ssl 1.2.0
- install macaddr 5.6.1
- install macaddr-cstruct 5.6.1
- install magic-mime 1.3.1
- install menhir 20250912
- install menhirCST 20250912
- install menhirLib 20250912
- install menhirSdk 20250912
- install metrics 0.5.0
- install mimic 0.0.6
- install mimic-happy-eyeballs 0.0.6
- install mirage-clock 4.2.0
- install mirage-clock-unix 4.2.0
- install mirage-crypto 0.11.3
- install mirage-crypto-ec 0.11.3
- install mirage-crypto-pk 0.11.3
- install mirage-crypto-rng 0.11.3
- install mirage-crypto-rng-lwt 0.11.3
- install mirage-flow 3.0.0
- install mirage-kv 6.1.1
- install mirage-net 4.0.0
- install mirage-random 3.0.0 (deprecated)
- install mirage-runtime 4.10.2
- install mirage-time 3.0.0
- install mirage-unix 5.0.1
- install mtime 2.1.0
- install multipart_form 0.7.0
- install multipart_form-lwt 0.7.0
- install num 1.6
- install obuilder-spec dev (pinned)
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 4.0.3
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocamlgraph 2.2.0
- install ocluster-api dev (pinned)
- install ocplib-endian 1.2
- install omigrate 0.3.2
- install opam-0install 0.5.1
- install opam-core 2.4.1
- install opam-file-format 2.2.0
- install opam-format 2.4.1
- install opam-repository 2.4.1
- install opam-state 2.4.1
- install optint 0.3.0
- install ordering 3.20.2
- install paf 0.5.0
- install parsexp v0.17.0
- install patch 3.0.0
- install pbkdf 1.2.0
- install pecu 0.7
- install pgx 2.2
- install pgx_lwt 2.2
- install pgx_lwt_unix 2.2
- install pp 2.0.0
- install ppx_compare v0.17.0
- install ppx_custom_printf v0.17.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.1.1
- install ppx_deriving_yojson 3.10.0
- install ppx_sexp_conv v0.17.1
- install ppxlib 0.37.0
- install ppxlib_jane v0.17.4
- install prettym 0.0.3
- install prometheus 1.2
- install prometheus-app 1.2
- install psq 0.2.1
- install ptime 1.2.0
- install randomconv 0.1.3
- install re 1.14.0
- install res 5.0.2
- install result 1.5
- install routes 2.0.0
- install rresult 0.7.0
- install seq base
- install session 0.5.0
- install session-cohttp 0.5.0
- install session-cohttp-lwt 0.5.0
- install sexplib v0.17.0
- install sexplib0 v0.17.0
- install sha 1.15.4
- install solver-service dev (pinned)
- install solver-service-api dev (pinned)
- install spdx_licenses 1.4.0
- install sqlite3 5.3.1
- install ssl 0.7.0
- install stdint 0.7.2
- install stdio v0.17.0
- install stdlib-shims 0.3.0
- install stdune 3.20.2
- install stringext 1.6.0
- install swhid_core 0.1
- install tailwindcss dev (pinned)
- install tcpip 8.0.0
- install timedesc 3.1.0
- install timedesc-tzdb 3.1.0
- install timedesc-tzlocal 3.1.0
- install tls 0.17.3
- install tls-lwt 0.17.3
- install tls-mirage 0.17.3
- install topkg 1.1.0
- install tyxml 4.6.0
- install unstrctrd 0.4
- install uri 4.4.0
- install uri-sexp 4.4.0
- install uuidm 0.9.10
- install uutf 1.0.4
- install x509 0.16.5
- install yojson 2.2.2
- install zarith 1.14
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)
-> retrieved ansi.0.7.0 (cached)
-> retrieved 0install-solver.2.18 (cached)
-> retrieved asetmap.0.8.1 (cached)
-> retrieved arp.3.1.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved asn1-combinators.0.2.6 (cached)
-> retrieved awa.0.3.0, awa-mirage.0.3.0 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved bigarray-overlap.0.2.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.0.2.3 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved atd.2.16.0, atdgen.2.16.0, atdgen-runtime.2.16.0 (cached)
-> retrieved capnp.3.6.0 (cached)
-> retrieved ca-certs-nss.3.101 (cached)
-> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2 (cached)
-> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3 (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
-> retrieved caqti.2.2.4, caqti-lwt.2.2.4 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libev.4-13 (cached)
-> retrieved conf-libssl.4 (cached)
-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)
-> installed conf-git.1.1
-> installed conf-pkg-config.4
-> installed conf-graphviz.0.1
-> installed conf-capnproto.2
-> retrieved cppo.1.8.0 (cached)
-> installed conf-sqlite3.1
-> installed conf-gmp.5
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libffi.2.0.0
-> retrieved crunch.4.0.0 (cached)
-> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved csv.2.4 (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
-> retrieved current.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> retrieved current_git.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_docker.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_incr.0.6.1 (cached)
-> retrieved current_gitlab.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_github.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_ocluster.dev (file:///Users/mac1000/src/ocluster)
-> retrieved current_rpc.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_web.dev (file:///Users/mac1000/src/ocurrent)
-> installed conf-libssl.4
-> installed conf-libev.4-13
-> retrieved dns.7.0.3, dns-client.7.0.3, dns-client-lwt.7.0.3, dns-client-mirage.7.0.3 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved dockerfile.dev (file:///Users/mac1000/src/ocaml-dockerfile)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dockerfile-opam.dev (file:///Users/mac1000/src/ocaml-dockerfile)
-> retrieved digestif.1.3.0 (cached)
-> retrieved dream.dev (no changes)
-> retrieved dream-httpaf.dev (no changes)
-> retrieved duff.0.5 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved easy-format.1.3.4 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved encore.0.8.1 (cached)
-> retrieved eqaf.0.9 (cached)
-> retrieved ethernet.3.2.0 (cached)
-> retrieved dream-pure.dev (no changes)
-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (cached)
-> retrieved extunix.0.4.4 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
-> retrieved github.4.5.0, github-data.4.5.0, github-unix.4.5.0 (cached)
-> retrieved git.3.15.0, git-mirage.3.15.0, git-paf.3.15.0, git-unix.3.15.0 (cached)
-> retrieved gitlab.dev (file:///Users/mac1000/src/ocaml-gitlab)
-> retrieved gmap.0.3.0 (cached)
-> retrieved gitlab-unix.dev (file:///Users/mac1000/src/ocaml-gitlab)
-> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (cached)
-> retrieved h2.0.13.0, hpack.0.13.0 (cached)
-> retrieved happy-eyeballs.0.6.0, happy-eyeballs-lwt.0.6.0, happy-eyeballs-mirage.0.6.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved hkdf.1.0.4 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved httpaf.0.7.1 (cached)
-> retrieved hxd.0.3.5 (cached)
-> retrieved httpun-types.0.2.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1 (cached)
-> retrieved irmin-watcher.0.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.5.9.2, lwt_ppx.5.9.2 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved ISO8601.0.2.6 (https://github.com/ocaml-community/ISO8601.ml/archive/0.2.6.tar.gz)
-> retrieved lwt_ssl.1.2.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mimic.0.0.6, mimic-happy-eyeballs.0.0.6 (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3 (cached)
-> retrieved mirage-flow.3.0.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved mirage-random.3.0.0 (cached)
-> retrieved mirage-net.4.0.0 (cached)
-> retrieved mirage-kv.6.1.1 (cached)
-> retrieved mirage-time.3.0.0 (cached)
-> retrieved mirage-unix.5.0.1 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multipart_form.0.7.0, multipart_form-lwt.0.7.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved obuilder-spec.dev (file:///Users/mac1000/src/ocluster/obuilder)
-> retrieved mirage-runtime.4.10.2 (cached)
-> retrieved ocaml-version.4.0.3 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocluster-api.dev (file:///Users/mac1000/src/ocluster)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved opam-0install.0.5.1 (cached)
-> retrieved opam-file-format.2.2.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-state.2.4.1 (cached)
-> retrieved paf.0.5.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved omigrate.0.3.2 (https://github.com/tmattio/omigrate/releases/download/0.3.2/omigrate-0.3.2.tbz)
-> retrieved pbkdf.1.2.0 (cached)
-> retrieved patch.3.0.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_custom_printf.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved prettym.0.0.3 (cached)
-> retrieved prometheus.1.2, prometheus-app.1.2 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.1.3 (cached)
-> retrieved pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2 (https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz)
-> retrieved re.1.14.0 (cached)
-> retrieved res.5.0.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sha.1.15.4 (cached)
-> retrieved solver-service.dev (file:///Users/mac1000/src/solver-service)
-> retrieved spdx_licenses.1.4.0 (cached)
-> retrieved solver-service-api.dev (file:///Users/mac1000/src/solver-service)
-> retrieved routes.2.0.0 (cached)
-> retrieved ssl.0.7.0 (cached)
-> retrieved stdint.0.7.2 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved swhid_core.0.1 (cached)
-> retrieved sqlite3.5.3.1 (cached)
-> retrieved tcpip.8.0.0 (cached)
-> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0 (cached)
-> retrieved tailwindcss.dev (no changes)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved unstrctrd.0.4 (cached)
-> installed tailwindcss.dev
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uuidm.0.9.10 (https://erratique.ch/software/uuidm/releases/uuidm-0.9.10.tbz)
-> retrieved uutf.1.0.4 (cached)
-> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved zarith.1.14 (cached)
-> retrieved x509.0.16.5 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.0
-> installed hmap.0.8.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed bigarray-compat.1.1.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed bigarray-overlap.0.2.1
-> installed duration.0.2.1
-> installed duff.0.5
-> installed domain-name.0.5.0
-> installed current_incr.0.6.1
-> installed csv.2.4
-> installed cstruct.6.2.0
-> installed crunch.4.0.0
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed 0install-solver.2.18
-> installed gmap.0.3.0
-> installed easy-format.1.3.4
-> installed lwt-dllist.1.1.0
-> installed cstruct-unix.6.2.0
-> installed hex.1.5.0
-> installed macaddr.5.6.1
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed menhirCST.20250912
-> installed ke.0.6
-> installed ISO8601.0.2.6
-> installed http.6.0.0
-> installed biniou.1.2.2
-> installed magic-mime.1.3.1
-> installed macaddr-cstruct.5.6.1
-> installed mirage-random.3.0.0
-> installed mirage-clock.4.2.0
-> installed metrics.0.5.0
-> installed menhirSdk.20250912
-> installed ipaddr.5.6.1
-> installed optint.0.3.0
-> installed ocplib-endian.1.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-version.4.0.3
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed digestif.1.3.0
-> installed menhirLib.20250912
-> installed dune-configurator.3.20.2
-> installed ipaddr-cstruct.5.6.1
-> installed ppx_derivers.1.2.1
-> installed randomconv.0.1.3
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed pecu.0.7
-> installed patch.3.0.0
-> installed ocamlgraph.2.2.0
-> installed lru.0.3.1
-> installed result.1.5
-> installed mirage-clock-unix.4.2.0
-> installed checkseum.0.5.2
-> installed bigstringaf.0.10.0
-> installed ordering.3.20.2
-> installed routes.2.0.0
-> installed angstrom.0.16.1
-> installed decompress.1.5.3
-> installed sqlite3.5.3.1
-> installed spdx_licenses.1.4.0
-> installed sexplib0.v0.17.0
-> installed res.5.0.2
-> installed mirage-crypto.0.11.3
-> installed faraday.0.8.2
-> installed re.1.14.0
-> installed encore.0.8.1
-> installed emile.1.1
-> installed hkdf.1.0.4
-> installed lwt.5.9.2
-> installed prettym.0.0.3
-> installed ssl.0.7.0
-> installed dyn.3.20.2
-> installed pbkdf.1.2.0
-> installed httpun-types.0.2.0
-> installed hpack.0.13.0
-> installed faraday-lwt.0.8.2
-> installed cstruct-lwt.6.2.0
-> installed lwt_ssl.1.2.0
-> installed httpaf.0.7.1
-> installed faraday-lwt-unix.0.8.2
-> installed mirage-flow.3.0.0
-> installed mirage-kv.6.1.1
-> installed mirage-net.4.0.0
-> installed stdlib-shims.0.3.0
-> installed prometheus.1.2
-> installed mirage-time.3.0.0
-> installed h2.0.13.0
-> installed logs.0.9.0
-> installed hxd.0.3.5
-> installed stdint.0.7.2
-> installed stringext.1.6.0
-> installed parsexp.v0.17.0
-> installed integers.0.7.0
-> installed ethernet.3.2.0
-> installed happy-eyeballs.0.6.0
-> installed sha.1.15.4
-> installed alcotest.1.9.1
-> installed arp.3.1.1
-> installed mimic.0.0.6
-> installed mirage-crypto-rng.0.11.3
-> installed alcotest-lwt.1.9.1
-> installed capnp-rpc.1.2.3
-> installed mirage-runtime.4.10.2
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed dns.7.0.3
-> installed mirage-crypto-pk.0.11.3
-> installed sexplib.v0.17.0
-> installed mirage-unix.5.0.1
-> installed session.0.5.0
-> installed swhid_core.0.1
-> installed dns-client.7.0.3
-> installed bos.0.2.1
-> installed timedesc-tzdb.3.1.0
-> installed stdune.3.20.2
-> installed timedesc-tzlocal.3.1.0
-> installed unstrctrd.0.4
-> installed carton.0.7.2
-> installed tcpip.8.0.0
-> installed mirage-crypto-ec.0.11.3
-> installed base.v0.17.3
-> installed carton-lwt.0.7.2
-> installed tyxml.4.6.0
-> installed menhir.20250912
-> installed ctypes.0.23.0
-> installed multipart_form.0.7.0
-> installed carton-git.0.7.2
-> installed stdio.v0.17.0
-> installed timedesc.3.1.0
-> installed ansi.0.7.0
-> installed multipart_form-lwt.0.7.0
-> installed dune-private-libs.3.20.2
-> installed yojson.2.2.2
-> installed opam-file-format.2.2.0
-> installed graphql_parser.0.14.0
-> installed opam-core.2.4.1
-> installed ctypes-foreign.0.23.0
-> installed x509.0.16.5
-> installed uri.4.4.0
-> installed atdgen-runtime.2.16.0
-> installed ca-certs.0.2.3
-> installed graphql.0.14.0
-> installed graphql-lwt.0.14.0
-> installed dune-site.3.20.2
-> installed ca-certs-nss.3.101
-> installed atd.2.16.0
-> installed awa.0.3.0
-> installed capnp.3.6.0
-> installed cf.0.5.0
-> installed awa-mirage.0.3.0
-> installed tls.0.17.3
-> installed cf-lwt.0.5.0
-> installed atdgen.2.16.0
-> installed tls-mirage.0.17.3
-> installed tls-lwt.0.17.3
-> installed git.3.15.0
-> installed dns-client-mirage.7.0.3
-> installed fsevents.0.3.0
-> installed dns-client-lwt.7.0.3
-> installed paf.0.5.0
-> installed capnp-rpc-lwt.1.2.3
-> installed current_rpc.dev
-> installed happy-eyeballs-mirage.0.6.0
-> installed fsevents-lwt.0.3.0
-> installed git-paf.3.15.0
-> installed ppxlib.0.37.0
-> installed mimic-happy-eyeballs.0.0.6
-> installed happy-eyeballs-lwt.0.6.0
-> installed irmin-watcher.0.5.0
-> installed caqti.2.2.4
-> installed capnp-rpc-net.1.2.3
-> installed opam-format.2.4.1
-> installed git-mirage.3.15.0
-> installed caqti-lwt.2.2.4
-> installed ppxlib_jane.v0.17.4
-> installed lwt_ppx.5.9.2
-> installed git-unix.3.15.0
-> installed ppx_deriving.6.1.1
-> installed current.dev
-> installed github-data.4.5.0
-> installed ppx_compare.v0.17.0
-> installed dream-pure.dev
-> installed ppx_deriving_yojson.3.10.0
-> installed solver-service-api.dev
-> installed ocluster-api.dev
-> installed current_git.dev
-> installed ppx_sexp_conv.v0.17.1
-> installed current_docker.dev
-> installed dockerfile.dev
-> installed obuilder-spec.dev
-> installed dockerfile-opam.dev
-> installed opam-repository.2.4.1
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.1
[ERROR] The compilation of dream-httpaf.dev failed at "dune build -p dream-httpaf -j 11".
-> installed ppx_custom_printf.v0.17.0
-> installed conduit.6.2.3
-> installed extunix.0.4.4
-> installed cohttp.6.0.0
-> installed capnp-rpc-unix.1.2.3
-> installed conduit-lwt.6.2.3
-> installed current_ocluster.dev
-> installed session-cohttp.0.5.0
-> installed pgx.2.2
-> installed pgx_lwt.2.2
-> installed cohttp-lwt.6.0.0
-> installed conduit-lwt-unix.6.2.3
-> installed pgx_lwt_unix.2.2
-> installed gitlab.dev
-> installed session-cohttp-lwt.0.5.0
-> installed opam-state.2.4.1
-> installed github.4.5.0
-> installed omigrate.0.3.2
-> installed cohttp-lwt-unix.6.0.0
-> installed gitlab-unix.dev
-> installed opam-0install.0.5.1
-> installed solver-service.dev
-> installed prometheus-app.1.2
-> installed current_web.dev
-> installed current_gitlab.dev
-> installed github-unix.4.5.0
-> installed current_github.dev
#=== ERROR while compiling dream-httpaf.dev ===================================#
# context 2.4.1 | macos/x86_64 | ocaml-base-compiler.5.4.0 | pinned(git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9#ff97ac7583cb939caeac35da1210bf18411cb9b9)
# path ~/.opam/5.4.0/.opam-switch/build/dream-httpaf.dev
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p dream-httpaf -j 11
# exit-code 1
# env-file ~/.opam/log/dream-httpaf-71007-f60695.env
# output-file ~/.opam/log/dream-httpaf-71007-f60695.out
### output ###
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/vendor/gluten/lwt-unix/.dream_gluten_lwt_unix.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/bigstringaf -I /Users/mac1000/.opam/5.4.0/lib/bytes -I /Users/mac1000/.opam/5.4.0/lib/faraday -I /Users/mac1000/.opam/5.4.0/lib/faraday-lwt -I /Users/mac1000/.opam/5.4.0/lib/faraday-lwt-unix -I /Users/mac1000/.opam/5.4.0/lib/fmt -I /Users/mac1000/.opam/5.4.0/lib/ke -I /Users/mac1000/.opam/5.4.0/lib/lwt -I /Users/mac1000/.opam/5.4.0/lib/lwt/unix -I /Users/mac1000/.opam/5.4.0/lib/lwt_ssl -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.4.0/lib/ssl -I src/vendor/gluten/lib/.dream_gluten.objs/byte -I src/vendor/gluten/lwt/.dream_gluten_lwt.objs/byte -no-alias-deps -open Dream_gluten_lwt_unix -o src/vendor/gluten/lwt-unix/.dream_gluten_lwt_unix.objs/byte/dream_gluten_lwt_unix__Ssl_io.cmo -c -impl src/vendor/gluten/lwt-unix/ssl_io.ml)
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 95, characters 38-48:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
#
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 96, characters 37-47:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
#
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 109, characters 38-48:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
#
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 110, characters 37-47:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I src/vendor/gluten/lwt-unix/.dream_gluten_lwt_unix.objs/byte -I src/vendor/gluten/lwt-unix/.dream_gluten_lwt_unix.objs/native -I /Users/mac1000/.opam/5.4.0/lib/bigstringaf -I /Users/mac1000/.opam/5.4.0/lib/bytes -I /Users/mac1000/.opam/5.4.0/lib/faraday -I /Users/mac1000/.opam/5.4.0/lib/faraday-lwt -I /Users/mac1000/.opam/5.4.0/lib/faraday-lwt-unix -I /Users/mac1000/.opam/5.4.0/lib/fmt -I /Users/mac1000/.opam/5.4.0/lib/ke -I /Users/mac1000/.opam/5.4.0/lib/lwt -I /Users/mac1000/.opam/5.4.0/lib/lwt/unix -I /Users/mac1000/.opam/5.4.0/lib/lwt_ssl -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.4.0/lib/ssl -I src/vendor/gluten/lib/.dream_gluten.objs/byte -I src/vendor/gluten/lib/.dream_gluten.objs/native -I src/vendor/gluten/lwt/.dream_gluten_lwt.objs/byte -I src/vendor/gluten/lwt/.dream_gluten_lwt.objs/native -cmi-file src/vendor/gluten/lwt-unix/.dream_gluten_lwt_unix.objs/byte/dream_gluten_lwt_unix__Ssl_io.cmi -no-alias-deps -open Dream_gluten_lwt_unix -o src/vendor/gluten/lwt-unix/.dream_gluten_lwt_unix.objs/native/dream_gluten_lwt_unix__Ssl_io.cmx -c -impl src/vendor/gluten/lwt-unix/ssl_io.ml)
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 95, characters 38-48:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
#
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 96, characters 37-47:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
#
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 109, characters 38-48:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
#
# File "src/vendor/gluten/lwt-unix/ssl_io.real.ml", line 110, characters 37-47:
# Alert deprecated: SSLv23
# SSL 2.0 was deprecated in 2011 by RFC 6176.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/vendor/h2/hpack/util/.gen_huffman.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -no-alias-deps -open Dune__exe -o src/vendor/h2/hpack/util/.gen_huffman.eobjs/byte/dune__exe__Gen_huffman.cmo -c -impl src/vendor/h2/hpack/util/gen_huffman.ml)
# File "src/vendor/h2/hpack/util/gen_huffman.ml", line 113, characters 27-70:
# 113 | [ Exp.constant (Pconst_integer (string_of_int code, None))
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: This expression should not be a constructor, the expected type is
# Parsetree.constant
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dream-httpaf dev
+-
+- The following changes have been performed (the rest was aborted)
| - install 0install-solver 2.18
| - install alcotest 1.9.1
| - install alcotest-lwt 1.9.1
| - install angstrom 0.16.1
| - install ansi 0.7.0
| - install arp 3.1.1
| - install asetmap 0.8.1
| - install asn1-combinators 0.2.6
| - install astring 0.8.5
| - install atd 2.16.0
| - install atdgen 2.16.0
| - install atdgen-runtime 2.16.0
| - install awa 0.3.0
| - install awa-mirage 0.3.0
| - install base v0.17.3
| - install base-bytes base
| - install base64 3.5.2
| - install bigarray-compat 1.1.0
| - install bigarray-overlap 0.2.1
| - install bigstringaf 0.10.0
| - install biniou 1.2.2
| - install bos 0.2.1
| - install ca-certs 0.2.3
| - install ca-certs-nss 3.101
| - install camlp-streams 5.0.1
| - install capnp 3.6.0
| - install capnp-rpc 1.2.3
| - install capnp-rpc-lwt 1.2.3
| - install capnp-rpc-net 1.2.3
| - install capnp-rpc-unix 1.2.3
| - install caqti 2.2.4
| - install caqti-lwt 2.2.4
| - install carton 0.7.2
| - install carton-git 0.7.2
| - install carton-lwt 0.7.2
| - install cf 0.5.0
| - install cf-lwt 0.5.0
| - install checkseum 0.5.2
| - install cmdliner 1.3.0
| - install cohttp 6.0.0
| - install cohttp-lwt 6.0.0
| - install cohttp-lwt-unix 6.0.0
| - install conduit 6.2.3
| - install conduit-lwt 6.2.3
| - install conduit-lwt-unix 6.2.3
| - install conf-capnproto 2
| - install conf-git 1.1
| - install conf-gmp 5
| - install conf-gmp-powm-sec 4
| - install conf-graphviz 0.1
| - install conf-libev 4-13
| - install conf-libffi 2.0.0
| - install conf-libssl 4
| - install conf-pkg-config 4
| - install conf-sqlite3 1
| - install cppo 1.8.0
| - install crunch 4.0.0
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install cstruct-lwt 6.2.0
| - install cstruct-unix 6.2.0
| - install csv 2.4
| - install ctypes 0.23.0
| - install ctypes-foreign 0.23.0
| - install current dev
| - install current_docker dev
| - install current_git dev
| - install current_github dev
| - install current_gitlab dev
| - install current_incr 0.6.1
| - install current_ocluster dev
| - install current_rpc dev
| - install current_web dev
| - install decompress 1.5.3
| - install digestif 1.3.0
| - install dns 7.0.3
| - install dns-client 7.0.3
| - install dns-client-lwt 7.0.3
| - install dns-client-mirage 7.0.3
| - install dockerfile dev
| - install dockerfile-opam dev
| - install domain-name 0.5.0
| - install dream-pure dev
| - install duff 0.5
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install dune-private-libs 3.20.2
| - install dune-site 3.20.2
| - install duration 0.2.1
| - install dyn 3.20.2
| - install easy-format 1.3.4
| - install emile 1.1
| - install encore 0.8.1
| - install eqaf 0.9
| - install ethernet 3.2.0
| - install extunix 0.4.4
| - install faraday 0.8.2
| - install faraday-lwt 0.8.2
| - install faraday-lwt-unix 0.8.2
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install fsevents 0.3.0
| - install fsevents-lwt 0.3.0
| - install git 3.15.0
| - install git-mirage 3.15.0
| - install git-paf 3.15.0
| - install git-unix 3.15.0
| - install github 4.5.0
| - install github-data 4.5.0
| - install github-unix 4.5.0
| - install gitlab dev
| - install gitlab-unix dev
| - install gmap 0.3.0
| - install graphql 0.14.0
| - install graphql-lwt 0.14.0
| - install graphql_parser 0.14.0
| - install h2 0.13.0
| - install happy-eyeballs 0.6.0
| - install happy-eyeballs-lwt 0.6.0
| - install happy-eyeballs-mirage 0.6.0
| - install hex 1.5.0
| - install hkdf 1.0.4
| - install hmap 0.8.1
| - install hpack 0.13.0
| - install http 6.0.0
| - install httpaf 0.7.1
| - install httpun-types 0.2.0
| - install hxd 0.3.5
| - install ISO8601 0.2.6
| - install integers 0.7.0
| - install ipaddr 5.6.1
| - install ipaddr-cstruct 5.6.1
| - install ipaddr-sexp 5.6.1
| - install irmin-watcher 0.5.0
| - install jsonm 1.0.2
| - install ke 0.6
| - install logs 0.9.0
| - install lru 0.3.1
| - install lwt 5.9.2
| - install lwt-dllist 1.1.0
| - install lwt_ppx 5.9.2
| - install lwt_ssl 1.2.0
| - install macaddr 5.6.1
| - install macaddr-cstruct 5.6.1
| - install magic-mime 1.3.1
| - install menhir 20250912
| - install menhirCST 20250912
| - install menhirLib 20250912
| - install menhirSdk 20250912
| - install metrics 0.5.0
| - install mimic 0.0.6
| - install mimic-happy-eyeballs 0.0.6
| - install mirage-clock 4.2.0
| - install mirage-clock-unix 4.2.0
| - install mirage-crypto 0.11.3
| - install mirage-crypto-ec 0.11.3
| - install mirage-crypto-pk 0.11.3
| - install mirage-crypto-rng 0.11.3
| - install mirage-crypto-rng-lwt 0.11.3
| - install mirage-flow 3.0.0
| - install mirage-kv 6.1.1
| - install mirage-net 4.0.0
| - install mirage-random 3.0.0
| - install mirage-runtime 4.10.2
| - install mirage-time 3.0.0
| - install mirage-unix 5.0.1
| - install mtime 2.1.0
| - install multipart_form 0.7.0
| - install multipart_form-lwt 0.7.0
| - install num 1.6
| - install obuilder-spec dev
| - install ocaml-compiler-libs v0.17.0
| - install ocaml-syntax-shims 1.0.0
| - install ocaml-version 4.0.3
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocamlgraph 2.2.0
| - install ocluster-api dev
| - install ocplib-endian 1.2
| - install omigrate 0.3.2
| - install opam-0install 0.5.1
| - install opam-core 2.4.1
| - install opam-file-format 2.2.0
| - install opam-format 2.4.1
| - install opam-repository 2.4.1
| - install opam-state 2.4.1
| - install optint 0.3.0
| - install ordering 3.20.2
| - install paf 0.5.0
| - install parsexp v0.17.0
| - install patch 3.0.0
| - install pbkdf 1.2.0
| - install pecu 0.7
| - install pgx 2.2
| - install pgx_lwt 2.2
| - install pgx_lwt_unix 2.2
| - install pp 2.0.0
| - install ppx_compare v0.17.0
| - install ppx_custom_printf v0.17.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.1.1
| - install ppx_deriving_yojson 3.10.0
| - install ppx_sexp_conv v0.17.1
| - install ppxlib 0.37.0
| - install ppxlib_jane v0.17.4
| - install prettym 0.0.3
| - install prometheus 1.2
| - install prometheus-app 1.2
| - install psq 0.2.1
| - install ptime 1.2.0
| - install randomconv 0.1.3
| - install re 1.14.0
| - install res 5.0.2
| - install result 1.5
| - install routes 2.0.0
| - install rresult 0.7.0
| - install seq base
| - install session 0.5.0
| - install session-cohttp 0.5.0
| - install session-cohttp-lwt 0.5.0
| - install sexplib v0.17.0
| - install sexplib0 v0.17.0
| - install sha 1.15.4
| - install solver-service dev
| - install solver-service-api dev
| - install spdx_licenses 1.4.0
| - install sqlite3 5.3.1
| - install ssl 0.7.0
| - install stdint 0.7.2
| - install stdio v0.17.0
| - install stdlib-shims 0.3.0
| - install stdune 3.20.2
| - install stringext 1.6.0
| - install swhid_core 0.1
| - install tailwindcss dev
| - install tcpip 8.0.0
| - install timedesc 3.1.0
| - install timedesc-tzdb 3.1.0
| - install timedesc-tzlocal 3.1.0
| - install tls 0.17.3
| - install tls-lwt 0.17.3
| - install tls-mirage 0.17.3
| - install topkg 1.1.0
| - install tyxml 4.6.0
| - install unstrctrd 0.4
| - install uri 4.4.0
| - install uri-sexp 4.4.0
| - install uuidm 0.9.10
| - install uutf 1.0.4
| - install x509 0.16.5
| - install yojson 2.2.2
| - install zarith 1.14
+-
<><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated
<><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/local/bin/opam switch import "/Users/mac1000/.opam/5.4.0/.opam-switch/backup/state-20251019002342.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-10-19 00:28.20: Job failed: Failed: Build failed