Organisationsmefyltimmya566ff (feature/dune-pkg)macos-homebrew-4.14_opam-2.3

macos-homebrew-4.14_opam-2.3

Link Copied
Code Copied

Logs

2024-12-19 16:00.58: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/feature/dune-pkg (a566ff2f56ac076df4fed2fae9b21ec8bc92e366) (macos-x86_64:macos-homebrew-4.14_opam-2.3)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mefyl/timmy.git" -b "feature/dune-pkg" && cd "timmy" && git reset --hard a566ff2f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'opam/'
COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam ./src/./
COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam ./src/opam/
RUN opam pin add -yn timmy.dev './src/./' && \
opam pin add -yn timmy-unix.dev './src/./' && \
opam pin add -yn timmy-lwt.dev './src/./' && \
opam pin add -yn timmy-jsoo.dev './src/./' && \
opam pin add -yn timmy-windows.dev './src/opam/' && \
opam pin add -yn timmy-unix-windows.dev './src/opam/' && \
opam pin add -yn timmy-unix-macos.dev './src/opam/' && \
opam pin add -yn timmy-macos.dev './src/opam/' && \
opam pin add -yn timmy-lwt-windows.dev './src/opam/' && \
opam pin add -yn timmy-lwt-macos.dev './src/opam/' && \
opam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \
opam pin add -yn timmy-jsoo-macos.dev './src/opam/'
RUN echo '(lang dune 3.0)' > './src/./dune-project' && \
echo '(lang dune 3.0)' > './src/opam/dune-project'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 either.1.0.0 ezjsonm.1.3.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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


2024-12-19 16:00.58: Using cache hint "mefyl/timmy-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-840c65979222d7cfe77b9c454a8ea009"
2024-12-19 16:00.58: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u"))
(run (shell "mkdir -p 'opam/'"))
(copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./src/./))
(copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam)
(dst ./src/opam/))
(run (network host)
(shell  "opam pin add -yn timmy.dev './src/./' && \
\nopam pin add -yn timmy-unix.dev './src/./' && \
\nopam pin add -yn timmy-lwt.dev './src/./' && \
\nopam pin add -yn timmy-jsoo.dev './src/./' && \
\nopam pin add -yn timmy-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev './src/opam/'"))
(run (network host)
(shell  "echo '(lang dune 3.0)' > './src/./dune-project' && \
\necho '(lang dune 3.0)' > './src/opam/dune-project'"))
(env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 either.1.0.0 ezjsonm.1.3.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 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 timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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"))
)


2024-12-19 16:00.58: Waiting for resource in pool OCluster
2024-12-20 11:33.52: Waiting for worker…
2024-12-20 15:20.50: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
HEAD is now at a566ff2 Migrate CI to `dune pkg`.


(from macos-homebrew-ocaml-4.14)
2024-12-20 15:20.51 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_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"))
2024-12-20 15:20.52 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-12-20 15:20.52 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.3.0
2024-12-20 15:20.52 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
11bdbee611..3531767c50  master     -> origin/master
40261e81b0 Merge pull request #27148 from mtelvers/opam-publish-ocaml-version.3.7.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
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-12-20 15:20.53 ---> using "b2a02d67ec8f34730d9f76473afa5df9fe636a59918e2e47ea5a32365d96bc76" from cache


/: (run (shell "mkdir -p 'opam/'"))
2024-12-20 15:20.54 ---> saved as "0de3888b1321d1cef4d0a8f8e7b3c8ea516ee5383d0a0ddbd610be363a35f6bf"


/: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./src/./))
2024-12-20 15:20.56 ---> saved as "93a82ded0c68a1f36d077e39be48ff41be41de50a1eada6ca38c0ad8e4ad7de4"


/: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam)
(dst ./src/opam/))
2024-12-20 15:20.58 ---> saved as "74ef5a58d5b3be8964fd74e0c6db5c5ee41b8405438b60528aa0a5a38fdc2005"


