2025-12-23 12:06.03: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/add-fair-fifothread-scheduler (fe8dbd106bf9cc5300c87e0057348162bdcdc865) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "add-fair-fifothread-scheduler" && cd "picos" && git reset --hard fe8dbd10cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 55b1099664cdc48c71e3d01d8fdaef4b376ade70 || git fetch origin master) && git reset -q --hard 55b1099664cdc48c71e3d01d8fdaef4b376ade70 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam ./RUN opam pin add -yn picos_std.dev './' && \opam pin add -yn picos_mux.dev './' && \opam pin add -yn picos_meta.dev './' && \opam pin add -yn picos_lwt.dev './' && \opam pin add -yn picos_io_cohttp.dev './' && \opam pin add -yn picos_io.dev './' && \opam pin add -yn picos_aux.dev './' && \opam pin add -yn picos.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.16 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.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.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.90 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-23 12:06.03: Using cache hint "ocaml-multicore/picos-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-1171f0d2f1a42ff8c8adde6d3843f719"2025-12-23 12:06.03: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 55b1099664cdc48c71e3d01d8fdaef4b376ade70 || git fetch origin master) && git reset -q --hard 55b1099664cdc48c71e3d01d8fdaef4b376ade70 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)(dst ./))(run (network host)(shell "opam pin add -yn picos_std.dev './' && \\nopam pin add -yn picos_mux.dev './' && \\nopam pin add -yn picos_meta.dev './' && \\nopam pin add -yn picos_lwt.dev './' && \\nopam pin add -yn picos_io_cohttp.dev './' && \\nopam pin add -yn picos_io.dev './' && \\nopam pin add -yn picos_aux.dev './' && \\nopam pin add -yn picos.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.16 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.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.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.90 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-23 12:06.03: Waiting for resource in pool OCluster2025-12-23 12:06.04: Waiting for worker…2025-12-23 12:06.04: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at fe8dbd1 Add (weakly) fair fifo-thread scheduler(from freebsd-14.3-ocaml-4.14)2025-12-23 12:03.20 ---> saved as "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6"/: (comment freebsd-14.3-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))2025-12-23 12:03.22 ---> saved as "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1"/src: (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 /home/opam/.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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-12-23 12:03.55 ---> saved as "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.4.12025-12-23 12:03.57 ---> saved as "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-23 12:03.59 ---> saved as "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 55b1099664cdc48c71e3d01d8fdaef4b376ade70 || git fetch origin master) && git reset -q --hard 55b1099664cdc48c71e3d01d8fdaef4b376ade70 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD24866eca47..173460ab35 master -> origin/master55b1099664 Merge pull request #29100 from samoht/release-cohttp-v6.2.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-12-23 12:05.01 ---> saved as "bc10c01ef8e4fe3b8e4c6bbf0628eb6b7a4b1caf790449af45e6000263736011"/src: (copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)(dst ./))2025-12-23 12:05.02 ---> saved as "2239fd4957bc50b09fa27794e3e2ed4eda8510b68aa0331fde65e76c54d6b61b"/src: (run (network host)(shell "opam pin add -yn picos_std.dev './' && \\nopam pin add -yn picos_mux.dev './' && \\nopam pin add -yn picos_meta.dev './' && \\nopam pin add -yn picos_lwt.dev './' && \\nopam pin add -yn picos_io_cohttp.dev './' && \\nopam pin add -yn picos_io.dev './' && \\nopam pin add -yn picos_aux.dev './' && \\nopam pin add -yn picos.dev './'"))[picos_std.dev] synchronised (file:///src)picos_std is now pinned to file:///src (version dev)[picos_mux.dev] synchronised (file:///src)picos_mux is now pinned to file:///src (version dev)[picos_meta.dev] synchronised (file:///src)picos_meta is now pinned to file:///src (version dev)[picos_lwt.dev] synchronised (file:///src)picos_lwt is now pinned to file:///src (version dev)[picos_io_cohttp.dev] synchronised (file:///src)picos_io_cohttp is now pinned to file:///src (version dev)[picos_io.dev] synchronised (file:///src)picos_io is now pinned to file:///src (version dev)[picos_aux.dev] synchronised (file:///src)picos_aux is now pinned to file:///src (version dev)[picos.dev] synchronised (file:///src)picos is now pinned to file:///src (version dev)2025-12-23 12:05.13 ---> saved as "68a974920c47b441b699e4145b80257221a93389bcf14792a7bf7a43418df53b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-23 12:05.14 ---> saved as "ed6584a7a151578ac60358b040a41022f707f624e698351fb80dfddf55bca885"/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.16 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.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.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.90 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[picos_io.dev] synchronised (file:///src)[picos_aux.dev] synchronised (file:///src)[picos.dev] synchronised (file:///src)[picos_io_cohttp.dev] synchronised (file:///src)[picos_meta.dev] synchronised (file:///src)[picos_lwt.dev] synchronised (file:///src)[picos_mux.dev] synchronised (file:///src)[picos_std.dev] synchronised (file:///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:ca_root_nss gmp npm<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "ca_root_nss" "gmp" "npm"- Updating FreeBSD repository catalogue...- [rosemary] Fetching data.pkg: .- .....- .... done- Processing entries:- .- .- ..- .- ..- .- .- . done- FreeBSD repository update completed. 36474 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data.pkg: .. done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 245 packages processed.- All repositories are up to date.- The following 11 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- c-ares: 1.34.5 [FreeBSD]- ca_root_nss: 3.115_4 [FreeBSD]- gmp: 6.3.0 [FreeBSD]- icu: 76.1,1 [FreeBSD]- libnghttp3: 1.11.0 [FreeBSD]- libngtcp2: 1.15.1 [FreeBSD]- libuv: 1.51.0 [FreeBSD]- node22: 22.19.0_1 [FreeBSD]- npm: 11.6.0 [FreeBSD]- npm-node22: 11.6.0 [FreeBSD]- simdjson: 4.0.7 [FreeBSD]-- Number of packages to be installed: 11-- The process will require 143 MiB more space.- 31 MiB to be downloaded.- [rosemary] [1/11] Fetching libngtcp2-1.15.1~a7f8b92dcd.pkg: .......... done- [rosemary] [2/11] Fetching libnghttp3-1.11.0~7630712c88.pkg: ........ done- [rosemary] [3/11] Fetching c-ares-1.34.5~6e4eb64ea7.pkg: .......... done- [rosemary] [4/11] Fetching icu-76.1,1~5bf3ead0ae.pkg: .- ......- ... done- [rosemary] [5/11] Fetching node22-22.19.0_1~a93358133f.pkg:- .....- ..... done- [rosemary] [6/11] Fetching npm-node22-11.6.0~914c5df930.pkg: .......... done- [rosemary] [7/11] Fetching libuv-1.51.0~437990c9ce.pkg: ......... done- [rosemary] [8/11] Fetching simdjson-4.0.7~98a2cc3fdf.pkg: .......... done- [rosemary] [9/11] Fetching gmp-6.3.0~4dceecf750.pkg: .......... done- [rosemary] [10/11] Fetching npm-11.6.0~a1acc3110d.pkg: . done- [rosemary] [11/11] Fetching ca_root_nss-3.115_4~d631437f62.pkg: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/11] Installing c-ares-1.34.5...- [rosemary] [1/11] Extracting c-ares-1.34.5: .......... done- [rosemary] [2/11] Installing ca_root_nss-3.115_4...- [rosemary] [2/11] Extracting ca_root_nss-3.115_4: ....... done- [rosemary] [3/11] Installing gmp-6.3.0...- [rosemary] [3/11] Extracting gmp-6.3.0: .......... done- [rosemary] [4/11] Installing icu-76.1,1...- [rosemary] [4/11] Extracting icu-76.1,1: .......... done- [rosemary] [5/11] Installing libnghttp3-1.11.0...- [rosemary] [5/11] Extracting libnghttp3-1.11.0: .......... done- [rosemary] [6/11] Installing libngtcp2-1.15.1...- [rosemary] [6/11] Extracting libngtcp2-1.15.1: .......... done- [rosemary] [7/11] Installing libuv-1.51.0...- [rosemary] [7/11] Extracting libuv-1.51.0: .......... done- [rosemary] [8/11] Installing simdjson-4.0.7...- [rosemary] [8/11] Extracting simdjson-4.0.7: .......... done- [rosemary] [9/11] Installing node22-22.19.0_1...- [rosemary] [9/11] Extracting node22-22.19.0_1: .......... done- [rosemary] [10/11] Installing npm-node22-11.6.0...- [rosemary] [10/11] Extracting npm-node22-11.6.0: .......... done- [rosemary] [11/11] Installing npm-11.6.0...- [rosemary] [11/11] Extracting npm-11.6.0: ... done- =====- Message from ca_root_nss-3.115_4:-- --- FreeBSD does not, and can not warrant that the certification authorities- whose certificates are included in this package have in any way been- audited for trustworthiness or RFC 3647 compliance.-- Assessment and verification of trust is the complete responsibility of- the system administrator.-- This package installs symlinks to support root certificate discovery- for software that either uses other cryptographic libraries than- OpenSSL, or use OpenSSL but do not follow recommended practice.-- If you prefer to do this manually, replace the following symlinks with- either an empty file or your site-local certificate bundle.-- * /etc/ssl/cert.pem- * /usr/local/etc/ssl/cert.pem- * /usr/local/openssl/cert.pem- =====- Message from node22-22.19.0_1:-- --- Note: If you need npm (Node Package Manager), please install www/npm-node22.2025-12-23 12:06.51 ---> saved as "b87c1cbc5b5ea829811d90ce258d35d8a267b4524c233eb554443b5fd8f74f74"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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 97 packages∗ alcotest 1.9.1∗ angstrom 0.16.1∗ asn1-combinators 0.3.2∗ astring 0.8.5∗ backoff 0.1.1∗ base v0.16.4∗ base-bytes base∗ base64 3.5.2∗ bigstringaf 0.10.0∗ bos 0.2.1∗ ca-certs 1.0.1∗ camlp-streams 5.0.1∗ cmdliner 2.1.0∗ cohttp 6.2.1∗ cohttp-lwt 6.2.1∗ cohttp-lwt-unix 6.2.1∗ conduit 8.0.0∗ conduit-lwt 8.0.0∗ conduit-lwt-unix 8.0.0∗ conf-gmp 5∗ conf-gmp-powm-sec 4∗ conf-npm 1∗ conf-pkg-config 4∗ containers 3.16∗ cppo 1.8.0∗ csexp 1.5.2∗ digestif 1.3.0∗ domain-local-await 1.0.1∗ domain-name 0.5.0∗ domain_shims 0.1.0∗ dscheck 0.5.0∗ dune 3.20.2∗ dune-configurator 3.20.2∗ duration 0.2.1∗ either 1.0.0∗ eqaf 0.10∗ fmt 0.11.0∗ fpath 0.7.3∗ gen 1.1∗ gmap 0.3.0∗ http 6.2.1∗ ipaddr 5.6.1∗ ipaddr-sexp 5.6.1∗ js_of_ocaml 6.2.0∗ js_of_ocaml-compiler 6.2.0∗ kdf 1.0.0∗ logs 0.10.0∗ lwt 5.9.2∗ macaddr 5.6.1∗ magic-mime 1.3.1∗ mdx 2.5.1∗ menhir 20250912∗ menhirCST 20250912∗ menhirLib 20250912∗ menhirSdk 20250912∗ mirage-crypto 2.0.2∗ mirage-crypto-ec 2.0.2∗ mirage-crypto-pk 2.0.2∗ mirage-crypto-rng 2.0.2∗ mtime 2.1.0∗ multicore-bench 0.1.7∗ multicore-magic 2.3.1∗ multicore-magic-dscheck 2.3.1∗ ocaml-compiler-libs v0.12.4∗ ocaml-syntax-shims 1.0.0∗ ocaml-version 4.0.3∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ ohex 0.2.0∗ oseq 0.5.1∗ ppx_derivers 1.2.1∗ ppx_sexp_conv v0.16.0∗ ppxlib 0.35.0∗ psq 0.2.1∗ ptime 1.2.0∗ qcheck-core 0.90∗ qcheck-multicoretests-util 0.10∗ qcheck-stm 0.10∗ re 1.14.0∗ result 1.5∗ rresult 0.7.0∗ sedlex 3.7∗ seq base∗ sexplib0 v0.16.0∗ stdlib-shims 0.3.0∗ stringext 1.6.0∗ thread-local-storage 0.2∗ thread-table 1.0.0∗ topkg 1.1.1∗ tsort 2.2.0∗ uri 4.4.0∗ uri-sexp 4.4.0∗ uutf 1.0.4∗ x509 1.0.6∗ yojson 3.0.0∗ zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved asn1-combinators.0.3.2 (cached)⬇ retrieved angstrom.0.16.1 (cached)⬇ retrieved alcotest.1.9.1 (cached)⬇ retrieved backoff.0.1.1 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved base64.3.5.2 (cached)⬇ retrieved bigstringaf.0.10.0 (cached)⬇ retrieved base.v0.16.4 (cached)⬇ retrieved ca-certs.1.0.1 (cached)⬇ retrieved bos.0.2.1 (cached)⬇ retrieved camlp-streams.5.0.1 (cached)⬇ retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)⬇ retrieved conf-gmp.5 (cached)⬇ retrieved conf-gmp-powm-sec.4 (cached)⬇ retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)∗ installed conf-pkg-config.4∗ installed conf-gmp.5⬇ retrieved containers.3.16 (cached)∗ installed conf-gmp-powm-sec.4⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved csexp.1.5.2 (cached)∗ installed conf-npm.1⬇ retrieved cmdliner.2.1.0 (cached)⬇ retrieved domain-name.0.5.0 (cached)⬇ retrieved domain-local-await.1.0.1 (cached)⬇ retrieved domain_shims.0.1.0 (cached)⬇ retrieved dscheck.0.5.0 (cached)⬇ retrieved duration.0.2.1 (cached)⬇ retrieved either.1.0.0 (cached)⬇ retrieved eqaf.0.10 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved fpath.0.7.3 (cached)⬇ retrieved gen.1.1 (cached)⬇ retrieved gmap.0.3.0 (cached)⬇ retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (cached)⬇ retrieved digestif.1.3.0 (cached)⬇ retrieved kdf.1.0.0 (cached)⬇ retrieved logs.0.10.0 (cached)⬇ retrieved lwt.5.9.2 (cached)⬇ retrieved magic-mime.1.3.1 (cached)⬇ retrieved mdx.2.5.1 (cached)⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)⬇ retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0 (cached)⬇ retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (cached)⬇ retrieved mtime.2.1.0 (cached)⬇ retrieved multicore-bench.0.1.7 (cached)⬇ retrieved multicore-magic.2.3.1, multicore-magic-dscheck.2.3.1 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ohex.0.2.0 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocaml-version.4.0.3 (cached)⬇ retrieved oseq.0.5.1 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved psq.0.2.1 (cached)⬇ retrieved ppx_sexp_conv.v0.16.0 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved qcheck-core.0.90 (cached)⬇ retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved result.1.5 (cached)⬇ retrieved ppxlib.0.35.0 (cached)⬇ retrieved seq.base (cached)∗ installed cmdliner.2.1.0∗ installed seq.base⬇ retrieved sexplib0.v0.16.0 (cached)⬇ retrieved sedlex.3.7 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved rresult.0.7.0 (cached)⬇ retrieved stringext.1.6.0 (cached)⬇ retrieved thread-local-storage.0.2 (cached)⬇ retrieved tsort.2.2.0 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved thread-table.1.0.0 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved zarith.1.14 (cached)⬇ retrieved x509.1.0.6 (cached)∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed zarith.1.14∗ installed ocamlbuild.0.16.1∗ installed topkg.1.1.1∗ installed rresult.0.7.0∗ installed uutf.1.0.4∗ installed mtime.2.1.0∗ installed fmt.0.11.0∗ installed ptime.1.2.0∗ installed astring.0.8.5∗ installed fpath.0.7.3∗ installed dune.3.20.2∗ installed menhirCST.20250912∗ installed gmap.0.3.0∗ installed either.1.0.0∗ installed duration.0.2.1∗ installed http.6.2.1∗ installed eqaf.0.10∗ installed ppx_derivers.1.2.1∗ installed ohex.0.2.0∗ installed stringext.1.6.0∗ installed ocaml-version.4.0.3∗ installed domain_shims.0.1.0∗ installed domain-name.0.5.0∗ installed stdlib-shims.0.3.0∗ installed result.1.5∗ installed oseq.0.5.1∗ installed csexp.1.5.2∗ installed tsort.2.2.0∗ installed thread-table.1.0.0∗ installed thread-local-storage.0.2∗ installed sexplib0.v0.16.0∗ installed psq.0.2.1∗ installed multicore-magic.2.3.1∗ installed qcheck-core.0.90∗ installed yojson.3.0.0∗ installed domain-local-await.1.0.1∗ installed ocaml-syntax-shims.1.0.0∗ installed menhirSdk.20250912∗ installed ocaml-compiler-libs.v0.12.4∗ installed menhirLib.20250912∗ installed magic-mime.1.3.1∗ installed macaddr.5.6.1∗ installed gen.1.1∗ installed qcheck-multicoretests-util.0.10∗ installed re.1.14.0∗ installed cppo.1.8.0∗ installed camlp-streams.5.0.1∗ installed base64.3.5.2∗ installed backoff.0.1.1∗ installed asn1-combinators.0.3.2∗ installed digestif.1.3.0∗ installed qcheck-stm.0.10∗ installed ipaddr.5.6.1∗ installed ocplib-endian.1.2∗ installed dune-configurator.3.20.2∗ installed multicore-bench.0.1.7∗ installed bigstringaf.0.10.0∗ installed alcotest.1.9.1∗ installed angstrom.0.16.1∗ installed mirage-crypto.2.0.2∗ installed kdf.1.0.0∗ installed uri.4.4.0∗ installed containers.3.16∗ installed dscheck.0.5.0∗ installed multicore-magic-dscheck.2.3.1∗ installed lwt.5.9.22025-12-23 12:11.34: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled