Organisationsroutinecoocaml-nanoidd22d76 (master)macos-homebrew-4.14_opam-2.1

macos-homebrew-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 21:46.05: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/routineco/ocaml-nanoid.git" -b "master" && cd "ocaml-nanoid" && git reset --hard d22d7687
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 nanoid.opam ./src/./
RUN opam pin add -yn nanoid.dev './src/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.3 conf-zlib.1 cppo.1.6.9 cryptokit.1.19 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gen.1.1 js_of_ocaml.5.8.1 js_of_ocaml-compiler.5.8.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 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 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y nanoid.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-05-14 21:46.05: Using cache hint "routineco/ocaml-nanoid-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-c9d35ae411736b4a9144f900697dc0a3"
2024-05-14 21:46.05: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src nanoid.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn nanoid.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.3 conf-zlib.1 cppo.1.6.9 cryptokit.1.19 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gen.1.1 js_of_ocaml.5.8.1 js_of_ocaml-compiler.5.8.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 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 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2 zarith.1.13")
 (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.1 --depext-only -y nanoid.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-05-14 21:46.05: Waiting for resource in pool OCluster
2024-05-14 21:46.05: Waiting for worker…
2024-05-15 07:30.24: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
HEAD is now at d22d768 Unvendor node_modules.


(from macos-homebrew-ocaml-4.14)
2024-05-15 07:30.25 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-15 07:30.26 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-15 07:30.26 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 22.5.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-15 07:30.27 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" 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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..c1bf247e33  master     -> origin/master
9548b038b3 Merge pull request #25796 from hhugo/release-js_of_ocaml-5.8.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
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.3.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.
# Run eval $(opam env) to update the current shell environment
2024-05-15 07:30.28 ---> using "8bbd976dc59c8529ec2d005822890e5aa5b288a5c95bb5b5529fbbddb0db9ced" from cache


/: (copy (src nanoid.opam) (dst ./src/./))
2024-05-15 07:30.30 ---> saved as "8036be3cc1eca61a9d65da7ed947697cf46d7fbac9aa7770ad1c0f21dd3a654a"


/: (run (network host)
        (shell "opam pin add -yn nanoid.dev './src/./'"))
[nanoid.dev] synchronised (file:///Users/mac1000/src)
nanoid is now pinned to file:///Users/mac1000/src (version dev)
2024-05-15 07:30.39 ---> saved as "e5662bd7c4310982a0e1f9438158c417cac4cd780f9f462340d1fd3343d25aae"


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.3 conf-zlib.1 cppo.1.6.9 cryptokit.1.19 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 gen.1.1 js_of_ocaml.5.8.1 js_of_ocaml-compiler.5.8.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 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 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2 zarith.1.13")


/: (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.1 --depext-only -y nanoid.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[nanoid.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    gmp node pkg-config zlib


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "gmp" "node" "pkg-config" "zlib"
- ==> 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/node/manifests/22.1.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cf8a1619e9cf7188ba800f1cbceea7a85e3223b3ffc82e2143c926edd4d56e09--node-22.1.0.bottle_manifest.json
- ==> Fetching dependencies for node: brotli, c-ares, icu4c, 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.28.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2992b98eb3aa56a1d3ab6a8f535ceb2c84d41f1dca892a50949b8d79bc73f0d--c-ares-1.28.1.bottle_manifest.json
- ==> Fetching c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/blobs/sha256:acf887fff7983e2e9d5eae0c9e1d9e3a8876732f448fe1853c848695ad3e79a2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc6019acbe9f37ff87169b368d76655eb6f30f836b295bbcc0f93a22cbe84e52--c-ares--1.28.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
- ==> Fetching icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:ac4fb9cc76372d8ad8dff5c740ff2b5b6287a5303de625dd865e7afccbfd6b70
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d1eacc764b633bf1eb6bd8604ae7f901a6c01ec975a93142c2c96bf774bcfee5--icu4c--74.2.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Fetching libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:521b7adde05bba1b4de7b22aa07ac73d73b2c9cc922ef1950b0d6113cbde240e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/02e7824f6de0e391182b0134aef28003111ab3a8a95ab0e79edc49a1d556b785--libnghttp2--1.61.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8ee1d27fb604f55e3c4415b96e34dc9c7f557996832c372d984c8162b29a4ad2--libuv-1.48.0.bottle_manifest.json
- ==> Fetching libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:06b2dfb049b8962aab284b4e79f6c930a511a6d91e70055e3ee2ac8c53a36109
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b1254a1e63ea8c66f856f235f14d94e72270990d4f8fce4bc60f9cf657a52ad--libuv--1.48.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:cab828953672906e00a8f25db751977b8dc4115f021f8dfe82b644ade03dacdb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c0842d836eaa991deac09d2f933bf5ff5b214d7c5d225c7fe042f6262ca21a9--ca-certificates--2024-03-11.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:f37328addd300e16046ee900f26d3ed026a6c810ea88269e114a4e0f06ed41b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3455162bf343a308a878ca43d6dbf80074b6095d437ef2881e2286eae64b9818--openssl@3--3.3.0.sonoma.bottle.1.tar.gz
- ==> Fetching node
- ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:ac64cf028d2b5b9008f0d92ee2996a7f3835b839bfa067a8bb8312accc0a7e2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/13c66f016e6552ca9ffc13ad288ae2b90046fefb9f511b17964353293fdfab59--node--22.1.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5b6da58fb5d679eeb1765833596e7394625255fb46b165955fc4c4de746080e--pkg-config--0.29.2_3.sonoma.bottle.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
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for node: brotli, c-ares, icu4c, 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.6KB
- ==> Installing node dependency: c-ares
- ==> Downloading https://ghcr.io/v2/homebrew/core/c-ares/manifests/1.28.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2992b98eb3aa56a1d3ab6a8f535ceb2c84d41f1dca892a50949b8d79bc73f0d--c-ares-1.28.1.bottle_manifest.json
- ==> Pouring c-ares--1.28.1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/c-ares/1.28.1: 167 files, 991.2KB
- ==> Installing node dependency: icu4c
- ==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/74.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3e5230e726e5548db28bc0cf75710d6405903b742f941113d3dbe7483fad72a4--icu4c-74.2.bottle_manifest.json
- ==> Pouring icu4c--74.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/icu4c/74.2: 271 files, 77.3MB
- ==> Installing node dependency: libnghttp2
- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.61.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84e039765210f9da314a9b989360b06406c6123f9aae7b1a47dd010504d3bcfb--libnghttp2-1.61.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.61.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libnghttp2/1.61.0: 14 files, 758KB
- ==> Installing node dependency: libuv
- ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.48.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8ee1d27fb604f55e3c4415b96e34dc9c7f557996832c372d984c8162b29a4ad2--libuv-1.48.0.bottle_manifest.json
- ==> Pouring libuv--1.48.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/libuv/1.48.0: 20 files, 1.1MB
- ==> Installing node dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Pouring ca-certificates--2024-03-11.all.bottle.tar.gz


- 🍺  /usr/local/Cellar/ca-certificates/2024-03-11: 4 files, 231.9KB
- ==> Installing node dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.0.sonoma.bottle.1.tar.gz
- 🍺  /usr/local/Cellar/openssl@3/3.3.0: 6,977 files, 32.6MB
- ==> Installing node
- ==> Pouring node--22.1.0.sonoma.bottle.tar.gz
- ==> Caveats
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> Summary
- 🍺  /usr/local/Cellar/node/22.1.0: 2,070 files, 76.4MB
- ==> Running `brew cleanup node`...
- ==> Pouring pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkg-config/0.29.2_3: 12 files, 657.9KB
- ==> Running `brew cleanup pkg-config`...
- ==> 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
- ==> node
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- ==> 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"
2024-05-15 07:31.56 ---> saved as "8cd367573cd687fefff5d8a53c25b5cc4a8a3fdc7815260d25d4f3e295719cdf"


/: (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 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install dune                 3.15.2
  - install cmdliner             1.2.0
  - install ocamlfind            1.9.6
  - install seq                  base
  - install conf-gmp             4
  - install conf-pkg-config      3
  - install conf-npm             1
  - install stdlib-shims         0.3.0
  - install sexplib0             v0.17.0
  - install ppx_derivers         1.2.1
  - install ocaml-syntax-shims   1.0.0
  - install ocaml-compiler-libs  v0.12.4
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install csexp                1.5.2
  - install cppo                 1.6.9
  - install topkg                1.0.7
  - install re                   1.11.0
  - install gen                  1.1
  - install zarith               1.13
  - install conf-gmp-powm-sec    3
  - install conf-zlib            1
  - install ppxlib               0.32.1
  - install menhir               20231231
  - install dune-configurator    3.15.2
  - install yojson               2.1.2
  - install uutf                 1.0.3
  - install fmt                  0.9.0
  - install astring              0.8.5
  - install sedlex               3.2
  - install cryptokit            1.19
  - install alcotest             1.7.0
  - install js_of_ocaml-compiler 5.8.1
  - install js_of_ocaml          5.8.1
===== 36 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> installed conf-zlib.1
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cryptokit.1.19  (cached)
-> installed conf-gmp.4
-> installed conf-npm.1
-> retrieved alcotest.1.7.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved fmt.0.9.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved js_of_ocaml-compiler.5.8.1  (cached)
-> retrieved js_of_ocaml.5.8.1  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sedlex.3.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed zarith.1.13
-> installed ocamlbuild.0.14.3
-> installed dune.3.15.2
-> installed menhirCST.20231231
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirSdk.20231231
-> installed menhirLib.20231231
-> installed gen.1.1
-> installed cppo.1.6.9
-> installed topkg.1.0.7
-> installed dune-configurator.3.15.2
-> installed uutf.1.0.3
-> installed yojson.2.1.2
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed cryptokit.1.19
-> installed alcotest.1.7.0
-> installed ppxlib.0.32.1
-> installed menhir.20231231
-> installed sedlex.3.2
-> installed js_of_ocaml-compiler.5.8.1
-> installed js_of_ocaml.5.8.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-15 07:34.49 ---> saved as "7d8767593c4be86f04e5208001ac6644ebd239c51faf856affbe39e7646dc306"


/: (copy (src .) (dst ./src))
2024-05-15 07:34.51 ---> saved as "59bded331fc7b94b0de20967dac14835d0a4725c14d1d9b04d71f962ae7c6416"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File ".logistic/dune/extdeps/dune", line 4, characters 60-65:
4 |  (libraries cmdliner opam-file-format sexplib shexp.process stdio))
                                                                ^^^^^
Error: Library "stdio" not found.
-> required by
   _build/default/.logistic/dune/extdeps/.extdeps.eobjs/byte/dune__exe__Extdeps.cmi
-> required by alias .logistic/dune/extdeps/check
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 tests/os.exe /Users/mac1000/.opam/4.14.2/lib/astring/astring.cmxa /Users/mac1000/.opam/4.14.2/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/4.14.2/lib/uutf/uutf.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt.cmxa /Users/mac1000/.opam/4.14.2/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/4.14.2/lib/re/re.cmxa /Users/mac1000/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/4.14.2/lib/ocaml/unix.cmxa -I /Users/mac1000/.opam/4.14.2/lib/ocaml /Users/mac1000/.opam/4.14.2/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/4.14.2/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/4.14.2/lib/alcotest /Users/mac1000/.opam/4.14.2/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/4.14.2/lib/zarith /Users/mac1000/.opam/4.14.2/lib/cryptokit/cryptokit.cmxa -I /Users/mac1000/.opam/4.14.2/lib/cryptokit lib/src/os/nanoid_os.cmxa lib/src/os/nanoid_os_impl.cmxa tests/tests.cmxa tests/.os.eobjs/native/dune__exe__Os.cmx)
ld: warning: search path '/opt/local/lib' not found
(cd _build/default/tests && ./os.exe)
Testing `Nanoid'.
This run has ID `B0HVSMPW'.


  [OK]          pseudo-seeded          0   generate.


Full test results in `~/src/_build/default/tests/_build/_tests/Nanoid'.
Test Successful in 0.003s. 1 test run.
File "tests/dune", line 18, characters 0-64:
18 | (rule
19 |  (alias runtest)
20 |  (action
21 |   (run node %{dep:jsoo.bc.js})))
(cd _build/default/tests && /usr/local/bin/node jsoo.bc.js)
/Users/mac1000/src/_build/default/tests/jsoo.bc.js:3170
     throw err;
     ^


Error: Cannot find module 'nanoid'
Require stack:
- /Users/mac1000/src/_build/default/tests/jsoo.bc.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1224:15)
    at Module._load (node:internal/modules/cjs/loader:1050:27)
    at Module.require (node:internal/modules/cjs/loader:1310:19)
    at require (node:internal/modules/helpers:179:18)
    at /Users/mac1000/src/_build/default/tests/jsoo.bc.js:52464:11
    at Object.<anonymous> (/Users/mac1000/src/_build/default/tests/jsoo.bc.js:52474:3)
    at Module._compile (node:internal/modules/cjs/loader:1480:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
    at Module.load (node:internal/modules/cjs/loader:1287:32)
    at Module._load (node:internal/modules/cjs/loader:1103:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/Users/mac1000/src/_build/default/tests/jsoo.bc.js' ]
}


Node.js v22.1.0
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-15 07:35.00: Job failed: Failed: Build failed