2025-10-27 22:43.23: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (5d3133c4a461d00eb97cc31b09d8126e49632c0f) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4) Base: macos-homebrew-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 5d3133c4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam ./src/./ RUN opam pin add -yn metrics.dev './src/./' && \ opam pin add -yn metrics-unix.dev './src/./' && \ opam pin add -yn metrics-rusage.dev './src/./' && \ opam pin add -yn metrics-lwt.dev './src/./' && \ opam pin add -yn metrics-influx.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-27 22:43.23: Using cache hint "mirage/metrics-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-d69f9c8a29338b68fee0e19152ac7397" 2025-10-27 22:43.23: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_arm64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn metrics.dev './src/./' && \ \nopam pin add -yn metrics-unix.dev './src/./' && \ \nopam pin add -yn metrics-rusage.dev './src/./' && \ \nopam pin add -yn metrics-lwt.dev './src/./' && \ \nopam pin add -yn metrics-influx.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-10-27 22:43.23: Waiting for resource in pool OCluster 2025-10-28 02:19.09: Waiting for workerโฆ 2025-10-28 03:35.56: Got resource from pool OCluster Building on m1-worker-03 All commits already cached HEAD is now at 5d3133c changes for 0.5.0 (from macos-homebrew-ocaml-5.4) 2025-10-28 03:35.56 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_arm64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam")) 2025-10-28 03:35.56 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-10-28 03:35.56 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-28 03:35.56 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5bf570252b..7f9c784b97 master -> origin/master 7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-28 03:35.57 ---> using "0d3b40e06fac490f5b93247996fcf52b04dc54fb28708e299ea5669ed85fd164" from cache /: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./src/./)) 2025-10-28 03:35.58 ---> saved as "28d305c3bb48fcf3074b61b69078485b292efa47780efc3cbac165780a2ea111" /: (run (network host) (shell "opam pin add -yn metrics.dev './src/./' && \ \nopam pin add -yn metrics-unix.dev './src/./' && \ \nopam pin add -yn metrics-rusage.dev './src/./' && \ \nopam pin add -yn metrics-lwt.dev './src/./' && \ \nopam pin add -yn metrics-influx.dev './src/./'")) [metrics.dev] synchronised (file:///Users/mac1000/src) metrics is now pinned to file:///Users/mac1000/src (version dev) [metrics-unix.dev] synchronised (file:///Users/mac1000/src) metrics-unix is now pinned to file:///Users/mac1000/src (version dev) [metrics-rusage.dev] synchronised (file:///Users/mac1000/src) metrics-rusage is now pinned to file:///Users/mac1000/src (version dev) [metrics-lwt.dev] synchronised (file:///Users/mac1000/src) metrics-lwt is now pinned to file:///Users/mac1000/src (version dev) [metrics-influx.dev] synchronised (file:///Users/mac1000/src) metrics-influx is now pinned to file:///Users/mac1000/src (version dev) 2025-10-28 03:36.10 ---> saved as "92f5eac977b2b23f61ed72d95918797bf4c1c50d146d31c049b0a4c868e239fc" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-10-28 03:36.11 ---> saved as "fb385e81506ae05890c7ded17c76e27529fbda3f94fbcc5f81c7a83c9d53ad6f" /: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [metrics-lwt.dev] synchronised (file:///Users/mac1000/src) [metrics-influx.dev] synchronised (file:///Users/mac1000/src) [metrics.dev] synchronised (file:///Users/mac1000/src) [metrics-rusage.dev] synchronised (file:///Users/mac1000/src) [metrics-unix.dev] synchronised (file:///Users/mac1000/src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: gnuplot <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "gnuplot" - ==> Fetching downloads for: gnuplot - ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/manifests/6.0.3-2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2adb330240de60244c4ff62b904c35f1fc142ae1f37fac6cf3b5307d8d9dec7d--gnuplot-6.0.3-2.bottle_manifest.json - ==> Fetching dependencies for gnuplot: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, dav1d, libavif, gd, libcerf, lua, fribidi, graphite2, icu4c@77, harfbuzz, pango, dbus, double-conversion, libb2, md4c, ca-certificates, openssl@3, qtbase, qtsvg, qtdeclarative, qtshadertools, qt5compat and readline - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json - ==> Fetching libpng - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:0e84944536d6bf2c7cfd393a4576acf5c0ced03992d156685a7f83c7d2a60215 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/10bc84b9f3874188e24c385090ca748df2657cecc1e495a2b7d9a6bdda7ceaeb--libpng--1.6.50.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json - ==> Fetching freetype - ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/blobs/sha256:40c5e9659d92bf629661a6580fbbf7f962cb98b81ac982dbfa23d30e4ddaf6d7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/baa211bcd6f0f3090b649a30319f930043662ccab51943b7c4c843eb622d346a--freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json - ==> Fetching libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:dbc874f78025281d97cf683531c635a6a4195b928f1af4288bda71e6dba723cd - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f4e595a082caada00e88754b8e862091fdeddd16c2100563934ba551b3964ad4--libunistring--1.4.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json - ==> Fetching gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:b25ac1e62443f8f79eadc3dadf6d3af954d4cbc33a0577fc626aa0c8f2bb01a5 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e4400df4cd1b1ba5e981061d5c674e2847e96951b505339505452340fc926f6--gettext--0.26.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json - ==> Fetching fontconfig - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/blobs/sha256:357516db5db5eb0cf5936333ef5845e600a0e01fbe80909b994f159b9d18bb22 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ddbc9a5b9cb5b81887034333e2b3686e356fa929524b286a25e034424ca5a19d--fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.47 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43e006145d881575c409981c8f01b0da6e06eff7265402874591a1cb91e3531d--pcre2-10.47.bottle_manifest.json - ==> Fetching pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:603fb4c2e2d04c59cb75525a47758abbab20027f3f2296cc170fba64f9fb4b9a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3de25f5dd4f02f237ffc645142cc89dd327b4ebf31792c32d0d849d5820f554c--pcre2--10.47.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/293711d0188faea250e50a411b5c5c818ab92eb168eac05d162d61d94d1e3189--glib-2.86.1.bottle_manifest.json - ==> Fetching glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:69180a746a740205498efc9be52f19c6f200c91700bc1743d6e3dce6dc0cb342 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b0a868138d5f4220ab6fc8fa0e0e60638807c39f83b3193fb7c45470c29629f8--glib--2.86.1.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.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json - ==> Fetching pixman - ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/blobs/sha256:86f5fc013d2b22bbe41c1c14661287bf8e8e4c3ac95cd05b08b886d24918fe34 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6ce657e4d7495849e22e17cb2b682603faced899583cc7990a37cb7ffdb73e8--pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json - ==> Fetching cairo - ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/blobs/sha256:c3c657a2dd0fac3e84d3c5d4e8327313f0ef217f26da2f73fbc50765fc9e9502 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f22b609dbb5c50e943ce6685d36852f4abbf636b3615c4b85eab887201bb573--cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json - ==> Fetching jpeg-turbo - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/blobs/sha256:59f90f6a9c2dc28abc3b425c7116e30dc4c13986538c6fcf614fa1b2aee8e7d4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/65de43fe499a15f27fa2d9f6d910c83c2f959c9759298b94cb3b31e81ce4cf60--jpeg-turbo--3.1.2.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.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json - ==> Fetching highway - ==> Downloading https://ghcr.io/v2/homebrew/core/highway/blobs/sha256:0dfc837e61d17b1cd2c5e27afc94993a4eb75b59ca8a057ef7c6dea61acbdd7a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d56236845fba54d5feaf9f7c004b843e768e0ac10dfde200e9ad4f08b0dcee3--highway--1.3.0.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82322ae05e389eb5b059000e61d0a7acb8176046888dc2e15344c8fd7704ade4--imath-3.2.2.bottle_manifest.json - ==> Fetching imath - ==> Downloading https://ghcr.io/v2/homebrew/core/imath/blobs/sha256:473751d9832776b48e077e901e51d68bc141f3b53f84d47ea92ea78acab812d2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dc9334d59fbe6911a3243f5de2c9f59142105c80584ab04fed77c03d96799998--imath--3.2.2.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-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json - ==> Fetching zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:55a4e0a4a92f5cf4885295214914de4aefad2389884085185e9ce87b4edae946 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5da1f48e2d931e902a582bb1ce53f3cf8c5adc7a18ffafeb7a5a78d0fe82328--zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json - ==> Fetching libtiff - ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/blobs/sha256:e32b6017d70bb365933cc84df9b2db416ea6e3bcc1c57fad4903f7392b13c1a7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/89b0ad09cab715a4b9718dde26e7e80d41362a9dfcd32b22d2ce0042153d0d70--libtiff--4.7.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/manifests/2.17 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e5e5ac9e1df07ae001662a85a70b344b31345897c284172f14874c9d329cb85--little-cms2-2.17.bottle_manifest.json - ==> Fetching little-cms2 - ==> Downloading https://ghcr.io/v2/homebrew/core/little-cms2/blobs/sha256: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/openjph/manifests/0.24.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ea6e2251a31ea829c17feb3acf72d6e824f0d8996217655c442c9905c2a3161--openjph-0.24.2.bottle_manifest.json - ==> Fetching openjph - ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/blobs/sha256:badccdb9a77d938b670b6fd60817549fe1cb94c5ea9a53768e20c37f50a14ccd - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d725c34c8b074fe2bdac5e3c85ae9225e85bb08e8081185243b0b6268eea17e--openjph--0.24.2.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39571f48b911d91aa14999bff5964722f45de7c958e7e27e6edb3db839331070--openexr-3.4.2.bottle_manifest.json - ==> Fetching openexr - ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/blobs/sha256:6e4279cef58092ba7d95c6f805b77ca4a8e3420010b0093d17d5ce058b749fd7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a62d23c2aa7ea3c5be7e742e34867b0793a8be63aa94454ee1ab863f137bf6a4--openexr--3.4.2.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json - ==> Fetching webp - ==> Downloading https://ghcr.io/v2/homebrew/core/webp/blobs/sha256:ad74e4538a799bc21e85fb2899c2267f7b6c8761212d195ec3cb3583062ad19e - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51b8ba7c5b4dd24bc62ff476fafd9173bb2be411ba8ca681dd590ef7d6b276ee--webp--1.6.0.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json - ==> Fetching jpeg-xl - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/blobs/sha256:73de0c3b5ca045185ff1dd02c030060c19be06679b3f5be7c1863ddcf82461df - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/615c8a812a91c28d5da7fd3a26f5ec1025eb7e67ab2b64b9f1f63cd228a2cc7c--jpeg-xl--0.11.1_3.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.13.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json - ==> Fetching aom - ==> Downloading https://ghcr.io/v2/homebrew/core/aom/blobs/sha256:ca79133eb9a4ec1e943322ef475811cc2be310cccfc28d4aa1326bfba0ffa0c7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b2de8944de4f69ff7e550aacf5107d0f013bc120bdc1a64bbe4bc0f0a5564d5--aom--3.13.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.5.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76ce8a8dffcdb3883423d0fa5ff3dbd810a979e8ef55ee544728d3cf5625c656--dav1d-1.5.1.bottle_manifest.json - ==> Fetching dav1d - ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/blobs/sha256:2cfb486c742fb8c46159b99a193f3c1ae221e7d460df6a01a0daf1bb33de0bb8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/57626e0d9380e8e7a6b65af80fff91b0db126998bcc33c038b7c865ba27b322d--dav1d--1.5.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5e276de54a77f31de47de1e068b10fd251eb8c09e3610158b31d25bb056583d--libavif-1.3.0-1.bottle_manifest.json - ==> Fetching libavif - ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/blobs/sha256:b054d452e2c1052cde33b729b2b683b92a69411024da1c0616eb7cd2272aa0ca - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/53d63f542a4ed1cbc3480650cea150de1289ac085b41beafb7db79e6b1dc0443--libavif--1.3.0.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/gd/manifests/2.3.3_6 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1f63d9efd8c74faa4477bd8b8a3970abd38e51230ed052918bb6f3715aab8b61--gd-2.3.3_6.bottle_manifest.json - ==> Fetching gd - ==> Downloading https://ghcr.io/v2/homebrew/core/gd/blobs/sha256: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/libcerf/manifests/3.3 - ==> Fetching libcerf - ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/blobs/sha256:a533115d2cc04cf3b55b2cfcea18d40bfb9e60c48bd84b4c7d15f520fbaf55df - ==> Downloading https://ghcr.io/v2/homebrew/core/lua/manifests/5.4.8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cb2b54ca62f0ea5746e4075848ef00a6e9c7d36089fc7be0e188266aeb61a077--lua-5.4.8.bottle_manifest.json - ==> Fetching lua - ==> Downloading https://ghcr.io/v2/homebrew/core/lua/blobs/sha256:9279ae3479091e3228c233f390e696ba3e7bbcaba8e9e15311cdc862fe7bbd12 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7aad0f96125f29a27594f1bec91efb4d4a9906d1badbea0499e673c7418f0c14--lua--5.4.8.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-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1af07653656b9533d722782392c6dc5e1955220af34d6df6b861f085223d6b0--graphite2-1.3.14-1.bottle_manifest.json - ==> Fetching graphite2 - ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/blobs/sha256:931ebffc79a1e2cd5b0f4a1493a4c40773306933bef6f192987435f2684c77e4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9b803bba80d59ede919078496cc48a7fb506dc9ca8ae6f1bbcc3fc708a0a354e--graphite2--1.3.14.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/manifests/77.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35ec2c3adb94255ba47424a4334da9616d97e1ec6d59ed907b368535018bed0a--icu4c@77-77.1.bottle_manifest.json - ==> Fetching icu4c@77 - ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/77/blobs/sha256: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/12.1.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f1389081d9b9e17b6c754c4e5dbf5d75ad247217bd200f7d61e15a3ecfeb1e8--harfbuzz-12.1.0-1.bottle_manifest.json - ==> Fetching harfbuzz - ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/blobs/sha256:b4db264daa19318a3e8e3368e2e38a1dab65fab75123dd056a646362a21095d1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1933b3142757372a36a81eb67e0fb805c8104b8392d399ee82a472c9ab798dae--harfbuzz--12.1.0.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87fe0f832b92ea43cb93acc3e2d7754f4d29ae0ddeadb5459fb4f7fd3a50e805--pango-1.57.0_1.bottle_manifest.json - ==> Fetching pango - ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:b81624cd5d7a41cfa1242840ca5d8deb0e03e9fa1951841690fa1a94291293ef - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/09f00f9a4b1c8f4d7f5479183334b6408bfaf7e9e321cce77aa9527d78d6be56--pango--1.57.0_1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7f749e0a84725ad0364a867834935928f9c2d03474cea80821bb83b8d9bde915--dbus-1.16.2_1.bottle_manifest.json - ==> Fetching dbus - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/blobs/sha256:5a51451acabb5ae56b5682e88a82dfa43cc6a2b653ca068198546bb72324bd0c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c316b9c819d2c2904356e995233992e1947aa074840e60d329336e311baeef88--dbus--1.16.2_1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea562cf5822e1db7583f6877e2ab750797cff74d91969299f5a2635e9a0e2fb2--double-conversion-3.3.1.bottle_manifest.json - ==> Fetching double-conversion - ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/blobs/sha256:e45a082cb2703fa9054e6399e96aee5104cbeb25ce5e30799af503585e2015d4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea80b72d7d9f8481f2405a76b65db0f9ed648048950a7e05d89cb5ff39c541ee--double-conversion--3.3.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json - ==> Fetching libb2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/blobs/sha256:cc4304b760722128b914944f85788795f1f02de3072d1fd8e921b836b508776f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dcdb33072809d86d968d44393301c02a027d50a23d988f27b18eb83e255c263c--libb2--0.98.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/manifests/0.5.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac31308126fdae8184f0e062e2be5eb9463c9a626651fdd99d2539016ee91291--md4c-0.5.2.bottle_manifest.json - ==> Fetching md4c - ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/blobs/sha256:528d191cb50a6f5901faf2bf989374657792410929d5ac78b1515f412e07ab58 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72121185ba8c1a5470ad3c5d534807287999b1096ddaaca4986c5d668335fc92--md4c--0.5.2.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:bf8219c33f6de8c2554cff8bcff1e9061ba61e9201acdabf6955347a3b72eb03 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6085493d1b30b576e5ad85aa34370174eec955f21a0516162a86816a4bd1cd1b--ca-certificates--2025-09-09.all.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:9a8fa2ae1ef3424b116d7e6422d979e0290f4affdef072b1592e4535d2617d92 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/336e1d7e8cbec306e6796df73cd7b298afa264160212680ab0c6877745093d71--openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/qtbase/manifests/6.9.3-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ad544e81971d398cd2312fc2470e0aa1fab29465eb71c0b120feed71909cfd1--qtbase-6.9.3-1.bottle_manifest.json - ==> Fetching qtbase - ==> Downloading https://ghcr.io/v2/homebrew/core/qtbase/blobs/sha256:e01b6da67665aacb7251e9402f9ff61cdf15eefbe18d3bd162a4f031e24b0375 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f97f745e426608a2e5c96e29083fbe86aa4c8114485fad9ad20a44e19520f714--qtbase--6.9.3.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/qtsvg/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40883778704f5d233956441164a48d508943b0a476da11ac89d974d3598c1f0--qtsvg-6.9.3.bottle_manifest.json - ==> Fetching qtsvg - ==> Downloading https://ghcr.io/v2/homebrew/core/qtsvg/blobs/sha256:1c957a3056610a7c6df750b38cb77e1f36be981755f8c6b13be05fd5bd9c0b15 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af17baea480348b9c97051fc0a3a277d632c4e478e9cb85d5a9ca9fdd620000a--qtsvg--6.9.3.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/qtdeclarative/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d9dac8101795068861b726673fff6ee56a1541d577a5066912ae1923648f8a6--qtdeclarative-6.9.3.bottle_manifest.json - ==> Fetching qtdeclarative - ==> Downloading https://ghcr.io/v2/homebrew/core/qtdeclarative/blobs/sha256:4073f5e4d88bcc78c24f38d8ba11fb9d474b70c0fec3a76c7997108ac50241c8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/30914187ea18bf5d3522a0d4fd5e4f8684cb77bbb126084ab23900b09cff227a--qtdeclarative--6.9.3.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/qtshadertools/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/faa7c888d06ae77451418b5efaded160674c82b5de7e819d961e0969347fe357--qtshadertools-6.9.3.bottle_manifest.json - ==> Fetching qtshadertools - ==> Downloading https://ghcr.io/v2/homebrew/core/qtshadertools/blobs/sha256:205156158b29aa23357605ad9e2be6a4d784641dbf2dd42ac6d69107375ca84d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f3a108a7d64f19088042e98513e46b9c32e1a66ddeb45c3535528e29220f156--qtshadertools--6.9.3.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/qt5compat/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5faaa3261029cdd85f667cfe8c1b81ed14a7a5cf767bd5d345fcffe28ab992f7--qt5compat-6.9.3.bottle_manifest.json - ==> Fetching qt5compat - ==> Downloading https://ghcr.io/v2/homebrew/core/qt5compat/blobs/sha256:a9cd817fce35c8a59ebd45d1a38bb1f9bee94eb56212274796ad628791ee752f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/064ced74db3c2e63ace02e7b4b9c229f67fe896fc0e3c6259bbece8b618e1c65--qt5compat--6.9.3.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json - ==> Fetching readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:3afa0c228ce704810d09d40ce7d1265777df8b9034a7bfc18f0f4c19094710a8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/15b0d2ed6379862cf580597218213a2e00a2ea2650c34e28c99dffde7289b592--readline--8.3.1.arm64_sequoia.bottle.tar.gz - ==> Fetching gnuplot - ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/blobs/sha256:09d2a9f66dfc73e37386e1223398a68d5ce218be88c1071aa718163d9ed61048 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e2ebd069d1f5b66f614ea0ba6156bc354849e20796ba3b54fe09dbc658ae54b5--gnuplot--6.0.3.arm64_sequoia.bottle.2.tar.gz - ==> Installing dependencies for gnuplot: libpng, freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, jpeg-turbo, brotli, giflib, highway, imath, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, webp, jpeg-xl, libvmaf, aom, dav1d, libavif, gd, libcerf, lua, fribidi, graphite2, icu4c@77, harfbuzz, pango, dbus, double-conversion, libb2, md4c, ca-certificates, openssl@3, qtbase, qtsvg, qtdeclarative, qtshadertools, qt5compat and readline - ==> Installing gnuplot dependency: libpng - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.50 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f04a12c6ccd384325ef3d025d3e5e42fe9cfc1e07c01cd9dd48ad9b57affc4b--libpng-1.6.50.bottle_manifest.json - ==> Pouring libpng--1.6.50.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libpng/1.6.50: 28 files, 1.3MB - ==> Installing gnuplot dependency: freetype - ==> Downloading https://ghcr.io/v2/homebrew/core/freetype/manifests/2.14.1_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/11daa2aac46a2d65e8079364f05481c72e9c71906a5f5abf7ca711ad1a53a237--freetype-2.14.1_1.bottle_manifest.json - ==> Pouring freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/freetype/2.14.1_1: 68 files, 2.6MB - ==> Installing gnuplot dependency: libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.4.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/01b6a59504897811bd37ce076d575925ff56ac26ed4411438221dddef0807896--libunistring-1.4.1.bottle_manifest.json - ==> Pouring libunistring--1.4.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libunistring/1.4.1: 59 files, 5.5MB - ==> Installing gnuplot dependency: gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json - ==> Pouring gettext--0.26.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/gettext/0.26: 2,428 files, 28.2MB - ==> Installing gnuplot dependency: fontconfig - ==> Downloading https://ghcr.io/v2/homebrew/core/fontconfig/manifests/2.17.1-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e53a8e68cd621f68ec95803ef9b8e6c8a4b6539c3a73b3da85788a6ab9da7606--fontconfig-2.17.1-1.bottle_manifest.json - ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz - ==> Regenerating font cache, this may take a while - ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose - ๐บ /opt/homebrew/Cellar/fontconfig/2.17.1: 98 files, 1.5MB - ==> Installing gnuplot dependency: pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.47 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43e006145d881575c409981c8f01b0da6e06eff7265402874591a1cb91e3531d--pcre2-10.47.bottle_manifest.json - ==> Pouring pcre2--10.47.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pcre2/10.47: 244 files, 7.0MB - ==> Installing gnuplot dependency: glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.86.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/293711d0188faea250e50a411b5c5c818ab92eb168eac05d162d61d94d1e3189--glib-2.86.1.bottle_manifest.json - ==> Pouring glib--2.86.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/glib/2.86.1: 504 files, 37.7MB - ==> Installing gnuplot 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 gnuplot 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 gnuplot 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, 139.1KB - ==> Installing gnuplot 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 gnuplot 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 gnuplot 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, 455KB - ==> Installing gnuplot 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, 224.1KB - ==> Installing gnuplot 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.2KB - ==> Installing gnuplot dependency: pixman - ==> Downloading https://ghcr.io/v2/homebrew/core/pixman/manifests/0.46.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e126e982eb104730948984be72236847b1596aad6f864dd8735e83f5c45520e3--pixman-0.46.4-1.bottle_manifest.json - ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/pixman/0.46.4: 11 files, 1.4MB - ==> Installing gnuplot dependency: cairo - ==> Downloading https://ghcr.io/v2/homebrew/core/cairo/manifests/1.18.4-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ed33a2e096e765590dfd3f665e6d8f6fbf77fa078113e3acce004e8e53c635--cairo-1.18.4-1.bottle_manifest.json - ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.5MB - ==> Installing gnuplot dependency: jpeg-turbo - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-turbo/manifests/3.1.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7906b64a3cf726a3ad0a5ca8dd12c925b0104749a7f6288197955a95239257d5--jpeg-turbo-3.1.2.bottle_manifest.json - ==> Pouring jpeg-turbo--3.1.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/jpeg-turbo/3.1.2: 47 files, 3.6MB - ==> Installing gnuplot 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 gnuplot 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.9KB - ==> Installing gnuplot dependency: highway - ==> Downloading https://ghcr.io/v2/homebrew/core/highway/manifests/1.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9c45ed9405a2a0988cb2c80afd415bcdacca07ef87ac47c277905cb96a0b611e--highway-1.3.0.bottle_manifest.json - ==> Pouring highway--1.3.0.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/highway/1.3.0: 81 files, 5.3MB - ==> Installing gnuplot dependency: imath - ==> Downloading https://ghcr.io/v2/homebrew/core/imath/manifests/3.2.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/82322ae05e389eb5b059000e61d0a7acb8176046888dc2e15344c8fd7704ade4--imath-3.2.2.bottle_manifest.json - ==> Pouring imath--3.2.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/imath/3.2.2: 50 files, 964.7KB - ==> Installing gnuplot 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 gnuplot 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 gnuplot dependency: zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json - ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB - ==> Installing gnuplot dependency: libtiff - ==> Downloading https://ghcr.io/v2/homebrew/core/libtiff/manifests/4.7.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af8d0a7523f451c56f4010176e981724b17b9e0e4185e0e280f20b7b9772941b--libtiff-4.7.1.bottle_manifest.json - ==> Pouring libtiff--4.7.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libtiff/4.7.1: 488 files, 8.6MB - ==> Installing gnuplot 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 gnuplot 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.5KB - ==> Installing gnuplot dependency: openjph - ==> Downloading https://ghcr.io/v2/homebrew/core/openjph/manifests/0.24.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7ea6e2251a31ea829c17feb3acf72d6e824f0d8996217655c442c9905c2a3161--openjph-0.24.2.bottle_manifest.json - ==> Pouring openjph--0.24.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openjph/0.24.2: 25 files, 621KB - ==> Installing gnuplot dependency: openexr - ==> Downloading https://ghcr.io/v2/homebrew/core/openexr/manifests/3.4.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/39571f48b911d91aa14999bff5964722f45de7c958e7e27e6edb3db839331070--openexr-3.4.2.bottle_manifest.json - ==> Pouring openexr--3.4.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openexr/3.4.2: 212 files, 4.9MB - ==> Installing gnuplot dependency: webp - ==> Downloading https://ghcr.io/v2/homebrew/core/webp/manifests/1.6.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d50144a54dd109a0f6913c45cc66069274170ed1419872359bd0434856603fc--webp-1.6.0.bottle_manifest.json - ==> Pouring webp--1.6.0.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/webp/1.6.0: 64 files, 2.5MB - ==> Installing gnuplot dependency: jpeg-xl - ==> Downloading https://ghcr.io/v2/homebrew/core/jpeg-xl/manifests/0.11.1_3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76c237ca9ff3ae682414b4ea1becb5af36494fc08f05340804ff29da4a993691--jpeg-xl-0.11.1_3.bottle_manifest.json - ==> Pouring jpeg-xl--0.11.1_3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/jpeg-xl/0.11.1_3: 64 files, 34.4MB - ==> Installing gnuplot 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 gnuplot dependency: aom - ==> Downloading https://ghcr.io/v2/homebrew/core/aom/manifests/3.13.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d9c3584df7af69f682bff1acc8a757896eacf85bdfb668f031b074cafdf03cb4--aom-3.13.1.bottle_manifest.json - ==> Pouring aom--3.13.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/aom/3.13.1: 28 files, 10.2MB - ==> Installing gnuplot dependency: dav1d - ==> Downloading https://ghcr.io/v2/homebrew/core/dav1d/manifests/1.5.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/76ce8a8dffcdb3883423d0fa5ff3dbd810a979e8ef55ee544728d3cf5625c656--dav1d-1.5.1.bottle_manifest.json - ==> Pouring dav1d--1.5.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/dav1d/1.5.1: 16 files, 920.5KB - ==> Installing gnuplot dependency: libavif - ==> Downloading https://ghcr.io/v2/homebrew/core/libavif/manifests/1.3.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5e276de54a77f31de47de1e068b10fd251eb8c09e3610158b31d25bb056583d--libavif-1.3.0-1.bottle_manifest.json - ==> Pouring libavif--1.3.0.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/libavif/1.3.0: 22 files, 994.7KB - ==> Installing gnuplot 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 gnuplot dependency: libcerf - ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/manifests/3.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3f3093ec3b69b1946b364aafc8e19aaf06adb55dc880a13327c0d3a69bd5b9d6--libcerf-3.3.bottle_manifest.json - ==> Pouring libcerf--3.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libcerf/3.3: 42 files, 333KB - ==> Installing gnuplot dependency: lua - ==> Downloading https://ghcr.io/v2/homebrew/core/lua/manifests/5.4.8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cb2b54ca62f0ea5746e4075848ef00a6e9c7d36089fc7be0e188266aeb61a077--lua-5.4.8.bottle_manifest.json - ==> Pouring lua--5.4.8.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/lua/5.4.8: 30 files, 804.2KB - ==> Installing gnuplot 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, 565KB - ==> Installing gnuplot dependency: graphite2 - ==> Downloading https://ghcr.io/v2/homebrew/core/graphite2/manifests/1.3.14-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1af07653656b9533d722782392c6dc5e1955220af34d6df6b861f085223d6b0--graphite2-1.3.14-1.bottle_manifest.json - ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 270.3KB - ==> Installing gnuplot 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 gnuplot dependency: harfbuzz - ==> Downloading https://ghcr.io/v2/homebrew/core/harfbuzz/manifests/12.1.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5f1389081d9b9e17b6c754c4e5dbf5d75ad247217bd200f7d61e15a3ecfeb1e8--harfbuzz-12.1.0-1.bottle_manifest.json - ==> Pouring harfbuzz--12.1.0.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/harfbuzz/12.1.0: 77 files, 12.0MB - ==> Installing gnuplot dependency: pango - ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.57.0_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87fe0f832b92ea43cb93acc3e2d7754f4d29ae0ddeadb5459fb4f7fd3a50e805--pango-1.57.0_1.bottle_manifest.json - ==> Pouring pango--1.57.0_1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pango/1.57.0_1: 69 files, 3.6MB - ==> Installing gnuplot dependency: dbus - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2_1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7f749e0a84725ad0364a867834935928f9c2d03474cea80821bb83b8d9bde915--dbus-1.16.2_1.bottle_manifest.json - ==> Pouring dbus--1.16.2_1.arm64_sequoia.bottle.tar.gz - ==> /opt/homebrew/Cellar/dbus/1.16.2_1/bin/dbus-uuidgen --ensure=/opt/homebrew/var/lib/dbus/machine-id - ๐บ /opt/homebrew/Cellar/dbus/1.16.2_1: 79 files, 2MB - ==> Installing gnuplot dependency: double-conversion - ==> Downloading https://ghcr.io/v2/homebrew/core/double-conversion/manifests/3.3.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea562cf5822e1db7583f6877e2ab750797cff74d91969299f5a2635e9a0e2fb2--double-conversion-3.3.1.bottle_manifest.json - ==> Pouring double-conversion--3.3.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/double-conversion/3.3.1: 28 files, 266.5KB - ==> Installing gnuplot dependency: libb2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libb2/manifests/0.98.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9bb23dca331f0d74876fa5c769113885b92af8a741a851cdfe99f6dfd420b12d--libb2-0.98.1.bottle_manifest.json - ==> Pouring libb2--0.98.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libb2/0.98.1: 9 files, 128.2KB - ==> Installing gnuplot dependency: md4c - ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/manifests/0.5.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac31308126fdae8184f0e062e2be5eb9463c9a626651fdd99d2539016ee91291--md4c-0.5.2.bottle_manifest.json - ==> Pouring md4c--0.5.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/md4c/0.5.2: 20 files, 300.5KB - ==> Installing gnuplot dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-09-09-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d4fbd31e178e7d46676ee46b8a629a56cf084bda67d2ae2d543a7a9b8d0718a--ca-certificates-2025-09-09-1.bottle_manifest.json - ==> Pouring ca-certificates--2025-09-09.all.bottle.1.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /opt/homebrew/Cellar/ca-certificates/2025-09-09: 4 files, 232.4KB - ==> Installing gnuplot dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json - ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 35.8MB - ==> Installing gnuplot dependency: qtbase - ==> Downloading https://ghcr.io/v2/homebrew/core/qtbase/manifests/6.9.3-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0ad544e81971d398cd2312fc2470e0aa1fab29465eb71c0b120feed71909cfd1--qtbase-6.9.3-1.bottle_manifest.json - ==> Pouring qtbase--6.9.3.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/qtbase/6.9.3: 3,991 files, 61.4MB - ==> Installing gnuplot dependency: qtsvg - ==> Downloading https://ghcr.io/v2/homebrew/core/qtsvg/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40883778704f5d233956441164a48d508943b0a476da11ac89d974d3598c1f0--qtsvg-6.9.3.bottle_manifest.json - ==> Pouring qtsvg--6.9.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/qtsvg/6.9.3: 115 files, 1.2MB - ==> Installing gnuplot dependency: qtdeclarative - ==> Downloading https://ghcr.io/v2/homebrew/core/qtdeclarative/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d9dac8101795068861b726673fff6ee56a1541d577a5066912ae1923648f8a6--qtdeclarative-6.9.3.bottle_manifest.json - ==> Pouring qtdeclarative--6.9.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/qtdeclarative/6.9.3: 4,904 files, 126.8MB - ==> Installing gnuplot dependency: qtshadertools - ==> Downloading https://ghcr.io/v2/homebrew/core/qtshadertools/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/faa7c888d06ae77451418b5efaded160674c82b5de7e819d961e0969347fe357--qtshadertools-6.9.3.bottle_manifest.json - ==> Pouring qtshadertools--6.9.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/qtshadertools/6.9.3: 56 files, 5.7MB - ==> Installing gnuplot dependency: qt5compat - ==> Downloading https://ghcr.io/v2/homebrew/core/qt5compat/manifests/6.9.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5faaa3261029cdd85f667cfe8c1b81ed14a7a5cf767bd5d345fcffe28ab992f7--qt5compat-6.9.3.bottle_manifest.json - ==> Pouring qt5compat--6.9.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/qt5compat/6.9.3: 136 files, 3.2MB - ==> Installing gnuplot dependency: readline - ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json - ==> Pouring readline--8.3.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/readline/8.3.1: 56 files, 2.6MB - ==> Installing gnuplot - ==> Pouring gnuplot--6.0.3.arm64_sequoia.bottle.2.tar.gz - ๐บ /opt/homebrew/Cellar/gnuplot/6.0.3: 48 files, 3MB - ==> Running `brew cleanup gnuplot`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). 2025-10-28 03:37.38 ---> saved as "40501fcbd09e27575678c757a38b13df48206c2f591e76f9c1f529ec1e7478b8" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 23 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base-bytes base - install cmdliner 2.0.0 - install conf-gnuplot 0.1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install duration 0.2.1 - install fmt 0.11.0 - install logs 0.9.0 - install lwt 5.9.2 - install mtime 2.1.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install re 1.14.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install uuidm 0.9.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.0.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-gnuplot.0.1 -> retrieved duration.0.2.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.2.0.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed uuidm.0.9.10 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed dune.3.20.2 -> installed duration.0.2.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed re.1.14.0 -> installed ocaml-syntax-shims.1.0.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed lwt.5.9.2 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-28 03:38.28 ---> saved as "296086f12faa43eab75ad73bf7d678272049527eabdd96b560f878ed9ba4222f" /: (copy (src .) (dst ./src)) 2025-10-28 03:38.29 ---> saved as "8cb0b77b658bbf4e80111feaf919f9a5c7fba532d2e942711013046213ab6456" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/core && ./test.exe) Testing `metrics'. This run has ID `BYAM70K8'. [OK] base 0 f. [OK] base 1 timer. [OK] base 2 status. Full test results in `~/src/_build/default/test/core/_build/_tests/metrics'. Test Successful in 1.151s. 3 tests run. (cd _build/default/test/unix && ./test.exe) /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/Timers-28.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/OCaml_memory_management_counters_quick-25.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/MEM-30.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/Nice_graph-27.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/OCaml_memory_management_counters-26.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/CPU-29.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/Timers-28.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/OCaml_memory_management_counters_quick-25.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/MEM-30.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/Nice_graph-27.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/OCaml_memory_management_counters-26.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/2c69e1dc-40aa-4f05-b96f-ff8b832ac6d0/out/CPU-29.d.png has been created. 2025-10-28 03:38.37 ---> saved as "6d52d528006671206e65a9bfe57a55e481e0e00943d2321cb641667bfced8a0c" Job succeeded 2025-10-28 03:38.41: Job succeeded