2025-03-12 19:48.57: 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.3) 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.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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 nanoid.opam ./src/./ RUN opam pin add -yn nanoid.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-03-12 19:48.57: Using cache hint "routineco/ocaml-nanoid-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-db8afc2edee42a2e1345cab3a6e21508" 2025-03-12 19:48.57: 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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && 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/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14") (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 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")) ) 2025-03-12 19:48.57: Waiting for resource in pool OCluster 2025-03-12 19:48.57: Waiting for workerโฆ 2025-03-13 02:24.38: Got resource from pool OCluster Building on i7-worker-04 All commits already cached HEAD is now at d22d768 Unvendor node_modules. (from macos-homebrew-ocaml-4.14) 2025-03-13 02:24.39 ---> 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")) 2025-03-13 02:24.39 ---> 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 2025-03-13 02:24.40 ---> 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 2025-03-13 02:24.40 ---> 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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 67e940587b..a3d20148ad master -> origin/master 3a07c5ca80 Merge pull request #27604 from dbuenzli/b0-publish-topkg-care.1.0.8-etc-34b29252ad1a6aca <><> 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) 2025-03-13 02:24.41 ---> using "13fa19a52aa6aae7e980e5feda3e1882d5237b99d9ed58e17ac715db857cb02b" from cache /: (copy (src nanoid.opam) (dst ./src/./)) 2025-03-13 02:24.42 ---> saved as "9715ba1b48fc3310e4631a40f6de2621796c7be6f9adb1a66cdf6505328bd2d2" /: (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) 2025-03-13 02:24.52 ---> saved as "88e7723cf5db31c4289f032ce8822e29e5e695ac7fb50e00adb14683a75acaee" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-03-13 02:24.54 ---> saved as "9146b2310b0dd44f93f69b21fc1cda046172a7da72e23c8bf05cd77e935d576c" /: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14") /: (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 nanoid.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [nanoid.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 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: gmp node pkgconf zlib <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "gmp" "node" "pkgconf" "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/23.9.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d26b324d2b8376035cf37fbcacd924b7503646ad556ab39250807b450758f178--node-23.9.0.bottle_manifest.json - ==> 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-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/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.65.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a72fb9f57dd728c5d6d30917849ae15111c3b440595f5694738ec9434c12427--libnghttp2-1.65.0.bottle_manifest.json - ==> Fetching libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:523994aa28f56be6c23161889273d48ce9a964acfe3517768c41cf46359e27e8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/191d95acdc4141c166b592449043fb072918e1ddf7c8be5f54ed89c72b0f617f--libnghttp2--1.65.0.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.50.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca8434864835c568bb3ff09b90797e9c2b745beacbd73320a6c22611a4fd1b56--libuv-1.50.0.bottle_manifest.json - ==> Fetching libuv - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/blobs/sha256:50124229722199f08735d93a315c1a8678e19635eb31099331e608856870dd54 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d14b0d4e8a201c3fbdcb31efb4a8b145fa30e78ae027c0844512155015f0c4a1--libuv--1.50.0.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:8f46fb05f753f80f2bc398c0a24b10d680bd77d496e2b931de0b61998e37aebc - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/50c52ec06796c09a75e7a9484e6db3205765a935a486322e3795612fd23b405e--ca-certificates--2025-02-25.all.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:36a85e5161befce49de6e03c5f710987bd5778a321151e011999e766249e6447 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa344417cbea89911f20a2d859f333f09b697b226b94f94a7754846085b7eb9b--openssl@3--3.4.1.sonoma.bottle.tar.gz - ==> Fetching node - ==> Downloading https://ghcr.io/v2/homebrew/core/node/blobs/sha256:a5dd17ffbbb098060620a34d8ea48317122f10e1d14aca2d90e1b229eaf1ef5b - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87e11163cc6799ea98e9b242ae630cabe56ca6aab94455fdbc203ef7202439a6--node--23.9.0.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.4.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fab16e95d8f8b37343099cee3d239d301193b2bca2db019c3db5708669e94417--pkgconf-2.4.3.bottle_manifest.json - ==> Fetching pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:9f5e12ea8ab25db6afc5c09543d6840d72f6556b894d167ac79007e8f187feb0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/579526238d04ef568632db944c33c6149c2e05766a0384acc59429a4bdf99eba--pkgconf--2.4.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@76, libnghttp2, libuv, ca-certificates and openssl@3 - ==> Installing node 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 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.65.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a72fb9f57dd728c5d6d30917849ae15111c3b440595f5694738ec9434c12427--libnghttp2-1.65.0.bottle_manifest.json - ==> Pouring libnghttp2--1.65.0.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libnghttp2/1.65.0: 14 files, 730.3KB - ==> Installing node dependency: libuv - ==> Downloading https://ghcr.io/v2/homebrew/core/libuv/manifests/1.50.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ca8434864835c568bb3ff09b90797e9c2b745beacbd73320a6c22611a4fd1b56--libuv-1.50.0.bottle_manifest.json - ==> Pouring libuv--1.50.0.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libuv/1.50.0: 20 files, 1.1MB - ==> Installing node dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json - ==> Pouring ca-certificates--2025-02-25.all.bottle.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /usr/local/Cellar/ca-certificates/2025-02-25: 4 files, 235.4KB - ==> Installing node dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json - ==> Pouring openssl@3--3.4.1.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/openssl@3/3.4.1: 7,236 files, 33.6MB - ==> Installing node - ==> Pouring node--23.9.0.sonoma.bottle.tar.gz - ==> Caveats - Bash completion has been installed to: - /usr/local/etc/bash_completion.d - ==> Summary - ๐บ /usr/local/Cellar/node/23.9.0: 2,602 files, 72.5MB - ==> Running `brew cleanup node`... - ==> Pouring pkgconf--2.4.3.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/pkgconf/2.4.3: 27 files, 339.8KB - ==> 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 - ==> 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" 2025-03-13 02:26.08 ---> saved as "c573a20025c846edae31a5d444ac15232ab18494105fd338424f3e5356e25452" /: (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). The following actions will be performed: === install 35 packages - install alcotest 1.8.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install conf-gmp 4 - install conf-gmp-powm-sec 3 - install conf-npm 1 - install conf-pkg-config 4 - install conf-zlib 1 - install cryptokit 1.20 - install csexp 1.5.2 - install dune 3.17.2 - install dune-configurator 3.17.2 - install fmt 0.10.0 - install gen 1.1 - install js_of_ocaml 6.0.1 - install js_of_ocaml-compiler 6.0.1 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppxlib 0.35.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-gmp.4 -> retrieved cryptokit.1.20 (cached) -> retrieved alcotest.1.8.0 (cached) -> installed conf-gmp-powm-sec.3 -> retrieved fmt.0.10.0 (cached) -> retrieved gen.1.1 (cached) -> installed conf-zlib.1 -> installed conf-npm.1 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed sexplib0.v0.17.0 -> installed re.1.12.0 -> installed ppx_derivers.1.2.1 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed menhirCST.20240715 -> installed gen.1.1 -> installed dune-configurator.3.17.2 -> installed alcotest.1.8.0 -> installed cryptokit.1.20 -> installed ppxlib.0.35.0 -> installed sedlex.3.3 -> installed menhir.20240715 -> installed js_of_ocaml-compiler.6.0.1 -> installed js_of_ocaml.6.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-13 02:28.27 ---> saved as "cba73da52a70dd1f1db2ef3de3c3f0ea17f1e575236dba749a0452087cc73e25" /: (copy (src .) (dst ./src)) 2025-03-13 02:28.29 ---> saved as "7a0f5955574da57913ddbd10920f76eec4661f7a23bc07f6909301f3c2e425a2" /: (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/tests && /Users/mac1000/.opam/4.14.2/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .jsoo.eobjs/jsoo/jsoo.bc.runtime.js /Users/mac1000/.opam/4.14.2/lib/alcotest/runtime.js) warning: /Users/mac1000/.opam/4.14.2/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead (cd _build/default/tests && ./os.exe) Testing `Nanoid'. This run has ID `RHB2PIVP'. [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", lines 18-21, 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:3469 throw err; ^ Error: Cannot find module 'nanoid' Require stack: - /Users/mac1000/src/_build/default/tests/jsoo.bc.js at Function._resolveFilename (node:internal/modules/cjs/loader:1405:15) at defaultResolveImpl (node:internal/modules/cjs/loader:1061:19) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1066:22) at Function._load (node:internal/modules/cjs/loader:1215:37) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:235:24) at Module.require (node:internal/modules/cjs/loader:1491:12) at require (node:internal/modules/helpers:135:16) at /Users/mac1000/src/_build/default/tests/jsoo.bc.js:52916:11 at Object.<anonymous> (/Users/mac1000/src/_build/default/tests/jsoo.bc.js:52926:3) { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/mac1000/src/_build/default/tests/jsoo.bc.js' ] } Node.js v23.9.0 "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-13 02:28.37: Job failed: Failed: Build failed