2025-06-13 15:01.27: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/pull/65/head (14f99cc84703c0cd5e0a526a4397c4be0da1e65d) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.3) Base: macos-homebrew-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/metrics.git" && cd "metrics" && git fetch origin "refs/pull/65/head" && git reset --hard 14f99cc8 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 # macos-homebrew-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.0 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.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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-06-13 15:01.27: Using cache hint "mirage/metrics-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.3-8545b74d169b8b6ca46ccea8715bbaeb" 2025-06-13 15:01.27: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.0 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.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 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.3 --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-06-13 15:01.27: Waiting for resource in pool OCluster 2025-06-13 15:01.27: Waiting for workerโฆ 2025-06-13 15:01.44: Got resource from pool OCluster Building on m1-worker-04 All commits already cached HEAD is now at 14f99cc autoformat (from macos-homebrew-ocaml-5.3) 2025-06-13 15:01.45 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_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-06-13 15:01.45 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" 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-06-13 15:01.45 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.3.0 2.3.0 2025-06-13 15:01.45 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 67e940587b..a28eb8a148 master -> origin/master a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> 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-compiler.5.5 -- ocaml-base-compiler.5.4.0~alpha1 is installed and requires ocaml-compiler = 5.4.0~alpha1 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-06-13 15:01.45 ---> using "eaccb6aab9958c7381ce3b97822c829fabf7189a0fcdf560e417444a1f83b5e5" from cache /: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./src/./)) 2025-06-13 15:01.45 ---> using "9d93ecc03d562f2ce2951111cd12aebdcc4c4bb02006c93aef578780818cf8f2" from cache /: (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-06-13 15:01.45 ---> using "f00392fbc142ed33dc32a8f7fa5f796b0151945624c82301513e20ac3158c59f" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-06-13 15:01.46 ---> using "82e860bddbab3b78f092e832aea9fd9b5d7e609cec03fcb120ba23a24585255b" from cache /: (env DEPS "alcotest.1.9.0 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.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 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.3 --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.dev] synchronised (file:///Users/mac1000/src) [metrics-lwt.dev] synchronised (file:///Users/mac1000/src) [metrics-influx.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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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" - ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/manifests/6.0.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b6a8e298b4f81547346977cc8b7a8910868399eb55a8b66acf23b52da9adf10--gnuplot-6.0.3.bottle_manifest.json - ==> Fetching dependencies for gnuplot: 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, libcerf, lua, fribidi, graphite2, icu4c@77, harfbuzz, pango, assimp, dbus, double-conversion, readline, hunspell, jasper, libb2, libmng, md4c, ca-certificates, openssl@3, sqlite and qt - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.48 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a83930e1f9d8eaa78c037181b255fa781a9c1db46e446b23e427995cac04300f--libpng-1.6.48.bottle_manifest.json - ==> Fetching libpng - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/blobs/sha256:a6ca2508569d9237cbb46a2d3da13b9e2e8d9d042ca48b78463f34aa527cd7ce - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d391b83d4fb2691e378e902e8627ba2b63eca08d9e8de300992622caf4275b35--libpng--1.6.48.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 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/344607fc5b91bb0c1287d07bb445cc40cc465a163a52e12eed3cc5cd60498f78--gettext-0.25.bottle_manifest.json - ==> Fetching gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:8dba9424a9409d3ba085acccfd8c88c196e31e31944c32c1d811cfdd6aae8280 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea00736179e3e2ec12013e16ca384ccd42a24594e73f8acf552e3024cd5e1993--gettext--0.25.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e7f6f6a81f2be46cd9bb6f73b50663ee7338afac6a97e0f4462c48a6023ca92c--glib-2.84.2.bottle_manifest.json - ==> Fetching glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:4c797e5a42c6e0cb3eb846e15634662d4cc29f10e47609353bbad80c51fec38d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c818f96a6cb446e7479fe2ae048575d9eeda9310c9e074d824fddea0856d627--glib--2.84.2.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/libcerf/manifests/3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f5a8f4cfea31821e739573783a2177e9facb6a8d18d867a855377bd18b9a894d--libcerf-3.0.bottle_manifest.json - ==> Fetching libcerf - ==> Downloading https://ghcr.io/v2/homebrew/core/libcerf/blobs/sha256:093e9b7e5a294c1064d174f62b4a17e09bfb57f0fe2dd97b8b6091cf9e6d4ff6 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e125aa0bdcd09254e1763ebef2907bcf086395083f6128c82df7556217496099--libcerf--3.0.arm64_sequoia.bottle.tar.gz - ==> 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 - 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.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f0e0f9ffd4d853b6b710a1ab143ecf1dbe833bc2505437fffb38d1a28fef526--pango-1.56.3.bottle_manifest.json - ==> Fetching pango - ==> Downloading https://ghcr.io/v2/homebrew/core/pango/blobs/sha256:39c8338524e71bf6019b72a2bbebebc78c6935dfad75a76db43ff9a8815bfe6b - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e27d1f2de237b5386c3b952668f4758c68938f7acf8b09574646590225642445--pango--1.56.3.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/manifests/6.0.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e13885ec32038b0293929f9a6313571d0982b3b25adbaedcd081fd09c6e0ea23--assimp-6.0.1.bottle_manifest.json - ==> Fetching assimp - ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/blobs/sha256:a43d70a501a16ef7b9f278cea4a99798d080395e5ea50e452c2e0bd0fb07006a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b30e610e13ebe556351765b36e0118534abd1225e6258079856db643103a3d9f--assimp--6.0.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d7addc05476f068c217c8e9d9c3a43fd366359d34bd4ad056d0de7568cd8847--dbus-1.16.2.bottle_manifest.json - ==> Fetching dbus - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/blobs/sha256:b03c304cbecc18a7fd132a24aac4ae0245a731b72ea7ce819353397cd0e05b2c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a16d225688f2c75ae5c766c1a41a4755afaa01b9ab888984dfc9b93edb9adf5f--dbus--1.16.2.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/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 - ==> Downloading https://ghcr.io/v2/homebrew/core/hunspell/manifests/1.7.2 - ==> Fetching hunspell - ==> Downloading https://ghcr.io/v2/homebrew/core/hunspell/blobs/sha256:98c354c4b2d30399b17d20622cddfbbbc27a2a33fbde6c53a9445375ab4d6c61 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f5405de92d936d20d1cf11b47bd4d4192e23c535674c637ee3493379bc2ddbeb--hunspell--1.7.2.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/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/libmng/manifests/2.0.3_1-1 - ==> Fetching libmng - ==> Downloading https://ghcr.io/v2/homebrew/core/libmng/blobs/sha256:b689a6894b260bf093409615d0057769421cda51c8f4a7b59f06d692c6000104 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9344372e16e6ddbc77340ade59b4e460d263585432a1dfb44f8a58f736d17cbc--libmng--2.0.3_1.arm64_sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/md4c/manifests/0.5.2 - ==> 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-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 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:7bbac0e84510570ec550deee1dce185569917378411263a9d1329ae395f52d70 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9efb94548b788dba2c10935d59a63024f5ea0900f183d4c4d9a10398e426a88f--openssl@3--3.5.0.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40fe78724db12f47a20638d2ac82e7057f6f1f425ea185cb180dd97df08cb2e--sqlite-3.50.1.bottle_manifest.json - ==> Fetching sqlite - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:13d6403cd7df65d989386b2ccd59108056dda577b90104b479ecbcdeb6d867bb - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/74a906c7f938c66b553c525213931529ba0551b6d9334c291362a1f7c1f7c676--sqlite--3.50.1.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/qt/manifests/6.9.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5ee8cc16a01a245aa6450a32488bc63048b6abaacf12889817a0b8632cf67724--qt-6.9.0.bottle_manifest.json - ==> Fetching qt - ==> Downloading https://ghcr.io/v2/homebrew/core/qt/blobs/sha256:861acfe809369d19c8cbc923afa94c62f48784f087a150e09d3522e5eeb15f9e - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c40030252b29e82c3a8fa43446c73c3d3c5c53f13b42172482fa234c1276ee27--qt--6.9.0.arm64_sonoma.bottle.tar.gz - ==> Fetching gnuplot - ==> Downloading https://ghcr.io/v2/homebrew/core/gnuplot/blobs/sha256:b7cc6a9005b433016d1a299b7d043f366ad2bee264c8535daffe6c2b1d06a605 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a49f881235033fdd8a6782831d3e3ca66af6eacf8342bab2111f1acc6908d96b--gnuplot--6.0.3.arm64_sonoma.bottle.tar.gz - ==> Installing dependencies for gnuplot: 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, libcerf, lua, fribidi, graphite2, icu4c@77, harfbuzz, pango, assimp, dbus, double-conversion, readline, hunspell, jasper, libb2, libmng, md4c, ca-certificates, openssl@3, sqlite and qt - ==> Installing gnuplot dependency: libpng - ==> Downloading https://ghcr.io/v2/homebrew/core/libpng/manifests/1.6.48 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a83930e1f9d8eaa78c037181b255fa781a9c1db46e446b23e427995cac04300f--libpng-1.6.48.bottle_manifest.json - ==> Pouring libpng--1.6.48.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libpng/1.6.48: 28 files, 1.3MB - ==> Installing gnuplot 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 gnuplot 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 gnuplot 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 gnuplot 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 gnuplot dependency: gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.25 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/344607fc5b91bb0c1287d07bb445cc40cc465a163a52e12eed3cc5cd60498f78--gettext-0.25.bottle_manifest.json - ==> Pouring gettext--0.25.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/gettext/0.25: 2,418 files, 27.6MB - ==> Installing gnuplot dependency: glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e7f6f6a81f2be46cd9bb6f73b50663ee7338afac6a97e0f4462c48a6023ca92c--glib-2.84.2.bottle_manifest.json - ==> Pouring glib--2.84.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/glib/2.84.2: 504 files, 37.6MB - ==> 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, 139KB - ==> 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, 455.0KB - ==> 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, 224KB - ==> 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.1KB - ==> Installing gnuplot 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 gnuplot 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 gnuplot 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 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.8KB - ==> Installing gnuplot 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 gnuplot 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 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 - 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 gnuplot 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 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.4KB - ==> Installing gnuplot 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 gnuplot 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 gnuplot 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 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.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 gnuplot dependency: libavif - ==> 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 - ==> Pouring libavif--1.3.0.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libavif/1.3.0: 22 files, 991.5KB - ==> 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.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f5a8f4cfea31821e739573783a2177e9facb6a8d18d867a855377bd18b9a894d--libcerf-3.0.bottle_manifest.json - ==> Pouring libcerf--3.0.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libcerf/3.0: 42 files, 300.0KB - ==> 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, 565.0KB - ==> Installing gnuplot 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 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/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 gnuplot dependency: pango - ==> Downloading https://ghcr.io/v2/homebrew/core/pango/manifests/1.56.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6f0e0f9ffd4d853b6b710a1ab143ecf1dbe833bc2505437fffb38d1a28fef526--pango-1.56.3.bottle_manifest.json - ==> Pouring pango--1.56.3.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/pango/1.56.3: 69 files, 3.4MB - ==> Installing gnuplot dependency: assimp - ==> Downloading https://ghcr.io/v2/homebrew/core/assimp/manifests/6.0.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e13885ec32038b0293929f9a6313571d0982b3b25adbaedcd081fd09c6e0ea23--assimp-6.0.1.bottle_manifest.json - ==> Pouring assimp--6.0.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/assimp/6.0.1: 104 files, 10MB - ==> Installing gnuplot dependency: dbus - ==> Downloading https://ghcr.io/v2/homebrew/core/dbus/manifests/1.16.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d7addc05476f068c217c8e9d9c3a43fd366359d34bd4ad056d0de7568cd8847--dbus-1.16.2.bottle_manifest.json - ==> Pouring dbus--1.16.2.arm64_sequoia.bottle.tar.gz - ==> /opt/homebrew/Cellar/dbus/1.16.2/bin/dbus-uuidgen --ensure=/opt/homebrew/var/lib/dbus/machine-id - ๐บ /opt/homebrew/Cellar/dbus/1.16.2: 78 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.4KB - ==> Installing gnuplot 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 gnuplot dependency: hunspell - ==> Downloading https://ghcr.io/v2/homebrew/core/hunspell/manifests/1.7.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4d645bbbc0d533556a1e9cb6d9c5f6aaeb087a44fe0f7454ceba4878104fecd2--hunspell-1.7.2.bottle_manifest.json - ==> Pouring hunspell--1.7.2.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/hunspell/1.7.2: 87 files, 2.7MB - ==> Installing gnuplot 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 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.1KB - ==> Installing gnuplot dependency: libmng - ==> Downloading https://ghcr.io/v2/homebrew/core/libmng/manifests/2.0.3_1-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4f8eabb37dcd8c951fb12065030467aa4a2eac62c1580a2b2af093d169333535--libmng-2.0.3_1-1.bottle_manifest.json - ==> Pouring libmng--2.0.3_1.arm64_sequoia.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/libmng/2.0.3_1: 17 files, 1.1MB - ==> 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-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 gnuplot dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json - ==> Pouring openssl@3--3.5.0.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openssl@3/3.5.0: 7,563 files, 35.1MB - ==> Installing gnuplot dependency: sqlite - ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40fe78724db12f47a20638d2ac82e7057f6f1f425ea185cb180dd97df08cb2e--sqlite-3.50.1.bottle_manifest.json - ==> Pouring sqlite--3.50.1.arm64_sequoia.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/sqlite/3.50.1: 13 files, 4.9MB - ==> Installing gnuplot dependency: qt - ==> Downloading https://ghcr.io/v2/homebrew/core/qt/manifests/6.9.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5ee8cc16a01a245aa6450a32488bc63048b6abaacf12889817a0b8632cf67724--qt-6.9.0.bottle_manifest.json - ==> Pouring qt--6.9.0.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/qt/6.9.0: 18,380 files, 776.1MB - ==> Installing gnuplot - ==> Pouring gnuplot--6.0.3.arm64_sonoma.bottle.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. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). 2025-06-13 15:01.46 ---> using "678299180bbe4758a035ccbd08e889686566739673de2a9229b7d191efdeecae" from cache /: (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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 24 packages - install alcotest 1.9.0 - install astring 0.8.5 - install base-bytes base - install cmdliner 1.3.0 - install conf-gnuplot 0.1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - install duration 0.2.1 - install fmt 0.10.0 - install logs 0.8.0 - install lwt 5.9.1 - 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.12.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uuidm 0.9.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved duration.0.2.1 (cached) -> installed conf-gnuplot.0.1 -> retrieved fmt.0.10.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed uuidm.0.9.10 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed dune.3.19.1 -> installed duration.0.2.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed re.1.12.0 -> installed ocaml-syntax-shims.1.0.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.1 -> installed lwt.5.9.1 -> installed logs.0.8.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-13 15:01.46 ---> using "ef46d4ff972f6dac0bc5fe3a53a4d3b9f901ab6eb404b365bf663d1a2362c304" from cache /: (copy (src .) (dst ./src)) 2025-06-13 15:01.47 ---> saved as "3c94d2b97af88ff09cbc4466d49880bcabd47fdf3e0d3beb9bc8dd51fef2ea2c" /: (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 `0CSGYJPR'. [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/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/Timers-28.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/OCaml_memory_management_counters_quick-25.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/MEM-30.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/Nice_graph-27.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/OCaml_memory_management_counters-26.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/CPU-29.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/Timers-28.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/OCaml_memory_management_counters_quick-25.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/MEM-30.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/Nice_graph-27.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/OCaml_memory_management_counters-26.d.png has been created. /Users/mac1000/src/_build/default/test/unix/_metrics/969f6ece-c517-48b8-8a97-fe43758b1ba4/out/CPU-29.d.png has been created. 2025-06-13 15:01.55 ---> saved as "b5fe6c984cdf2caea81207ff84037eeecee8ac0c64e1244d28e6c5659b75886d" Job succeeded 2025-06-13 15:02.01: Job succeeded