2025-01-27 06:53.36: New job: test ahrefs/monorobot https://github.com/ahrefs/monorobot.git#refs/pull/176/head (e4b1dead3d7e9d6993b04372c6f24c85885627d6) (macos-x86_64:macos-homebrew-5.3_opam-2.3)
Base: macos-homebrew-ocaml-5.3
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ahrefs/monorobot.git" && cd "monorobot" && git fetch origin "refs/pull/176/head" && git reset --hard e4b1dead
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 monorobot.opam ./src/./
RUN opam pin add -yn monorobot.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./dune-project'
ENV DEPS="angstrom.0.16.1 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 base_bigstring.v0.17.0 base_quickcheck.v0.17.0 bigstringaf.0.10.0 bin_prot.v0.17.0 biniou.1.2.2 camlp-streams.5.0.1 camlzip.1.13 capitalization.v0.17.0 cmdliner.1.3.0 conf-g++.1.0 conf-libcurl.2 conf-libevent.1 conf-libpcre.2 conf-pkg-config.4 conf-zlib.1 core.v0.17.1 cppo.1.8.0 csexp.1.5.2 devkit.1.20240429 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 easy-format.1.3.4 eqaf.0.10 extlib.1.8.0 extunix.0.4.3 fieldslib.v0.17.0 gel.v0.17.0 int_repr.v0.17.0 jane-street-headers.v0.17.0 jane_rope.v0.17.0 jst-config.v0.17.0 libevent.0.9.0 lwt.5.9.0 lwt_ppx.5.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 omd.1.3.2 ounit2.2.2.7 parsexp.v0.17.0 pcre.8.0.2 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_bin_prot.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_diff.v0.17.0 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.0 ppx_jane.v0.17.0 ppx_let.v0.17.0 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.0 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.0 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.0 ppx_typerep_conv.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.34.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 re2.v0.17.0 regex_parser_intf.v0.17.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 time_now.v0.17.0 topkg.1.0.7 trace.0.9 typerep.v0.17.1 uri.4.4.0 variantslib.v0.17.0 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y monorobot.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-01-27 06:53.36: Using cache hint "ahrefs/monorobot-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-e3eb99e1597c8db84520c6b619b0733b"
2025-01-27 06:53.36: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src monorobot.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn monorobot.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
(env DEPS "angstrom.0.16.1 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 base_bigstring.v0.17.0 base_quickcheck.v0.17.0 bigstringaf.0.10.0 bin_prot.v0.17.0 biniou.1.2.2 camlp-streams.5.0.1 camlzip.1.13 capitalization.v0.17.0 cmdliner.1.3.0 conf-g++.1.0 conf-libcurl.2 conf-libevent.1 conf-libpcre.2 conf-pkg-config.4 conf-zlib.1 core.v0.17.1 cppo.1.8.0 csexp.1.5.2 devkit.1.20240429 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 easy-format.1.3.4 eqaf.0.10 extlib.1.8.0 extunix.0.4.3 fieldslib.v0.17.0 gel.v0.17.0 int_repr.v0.17.0 jane-street-headers.v0.17.0 jane_rope.v0.17.0 jst-config.v0.17.0 libevent.0.9.0 lwt.5.9.0 lwt_ppx.5.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 omd.1.3.2 ounit2.2.2.7 parsexp.v0.17.0 pcre.8.0.2 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_bin_prot.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_diff.v0.17.0 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.0 ppx_jane.v0.17.0 ppx_let.v0.17.0 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.0 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.0 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.0 ppx_typerep_conv.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.34.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 re2.v0.17.0 regex_parser_intf.v0.17.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 time_now.v0.17.0 topkg.1.0.7 trace.0.9 typerep.v0.17.1 uri.4.4.0 variantslib.v0.17.0 yojson.2.2.2")
(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 monorobot.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-01-27 06:53.36: Waiting for resource in pool OCluster
2025-01-27 06:53.37: Waiting for worker…
2025-01-27 06:53.37: Got resource from pool OCluster
Building on i7-worker-02
HEAD is now at 2dc8e9f log more anonymous
HEAD is now at e4b1dea run tests
(from macos-homebrew-ocaml-5.3)
2025-01-27 06:53.38 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache
/: (comment macos-homebrew-5.3_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-01-27 06:53.39 ---> 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-01-27 06:53.40 ---> 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-01-27 06:53.40 ---> 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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
67e940587b..12d8668654 master -> origin/master
d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2
<><> 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.4.0
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-01-27 06:53.41 ---> using "1973c13d66b43bbe31426cb1b41d24caf1e5004c025a994a29ac8f38d197068c" from cache
/: (copy (src monorobot.opam) (dst ./src/./))
2025-01-27 06:53.41 ---> using "5e72c3639576b5385d8ef8ba3cb953454a88ccbb115328b84e094b5d99ff5e13" from cache
/: (run (network host)
(shell "opam pin add -yn monorobot.dev './src/./'"))
[monorobot.dev] synchronised (file:///Users/mac1000/src)
monorobot is now pinned to file:///Users/mac1000/src (version dev)
2025-01-27 06:53.42 ---> using "5f5ec8bcce3e15d1f3796652114ad306a9d78c74f0e8cc890a95fa2d999363d0" from cache
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-01-27 06:53.42 ---> using "817c2d639802e711196ae264fbd31840bb37cb70d704c120ade9e74aba4fa8a3" from cache
/: (env DEPS "angstrom.0.16.1 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 base_bigstring.v0.17.0 base_quickcheck.v0.17.0 bigstringaf.0.10.0 bin_prot.v0.17.0 biniou.1.2.2 camlp-streams.5.0.1 camlzip.1.13 capitalization.v0.17.0 cmdliner.1.3.0 conf-g++.1.0 conf-libcurl.2 conf-libevent.1 conf-libpcre.2 conf-pkg-config.4 conf-zlib.1 core.v0.17.1 cppo.1.8.0 csexp.1.5.2 devkit.1.20240429 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 easy-format.1.3.4 eqaf.0.10 extlib.1.8.0 extunix.0.4.3 fieldslib.v0.17.0 gel.v0.17.0 int_repr.v0.17.0 jane-street-headers.v0.17.0 jane_rope.v0.17.0 jst-config.v0.17.0 libevent.0.9.0 lwt.5.9.0 lwt_ppx.5.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 omd.1.3.2 ounit2.2.2.7 parsexp.v0.17.0 pcre.8.0.2 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.0 ppx_bin_prot.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_diff.v0.17.0 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.0 ppx_jane.v0.17.0 ppx_let.v0.17.0 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.0 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.0 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.0 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.0 ppx_typerep_conv.v0.17.0 ppx_variants_conv.v0.17.0 ppxlib.0.34.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 re2.v0.17.0 regex_parser_intf.v0.17.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 time_now.v0.17.0 topkg.1.0.7 trace.0.9 typerep.v0.17.1 uri.4.4.0 variantslib.v0.17.0 yojson.2.2.2")
/: (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 monorobot.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[monorobot.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:
curl gcc libevent pcre pkgconf zlib
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "curl" "gcc" "libevent" "pcre" "pkgconf" "zlib"
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/61df71e02ca58da381c0865df2e9a626c1a7661146caad4cbce6bf102bdc045a--curl-8.11.1.bottle_manifest.json
- ==> Fetching dependencies for curl: brotli, libnghttp2, ca-certificates, openssl@3, libssh2, rtmpdump, lz4, xz and zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:8934e84777d1c6f63d6e4c07213731c9af1b7a66d5f0a6b3ef0bb6d56bb63a86
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4822f8f201cbdc0e3eb6468466e796865c20a2c0cd1a7244ef39c3b88482e895--brotli--1.1.0.sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.64.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca092fa9d99f26d52103722d42230c00f21eb8a4a36bf1d40fc9d5f798562d92--libnghttp2-1.64.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:d89b39d43e99f59cd325cf8a61a6aa8a295deebf29c22ab0bc3185ff4ec26a54
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/48a0d9fb966d763100288502dd7e0f343c7127f054b5ee3f4468f5a3f30b6c23--libnghttp2--1.64.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-12-31
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c41a485689e1507291617fb1f0e2322a087064960638fd050663df867bf53928--ca-certificates-2024-12-31.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:414ada64e60703cd4e9aa97f36e29c1a7ec73d60862b5219b8110731fcfd2cb7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c139574154be31eaa168519750ddbae9b45eb437f842c40c23ecbe906fb86a10--ca-certificates--2024-12-31.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:28e2abc928e8afd0c58303de69dab5e4ec8663c5591fe3c425ad9177bf377ded
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6e2cbdf2c4e7ceb9c81dd4cbdbcf730ba7d7c401a2298313fa70cc50c18678c--openssl@3--3.4.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json
- ==> Fetching libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:092a33680301532d2ba966e85b3316198d65891a0aa6211d616575cc82bbd09f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a600d35512dad4fc9e77648abdf64a7b9d67f2bc386effd99c8da1a6c6340730--libssh2--1.11.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json
- ==> Fetching rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/blobs/sha256:5d019561203c8b1c1c1e69c48b3987d531c55fa806bd83f0a462b6b7da732f48
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3a980f46986f7f4efd1b31aee2abf79e75dacb40afcfeab393c1a5127afff72e--rtmpdump--2.4-20151223_3.sonoma.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:96c1ed07b013308a9c205a56c0232e45ae7da70e28200c9adb03ec78b294bffd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd243f07288aec8a15707d4cf2457410749e6c1528c2b79777c8f8f92e656832--lz4--1.10.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d14e84095418591f4112922f1a834dbac6c7e4fdc334eae0aaff35e2b860cc5b--xz-5.6.4.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:5d81f474f98ede15215878db75db8359b154ae17a4710c1d0dd1534c5fda451c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bdb54041dd7e68c2c630019c6a07c690b8bff5da5c97aee92035d0bc8d526a6a--xz--5.6.4.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/506615027bab6259ad3b903339790b62d9b547ab08a5eac6707dc96c24da0c38--zstd--1.5.6.sonoma.bottle.tar.gz
- ==> Fetching curl
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:d3f0ef75ee89823890173bae4caf3eff9cf552361dc400ea576e439b69045a5b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cbdd2c24c0a23cfa05094444420ff6f595a6d33e8a2f52fcd015449d274ff34e--curl--8.11.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/14.2.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cece94dbe926093c968a24f66b9a0172afe5cc2ef22253029bc591147237045b--gcc-14.2.0_1.bottle_manifest.json
- ==> Fetching dependencies for gcc: gmp, isl, mpfr and libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/40b1c5526f95db33208143fa79887179e758121659d8877597f553e6e6188879--isl-0.27.bottle_manifest.json
- ==> Fetching isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:23be453b3fbe9ab4a1baeb8a99eea31a6362825f03f74a1c7015bb0bda9ad4d8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9e8f2745a96bb8edd3a38506f84bb78c4a21f48b00e582485386e1de9a85b3ff--isl--0.27.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Fetching mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:af35898aedfbb852d0ff927c1c60bf3676c2c29c61408f971490e1289b40cc5b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c674606603b100033a0070eaf50fc9d2b76ffddbc995172f54afd4df05452490--mpfr--4.2.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Fetching libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/blobs/sha256:504c66775a10810afcaff53506651eafdb6e9c74dd86881e3b9f7c438fcd83d6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cfdfdafca8719b8128a82d7e4bca82e64e0eda6c5d51a5822179108a1e96b3f--libmpc--1.3.1.sonoma.bottle.tar.gz
- ==> Fetching gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:901263863f3f4e8b99f9ffb1cccdb00e5fe74fd1013ac79d37af7ce07f600123
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bf0234d6be68dccc59b3b63c5fe6be29ca354e92f7f77c14571c2b7ebf1e341d--gcc--14.2.0_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/manifests/2.1.12_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/68b113f9ab63db45f4e1860de522ce2ca4fa081eb3c0d5c7d6005a35c3cf8d06--libevent-2.1.12_1.bottle_manifest.json
- ==> Fetching libevent
- ==> Downloading https://ghcr.io/v2/homebrew/core/libevent/blobs/sha256:5d54f13cd93d87185bd7bb592cb945d1f64cac3e88d1e46c2fb5d9ea538d9623
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/04f847fd8a3e396a3957fc7c95e77d47c292140c4dc8e2795dd8dedf9a307478--libevent--2.1.12_1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre/manifests/8.45
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4a3bba0e8d1899c13ac3442d2c49df6c1999948bdc0943f2f179693257d82545--pcre-8.45.bottle_manifest.json
- ==> Fetching pcre
- ==> Downloading https://ghcr.io/v2/homebrew/core/pcre/blobs/sha256:636ad19cc22f9c7608d5be592f8404c67458723d9629dbae026a93b8a3810e39
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3b2801f5c40ee479fa02d83ee18167040454558133e46f7b1784e7a60d45d932--pcre--8.45.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.3.0_1-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4a660f26297baafd06fb3109f473edfa592f4aa00adbd8a2506b05d0374c5c1d--pkgconf-2.3.0_1-1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:fb3a6a6fcba8172e5e7512080ff0fb802526e4a93c384508d2e4031bd297e697
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3b26f759ab3702b71efdfda6a0c309b46c5633ec8e26380f777c65ed21eea1fa--pkgconf--2.3.0_1.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f68d0caf232d52f2aa586abefbbfd7e958e384d84f3967008fa83de94b5f10ae--zlib-1.3.1.bottle_manifest.json
- ==> Fetching zlib
- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/blobs/sha256:217f4245cd1da65a3388f512530089f526cd63a38d49ee5f29a90576dfeb3bb7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/222c7e15d7af48cb9955b2e06a06440bc9b611357acf6d730aef08ae2408ec58--zlib--1.3.1.sonoma.bottle.tar.gz
- ==> Installing dependencies for curl: brotli, libnghttp2, ca-certificates, openssl@3, libssh2, rtmpdump, lz4, xz and zstd
- ==> Installing curl dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json
- ==> Pouring brotli--1.1.0.sonoma.bottle.2.tar.gz
- 🍺 /usr/local/Cellar/brotli/1.1.0: 28 files, 1.6MB
- ==> Installing curl dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.64.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca092fa9d99f26d52103722d42230c00f21eb8a4a36bf1d40fc9d5f798562d92--libnghttp2-1.64.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.64.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libnghttp2/1.64.0: 14 files, 745KB
- ==> Installing curl dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-12-31
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c41a485689e1507291617fb1f0e2322a087064960638fd050663df867bf53928--ca-certificates-2024-12-31.bottle_manifest.json
- ==> Pouring ca-certificates--2024-12-31.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2024-12-31: 4 files, 233.4KB
- ==> Installing curl dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Pouring openssl@3--3.4.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.4.0: 7,236 files, 33.6MB
- ==> Installing curl dependency: libssh2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json
- ==> Pouring libssh2--1.11.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libssh2/1.11.1: 201 files, 1.2MB
- ==> Installing curl dependency: rtmpdump
- ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json
- ==> Pouring rtmpdump--2.4-20151223_3.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/rtmpdump/2.4-20151223_3: 21 files, 544.7KB
- ==> Installing curl dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 663.0KB
- ==> Installing curl dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d14e84095418591f4112922f1a834dbac6c7e4fdc334eae0aaff35e2b860cc5b--xz-5.6.4.bottle_manifest.json
- ==> Pouring xz--5.6.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.6.4: 96 files, 1.8MB
- ==> Installing curl dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Pouring zstd--1.5.6.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.6: 32 files, 2.3MB
- ==> Installing curl
- ==> Pouring curl--8.11.1.sonoma.bottle.tar.gz
- ==> Caveats
- curl is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have curl first in your PATH, run:
- echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile
-
- For compilers to find curl you may need to set:
- export LDFLAGS="-L/usr/local/opt/curl/lib"
- export CPPFLAGS="-I/usr/local/opt/curl/include"
- ==> Summary
- 🍺 /usr/local/Cellar/curl/8.11.1: 531 files, 4.0MB
- ==> Running `brew cleanup curl`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for gcc: gmp, isl, mpfr and libmpc
- ==> Installing gcc dependency: gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Installing gcc dependency: isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.27
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/40b1c5526f95db33208143fa79887179e758121659d8877597f553e6e6188879--isl-0.27.bottle_manifest.json
- ==> Pouring isl--0.27.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/isl/0.27: 74 files, 7.6MB
- ==> Installing gcc dependency: mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Pouring mpfr--4.2.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/mpfr/4.2.1: 31 files, 3.1MB
- ==> Installing gcc dependency: libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Pouring libmpc--1.3.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libmpc/1.3.1: 13 files, 501.5KB
- ==> Installing gcc
- ==> Pouring gcc--14.2.0_1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/gcc/14.2.0_1: 2,015 files, 510.8MB
- ==> Running `brew cleanup gcc`...
- ==> Pouring libevent--2.1.12_1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libevent/2.1.12_1: 58 files, 2MB
- ==> Running `brew cleanup libevent`...
- ==> Pouring pcre--8.45.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/pcre/8.45: 205 files, 5.6MB
- ==> Running `brew cleanup pcre`...
- ==> Pouring pkgconf--2.3.0_1.sonoma.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.3.0_1: 27 files, 326.4KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring zlib--1.3.1.sonoma.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find zlib you may need to set:
- export LDFLAGS="-L/usr/local/opt/zlib/lib"
- export CPPFLAGS="-I/usr/local/opt/zlib/include"
-
- For pkg-config to find zlib you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺 /usr/local/Cellar/zlib/1.3.1: 14 files, 411.6KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- ==> curl
- curl is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have curl first in your PATH, run:
- echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile
-
- For compilers to find curl you may need to set:
- export LDFLAGS="-L/usr/local/opt/curl/lib"
- export CPPFLAGS="-I/usr/local/opt/curl/include"
-
- For pkg-config to find curl you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/curl/lib/pkgconfig"
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find zlib you may need to set:
- export LDFLAGS="-L/usr/local/opt/zlib/lib"
- export CPPFLAGS="-I/usr/local/opt/zlib/include"
-
- For pkg-config to find zlib you may need to set:
- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
2025-01-27 06:53.43 ---> using "033ea4979fcde718e89774e6f346d307023ca5341909b60ad66f154338d4802e" 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 114 packages
- install angstrom 0.16.1
- install atd 2.15.0
- install atdgen 2.15.0
- install atdgen-runtime 2.15.0
- install base v0.17.1
- install base-bytes base
- install base64 3.5.1
- install base_bigstring v0.17.0
- install base_quickcheck v0.17.0
- install bigstringaf 0.10.0
- install bin_prot v0.17.0
- install biniou 1.2.2
- install camlp-streams 5.0.1
- install camlzip 1.13
- install capitalization v0.17.0
- install cmdliner 1.3.0
- install conf-g++ 1.0
- install conf-libcurl 2
- install conf-libevent 1
- install conf-libpcre 2
- install conf-pkg-config 4
- install conf-zlib 1
- install core v0.17.1
- install cppo 1.8.0
- install csexp 1.5.2
- install devkit 1.20240429
- install digestif 1.2.0
- install dune 3.17.2
- install dune-configurator 3.17.2
- install easy-format 1.3.4
- install eqaf 0.10
- install extlib 1.8.0
- install extunix 0.4.3
- install fieldslib v0.17.0
- install gel v0.17.0
- install int_repr v0.17.0
- install jane-street-headers v0.17.0
- install jane_rope v0.17.0
- install jst-config v0.17.0
- install libevent 0.9.0
- install lwt 5.9.0
- install lwt_ppx 5.8.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install num 1.5-1
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims 1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install ocplib-endian 1.2
- install ocurl 0.9.2
- install omd 1.3.2
- install ounit2 2.2.7
- install parsexp v0.17.0
- install pcre 8.0.2
- install ppx_assert v0.17.0
- install ppx_base v0.17.0
- install ppx_bench v0.17.0
- install ppx_bin_prot v0.17.0
- install ppx_cold v0.17.0
- install ppx_compare v0.17.0
- install ppx_custom_printf v0.17.0
- install ppx_derivers 1.2.1
- install ppx_diff v0.17.0
- install ppx_disable_unused_warnings v0.17.0
- install ppx_enumerate v0.17.0
- install ppx_expect v0.17.2
- install ppx_fields_conv v0.17.0
- install ppx_fixed_literal v0.17.0
- install ppx_globalize v0.17.0
- install ppx_hash v0.17.0
- install ppx_here v0.17.0
- install ppx_ignore_instrumentation v0.17.0
- install ppx_inline_test v0.17.0
- install ppx_jane v0.17.0
- install ppx_let v0.17.0
- install ppx_log v0.17.0
- install ppx_module_timer v0.17.0
- install ppx_optcomp v0.17.0
- install ppx_optional v0.17.0
- install ppx_pipebang v0.17.0
- install ppx_sexp_conv v0.17.0
- install ppx_sexp_message v0.17.0
- install ppx_sexp_value v0.17.0
- install ppx_stable v0.17.0
- install ppx_stable_witness v0.17.0
- install ppx_string v0.17.0
- install ppx_string_conv v0.17.0
- install ppx_tydi v0.17.0
- install ppx_typerep_conv v0.17.0
- install ppx_variants_conv v0.17.0
- install ppxlib 0.34.0
- install ppxlib_jane v0.17.2
- install ptime 1.2.0
- install re 1.12.0
- install re2 v0.17.0
- install regex_parser_intf v0.17.0
- install seq base
- install sexplib v0.17.0
- install sexplib0 v0.17.0
- install splittable_random v0.17.0
- install stdio v0.17.0
- install stdlib-shims 0.3.0
- install stringext 1.6.0
- install time_now v0.17.0
- install topkg 1.0.7
- install trace 0.9
- install typerep v0.17.1
- install uri 4.4.0
- install variantslib v0.17.0
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved base_bigstring.v0.17.0 (cached)
-> retrieved base_quickcheck.v0.17.0 (cached)
-> retrieved base.v0.17.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved bin_prot.v0.17.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlzip.1.13 (cached)
-> retrieved capitalization.v0.17.0 (cached)
-> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0 (cached)
-> installed conf-g++.1.0
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved core.v0.17.1 (cached)
-> installed conf-zlib.1
-> installed conf-libpcre.2
-> installed conf-libevent.1
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved devkit.1.20240429 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved easy-format.1.3.4 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved extlib.1.8.0 (cached)
-> retrieved extunix.0.4.3 (cached)
-> retrieved fieldslib.v0.17.0 (cached)
-> retrieved gel.v0.17.0 (cached)
-> retrieved int_repr.v0.17.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jane_rope.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved libevent.0.9.0 (cached)
-> retrieved digestif.1.2.0 (cached)
-> retrieved lwt.5.9.0 (cached)
-> retrieved lwt_ppx.5.8.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved num.1.5-1 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved omd.1.3.2 (cached)
-> retrieved ocurl.0.9.2 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pcre.8.0.2 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_bench.v0.17.0 (cached)
-> retrieved ppx_bin_prot.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_custom_printf.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved ppx_expect.v0.17.2 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_diff.v0.17.0 (cached)
-> retrieved ppx_fixed_literal.v0.17.0 (cached)
-> retrieved ppx_fields_conv.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0 (cached)
-> retrieved ppx_jane.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.0 (cached)
-> retrieved ppx_let.v0.17.0 (cached)
-> retrieved ppx_module_timer.v0.17.0 (cached)
-> retrieved ppx_log.v0.17.0 (cached)
-> retrieved ppx_optional.v0.17.0 (cached)
-> retrieved ppx_optcomp.v0.17.0 (cached)
-> retrieved ppx_pipebang.v0.17.0 (cached)
-> retrieved ppx_sexp_message.v0.17.0 (cached)
-> retrieved ppx_sexp_value.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.0 (cached)
-> retrieved ppx_stable_witness.v0.17.0 (cached)
-> retrieved ppx_stable.v0.17.0 (cached)
-> retrieved ppx_string_conv.v0.17.0 (cached)
-> retrieved ppx_string.v0.17.0 (cached)
-> retrieved ppx_tydi.v0.17.0 (cached)
-> retrieved ppx_variants_conv.v0.17.0 (cached)
-> retrieved ppx_typerep_conv.v0.17.0 (cached)
-> installed num.1.5-1
-> retrieved ptime.1.2.0 (cached)
-> retrieved ppxlib_jane.v0.17.2 (cached)
-> installed ocamlbuild.0.15.0
-> retrieved re.1.12.0 (cached)
-> retrieved re2.v0.17.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved regex_parser_intf.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved splittable_random.v0.17.0 (cached)
-> retrieved ppxlib.0.34.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved typerep.v0.17.1 (cached)
-> retrieved trace.0.9 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved variantslib.v0.17.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved uri.4.4.0 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed libevent.0.9.0
-> installed camlzip.1.13
-> installed topkg.1.0.7
-> installed ptime.1.2.0
-> installed dune.3.17.2
-> installed jane-street-headers.v0.17.0
-> installed easy-format.1.3.4
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed eqaf.0.10
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed base64.3.5.1
-> installed omd.1.3.2
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed sexplib0.v0.17.0
-> installed biniou.1.2.2
-> installed trace.0.9
-> installed extlib.1.8.0
-> installed dune-configurator.3.17.2
-> installed digestif.1.2.0
-> installed yojson.2.2.2
-> installed ounit2.2.2.7
-> installed re.1.12.0
-> installed bigstringaf.0.10.0
-> installed pcre.8.0.2
-> installed atdgen-runtime.2.15.0
-> installed angstrom.0.16.1
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed lwt.5.9.0
-> installed uri.4.4.0
-> installed base.v0.17.1
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed regex_parser_intf.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.34.0
-> installed menhir.20240715
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed lwt_ppx.5.8.0
-> installed ppx_optcomp.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.0
-> installed ppx_tydi.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_let.v0.17.0
-> installed atd.2.15.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed atdgen.2.15.0
-> installed extunix.0.4.3
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed capitalization.v0.17.0
-> installed ppx_string.v0.17.0
-> installed bin_prot.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_bin_prot.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_bench.v0.17.0
-> installed ppx_expect.v0.17.2
-> installed splittable_random.v0.17.0
-> installed ppx_log.v0.17.0
-> installed base_quickcheck.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed gel.v0.17.0
-> installed jane_rope.v0.17.0
-> installed int_repr.v0.17.0
-> installed ocurl.0.9.2
-> installed base_bigstring.v0.17.0
-> installed devkit.1.20240429
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> installed re2.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-27 06:53.43 ---> using "7403957dca7daf56838d4487d9ad47f9200828067cde3ea1eae03cf5c60ac2a5" from cache
/: (copy (src .) (dst ./src))
2025-01-27 06:53.45 ---> saved as "ba73aa1ff7aab944d9d2e853947298bb85d217ffc1c9cab6f7903333b5188c70"
/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src && ./gen_version.sh)
fatal: not a git repository (or any parent up to mount point /Users)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.lib.objs/byte -I /Users/mac1000/.opam/5.3.0/lib/atdgen -I /Users/mac1000/.opam/5.3.0/lib/atdgen-runtime -I /Users/mac1000/.opam/5.3.0/lib/base64 -I /Users/mac1000/.opam/5.3.0/lib/biniou -I /Users/mac1000/.opam/5.3.0/lib/curl -I /Users/mac1000/.opam/5.3.0/lib/devkit -I /Users/mac1000/.opam/5.3.0/lib/devkit/core -I /Users/mac1000/.opam/5.3.0/lib/digestif -I /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/lwt -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock -I /Users/mac1000/.opam/5.3.0/lib/re2 -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/uri -I /Users/mac1000/.opam/5.3.0/lib/yojson -I lib/text_cleanup/.text_cleanup.objs/byte -no-alias-deps -opaque -open Lib -o lib/.lib.objs/byte/lib__Slack_message.cmo -c -impl lib/slack_message.pp.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.lib.objs/byte -I lib/.lib.objs/native -I /Users/mac1000/.opam/5.3.0/lib/atdgen -I /Users/mac1000/.opam/5.3.0/lib/atdgen-runtime -I /Users/mac1000/.opam/5.3.0/lib/base64 -I /Users/mac1000/.opam/5.3.0/lib/biniou -I /Users/mac1000/.opam/5.3.0/lib/curl -I /Users/mac1000/.opam/5.3.0/lib/devkit -I /Users/mac1000/.opam/5.3.0/lib/devkit/core -I /Users/mac1000/.opam/5.3.0/lib/digestif -I /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/lwt -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix -I /Users/mac1000/.opam/5.3.0/lib/omd -I /Users/mac1000/.opam/5.3.0/lib/ptime -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock -I /Users/mac1000/.opam/5.3.0/lib/re2 -I /Users/mac1000/.opam/5.3.0/lib/sexplib0 -I /Users/mac1000/.opam/5.3.0/lib/uri -I /Users/mac1000/.opam/5.3.0/lib/yojson -I lib/text_cleanup/.text_cleanup.objs/byte -I lib/text_cleanup/.text_cleanup.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Lib -o lib/.lib.objs/native/lib__Slack_message.cmx -c -impl lib/slack_message.pp.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include:
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/github_link_test.exe /Users/mac1000/.opam/5.3.0/lib/easy-format/easy_format.cmxa /Users/mac1000/.opam/5.3.0/lib/camlp-streams/camlp_streams.cmxa /Users/mac1000/.opam/5.3.0/lib/biniou/biniou.cmxa /Users/mac1000/.opam/5.3.0/lib/yojson/yojson.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen/atdgen.cmxa /Users/mac1000/.opam/5.3.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/curl/curl.cmxa -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/lwt/lwt.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/ocplib_endian.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt/unix/lwt_unix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix /Users/mac1000/.opam/5.3.0/lib/curl/curl_lwt.cmx -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/extlib/extlib.cmxa /Users/mac1000/.opam/5.3.0/lib/extunix/ExtUnix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/extunix /Users/mac1000/.opam/5.3.0/lib/libevent/liboevent.cmxa -I /Users/mac1000/.opam/5.3.0/lib/libevent /Users/mac1000/.opam/5.3.0/lib/pcre/pcre.cmxa -I /Users/mac1000/.opam/5.3.0/lib/pcre /Users/mac1000/.opam/5.3.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/ocamlnet_lite/ocamlnet_lite.cmxa /Users/mac1000/.opam/5.3.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.3.0/lib/trace/core/trace_core.cmxa /Users/mac1000/.opam/5.3.0/lib/zip/zip.cmxa -I /Users/mac1000/.opam/5.3.0/lib/zip /Users/mac1000/.opam/5.3.0/lib/devkit/core/devkit_core.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/devkit.cmxa /Users/mac1000/.opam/5.3.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.3.0/lib/digestif/c/digestif_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/digestif/c /Users/mac1000/.opam/5.3.0/lib/omd/omd.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/clock/ptime_clock.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types /Users/mac1000/.opam/5.3.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel /Users/mac1000/.opam/5.3.0/lib/base/base.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base /Users/mac1000/.opam/5.3.0/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/base/md5/md5_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/fieldslib/fieldslib.cmxa /Users/mac1000/.opam/5.3.0/lib/variantslib/variantslib.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/shape/bin_shape.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/stable_witness/stable_witness.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/bin_prot.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bin_prot /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/config/inline_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/jane-street-headers/jane_street_headers.cmxa /Users/mac1000/.opam/5.3.0/lib/time_now/time_now.cmxa -I /Users/mac1000/.opam/5.3.0/lib/time_now /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/stdio/stdio.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/runtime/ppx_stable_witness_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_string/runtime/ppx_string_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/typerep/typerep_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config_types/expect_test_config_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config/expect_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime/ppx_expect_runtime.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime /Users/mac1000/.opam/5.3.0/lib/parsexp/parsexp.cmxa /Users/mac1000/.opam/5.3.0/lib/sexplib/sexplib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/types/ppx_log_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/syntax/ppx_log_syntax.cmxa /Users/mac1000/.opam/5.3.0/lib/splittable_random/splittable_random.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/base_quickcheck.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/ppx_quickcheck/runtime/ppx_quickcheck_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/int_repr/int_repr.cmxa /Users/mac1000/.opam/5.3.0/lib/base_bigstring/base_bigstring.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base_bigstring /Users/mac1000/.opam/5.3.0/lib/core/base_for_tests/base_for_tests.cmxa /Users/mac1000/.opam/5.3.0/lib/core/filename_base/filename_base.cmxa /Users/mac1000/.opam/5.3.0/lib/core/univ_map/univ_map.cmxa /Users/mac1000/.opam/5.3.0/lib/core/command/command.cmxa /Users/mac1000/.opam/5.3.0/lib/core/heap_block/heap_block.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core/heap_block /Users/mac1000/.opam/5.3.0/lib/gel/gel.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable_cinaps/diffable_cinaps.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable/diffable.cmxa /Users/mac1000/.opam/5.3.0/lib/core/validate/validate.cmxa /Users/mac1000/.opam/5.3.0/lib/core/core.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core /Users/mac1000/.opam/5.3.0/lib/re2/c/re2_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2/c /Users/mac1000/.opam/5.3.0/lib/regex_parser_intf/regex_parser_intf.cmxa /Users/mac1000/.opam/5.3.0/lib/jane_rope/rope.cmxa /Users/mac1000/.opam/5.3.0/lib/re2/re2.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2 /Users/mac1000/.opam/5.3.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.3.0/lib/uri/uri.cmxa lib/text_cleanup/text_cleanup.cmxa lib/lib.cmxa test/.test.eobjs/native/dune__exe.cmx test/.test.eobjs/native/dune__exe__Github_link_test.cmx)
ld: warning: ignoring duplicate libraries: '-lc++', '-lpthread'
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe /Users/mac1000/.opam/5.3.0/lib/easy-format/easy_format.cmxa /Users/mac1000/.opam/5.3.0/lib/camlp-streams/camlp_streams.cmxa /Users/mac1000/.opam/5.3.0/lib/biniou/biniou.cmxa /Users/mac1000/.opam/5.3.0/lib/yojson/yojson.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen/atdgen.cmxa /Users/mac1000/.opam/5.3.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/curl/curl.cmxa -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/lwt/lwt.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/ocplib_endian.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt/unix/lwt_unix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix /Users/mac1000/.opam/5.3.0/lib/curl/curl_lwt.cmx -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/extlib/extlib.cmxa /Users/mac1000/.opam/5.3.0/lib/extunix/ExtUnix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/extunix /Users/mac1000/.opam/5.3.0/lib/libevent/liboevent.cmxa -I /Users/mac1000/.opam/5.3.0/lib/libevent /Users/mac1000/.opam/5.3.0/lib/pcre/pcre.cmxa -I /Users/mac1000/.opam/5.3.0/lib/pcre /Users/mac1000/.opam/5.3.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/ocamlnet_lite/ocamlnet_lite.cmxa /Users/mac1000/.opam/5.3.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.3.0/lib/trace/core/trace_core.cmxa /Users/mac1000/.opam/5.3.0/lib/zip/zip.cmxa -I /Users/mac1000/.opam/5.3.0/lib/zip /Users/mac1000/.opam/5.3.0/lib/devkit/core/devkit_core.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/devkit.cmxa /Users/mac1000/.opam/5.3.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.3.0/lib/digestif/c/digestif_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/digestif/c /Users/mac1000/.opam/5.3.0/lib/omd/omd.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/clock/ptime_clock.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types /Users/mac1000/.opam/5.3.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel /Users/mac1000/.opam/5.3.0/lib/base/base.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base /Users/mac1000/.opam/5.3.0/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/base/md5/md5_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/fieldslib/fieldslib.cmxa /Users/mac1000/.opam/5.3.0/lib/variantslib/variantslib.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/shape/bin_shape.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/stable_witness/stable_witness.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/bin_prot.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bin_prot /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/config/inline_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/jane-street-headers/jane_street_headers.cmxa /Users/mac1000/.opam/5.3.0/lib/time_now/time_now.cmxa -I /Users/mac1000/.opam/5.3.0/lib/time_now /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/stdio/stdio.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/runtime/ppx_stable_witness_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_string/runtime/ppx_string_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/typerep/typerep_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config_types/expect_test_config_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config/expect_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime/ppx_expect_runtime.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime /Users/mac1000/.opam/5.3.0/lib/parsexp/parsexp.cmxa /Users/mac1000/.opam/5.3.0/lib/sexplib/sexplib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/types/ppx_log_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/syntax/ppx_log_syntax.cmxa /Users/mac1000/.opam/5.3.0/lib/splittable_random/splittable_random.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/base_quickcheck.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/ppx_quickcheck/runtime/ppx_quickcheck_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/int_repr/int_repr.cmxa /Users/mac1000/.opam/5.3.0/lib/base_bigstring/base_bigstring.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base_bigstring /Users/mac1000/.opam/5.3.0/lib/core/base_for_tests/base_for_tests.cmxa /Users/mac1000/.opam/5.3.0/lib/core/filename_base/filename_base.cmxa /Users/mac1000/.opam/5.3.0/lib/core/univ_map/univ_map.cmxa /Users/mac1000/.opam/5.3.0/lib/core/command/command.cmxa /Users/mac1000/.opam/5.3.0/lib/core/heap_block/heap_block.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core/heap_block /Users/mac1000/.opam/5.3.0/lib/gel/gel.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable_cinaps/diffable_cinaps.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable/diffable.cmxa /Users/mac1000/.opam/5.3.0/lib/core/validate/validate.cmxa /Users/mac1000/.opam/5.3.0/lib/core/core.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core /Users/mac1000/.opam/5.3.0/lib/re2/c/re2_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2/c /Users/mac1000/.opam/5.3.0/lib/regex_parser_intf/regex_parser_intf.cmxa /Users/mac1000/.opam/5.3.0/lib/jane_rope/rope.cmxa /Users/mac1000/.opam/5.3.0/lib/re2/re2.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2 /Users/mac1000/.opam/5.3.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.3.0/lib/uri/uri.cmxa lib/text_cleanup/text_cleanup.cmxa lib/lib.cmxa test/.test.eobjs/native/dune__exe.cmx test/.test.eobjs/native/dune__exe__Test.cmx)
ld: warning: ignoring duplicate libraries: '-lc++', '-lpthread'
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/longest_prefix_test.exe /Users/mac1000/.opam/5.3.0/lib/easy-format/easy_format.cmxa /Users/mac1000/.opam/5.3.0/lib/camlp-streams/camlp_streams.cmxa /Users/mac1000/.opam/5.3.0/lib/biniou/biniou.cmxa /Users/mac1000/.opam/5.3.0/lib/yojson/yojson.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen/atdgen.cmxa /Users/mac1000/.opam/5.3.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/curl/curl.cmxa -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/lwt/lwt.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/ocplib_endian.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt/unix/lwt_unix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix /Users/mac1000/.opam/5.3.0/lib/curl/curl_lwt.cmx -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/extlib/extlib.cmxa /Users/mac1000/.opam/5.3.0/lib/extunix/ExtUnix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/extunix /Users/mac1000/.opam/5.3.0/lib/libevent/liboevent.cmxa -I /Users/mac1000/.opam/5.3.0/lib/libevent /Users/mac1000/.opam/5.3.0/lib/pcre/pcre.cmxa -I /Users/mac1000/.opam/5.3.0/lib/pcre /Users/mac1000/.opam/5.3.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/ocamlnet_lite/ocamlnet_lite.cmxa /Users/mac1000/.opam/5.3.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.3.0/lib/trace/core/trace_core.cmxa /Users/mac1000/.opam/5.3.0/lib/zip/zip.cmxa -I /Users/mac1000/.opam/5.3.0/lib/zip /Users/mac1000/.opam/5.3.0/lib/devkit/core/devkit_core.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/devkit.cmxa /Users/mac1000/.opam/5.3.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.3.0/lib/digestif/c/digestif_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/digestif/c /Users/mac1000/.opam/5.3.0/lib/omd/omd.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/clock/ptime_clock.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types /Users/mac1000/.opam/5.3.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel /Users/mac1000/.opam/5.3.0/lib/base/base.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base /Users/mac1000/.opam/5.3.0/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/base/md5/md5_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/fieldslib/fieldslib.cmxa /Users/mac1000/.opam/5.3.0/lib/variantslib/variantslib.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/shape/bin_shape.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/stable_witness/stable_witness.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/bin_prot.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bin_prot /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/config/inline_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/jane-street-headers/jane_street_headers.cmxa /Users/mac1000/.opam/5.3.0/lib/time_now/time_now.cmxa -I /Users/mac1000/.opam/5.3.0/lib/time_now /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/stdio/stdio.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/runtime/ppx_stable_witness_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_string/runtime/ppx_string_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/typerep/typerep_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config_types/expect_test_config_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config/expect_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime/ppx_expect_runtime.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime /Users/mac1000/.opam/5.3.0/lib/parsexp/parsexp.cmxa /Users/mac1000/.opam/5.3.0/lib/sexplib/sexplib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/types/ppx_log_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/syntax/ppx_log_syntax.cmxa /Users/mac1000/.opam/5.3.0/lib/splittable_random/splittable_random.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/base_quickcheck.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/ppx_quickcheck/runtime/ppx_quickcheck_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/int_repr/int_repr.cmxa /Users/mac1000/.opam/5.3.0/lib/base_bigstring/base_bigstring.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base_bigstring /Users/mac1000/.opam/5.3.0/lib/core/base_for_tests/base_for_tests.cmxa /Users/mac1000/.opam/5.3.0/lib/core/filename_base/filename_base.cmxa /Users/mac1000/.opam/5.3.0/lib/core/univ_map/univ_map.cmxa /Users/mac1000/.opam/5.3.0/lib/core/command/command.cmxa /Users/mac1000/.opam/5.3.0/lib/core/heap_block/heap_block.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core/heap_block /Users/mac1000/.opam/5.3.0/lib/gel/gel.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable_cinaps/diffable_cinaps.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable/diffable.cmxa /Users/mac1000/.opam/5.3.0/lib/core/validate/validate.cmxa /Users/mac1000/.opam/5.3.0/lib/core/core.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core /Users/mac1000/.opam/5.3.0/lib/re2/c/re2_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2/c /Users/mac1000/.opam/5.3.0/lib/regex_parser_intf/regex_parser_intf.cmxa /Users/mac1000/.opam/5.3.0/lib/jane_rope/rope.cmxa /Users/mac1000/.opam/5.3.0/lib/re2/re2.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2 /Users/mac1000/.opam/5.3.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.3.0/lib/uri/uri.cmxa lib/text_cleanup/text_cleanup.cmxa lib/lib.cmxa test/.test.eobjs/native/dune__exe.cmx test/.test.eobjs/native/dune__exe__Longest_prefix_test.cmx)
ld: warning: ignoring duplicate libraries: '-lc++', '-lpthread'
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o src/monorobot.exe /Users/mac1000/.opam/5.3.0/lib/easy-format/easy_format.cmxa /Users/mac1000/.opam/5.3.0/lib/camlp-streams/camlp_streams.cmxa /Users/mac1000/.opam/5.3.0/lib/biniou/biniou.cmxa /Users/mac1000/.opam/5.3.0/lib/yojson/yojson.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen-runtime/atdgen_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/atdgen/atdgen.cmxa /Users/mac1000/.opam/5.3.0/lib/base64/base64.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.3.0/lib/curl/curl.cmxa -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/lwt/lwt.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/ocplib_endian.cmxa /Users/mac1000/.opam/5.3.0/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.3.0/lib/lwt/unix/lwt_unix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/lwt/unix /Users/mac1000/.opam/5.3.0/lib/curl/curl_lwt.cmx -I /Users/mac1000/.opam/5.3.0/lib/curl /Users/mac1000/.opam/5.3.0/lib/extlib/extlib.cmxa /Users/mac1000/.opam/5.3.0/lib/extunix/ExtUnix.cmxa -I /Users/mac1000/.opam/5.3.0/lib/extunix /Users/mac1000/.opam/5.3.0/lib/libevent/liboevent.cmxa -I /Users/mac1000/.opam/5.3.0/lib/libevent /Users/mac1000/.opam/5.3.0/lib/pcre/pcre.cmxa -I /Users/mac1000/.opam/5.3.0/lib/pcre /Users/mac1000/.opam/5.3.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/ocamlnet_lite/ocamlnet_lite.cmxa /Users/mac1000/.opam/5.3.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.3.0/lib/trace/core/trace_core.cmxa /Users/mac1000/.opam/5.3.0/lib/zip/zip.cmxa -I /Users/mac1000/.opam/5.3.0/lib/zip /Users/mac1000/.opam/5.3.0/lib/devkit/core/devkit_core.cmxa /Users/mac1000/.opam/5.3.0/lib/devkit/devkit.cmxa /Users/mac1000/.opam/5.3.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.3.0/lib/digestif/c/digestif_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/digestif/c /Users/mac1000/.opam/5.3.0/lib/omd/omd.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.3.0/lib/ptime/clock/ptime_clock.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ptime/clock /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base/base_internalhash_types /Users/mac1000/.opam/5.3.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.3.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ocaml_intrinsics_kernel /Users/mac1000/.opam/5.3.0/lib/base/base.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base /Users/mac1000/.opam/5.3.0/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/base/md5/md5_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/fieldslib/fieldslib.cmxa /Users/mac1000/.opam/5.3.0/lib/variantslib/variantslib.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/shape/bin_shape.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/stable_witness/stable_witness.cmxa /Users/mac1000/.opam/5.3.0/lib/bin_prot/bin_prot.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bin_prot /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/config/inline_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/jane-street-headers/jane_street_headers.cmxa /Users/mac1000/.opam/5.3.0/lib/time_now/time_now.cmxa -I /Users/mac1000/.opam/5.3.0/lib/time_now /Users/mac1000/.opam/5.3.0/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/stdio/stdio.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_stable_witness/runtime/ppx_stable_witness_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_string/runtime/ppx_string_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/typerep/typerep_lib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/make_corrected_file/make_corrected_file.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config_types/expect_test_config_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/config/expect_test_config.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime/ppx_expect_runtime.cmxa -I /Users/mac1000/.opam/5.3.0/lib/ppx_expect/runtime /Users/mac1000/.opam/5.3.0/lib/parsexp/parsexp.cmxa /Users/mac1000/.opam/5.3.0/lib/sexplib/sexplib.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/types/ppx_log_types.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_log/syntax/ppx_log_syntax.cmxa /Users/mac1000/.opam/5.3.0/lib/splittable_random/splittable_random.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/base_quickcheck.cmxa /Users/mac1000/.opam/5.3.0/lib/base_quickcheck/ppx_quickcheck/runtime/ppx_quickcheck_runtime.cmxa /Users/mac1000/.opam/5.3.0/lib/int_repr/int_repr.cmxa /Users/mac1000/.opam/5.3.0/lib/base_bigstring/base_bigstring.cmxa -I /Users/mac1000/.opam/5.3.0/lib/base_bigstring /Users/mac1000/.opam/5.3.0/lib/core/base_for_tests/base_for_tests.cmxa /Users/mac1000/.opam/5.3.0/lib/core/filename_base/filename_base.cmxa /Users/mac1000/.opam/5.3.0/lib/core/univ_map/univ_map.cmxa /Users/mac1000/.opam/5.3.0/lib/core/command/command.cmxa /Users/mac1000/.opam/5.3.0/lib/core/heap_block/heap_block.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core/heap_block /Users/mac1000/.opam/5.3.0/lib/gel/gel.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable_cinaps/diffable_cinaps.cmxa /Users/mac1000/.opam/5.3.0/lib/ppx_diff/diffable/diffable.cmxa /Users/mac1000/.opam/5.3.0/lib/core/validate/validate.cmxa /Users/mac1000/.opam/5.3.0/lib/core/core.cmxa -I /Users/mac1000/.opam/5.3.0/lib/core /Users/mac1000/.opam/5.3.0/lib/re2/c/re2_c.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2/c /Users/mac1000/.opam/5.3.0/lib/regex_parser_intf/regex_parser_intf.cmxa /Users/mac1000/.opam/5.3.0/lib/jane_rope/rope.cmxa /Users/mac1000/.opam/5.3.0/lib/re2/re2.cmxa -I /Users/mac1000/.opam/5.3.0/lib/re2 /Users/mac1000/.opam/5.3.0/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.3.0/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf /Users/mac1000/.opam/5.3.0/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.3.0/lib/uri/uri.cmxa lib/text_cleanup/text_cleanup.cmxa lib/lib.cmxa /Users/mac1000/.opam/5.3.0/lib/cmdliner/cmdliner.cmxa src/.monorobot.eobjs/native/dune__exe.cmx src/.monorobot.eobjs/native/dune__exe__Request_handler.cmx src/.monorobot.eobjs/native/dune__exe__Version.cmx src/.monorobot.eobjs/native/dune__exe__Monorobot.cmx)
ld: warning: ignoring duplicate libraries: '-lc++', '-lpthread'
(cd _build/default/test && ./test.exe) > _build/default/test/slack_payloads.out
[2025-01-27T06:53:51.5510] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_org_pipelines_pipeline2_builds_11 found.
[2025-01-27T06:53:51.5515] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5520] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline2_builds_181732 found.
[2025-01-27T06:53:51.5522] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5526] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline2_builds_181732 found.
[2025-01-27T06:53:51.5529] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5532] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_qa_builds_181732 found.
[2025-01-27T06:53:51.5535] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5538] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline2_builds_181732 found.
[2025-01-27T06:53:51.5540] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5545] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_bau_builds_181732 found.
[2025-01-27T06:53:51.5548] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5551] 72192:463561301 [github:error] failed to get buildkite build details: No file organizations_ahrefs_pipelines_pipeline2_builds_181733 found.
[2025-01-27T06:53:51.5551] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline2_builds_181733 found.
[2025-01-27T06:53:51.5554] 72192:463561301 [github:error] failed to get buildkite build details: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5554] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5558] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline2_builds_2 found.
[2025-01-27T06:53:51.5560] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5563] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline2_builds_2 found.
[2025-01-27T06:53:51.5565] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5569] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_bau_builds_2 found.
[2025-01-27T06:53:51.5571] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5575] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline1_builds_23670 found.
[2025-01-27T06:53:51.5576] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
[2025-01-27T06:53:51.5579] 72192:463561301 [github:error] failed to get buildkite job log: No file organizations_ahrefs_pipelines_pipeline1_builds_23670 found.
[2025-01-27T06:53:51.5583] 72192:463561301 [github:error] failed to get buildkite job log: get buildkite build details: failed to retrieve Buildkite access token
2025-01-27 06:53.52 ---> saved as "bd7fb976f89170242d5fc2a26859478fd858fd9953d95d9f108e4199c03eae55"
Job succeeded
2025-01-27 06:54.04: Job succeeded