2025-07-03 22:29.22: New job: test novemberkilo/ocaml-ci https://github.com/novemberkilo/ocaml-ci.git#refs/heads/master (67646470fe78626e113a9a816472a035935ddbad) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.3)
Base: macos-homebrew-ocaml-4.14
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-4.14
# macos-homebrew-4.14_arm64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/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 f7060d5dd1056d18a1e0f07c7958d7529ad9f555 || git fetch origin master) && git reset -q --hard f7060d5dd1056d18a1e0f07c7958d7529ad9f555 && 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.0 alcotest-lwt.1.9.0 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.15.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 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-12 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.4.1 dream.dev dream-httpaf.dev dream-pure.dev duff.0.5 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 duration.0.2.1 dyn.3.19.1 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.3 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.10.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.4.1 github-data.4.4.1 github-unix.4.4.1 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.4 ISO8601.0.2.6 integers.0.7.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 lwt_ppx.5.9.1 lwt_ssl.1.2.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.9.0 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.6.0 multipart_form-lwt.0.6.0 num.1.6 obuilder-spec.dev ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.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 opam-core.2.3.0 opam-file-format.2.2.0 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.19.1 paf.0.5.0 parsexp.v0.16.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.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 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.12.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.16.0 sexplib0.v0.16.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.16.0 stdlib-shims.0.3.0 stdune.3.19.1 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.0.8 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.3 --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-07-03 22:29.22: Using cache hint "novemberkilo/ocaml-ci-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-db3f515bb443763779ce64dd420844e2"
2025-07-03 22:29.22: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/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 f7060d5dd1056d18a1e0f07c7958d7529ad9f555 || git fetch origin master) && git reset -q --hard f7060d5dd1056d18a1e0f07c7958d7529ad9f555 && 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.0 alcotest-lwt.1.9.0 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.15.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 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-12 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.4.1 dream.dev dream-httpaf.dev dream-pure.dev duff.0.5 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 duration.0.2.1 dyn.3.19.1 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.3 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.10.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.4.1 github-data.4.4.1 github-unix.4.4.1 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.4 ISO8601.0.2.6 integers.0.7.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 lwt_ppx.5.9.1 lwt_ssl.1.2.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.9.0 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.6.0 multipart_form-lwt.0.6.0 num.1.6 obuilder-spec.dev ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.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 opam-core.2.3.0 opam-file-format.2.2.0 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.19.1 paf.0.5.0 parsexp.v0.16.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.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 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.12.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.16.0 sexplib0.v0.16.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.16.0 stdlib-shims.0.3.0 stdune.3.19.1 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.0.8 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.3 --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-07-03 22:29.22: Waiting for resource in pool OCluster
2025-07-03 22:29.22: Waiting for worker…
2025-07-03 23:30.29: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Submodule path 'ocaml-dockerfile': checked out '7da34b8a913f8d4684fdd3884636c3df4fc25b86'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocurrent': checked out '9e6378c881f002adebb162ab47e244097c7a275c'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
HEAD is now at 6764647 Add to docs to cover opam-repository webhook.
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-gitlab'
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Synchronizing submodule url for 'solver-service'
Cleared directory 'ocaml-dockerfile'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) unregistered for path 'ocaml-dockerfile'
Cleared directory 'ocaml-gitlab'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) unregistered for path 'ocaml-gitlab'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
Cleared directory 'solver-service'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) unregistered for path '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'
Submodule path 'ocaml-dockerfile': checked out '7da34b8a913f8d4684fdd3884636c3df4fc25b86'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocluster/obuilder': checked out '6e05d0f2c34ff87d2bebdb960ba20ad1ac62d770'
Submodule path 'ocurrent': checked out '9e6378c881f002adebb162ab47e244097c7a275c'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
(from macos-homebrew-ocaml-4.14)
2025-07-03 23:30.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (comment macos-homebrew-4.14_arm64_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-07-03 23:30.30 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-07-03 23:30.30 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-03 23:30.30 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 f7060d5dd1056d18a1e0f07c7958d7529ad9f555 || git fetch origin master) && git reset -q --hard f7060d5dd1056d18a1e0f07c7958d7529ad9f555 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..f7060d5dd1 master -> origin/master
f7060d5dd1 Merge pull request #28126 from kit-ty-kate/opam-publish-opam-file-format.2.2.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-03 23:31.57 ---> saved as "6c80893fdaab9f540ed0a91460c53c04fe1ad2f3bbd6551fc7b89a8da28dbb97"
/: (run (shell "mkdir -p 'solver-service/' 'ocurrent/' 'ocluster/' 'ocluster/obuilder/' 'ocluster/' 'ocaml-gitlab/' 'ocaml-dockerfile/'"))
2025-07-03 23:31.58 ---> saved as "b61fa0dbb588ab9e04066c7571d2638b8f5847e385b0cfc63774012469969c33"
/: (copy (src solver-service/solver-worker.opam solver-service/solver-service.opam solver-service/solver-service-api.opam)
(dst ./src/solver-service/))
2025-07-03 23:32.00 ---> saved as "2a9f2337b9ad6158b557660c0fe697e41a51897b079acd2ea3aa262bc7f1e968"
/: (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-07-03 23:32.01 ---> saved as "7ed14f569f3ff021df3cfe6a6c557cb9ec35563ef8dcc179831bad0c79b0e280"
/: (copy (src ocluster/ocluster.opam ocluster/ocluster-api.opam)
(dst ./src/ocluster/))
2025-07-03 23:32.02 ---> saved as "987bdbdc28def83bf7c2c14d3552e2c9abe0024cdebe0101c0d90cd34d804b0f"
/: (copy (src ocluster/obuilder/obuilder.opam ocluster/obuilder/obuilder-spec.opam)
(dst ./src/ocluster/obuilder/))
2025-07-03 23:32.03 ---> saved as "cb53357e24f1c47056d6b546baf3558de2b227ba4e09d83f119b88fe186fde74"
/: (copy (src ocluster/current_ocluster.opam) (dst ./src/ocluster/))
2025-07-03 23:32.04 ---> saved as "f1f01f3fe51c51d0a60f8a24f0ce9602a6dec49fa21f1b1a22550788ebeded3e"
/: (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-07-03 23:32.05 ---> saved as "6ba70a952cd63ba5c3a25530c1a6cd9d37c34a486608d2ee8f83eb195b596d51"
/: (copy (src ocaml-dockerfile/dockerfile.opam ocaml-dockerfile/dockerfile-opam.opam ocaml-dockerfile/dockerfile-cmd.opam)
(dst ./src/ocaml-dockerfile/))
2025-07-03 23:32.06 ---> saved as "16e31ac6a7927c3ca6f0ca1c664a7e871b8721ab8788b36c77ba1c9d018deff1"
/: (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-07-03 23:32.07 ---> saved as "d33c7d368267ba89ebeb05e2e8b17a9e72e26dd279fbded43cebbbaf68825a35"
/: (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/./'"))
Package solver-worker does not exist, create as a NEW package? [y/n] y
[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)
Package solver-service does not exist, create as a NEW package? [y/n] y
[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)
Package solver-service-api does not exist, create as a NEW package? [y/n] y
[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)
Package ocaml-ci does not exist, create as a NEW package? [y/n] y
[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)
Package ocaml-ci-web does not exist, create as a NEW package? [y/n] y
[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'
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)
Package tailwindcss does not exist, create as a NEW package? [y/n] y
[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)
Package ocaml-ci-service does not exist, create as a NEW package? [y/n] y
[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)
Package ocaml-ci-gitlab does not exist, create as a NEW package? [y/n] y
[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)
Package ocaml-ci-client does not exist, create as a NEW package? [y/n] y
[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)
Package ocaml-ci-api does not exist, create as a NEW package? [y/n] y
[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-07-03 23:56.23 ---> saved as "44d2d4f67d42542b4d3ae67af02aea635c5c4751f0ce28ca9882359f3e33b9cc"
/: (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-07-03 23:56.24 ---> saved as "bfd11400a5d26c13b2a2bdc5214a848dd2fb14b3527aa9283493670e7d9646d7"
/: (env DEPS "0install-solver.2.18 alcotest.1.9.0 alcotest-lwt.1.9.0 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.15.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 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-12 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.4.1 dream.dev dream-httpaf.dev dream-pure.dev duff.0.5 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 duration.0.2.1 dyn.3.19.1 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.3 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.10.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.4.1 github-data.4.4.1 github-unix.4.4.1 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.4 ISO8601.0.2.6 integers.0.7.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 lwt_ppx.5.9.1 lwt_ssl.1.2.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.9.0 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.6.0 multipart_form-lwt.0.6.0 num.1.6 obuilder-spec.dev ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.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 opam-core.2.3.0 opam-file-format.2.2.0 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.19.1 paf.0.5.0 parsexp.v0.16.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.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 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.12.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.16.0 sexplib0.v0.16.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.16.0 stdlib-shims.0.3.0 stdune.3.19.1 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.0.8 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.3 --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"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:fd162df7a06190ee800a9e6afd28f4466d33548821a480ba043cd927b44d60f7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.4.arm64_big_sur.bottle.tar.gz
- ==> Pouring portable-ruby-3.4.4.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_git.dev] synchronised (file:///Users/mac1000/src/ocurrent)
[current_docker.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "capnp" "gmp" "graphviz" "libev" "libffi" "openssl" "pkgconf" "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
- ==> Fetching capnp
- ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/blobs/sha256:32850d9930ecb4a82632d22ba68f5dc3ee221d9b4b00e7bbcfd57fc093b0e6b9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ee0f33742c3b08ab57c0b669c995a698ad78f9985c04c779f91bb3ecbc8e4192--capnp--1.2.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphviz/manifests/13.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d161da842a8671611089001cc8351ab7db7b42cd179e3064f8db3862a389816--graphviz-13.1.0.bottle_manifest.json
- ==> Fetching dependencies for graphviz: libpng, freetype, fontconfig, pcre2, libunistring, gettext, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openexr, webp, jpeg-xl, libvmaf, aom, 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.49
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e5b4a9bf70c7e7d587f8d51454aac4583dd0c94374830a805dbd043e88f8ab31--libpng-1.6.49.bottle_manifest.json
- ==> Fetching libpng
- ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:9cbe6dd4dedf8f7860b48ba1f42dbd5130af838aa15444d02781b1335861d7a6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3cb10f5756dc90e28a6bc284d334ceade964743c679d1fc82e22baeb4ff9743a--libpng--1.6.49.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json
- ==> Fetching freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:bcd39d3a523690cb0673df46122ff62763c5cd93bfff21bdcab856501d2dfb49
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6980eb3e59c7a702c67cf2ff675fcf2fc952faf7e38125f04f3c8e76551c55f--freetype--2.13.3.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.16.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6897fed6b85e0f537cb8774ec21346308111caaf26c136f33fdc95302d361fe7--fontconfig-2.16.0.bottle_manifest.json
- ==> Fetching fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:c3a7405dd151a87f72e7f99c95150da1fc8320ee817c3a17f15a493e1e01057c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd4405eef427fa6020853c3a6103d172d434794fabd5adbfd873f6d26adff3cd--fontconfig--2.16.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.45
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbac938545583185faba88567f1a952d7cc0b825820a2980533f7b3550dc31ad--pcre2-10.45.bottle_manifest.json
- ==> Fetching pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:f2abc87de6796a4e639f93d42c6d515cad90418fd7b701bcf322fb8e1443704e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88445f7454217363d7e15a197ec66d4e5eabc39b0ded60d59793a7ececc131b8--pcre2--10.45.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json
- ==> Fetching libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:3cd26bae2d5fcf61294f14c18e5e7ec773a59ed1bf710fb92055e0db0244e909
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fcd7bbcac172df40c1f61d5e72ade9dda96154126e83f8496c5288ae2118ad4d--libunistring--1.3.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.25.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88f2510e71f0d31da65046d479a59fab170228c9b4abfee6378c902c115a74a4--gettext-0.25.1.bottle_manifest.json
- ==> Fetching gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:740b5076c4bcbf2caa40018a9ae18750a23495b9aad8ca82314004be3dad9faf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e7feb98d3247b52e6ee9e0436fa6b5e3668f273fcb6d12512706bd0e2a55203c--gettext--0.25.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88d63b55ddeb4b28ab9c7944cbfcc7dc19d04bd0effc32c2e9623ce50a6cd51f--glib-2.84.3.bottle_manifest.json
- ==> Fetching glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:3065276af7a7d4e7114fa3c0d967d1745dea528fde36bf17ab75034f9b276a95
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ab52a2c86447793ba64319f2e87bcde98e77a4c9708b5e9c188443b8d7873235--glib--2.84.3.arm64_sequoia.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:91066363512e4a3b01644398886815eb370bc8f62611f7ee20c23c7350b4422e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aac4cd73925119193aefeb19be333cbde134cfa599e99c82542d5179c1c156f--xorgproto--2024.1.arm64_sequoia.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:e8a5fedbd9e5c49f10006171decc5b1e56c48fbd4267e7668f813e47c0da984f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20f363edc4fafaa0e7cadb3370c99cd0833caa38cdcca528b681577d8a498182--libxau--1.0.12.arm64_sequoia.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:b09a915dae5b45371a86f20a4ccce13c16c7a8eadc843b665e91bc5b2d2143ce
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d737bea539a2cb3a0fd03f34e913d2e9e2ae4fcff4e6b700ff48bfe737aaa5e1--libxdmcp--1.1.5.arm64_sequoia.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:cce8d9e12c3f0b2fdbffbb3f7ba02f7e25cf3fa495b3e759d34a6264599543b3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c03000b1d04ff327a80b6e8486c46ee974e809ba9875d95d1e02e47cd1a6b18c--libxcb--1.17.0.arm64_sequoia.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:57ccd55767fd6ffc7d32940d1c59d59b42c82abff4abf795b4ca0df489da42f1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac485b35b0a8bc039691451468442fe41812c2fb6850df986dcb9da73b5b3e71--libx11--1.8.12.arm64_sequoia.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:a0434e871b6dfa64f18757e5d6df179308bcf1b53e5fa233c7d54222be8d513b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/67723ae85cf35a85098287de50cff74a4bef5620b5bf14228fe8d4130c72e575--libxext--1.3.6.arm64_sequoia.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:edcb8884f9d33219d276051be3b5ad64f390cdf3abe9794d9a0050c02895c3a7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/32b63f94de3dd0f5459014807e10ef625157494b1c2f3e7d965292b5ddcf7064--libxrender--0.9.12.arm64_sequoia.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:6bb0401c41a18fd37071ec9591fe053a808f07552ff7ea22542faa470eb8e589
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff18806fa5f8b3fd3e803852df202e3bbf5a47b26d4da623edf4df0ab681819b--lzo--2.10.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c608060dd44c7a853d8ac82d8641c6911fcc8d7ba73a07435e0216d210b15842--pixman-0.46.2.bottle_manifest.json
- ==> Fetching pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:562fd713cba6bd2d1b67efc0985e25a0540243c6af8bcfb1add2c59e79a6a4c6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e7d7cac34cfb3f0a4bc586787c673a57bffc146e754fb76d121738c7bdea32e6--pixman--0.46.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/795ef2e2e2a57e6baba0fc9ceedb58980e8ec718aba0170b9441a0b25442cfbf--cairo-1.18.4.bottle_manifest.json
- ==> Fetching cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:6b2d148a34a670430a459c374376ebed890b61eb7573e8aa952a4b909f443cee
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c5a1800983c6318f29b8510585ac2d96e891766cc03d7ba70d7efb6dd7cf754--cairo--1.18.4.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json
- ==> Fetching jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:61f35eb85379177997d46b2dde6914e46560702c7fc6fb9302a415d6fd8cec58
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1ee16ff1bd3e385aaf3399d57ee58ba6110fce5354808c4ece22d6019c002144--jpeg-turbo--3.1.1.arm64_sequoia.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:64750425b7578860d8b6a75fdb187408667f7d6523169e8dc29528bbc15309f0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f8955da5257a91013dddd4713b67b6b0128b25fa5ea35e9662f69d6f5eb0848--brotli--1.1.0.arm64_sequoia.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:bf188a3d3e386e0b100831ca92173118c74645b033b56b4a7c148a91c2cfecb5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/07f35b8e293a6ce36d7409b89b3ff0a17be62faca083c6c129091398e5c2e518--giflib--5.2.2.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cb1608f21fba449c4e34b0a4912e3d73b6f2fa2577c916720799b5057207452--highway-1.2.0.bottle_manifest.json
- ==> Fetching highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:8a3327629482279fdff46b5bf3324cb6379a975b271d1ecc4a901a3cdb7e7f5a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4cdf42ee49669920b1cc10696cd6023ccfd4dd39d3e974aed275fd749e0bb6ed--highway--1.2.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6afdf93c912565e828ad2386867db9e96b58441f29b901492560bcde9e8a22ad--imath-3.1.12.bottle_manifest.json
- ==> Fetching imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:946c5c0541452ef3285cc49eb495c476b083203d3c0edab493045cb2e665fd31
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a92ea0b513d9fda7aea7a90986aa812df34a619b46cbca1b93de1987cdd226b9--imath--3.1.12.arm64_sequoia.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:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_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:5bd143b7b784989e549637ea4e484af85ba481e640dde69bc35f3843ae25abc6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8af6cbc3dc870dba18d9a1b3f311f2d43b56a020a1e565289122cfda703ab791--lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:b039c851ef22617804576274872c33727ebb3a0b5e0db2ab62e0d8a97ec9605a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c3d88236a62bc56952bb198399b9364d58cb1eb139f7ad77cc098d4671ccb63--zstd--1.5.7.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json
- ==> Fetching libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:5f771cedcb37119c3927c32d72589a66701db16fe3ef86b2daf9b87c3142b309
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e15cf50f37300a73b407be837624a938054290605726a35cd3522bb5673e6043--libtiff--4.7.0.arm64_sequoia.bottle.1.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:3827b5a8583f0e92987bd0e7c721bda834157ad366d2cb66596559dd8654c9ac
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b9b1e8317cebcb67f12c777ccbf4f9991b61e2307c0428bd14aab66739745df1--little-cms2--2.17.arm64_sequoia.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:187850054c03e9417b2234ab30efa87b93a029b31e28fcb95b169579217ad333
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bf77e9580145e985e35b1f2942061fe5e1d1bd40679885feec9674f21fc3e5c1--libdeflate--1.24.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.3.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b25bbda6441cbbae3a0c9a840abc4e9768244d9f4eb755ba4d203d3aea5d6fed--openexr-3.3.4.bottle_manifest.json
- ==> Fetching openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:35e994d7b07e1f974f262692dd2e9c17c081d6bc3beb9dc62391ec6ed726c08e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9578e49d370d70651721cbab1143d7c8a603cfe95060fea4c1c004742252d674--openexr--3.3.4.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/674b427392a0b30f8c95a3047f8d8b59cc729067bec5e51403e4bb87e009102a--webp-1.5.0.bottle_manifest.json
- ==> Fetching webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:700e1f0c8a32f99de402e714237c786191c5ef782b8639b2f2b1c5794b025825
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c129fbe7825449456af7fca1842dfabfb29828a4ff5f9e916bb73b548c534c9--webp--1.5.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1bbb94dec31282c134f452621e3141e9a5127fa90e51ac8d0103430f9b50eb7--jpeg-xl-0.11.1_1.bottle_manifest.json
- ==> Fetching jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:c3aceba825400a7d64dbd95d622ce59f0414e54cdedb792afc51d9278dae65b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3ed6f82c06c2e461bf3d3edc98148d770d1c49e482ff3acce91201760923d397--jpeg-xl--0.11.1_1.arm64_sequoia.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:0809635a529d0e53e927cb9834225210096c625b10ab7eb1211cadf63a1016c5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8170040cd6ddd0732e3ed78a35d14cb7b7956fda9086257875b96e4080d7250--libvmaf--3.0.0.arm64_sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.12.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76daa5795424903e05b46ebd6f7e1d663f893f695dec830c798089c7ffb60f39--aom-3.12.1.bottle_manifest.json
- ==> Fetching aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:7187a5accf9da7614d96b6fb07df1c0b144cfb096d920e9936fa78b6fba18c4a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2df32cd1c0e7a347c3919b9da2a57a28fa1cdceeb0f83ec15aedbbe23b1be79a--aom--3.12.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b348d1f41a7bdb0c137f1c665651126f606eea340d8a8f08a38ed5bf401f1c33--libavif-1.3.0.bottle_manifest.json
- ==> Fetching libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/blobs/sha256:79ac7837d5f965f0df486a3551aa4efbc0472f9a8a4c89f4748f6c423044c51e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/824c65fd411d785b449f2c491966c1b81b281546e41f3f4d2a3615854e8abb2c--libavif--1.3.0.arm64_sequoia.bottle.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:c4e22a92d28f3b8a49c10e29cf04f5a9b4b4932691ec4326021bc149ac0dae4c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/12e8785e1ac77cf9419905847cbe7a2f217e3fafd49e20e242313b8b994bf429--gd--2.3.3_6.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.2.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0b7879dee43d75b41e26cd2680fb480d314374076cdd50feb7f4ed998ab38964--jasper-4.2.5.bottle_manifest.json
- ==> Fetching jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/blobs/sha256:5bf7fb8303c35cca02e48faa33254cc9d65306985bd4186d8141dc61bf3b643f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/531db905d3ae471f010217241750d14b895e2c94f1d38b4d15fff987d4bb00eb--jasper--4.2.5.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/netpbm/manifests/11.02.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d94858bb3e77511782d804654220a7b32d15091e89ce50a6c876e33b08620f6--netpbm-11.02.17.bottle_manifest.json
- ==> Fetching netpbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/netpbm/blobs/sha256:3aec77cc9b5bdf4f773cfbd5f96f9f9fcea7f0310d51a5c37e66bfe4c6fc0163
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c69d845ff88a0dcf6d2158a575a31c3faf46e44abb5c8f5aab107a99161fc502--netpbm--11.02.17.arm64_sequoia.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:b93bb9f091fbf2d25c99437f8ef0dc0e40f680fe445b968cf952d2d067417ebb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8853dfda9ad0b7596be0addd1d8cc530bd4f1ba9e34aa78bc7a42ca8d92c20c2--gts--0.7.6_3.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.42.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2eeb910ea69bc28d9dc0b3b121819ff59ea92fa20bab68c59b6a7a7d5af0708b--gdk-pixbuf-2.42.12_1.bottle_manifest.json
- ==> Fetching gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/blobs/sha256:64089a3ef04afef0dc8601d22cd534fdc155bef2458bf1a97e6e90f25b7529ad
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a916e4773f1c7361d14a9a1cb4e5350743cd84113642e9165a2ed70a0abe40db--gdk-pixbuf--2.42.12_1.arm64_sequoia.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:4904bb3375c1b1f2539cb657fbf17b0d93c050904febbba51e9dd690f3540e3b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0a85215b922f992cdad61a438cf9249f3b4375f27ce0a85a6d384c7a8c6c4bf2--fribidi--1.0.16.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Fetching graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:150b286ab4cfc8696fcd3fa4e7fa24c9825f024ef991899850b850e6f334100f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10c582fbc90a73ea6ab3c38cc4617bf203d5e91eaebca97199b5f3be0b77e851--graphite2--1.3.14.arm64_sequoia.bottle.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:19f6b5fef0cdf1dfc7f136ca103348ec8530ffdf8012273f6ee4a6159cdfaf75
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/925ec4df8e8aece0ebfb6b26320362f5303a72fe3b19162578809e42a6a64283--icu4c@77--77.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/541d81ca7e8e8b678fb64d9f758603fe525bfc219f8fb4782fd91fc81f9465aa--harfbuzz-11.2.1.bottle_manifest.json
- ==> Fetching harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:c2bfac8d26f33150c1fbe86293113c217b6a452c347a509428f3a7ee4752b956
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/137b63a67ef21fba492f7de6658f0ea269aa7bee8686cdf2b9c1e093c50cae78--harfbuzz--11.2.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.56.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2aea7cad1d8c6268959bdd70cf5b58468d5ce9bf4a14a631e7edeae8c5715c72--pango-1.56.4.bottle_manifest.json
- ==> Fetching pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:9d66411f935f57a8f54642855505f4da5b056bc44526daca9bdbfd32552c4542
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8aa1d345227f27c487818b16a7c09f967f972871a97b4c8c9133fc5a0cef0ae--pango--1.56.4.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/librsvg/manifests/2.60.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c139d2217f9f70bcf1d386c8eb97969e7ba7c5b520cfe22fc75259bd57683555--librsvg-2.60.0-1.bottle_manifest.json
- ==> Fetching librsvg
- ==> Downloading https://ghcr.io/v2/homebrew/core/librsvg/blobs/sha256:a09c23f788a22216dcb43c70ea4ea89efc3b77d38005ba38be37d23aee1167d2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a75ca99b7a8767dac629dab8514e5da1bf476c20d2182dee364bc9bee90db3aa--librsvg--2.60.0.arm64_sequoia.bottle.1.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:80bd9ecaa8798a7db6a2e86acc61089dc31d83e6e9e01495a6a57c3703155f47
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/63efd03dcf06dbe90e24cc885652884a99a817d51ab12ca1fa0401719fb4b616--m4--1.4.20.arm64_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:f21ea809c3bdc0aa1b25dce05dc05bebd228adb213957df244bf00af760392ef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/22eac02020a210e1a4c935c1e7899675e8d60fb0b797a8e0d66947d0b90a7dc3--libtool--2.5.4.arm64_sequoia.bottle.tar.gz
- ==> Fetching graphviz
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphviz/blobs/sha256:e799e4a7d2fbcb2b5d322986dea60d4256e8e1b5c1c1ab5480fa7e32d2e405ab
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/462ae7101540312d37e954cbe56ab20b427fdc6e82ceb2f1ce0bb625a29c5613--graphviz--13.1.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libev/manifests/4.33
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dcc77a4ef78cc646caf5e0675f4121c18ac6fbbb84ddb181eaab408546c41b66--libev-4.33.bottle_manifest.json
- ==> Fetching libev
- ==> Downloading https://ghcr.io/v2/homebrew/core/libev/blobs/sha256:67740e5ba01e82c140ceadc512aa26a3990bfadaef0f4b545ba7f9aaf24c50bf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/26f288757898d8160aadf1d43e2eab2bf36099792cdb9a8fb1bbc362aa0500d0--libev--4.33.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2a0a00cd44d587830113cc55dfda470280f6667255105214e0e6941d4c8b3802--libffi-3.5.1.bottle_manifest.json
- ==> Fetching libffi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:48eb150271830a3c7da1a28485bd7252c38de09764485b25cf90c0ec93a20be5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b9ecf009652bcbb0ce3f70c161ee9fdcaf9c20a0502ef4550f592cb58c9fe60f--libffi--3.5.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d8c8da104539ae29f198f366fe5794ac377d96a92458ae62557e3f83b03a351--openssl@3-3.5.1.bottle_manifest.json
- ==> Fetching dependencies for openssl@3: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-05-20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:dda1100e7f994081a593d6a5e422451bfa20037e29667ed2b79f011ffc9288a7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb391d8baa4587df71816793a3902ad39c85bce7b1d56e379da462314f8dfedf--ca-certificates--2025-05-20.all.bottle.tar.gz
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:e14a37b55eb218aff8024cd9dedb2c2884f0405e2803ce5b0f9995bbbce972d3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ce3a569ec0665c80942dfd9bdd1dfcf890ed8199bb2c74383b89bf93307d491--openssl@3--3.5.1.arm64_sequoia.bottle.tar.gz
- ==> 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
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/174a21a1715a51dca20bbf72e02d1f2f53cf5faa29f2301178aa70bdde5a5cb0--sqlite-3.50.2.bottle_manifest.json
- ==> Fetching dependencies for sqlite: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:738c27ceee9a8b198f98438477ef7a513a96a965e3a434ac3aa8fb4ed76494b1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f7c2d61dcf1d6ef9634ee24657d17ed77098a23dfa4ee015a60bf1cb7f24f85--readline--8.2.13.arm64_sequoia.bottle.tar.gz
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:0721dd40b60d85e21ccb9020872951c567a7d68d987da83cee478667e63862a3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86b81b8c2995ab8ae5845df5948bffde40f8fbd9bd4155eb811844f42bde42d3--sqlite--3.50.2.arm64_sequoia.bottle.tar.gz
- ==> Pouring capnp--1.2.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/capnp/1.2.0: 145 files, 15.9MB
- ==> Running `brew cleanup capnp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- ==> Installing dependencies for graphviz: libpng, freetype, fontconfig, pcre2, libunistring, gettext, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openexr, webp, jpeg-xl, libvmaf, aom, 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.49
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e5b4a9bf70c7e7d587f8d51454aac4583dd0c94374830a805dbd043e88f8ab31--libpng-1.6.49.bottle_manifest.json
- ==> Pouring libpng--1.6.49.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libpng/1.6.49: 28 files, 1.3MB
- ==> Installing graphviz dependency: freetype
- ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.13.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4c4d14d574a7af9a5a0220cd5012c698bd87b75a3d5e39a6a6c34b4c411aab52--freetype-2.13.3.bottle_manifest.json
- ==> Pouring freetype--2.13.3.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/freetype/2.13.3: 68 files, 2.5MB
- ==> Installing graphviz dependency: fontconfig
- ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.16.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6897fed6b85e0f537cb8774ec21346308111caaf26c136f33fdc95302d361fe7--fontconfig-2.16.0.bottle_manifest.json
- ==> Pouring fontconfig--2.16.0.arm64_sequoia.bottle.tar.gz
- ==> Regenerating font cache, this may take a while
- ==> /opt/homebrew/Cellar/fontconfig/2.16.0/bin/fc-cache -frv
- 🍺 /opt/homebrew/Cellar/fontconfig/2.16.0: 92 files, 1.5MB
- ==> Installing graphviz dependency: pcre2
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.45
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbac938545583185faba88567f1a952d7cc0b825820a2980533f7b3550dc31ad--pcre2-10.45.bottle_manifest.json
- ==> Pouring pcre2--10.45.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pcre2/10.45: 242 files, 6.7MB
- ==> Installing graphviz dependency: libunistring
- ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json
- ==> Pouring libunistring--1.3.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libunistring/1.3: 59 files, 5.4MB
- ==> Installing graphviz dependency: gettext
- ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.25.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88f2510e71f0d31da65046d479a59fab170228c9b4abfee6378c902c115a74a4--gettext-0.25.1.bottle_manifest.json
- ==> Pouring gettext--0.25.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gettext/0.25.1: 2,419 files, 27.6MB
- ==> Installing graphviz dependency: glib
- ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88d63b55ddeb4b28ab9c7944cbfcc7dc19d04bd0effc32c2e9623ce50a6cd51f--glib-2.84.3.bottle_manifest.json
- ==> Pouring glib--2.84.3.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/glib/2.84.3: 504 files, 37.6MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 132.9KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 139KB
- ==> 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.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.5MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libxext/1.3.6: 88 files, 455.0KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 224KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/lzo/2.10: 32 files, 566.1KB
- ==> Installing graphviz dependency: pixman
- ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c608060dd44c7a853d8ac82d8641c6911fcc8d7ba73a07435e0216d210b15842--pixman-0.46.2.bottle_manifest.json
- ==> Pouring pixman--0.46.2.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pixman/0.46.2: 10 files, 687.2KB
- ==> Installing graphviz dependency: cairo
- ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/795ef2e2e2a57e6baba0fc9ceedb58980e8ec718aba0170b9441a0b25442cfbf--cairo-1.18.4.bottle_manifest.json
- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/cairo/1.18.4: 53 files, 2.2MB
- ==> Installing graphviz dependency: jpeg-turbo
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c854f6cf182be1d17fc08db542e1a659f58691d8ccc481348465e3a038dbe73b--jpeg-turbo-3.1.1.bottle_manifest.json
- ==> Pouring jpeg-turbo--3.1.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/jpeg-turbo/3.1.1: 47 files, 3.6MB
- ==> 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.arm64_sequoia.bottle.2.tar.gz
- 🍺 /opt/homebrew/Cellar/brotli/1.1.0: 28 files, 1.7MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/giflib/5.2.2: 20 files, 545.8KB
- ==> Installing graphviz dependency: highway
- ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.2.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cb1608f21fba449c4e34b0a4912e3d73b6f2fa2577c916720799b5057207452--highway-1.2.0.bottle_manifest.json
- ==> Pouring highway--1.2.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/highway/1.2.0: 75 files, 4.6MB
- ==> Installing graphviz dependency: imath
- ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.1.12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6afdf93c912565e828ad2386867db9e96b58441f29b901492560bcde9e8a22ad--imath-3.1.12.bottle_manifest.json
- ==> Pouring imath--3.1.12.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/imath/3.1.12: 50 files, 944.9KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.5MB
- ==> 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.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712KB
- ==> Installing graphviz dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json
- ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB
- ==> Installing graphviz dependency: libtiff
- ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cc8add3c5369d6c22906554ebc395ebe89f1ac410112bd65bc6d286d4e02f210--libtiff-4.7.0-1.bottle_manifest.json
- ==> Pouring libtiff--4.7.0.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/libtiff/4.7.0: 486 files, 8.4MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/little-cms2/2.17: 23 files, 1.4MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libdeflate/1.24: 17 files, 431.4KB
- ==> Installing graphviz dependency: openexr
- ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.3.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b25bbda6441cbbae3a0c9a840abc4e9768244d9f4eb755ba4d203d3aea5d6fed--openexr-3.3.4.bottle_manifest.json
- ==> Pouring openexr--3.3.4.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/openexr/3.3.4: 210 files, 4.8MB
- ==> Installing graphviz dependency: webp
- ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/674b427392a0b30f8c95a3047f8d8b59cc729067bec5e51403e4bb87e009102a--webp-1.5.0.bottle_manifest.json
- ==> Pouring webp--1.5.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/webp/1.5.0: 64 files, 2.5MB
- ==> Installing graphviz dependency: jpeg-xl
- ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1bbb94dec31282c134f452621e3141e9a5127fa90e51ac8d0103430f9b50eb7--jpeg-xl-0.11.1_1.bottle_manifest.json
- ==> Pouring jpeg-xl--0.11.1_1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/jpeg-xl/0.11.1_1: 64 files, 35MB
- ==> 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.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/libvmaf/3.0.0: 235 files, 7.2MB
- ==> Installing graphviz dependency: aom
- ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.12.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76daa5795424903e05b46ebd6f7e1d663f893f695dec830c798089c7ffb60f39--aom-3.12.1.bottle_manifest.json
- ==> Pouring aom--3.12.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/aom/3.12.1: 24 files, 9.8MB
- ==> Installing graphviz dependency: libavif
- ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0
- Already download
d: /Users/mac1000/Library/Caches/Homebrew/downloads/b348d1f41a7bdb0c137f1c665651126f606eea340d8a8f08a38ed5bf401f1c33--libavif-1.3.0.bottle_manifest.json
- ==> Pouring libavif--1.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libavif/1.3.0: 22 files, 991.5KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gd/2.3.3_6: 34 files, 1.5MB
- ==> Installing graphviz dependency: jasper
- ==> Downloading https://ghcr.io/v2/homebrew/core/jasper/manifests/4.2.5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0b7879dee43d75b41e26cd2680fb480d314374076cdd50feb7f4ed998ab38964--jasper-4.2.5.bottle_manifest.json
- ==> Pouring jasper--4.2.5.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/jasper/4.2.5: 45 files, 1.6MB
- ==> Installing graphviz dependency: netpbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/netpbm/manifests/11.02.17
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d94858bb3e77511782d804654220a7b32d15091e89ce50a6c876e33b08620f6--netpbm-11.02.17.bottle_manifest.json
- ==> Pouring netpbm--11.02.17.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/netpbm/11.02.17: 825 files, 19.4MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gts/0.7.6_3: 27 files, 1.6MB
- ==> Installing graphviz dependency: gdk-pixbuf
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdk-pixbuf/manifests/2.42.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2eeb910ea69bc28d9dc0b3b121819ff59ea92fa20bab68c59b6a7a7d5af0708b--gdk-pixbuf-2.42.12_1.bottle_manifest.json
- ==> Pouring gdk-pixbuf--2.42.12_1.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/gdk-pixbuf/2.42.12_1/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺 /opt/homebrew/Cellar/gdk-pixbuf/2.42.12_1: 152 files, 4.0MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/fribidi/1.0.16: 68 files, 565.0KB
- ==> Installing graphviz dependency: graphite2
- ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbb4dd2ef1846301d1eb08053e19e11ca9c780f93f4d3b2d638fd94a9bf54a0c--graphite2-1.3.14.bottle_manifest.json
- ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 283.4KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/icu4c@77/77.1: 277 files, 81.2MB
- ==> Installing graphviz dependency: harfbuzz
- ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/11.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/541d81ca7e8e8b678fb64d9f758603fe525bfc219f8fb4782fd91fc81f9465aa--harfbuzz-11.2.1.bottle_manifest.json
- ==> Pouring harfbuzz--11.2.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/harfbuzz/11.2.1: 77 files, 10.2MB
- ==> Installing graphviz dependency: pango
- ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.56.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2aea7cad1d8c6268959bdd70cf5b58468d5ce9bf4a14a631e7edeae8c5715c72--pango-1.56.4.bottle_manifest.json
- ==> Pouring pango--1.56.4.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pango/1.56.4: 69 files, 3.5MB
- ==> Installing graphviz dependency: librsvg
- ==> Downloading https://ghcr.io/v2/homebrew/core/librsvg/manifests/2.60.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c139d2217f9f70bcf1d386c8eb97969e7ba7c5b520cfe22fc75259bd57683555--librsvg-2.60.0-1.bottle_manifest.json
- ==> Pouring librsvg--2.60.0.arm64_sequoia.bottle.1.tar.gz
- ==> /opt/homebrew/opt/gdk-pixbuf/bin/gdk-pixbuf-query-loaders --update-cache
- 🍺 /opt/homebrew/Cellar/librsvg/2.60.0: 21 files, 21.2MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/m4/1.4.20: 14 files, 782.8KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libtool/2.5.4: 76 files, 4.0MB
- ==> Installing graphviz
- ==> Pouring graphviz--13.1.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/graphviz/13.1.0: 283 files, 8.0MB
- ==> Running `brew cleanup graphviz`...
- ==> Pouring libev--4.33.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libev/4.33: 13 files, 502.4KB
- ==> Running `brew cleanup libev`...
- ==> Pouring libffi--3.5.1.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- 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/opt/homebrew/opt/libffi/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/libffi/3.5.1: 18 files, 806.2KB
- ==> Running `brew cleanup libffi`...
- ==> Installing dependencies for openssl@3: ca-certificates
- ==> Installing openssl@3 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-05-20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json
- ==> Pouring ca-certificates--2025-05-20.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /opt/homebrew/Cellar/ca-certificates/2025-05-20: 4 files, 225.3KB
- ==> Installing openssl@3
- ==> Pouring openssl@3--3.5.1.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
- /opt/homebrew/etc/openssl@3/certs
-
- and run
- /opt/homebrew/opt/openssl@3/bin/c_rehash
- ==> Summary
- 🍺 /opt/homebrew/Cellar/openssl@3/3.5.1: 7,563 files, 35.2MB
- ==> Running `brew cleanup openssl@3`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for sqlite: readline
- ==> Installing sqlite dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Pouring readline--8.2.13.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/readline/8.2.13: 51 files, 1.7MB
- ==> Installing sqlite
- ==> Pouring sqlite--3.50.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- sqlite is keg-only, which means it was not symlinked into /opt/homebrew,
- 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="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include"
-
- For pkg-config to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/sqlite/3.50.2: 13 files, 4.9MB
- ==> Running `brew cleanup sqlite`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- 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/opt/homebrew/opt/libffi/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> openssl@3
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
- /opt/homebrew/etc/openssl@3/certs
-
- and run
- /opt/homebrew/opt/openssl@3/bin/c_rehash
- ==> sqlite
- sqlite is keg-only, which means it was not symlinked into /opt/homebrew,
- 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="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include"
-
- For pkg-config to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig"
2025-07-03 23:58.29 ---> saved as "69fe9e890a527272842c532a34555c21d007448a26b4930414b7b0f8886c91d4"
/: (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.dev] synchronised (no changes)
[current_docker.dev] synchronised (no changes)
[current_git.dev] synchronised (no changes)
[current_github.dev] synchronised (no changes)
[current_gitlab.dev] synchronised (no changes)
[current_ocluster.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-httpaf.dev] synchronised (no changes)
[dream-pure.dev] synchronised (no changes)
[dream.dev] synchronised (no changes)
[gitlab.dev] synchronised (no changes)
[gitlab-unix.dev] synchronised (no changes)
[obuilder-spec.dev] synchronised (no changes)
[ocluster-api.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 252 packages
- install 0install-solver 2.18
- install alcotest 1.9.0
- install alcotest-lwt 1.9.0
- 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.15.0
- install atdgen-runtime 2.16.0
- install awa 0.3.0
- install awa-mirage 0.3.0
- install base v0.16.4
- install base-bytes base
- install base64 3.5.1
- 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-12
- 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.4.1
- install dream dev (pinned)
- install dream-httpaf dev (pinned)
- install dream-pure dev (pinned)
- install duff 0.5
- install dune 3.19.1
- install dune-configurator 3.19.1
- install dune-private-libs 3.19.1
- install dune-site 3.19.1
- install duration 0.2.1
- install dyn 3.19.1
- 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.3
- install faraday 0.8.2
- install faraday-lwt 0.8.2
- install faraday-lwt-unix 0.8.2
- install fmt 0.10.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.4.1
- install github-data 4.4.1
- install github-unix 4.4.1
- 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.4
- install ISO8601 0.2.6
- install integers 0.7.0
- install ipaddr 5.6.0
- install ipaddr-cstruct 5.6.0
- install ipaddr-sexp 5.6.0
- install irmin-watcher 0.5.0
- install jsonm 1.0.2
- install ke 0.6
- install logs 0.8.0
- install lru 0.3.1
- install lwt 5.9.1
- install lwt-dllist 1.1.0
- install lwt_ppx 5.9.1
- install lwt_ssl 1.2.0
- install macaddr 5.6.0
- install macaddr-cstruct 5.6.0
- install magic-mime 1.3.1
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- 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.9.0
- install mirage-time 3.0.0
- install mirage-unix 5.0.1
- install mtime 2.1.0
- install multipart_form 0.6.0
- install multipart_form-lwt 0.6.0
- install num 1.6
- install obuilder-spec dev (pinned)
- install ocaml-compiler-libs v0.12.4
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 4.0.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
- install opam-core 2.3.0
- install opam-file-format 2.2.0
- install opam-format 2.3.0
- install opam-repository 2.3.0
- install opam-state 2.3.0
- install optint 0.3.0
- install ordering 3.19.1
- install paf 0.5.0
- install parsexp v0.16.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.16.0
- install ppx_custom_printf v0.16.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.0.3
- install ppx_deriving_yojson 3.9.1
- install ppx_sexp_conv v0.16.0
- install ppxlib 0.35.0
- 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.12.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.16.0
- install sexplib0 v0.16.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.16.0
- install stdlib-shims 0.3.0
- install stdune 3.19.1
- 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.0.8
- 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 ansi.0.7.0 (cached)
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0 (cached)
-> retrieved arp.3.1.1 (cached)
-> retrieved 0install-solver.2.18 (cached)
-> retrieved asn1-combinators.0.2.6 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved asetmap.0.8.1 (cached)
-> retrieved awa.0.3.0, awa-mirage.0.3.0 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigarray-overlap.0.2.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved atd.2.16.0, atdgen-runtime.2.16.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.0.2.3 (cached)
-> retrieved atdgen.2.15.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved ca-certs-nss.3.101 (cached)
-> retrieved capnp.3.6.0 (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 carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2 (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-12 (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-capnproto.2
-> installed conf-pkg-config.4
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> installed conf-sqlite3.1
-> installed conf-gmp.5
-> installed conf-libffi.2.0.0
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
-> installed conf-libssl.4
-> installed conf-gmp-powm-sec.4
-> retrieved csv.2.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> retrieved current.dev (file:///Users/mac1000/src/ocurrent)
-> installed conf-graphviz.0.1
-> installed conf-libev.4-12
-> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)
-> retrieved current_git.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_github.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_docker.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_incr.0.6.1 (cached)
-> retrieved current_ocluster.dev (file:///Users/mac1000/src/ocluster)
-> retrieved current_gitlab.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_web.dev (file:///Users/mac1000/src/ocurrent)
-> retrieved current_rpc.dev (file:///Users/mac1000/src/ocurrent)
-> 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.4.1 (cached)
-> retrieved dockerfile-opam.dev (file:///Users/mac1000/src/ocaml-dockerfile)
-> retrieved digestif.1.3.0 (cached)
-> installed cmdliner.1.3.0
-> 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.3 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
-> retrieved github.4.4.1, github-data.4.4.1, github-unix.4.4.1 (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 httpun-types.0.2.0 (cached)
-> retrieved hxd.0.3.4 (cached)
-> retrieved ISO8601.0.2.6 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)
-> retrieved irmin-watcher.0.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved lwt_ssl.1.2.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved lwt.5.9.1, lwt_ppx.5.9.1 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1, dune-private-libs.3.19.1, dune-site.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1 (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-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
-> retrieved mirage-flow.3.0.0 (cached)
-> retrieved mimic.0.0.6, mimic-happy-eyeballs.0.0.6 (cached)
-> retrieved mirage-net.4.0.0 (cached)
-> retrieved mirage-kv.6.1.1 (cached)
-> retrieved mirage-random.3.0.0 (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.6.0, multipart_form-lwt.0.6.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved obuilder-spec.dev (file:///Users/mac1000/src/ocluster/obuilder)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.4.0.1 (cached)
-> retrieved mirage-runtime.4.9.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocluster-api.dev (file:///Users/mac1000/src/ocluster)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved omigrate.0.3.2 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved opam-0install.0.5 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved opam-file-format.2.2.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved pbkdf.1.2.0 (cached)
-> retrieved paf.0.5.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_custom_printf.v0.16.0 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppx_deriving.6.0.3 (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 res.5.0.2 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved routes.2.0.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved rresult.0.7.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved sha.1.15.4 (cached)
-> retrieved solver-service.dev (file:///Users/mac1000/src/solver-service)
-> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0 (cached)
-> retrieved spdx_licenses.1.4.0 (cached)
-> retrieved sqlite3.5.3.1 (cached)
-> retrieved solver-service-api.dev (file:///Users/mac1000/src/solver-service)
-> retrieved ssl.0.7.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdint.0.7.2 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved swhid_core.0.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved tcpip.8.0.0 (cached)
-> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0 (cached)
-> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed num.1.6
-> retrieved unstrctrd.0.4 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uuidm.0.9.10 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved tailwindcss.dev (no changes)
-> retrieved zarith.1.14 (cached)
-> installed tailwindcss.dev
-> retrieved yojson.2.2.2 (cached)
-> retrieved x509.0.16.5 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed mtime.2.1.0
-> installed uuidm.0.9.10
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.19.1
-> installed bigarray-compat.1.1.0
-> installed bigarray-overlap.0.2.1
-> installed camlp-streams.5.0.1
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed crunch.4.0.0
-> installed 0install-solver.2.18
-> installed duff.0.5
-> installed domain-name.0.4.1
-> installed current_incr.0.6.1
-> installed csv.2.4
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed easy-format.1.3.4
-> installed ISO8601.0.2.6
-> installed http.6.0.0
-> installed cstruct-unix.6.2.0
-> installed hex.1.5.0
-> installed asn1-combinators.0.2.6
-> installed lwt-dllist.1.1.0
-> installed ke.0.6
-> installed macaddr.5.6.0
-> installed menhirCST.20240715
-> installed biniou.1.2.2
-> installed eqaf.0.9
-> installed dune-configurator.3.19.1
-> installed magic-mime.1.3.1
-> installed macaddr-cstruct.5.6.0
-> installed metrics.0.5.0
-> installed mirage-clock.4.2.0
-> installed ipaddr.5.6.0
-> installed bigstringaf.0.10.0
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed mirage-random.3.0.0
-> installed faraday.0.8.2
-> installed ipaddr-cstruct.5.6.0
-> installed digestif.1.3.0
-> installed mirage-clock-unix.4.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed httpun-types.0.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed ocplib-endian.1.2
-> installed ocamlgraph.2.2.0
-> installed ocaml-version.4.0.1
-> installed mirage-crypto.0.11.3
-> installed angstrom.0.16.1
-> installed pecu.0.7
-> installed pp.2.0.0
-> installed ordering.3.19.1
-> installed hkdf.1.0.4
-> installed hpack.0.13.0
-> installed emile.1.1
-> installed encore.0.8.1
-> installed lwt.5.9.1
-> installed checkseum.0.5.2
-> installed pbkdf.1.2.0
-> installed ppx_derivers.1.2.1
-> installed cstruct-lwt.6.2.0
-> installed psq.0.2.1
-> installed faraday-lwt.0.8.2
-> installed dyn.3.19.1
-> installed prettym.0.0.3
-> installed faraday-lwt-unix.0.8.2
-> installed lru.0.3.1
-> installed mirage-flow.3.0.0
-> installed mirage-kv.6.1.1
-> installed hxd.0.3.4
-> installed mirage-time.3.0.0
-> installed mirage-net.4.0.0
-> installed h2.0.13.0
-> installed randomconv.0.1.3
-> installed routes.2.0.0
-> installed decompress.1.5.3
-> installed result.1.5
-> installed logs.0.8.0
-> installed spdx_licenses.1.4.0
-> installed res.5.0.2
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed httpaf.0.7.1
-> installed sqlite3.5.3.1
-> installed ethernet.3.2.0
-> installed happy-eyeballs.0.6.0
-> installed mimic.0.0.6
-> installed mirage-crypto-rng.0.11.3
-> installed arp.3.1.1
-> installed mirage-runtime.4.9.0
-> installed mirage-crypto-pk.0.11.3
-> installed dns.7.0.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed mirage-unix.5.0.1
-> installed bos.0.2.1
-> installed parsexp.v0.16.0
-> installed prometheus.1.2
-> installed session.0.5.0
-> installed dns-client.7.0.3
-> installed menhir.20240715
-> installed stdlib-shims.0.3.0
-> installed carton.0.7.2
-> installed sexplib.v0.16.0
-> installed graphql_parser.0.14.0
-> installed stdint.0.7.2
-> installed carton-lwt.0.7.2
-> installed ssl.0.7.0
-> installed integers.0.7.0
-> installed carton-git.0.7.2
-> installed lwt_ssl.1.2.0
-> installed opam-file-format.2.2.0
-> installed alcotest.1.9.0
-> installed capnp-rpc.1.2.3
-> installed sha.1.15.4
-> installed mirage-crypto-ec.0.11.3
-> installed base.v0.16.4
-> installed swhid_core.0.1
-> installed stringext.1.6.0
-> installed alcotest-lwt.1.9.0
-> installed stdio.v0.16.0
-> installed tcpip.8.0.0
-> installed timedesc-tzdb.3.1.0
-> installed timedesc-tzlocal.3.1.0
-> installed ctypes.0.23.0
-> installed unstrctrd.0.4
-> installed stdune.3.19.1
-> installed timedesc.3.1.0
-> installed opam-core.2.3.0
-> installed multipart_form.0.6.0
-> installed tyxml.4.6.0
-> installed ctypes-foreign.0.23.0
-> installed capnp.3.6.0
-> installed multipart_form-lwt.0.6.0
-> installed ansi.0.7.0
-> installed dune-private-libs.3.19.1
-> installed yojson.2.2.2
-> installed x509.0.16.5
-> installed uri.4.4.0
-> installed cf.0.5.0
-> installed ppxlib.0.35.0
-> installed ca-certs.0.2.3
-> installed atdgen-runtime.2.16.0
-> installed ca-certs-nss.3.101
-> installed atd.2.16.0
-> installed cf-lwt.0.5.0
-> installed awa.0.3.0
-> installed dune-site.3.19.1
-> installed awa-mirage.0.3.0
-> installed fsevents.0.3.0
-> installed atdgen.2.15.0
-> installed opam-format.2.3.0
-> installed graphql.0.14.0
-> installed fsevents-lwt.0.3.0
-> installed graphql-lwt.0.14.0
-> installed capnp-rpc-lwt.1.2.3
-> installed lwt_ppx.5.9.1
-> installed current_rpc.dev
-> installed irmin-watcher.0.5.0
-> installed git.3.15.0
-> installed ppx_compare.v0.16.0
-> installed dream-pure.dev
-> installed tls.0.17.3
-> installed opam-repository.2.3.0
-> installed extunix.0.4.3
-> installed ppx_deriving.6.0.3
-> installed tls-lwt.0.17.3
-> installed current.dev
-> installed tls-mirage.0.17.3
-> installed ppx_sexp_conv.v0.16.0
-> installed dns-client-lwt.7.0.3
-> installed caqti.2.2.4
-> installed dns-client-mirage.7.0.3
-> installed dockerfile.dev
-> installed capnp-rpc-net.1.2.3
-> installed dockerfile-opam.dev
-> installed caqti-lwt.2.2.4
-> installed ppx_deriving_yojson.3.9.1
-> installed happy-eyeballs-lwt.0.6.0
-> installed dream-httpaf.dev
-> installed happy-eyeballs-mirage.0.6.0
-> installed current_git.dev
-> installed obuilder-spec.dev
-> installed ipaddr-sexp.5.6.0
-> installed capnp-rpc-unix.1.2.3
-> installed ocluster-api.dev
-> installed current_docker.dev
-> installed github-data.4.4.1
-> installed current_ocluster.dev
-> installed mimic-happy-eyeballs.0.0.6
-> installed solver-service-api.dev
-> installed paf.0.5.0
-> installed conduit.6.2.3
-> installed git-paf.3.15.0
-> installed uri-sexp.4.4.0
-> installed git-mirage.3.15.0
-> installed conduit-lwt.6.2.3
[ERROR] The compilation of dream.dev failed at "dune build -p dream -j 7".
-> installed opam-state.2.3.0
-> installed ppx_custom_printf.v0.16.0
-> installed cohttp.6.0.0
-> installed conduit-lwt-unix.6.2.3
-> installed git-unix.3.15.0
-> installed opam-0install.0.5
-> installed solver-service.dev
-> installed session-cohttp.0.5.0
-> installed pgx.2.2
-> installed cohttp-lwt.6.0.0
-> installed pgx_lwt.2.2
-> installed gitlab.dev
-> installed session-cohttp-lwt.0.5.0
-> installed pgx_lwt_unix.2.2
-> installed github.4.4.1
-> installed cohttp-lwt-unix.6.0.0
-> installed gitlab-unix.dev
-> installed prometheus-app.1.2
-> installed omigrate.0.3.2
-> installed current_web.dev
-> installed current_gitlab.dev
-> installed github-unix.4.4.1
-> installed current_github.dev
#=== ERROR while compiling dream.dev ==========================================#
# context 2.3.0 | macos/arm64 | ocaml-base-compiler.4.14.2 | pinned(git+https://github.com/aantron/dream#ff97ac7583cb939caeac35da1210bf18411cb9b9#ff97ac7583cb939caeac35da1210bf18411cb9b9)
# path ~/.opam/4.14.2/.opam-switch/build/dream.dev
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p dream -j 7
# exit-code 1
# env-file ~/.opam/log/dream-58301-5a0574.env
# output-file ~/.opam/log/dream-58301-5a0574.out
### output ###
# (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w -40 -g -bin-annot -I src/sql/.dream__sql.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/angstrom -I /Users/mac1000/.opam/4.14.2/lib/base64 -I /Users/mac1000/.opam/4.14.2/lib/base64/rfc2045 -I /Users/mac1000/.opam/4.14.2/lib/bigarray-overlap -I /Users/mac1000/.opam/4.14.2/lib/bigstringaf -I /Users/mac1000/.opam/4.14.2/lib/caqti -I /Users/mac1000/.opam/4.14.2/lib/caqti-lwt -I /Users/mac1000/.opam/4.14.2/lib/caqti/platform -I /Users/mac1000/.opam/4.14.2/lib/caqti/template -I /Users/mac1000/.opam/4.14.2/lib/cstruct -I /Users/mac1000/.opam/4.14.2/lib/digestif -I /Users/mac1000/.opam/4.14.2/lib/domain-name -I /Users/mac1000/.opam/4.14.2/lib/dream-pure -I /Users/mac1000/.opam/4.14.2/lib/eqaf -I /Users/mac1000/.opam/4.14.2/lib/eqaf/bigstring -I /Users/mac1000/.opam/4.14.2/lib/eqaf/cstruct -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/hmap -I /Users/mac1000/.opam/4.14.2/lib/ipaddr -I /Users/mac1000/.opam/4.14.2/lib/ke -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/logs/lwt -I /Users/mac1000/.opam/4.14.2/lib/lru -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/lwt-dllist -I /Users/mac1000/.opam/4.14.2/lib/macaddr -I /Users/mac1000/.opam/4.14.2/lib/magic-mime -I /Users/mac1000/.opam/4.14.2/lib/mirage-clock -I /Users/mac1000/.opam/4.14.2/lib/mirage-crypto -I /Users/mac1000/.opam/4.14.2/lib/mirage-crypto-rng -I /Users/mac1000/.opam/4.14.2/lib/mtime -I /Users/mac1000/.opam/4.14.2/lib/mtime/clock -I /Users/mac1000/.opam/4.14.2/lib/multipart_form -I /Users/mac1000/.opam/4.14.2/lib/multipart_form-lwt -I /Users/mac1000/.opam/4.14.2/lib/pecu -I /Users/mac1000/.opam/4.14.2/lib/prettym -I /Users/mac1000/.opam/4.14.2/lib/psq -I /Users/mac1000/.opam/4.14.2/lib/ptime -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/stringext -I /Users/mac1000/.opam/4.14.2/lib/unstrctrd -I /Users/mac1000/.opam/4.14.2/lib/unstrctrd/parser -I /Users/mac1000/.opam/4.14.2/lib/uri -I /Users/mac1000/.opam/4.14.2/lib/uutf -I /Users/mac1000/.opam/4.14.2/lib/yojson -I src/cipher/.dream__cipher.objs/byte -I src/server/.dream__server.objs/byte -no-alias-deps -open Dream__sql -o src/sql/.dream__sql.objs/byte/dream__sql__Sql.cmo -c -impl src/sql/sql.pp.ml)
# File "src/sql/sql.ml", line 17, characters 36-52:
# 17 | let pool_field : (_, Caqti_error.t) Caqti_lwt.Pool.t Message.field =
# ^^^^^^^^^^^^^^^^
# Error: Unbound module Caqti_lwt.Pool
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build dream dev
+-
+- The following changes have been performed
| - install 0install-solver 2.18
| - install alcotest 1.9.0
| - install alcotest-lwt 1.9.0
| - 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.15.0
| - install atdgen-runtime 2.16.0
| - install awa 0.3.0
| - install awa-mirage 0.3.0
| - install base v0.16.4
| - install base-bytes base
| - install base64 3.5.1
| - 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-12
| - 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.4.1
| - install dream-httpaf dev
| - install dream-pure dev
| - install duff 0.5
| - install dune 3.19.1
| - install dune-configurator 3.19.1
| - install dune-private-libs 3.19.1
| - install dune-site 3.19.1
| - install duration 0.2.1
| - install dyn 3.19.1
| - 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.3
| - install faraday 0.8.2
| - install faraday-lwt 0.8.2
| - install faraday-lwt-unix 0.8.2
| - install fmt 0.10.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.4.1
| - install github-data 4.4.1
| - install github-unix 4.4.1
| - 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.4
| - install ISO8601 0.2.6
| - install integers 0.7.0
| - install ipaddr 5.6.0
| - install ipaddr-cstruct 5.6.0
| - install ipaddr-sexp 5.6.0
| - install irmin-watcher 0.5.0
| - install jsonm 1.0.2
| - install ke 0.6
| - install logs 0.8.0
| - install lru 0.3.1
| - install lwt 5.9.1
| - install lwt-dllist 1.1.0
| - install lwt_ppx 5.9.1
| - install lwt_ssl 1.2.0
| - install macaddr 5.6.0
| - install macaddr-cstruct 5.6.0
| - install magic-mime 1.3.1
| - install menhir 20240715
| - install menhirCST 20240715
| - install menhirLib 20240715
| - install menhirSdk 20240715
| - 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.9.0
| - install mirage-time 3.0.0
| - install mirage-unix 5.0.1
| - install mtime 2.1.0
| - install multipart_form 0.6.0
| - install multipart_form-lwt 0.6.0
| - install num 1.6
| - install obuilder-spec dev
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims 1.0.0
| - install ocaml-version 4.0.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
| - install opam-core 2.3.0
| - install opam-file-format 2.2.0
| - install opam-format 2.3.0
| - install opam-repository 2.3.0
| - install opam-state 2.3.0
| - install optint 0.3.0
| - install ordering 3.19.1
| - install paf 0.5.0
| - install parsexp v0.16.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.16.0
| - install ppx_custom_printf v0.16.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.0.3
| - install ppx_deriving_yojson 3.9.1
| - install ppx_sexp_conv v0.16.0
| - install ppxlib 0.35.0
| - 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.12.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.16.0
| - install sexplib0 v0.16.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.16.0
| - install stdlib-shims 0.3.0
| - install stdune 3.19.1
| - 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.0.8
| - 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:
/opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20250703235830.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-07-04 00:00.58: Job failed: Failed: Build failed