/: (run (network host)
(shell  "opam pin add -yn timmy.dev './src/./' && \
\nopam pin add -yn timmy-unix.dev './src/./' && \
\nopam pin add -yn timmy-lwt.dev './src/./' && \
\nopam pin add -yn timmy-jsoo.dev './src/./' && \
\nopam pin add -yn timmy-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-unix-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-windows.dev './src/opam/' && \
\nopam pin add -yn timmy-jsoo-macos.dev './src/opam/'"))
[timmy.dev] synchronised (file:///Users/mac1000/src)
timmy is now pinned to file:///Users/mac1000/src (version dev)
[timmy-unix.dev] synchronised (file:///Users/mac1000/src)
timmy-unix is now pinned to file:///Users/mac1000/src (version dev)
[timmy-lwt.dev] synchronised (file:///Users/mac1000/src)
timmy-lwt is now pinned to file:///Users/mac1000/src (version dev)
[timmy-jsoo.dev] synchronised (file:///Users/mac1000/src)
timmy-jsoo is now pinned to file:///Users/mac1000/src (version dev)
Package timmy-windows does not exist, create as a NEW package? [y/n] y
[timmy-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-unix-windows does not exist, create as a NEW package? [y/n] y
[timmy-unix-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-unix-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-unix-macos does not exist, create as a NEW package? [y/n] y
[timmy-unix-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-unix-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-macos does not exist, create as a NEW package? [y/n] y
[timmy-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-lwt-windows does not exist, create as a NEW package? [y/n] y
[timmy-lwt-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-lwt-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-lwt-macos does not exist, create as a NEW package? [y/n] y
[timmy-lwt-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-lwt-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-jsoo-windows does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-windows.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-jsoo-windows is now pinned to file:///Users/mac1000/src/opam (version dev)
Package timmy-jsoo-macos does not exist, create as a NEW package? [y/n] y
[timmy-jsoo-macos.dev] synchronised (file:///Users/mac1000/src/opam)
timmy-jsoo-macos is now pinned to file:///Users/mac1000/src/opam (version dev)
2024-12-20 15:21.40 ---> saved as "1bac403e826e2910c2ee2bb2973b88599139a3d5643ab6d461eb85b888388fe9"


/: (run (network host)
(shell  "echo '(lang dune 3.0)' > './src/./dune-project' && \
\necho '(lang dune 3.0)' > './src/opam/dune-project'"))
2024-12-20 15:21.42 ---> saved as "ede218b1ba2f26ffe0c5bde98386d3ca7f35e706456b76e4f3e23f584a18d85f"


/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 either.1.0.0 ezjsonm.1.3.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-ppx.5.9.1 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlformat.0.26.2 ocamlformat-lib.0.26.2 ocp-indent.1.8.1 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 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 timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[timmy.dev] synchronised (file:///Users/mac1000/src)
[timmy-jsoo.dev] synchronised (file:///Users/mac1000/src)
[timmy-lwt.dev] synchronised (file:///Users/mac1000/src)
[timmy-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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
node


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/brew "install" "node"
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/manifests/23.5.0
- ==> Fetching dependencies for node: brotli, c-ares, icu4c@76, libnghttp2, libuv, ca-certificates and openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Fetching brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:deb010485b7e58ffb00f45db61fa9b1ab0690c6b558d36755740fd4e62cd9400
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/62a8d847937aa62bb62ddde49b6546c742425fd47a11dcf8ee65a4221e4eb8ae--brotli--1.1.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce18ea81ad6f8aa82ed3f311879deb7643a3d71e18776db6bc86995282d330f3--c-ares-1.34.4.bottle_manifest.json
- ==> Fetching c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:81825f7f6a7a5d3f449535c1fb6242a3372c435c93db3f042fae96d2c4abe119
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b94f70de61cb0ab40067336219ef5a14cb1d0bcbae835e1f8e27e135ffb162e--c-ares--1.34.4.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json
- ==> Fetching icu4c@76
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/blobs/sha256:f7e042054dd71e1167f8c93bd64d817def4c229772a897de0e905e1566985fef
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9831489bbf544c43f9855e7d134e660c44457b43036316b06410d0a8be896c57--icu4c@76--76.1_1.sonoma.bottle.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/libuv/manifests/1.49.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a32b5abd59fa5add407c237e71c8ccb52eca9bed1740be5e315b1bea6efde148--libuv-1.49.2.bottle_manifest.json
- ==> Fetching libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:1c30f58448ce9c0d30cef601a475a1986d1cf072188b110adf783c7002a9b559
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b826ec515be9969e067b5ab5a7883e46f1cfc7d550eeaa0d546328f9b2bdfc8d--libuv--1.49.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-11-26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e16b55434e8bc1472ffb41e1a71c1b853417578c631fa1b69e8730f8cafca76c--ca-certificates-2024-11-26.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:7a3b5f75ca44d330e0f37432af09f58e37bfa873f25d340dece3c3e6c7927657
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/441f4a48c55787e61944fdd00bf201b06259c9254248253d85dc3cfe0929a73a--ca-certificates--2024-11-26.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
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:15c169b738ad5e9e196571e6ff0c0464d4adccbef6047a435830b479a26d6583
- ==> Installing dependencies for node: brotli, c-ares, icu4c@76, libnghttp2, libuv, ca-certificates and openssl@3
- ==> Installing node dependency: brotli
- ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/565098509cdfa90593ec9a41b41239f073843f88caed60ddaa3e6194ac4defda--brotli-1.1.0-1.bottle_manifest.json
- ==> Pouring brotli--1.1.0.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/brotli/1.1.0: 25 files, 968.5KB
- ==> Installing node dependency: c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.34.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce18ea81ad6f8aa82ed3f311879deb7643a3d71e18776db6bc86995282d330f3--c-ares-1.34.4.bottle_manifest.json
- ==> Pouring c-ares--1.34.4.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/c-ares/1.34.4: 176 files, 935KB
- ==> Installing node dependency: icu4c@76
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/76/manifests/76.1_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c105f8980d3a6b0ff0253b47492e886520580406ee75fa52509cf5b251b4d633--icu4c@76-76.1_1.bottle_manifest.json
- ==> Pouring icu4c@76--76.1_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/icu4c@76/76.1_1: 277 files, 79.8MB
- ==> Installing node 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 node dependency: libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.49.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a32b5abd59fa5add407c237e71c8ccb52eca9bed1740be5e315b1bea6efde148--libuv-1.49.2.bottle_manifest.json
- ==> Pouring libuv--1.49.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libuv/1.49.2: 20 files, 1.1MB
- ==> Installing node dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-11-26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e16b55434e8bc1472ffb41e1a71c1b853417578c631fa1b69e8730f8cafca76c--ca-certificates-2024-11-26.bottle_manifest.json
- ==> Pouring ca-certificates--2024-11-26.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /usr/local/Cellar/ca-certificates/2024-11-26: 4 files, 238.9KB
- ==> Installing node 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 node
- ==> Pouring node--23.5.0.sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> Summary
- 🍺  /usr/local/Cellar/node/23.5.0: 2,602 files, 89.9MB
- ==> Running `brew cleanup node`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- Removing: /Users/mac1000/Library/Caches/Homebrew/node_bottle_manifest--23.4.0... (16.1KB)
- Removing: /Users/mac1000/Library/Caches/Homebrew/node--23.4.0... (21.1MB)
- ==> Caveats
- ==> node
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
2024-12-20 15:23.23 ---> saved as "c7746fc758cbad56d8b18cfb522b54d37f980fb4f5ad58fa70ea76065d447c76"


/: (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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 63 packages
- install alcotest             1.8.0
- install alcotest-lwt         1.8.0
- install astring              0.8.5
- install base                 v0.16.3
- install base-bytes           base
- install camlp-streams        5.0.1
- install cmdliner             1.3.0
- install conf-bash            1
- install conf-npm             1
- install conf-tzdata          1
- install cppo                 1.8.0
- install csexp                1.5.2
- install cstruct              6.2.0
- install dune                 3.17.1
- install dune-build-info      3.17.1
- install dune-configurator    3.17.1
- install either               1.0.0
- install ezjsonm              1.3.0
- install fix                  20230505
- install fmt                  0.9.0
- install fpath                0.7.3
- install gen                  1.1
- install hex                  1.5.0
- install js_of_ocaml          5.9.1
- install js_of_ocaml-compiler 5.9.1
- install js_of_ocaml-ppx      5.9.1
- install jsonm                1.0.2
- install logs                 0.7.0
- install lwt                  5.9.0
- install menhir               20240715
- install menhirCST            20240715
- install menhirLib            20240715
- install menhirSdk            20240715
- install num                  1.5-1
- install ocaml-compiler-libs  v0.12.4
- install ocaml-syntax-shims   1.0.0
- install ocaml-version        3.7.2
- install ocamlbuild           0.15.0
- install ocamlfind            1.9.6
- install ocamlformat          0.26.2
- install ocamlformat-lib      0.26.2
- install ocp-indent           1.8.1
- install ocplib-endian        1.2
- install opam-file-format     2.1.6
- install parsexp              v0.16.0
- install ppx_derivers         1.2.1
- install ppx_deriving         6.0.3
- install ppx_here             v0.16.0
- install ppxlib               0.33.0
- install ptime                1.2.0
- install re                   1.12.0
- install result               1.5
- install sedlex               3.3
- install seq                  base
- install sexplib              v0.16.0
- install sexplib0             v0.16.0
- install stdio                v0.16.0
- install stdlib-shims         0.3.0
- install topkg                1.0.7
- install uucp                 16.0.0
- install uuseg                16.0.0
- install uutf                 1.0.3
- install yojson               2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-tzdata.1
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> installed conf-npm.1
-> retrieved fmt.0.9.0  (cached)
-> retrieved fix.20230505  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.7.2  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1  (cached)
-> retrieved ocamlformat.0.26.2, ocamlformat-lib.0.26.2  (cached)
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlbuild.0.15.0
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> installed num.1.5-1
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved dune.3.17.1, dune-build-info.3.17.1, dune-configurator.3.17.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved sedlex.3.3  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed cmdliner.1.3.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.1.2.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.17.1
-> installed cstruct.6.2.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed hex.1.5.0
-> installed dune-build-info.3.17.1
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed menhirCST.20240715
-> installed gen.1.1
-> installed fix.20230505
-> installed either.1.0.0
-> installed camlp-streams.5.0.1
-> installed ocaml-version.3.7.2
-> installed ppx_derivers.1.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed result.1.5
-> installed ocaml-compiler-libs.v0.12.4
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed dune-configurator.3.17.1
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed ocp-indent.1.8.1
-> installed ezjsonm.1.3.0
-> installed yojson.2.2.2
-> installed alcotest.1.8.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed lwt.5.9.0
-> installed base.v0.16.3
-> installed stdio.v0.16.0
-> installed uucp.16.0.0
-> installed uuseg.16.0.0
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed ppx_here.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.3
-> installed ocamlformat-lib.0.26.2
-> installed ocamlformat.0.26.2
-> installed js_of_ocaml-compiler.5.9.1
-> installed js_of_ocaml.5.9.1
-> installed js_of_ocaml-ppx.5.9.1
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
Done.


<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:


* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path "/Users/mac1000/.opam/4.14.2/share/emacs/site-lisp")
(require 'ocp-indent)


* for Vim, add this line to ~/.vimrc:
set rtp^="/Users/mac1000/.opam/4.14.2/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2024-12-20 15:26.39 ---> saved as "a7850eb95058799bfddf82acf1ba0a0bfa61a76513a3412714acc8432a2326f2"


/: (copy (src .) (dst ./src))
2024-12-20 15:26.41 ---> saved as "67d9af1a3d95ef8094949220895f7b487ee2befe4431bcc2acc5d3909763a748"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune.lock/lock.dune", line 1, characters 0-0:
Error: The lock dir is not sync with your dune-project
Hint: run dune pkg lock
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-12-20 15:26.47: Job failed: Failed: Build failed