2024-12-03 02:04.18: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (121bba279c5c5cf3306019459626c3a84b84f8c3) (freebsd-x86_64:freebsd-14.1-5.2_opam-2.3) Base: freebsd-14.1-ocaml-5.2 Opam project build To reproduce locally: git clone --recursive "https://github.com/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 121bba27 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.1-ocaml-5.2 # freebsd-14.1-5.2_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && 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 ./ 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 opam/ RUN opam pin add -yn timmy.dev './' && \ opam pin add -yn timmy-unix.dev './' && \ opam pin add -yn timmy-lwt.dev './' && \ opam pin add -yn timmy-jsoo.dev './' && \ opam pin add -yn timmy-windows.dev 'opam/' && \ opam pin add -yn timmy-unix-windows.dev 'opam/' && \ opam pin add -yn timmy-unix-macos.dev 'opam/' && \ opam pin add -yn timmy-macos.dev 'opam/' && \ opam pin add -yn timmy-lwt-windows.dev 'opam/' && \ opam pin add -yn timmy-lwt-macos.dev 'opam/' && \ opam pin add -yn timmy-jsoo-windows.dev 'opam/' && \ opam pin add -yn timmy-jsoo-macos.dev 'opam/' ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.15.1 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 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 opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-03 02:04.18: Using cache hint "mefyl/timmy-freebsd-14.1-ocaml-5.2-freebsd-14.1-5.2_opam-2.3-3c3e779d8fd67d77646cda9a4e6b9ca1" 2024-12-03 02:04.18: Using OBuilder spec: ((from freebsd-14.1-ocaml-5.2) (comment freebsd-14.1-5.2_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && 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 ./)) (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 opam/)) (run (network host) (shell "opam pin add -yn timmy.dev './' && \ \nopam pin add -yn timmy-unix.dev './' && \ \nopam pin add -yn timmy-lwt.dev './' && \ \nopam pin add -yn timmy-jsoo.dev './' && \ \nopam pin add -yn timmy-windows.dev 'opam/' && \ \nopam pin add -yn timmy-unix-windows.dev 'opam/' && \ \nopam pin add -yn timmy-unix-macos.dev 'opam/' && \ \nopam pin add -yn timmy-macos.dev 'opam/' && \ \nopam pin add -yn timmy-lwt-windows.dev 'opam/' && \ \nopam pin add -yn timmy-lwt-macos.dev 'opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev 'opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev 'opam/'")) (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.15.1 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") (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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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")) ) 2024-12-03 02:04.18: Waiting for resource in pool OCluster 2024-12-03 02:04.18: Waiting for worker… 2024-12-03 02:04.18: Got resource from pool OCluster Building on summer HEAD is now at 74949b7 Run logistic. HEAD is now at 121bba2 Upgrade external dependencies files. (from freebsd-14.1-ocaml-5.2) 2024-12-03 01:53.23 ---> using "b360337939d1644dc8204948bb9f9914639142fcc456a4d40869d01f582b410d" from cache /: (comment freebsd-14.1-5.2_opam-2.3) /: (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.3 /usr/local/bin/opam")) 2024-12-03 01:53.23 ---> using "ac6a8e53c6a5d1febaa73a40a2a29987a33e29d91e524c6665af92723cb99de9" from cache /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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2024-12-03 01:53.23 ---> using "b87241ae74f21a568ed56e39cf4bc3a2162f2ccf12ae04beb7a59fae0c6ad0f4" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 5.2.0 2.3.0 2024-12-03 01:53.24 ---> using "ccfe7de98cb2ca95bb2fb24fb9b452db076473e62582d2f18508a506b3873aeb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-03 01:53.24 ---> using "3aa38c608cf884b6eb35c0bfaf45886f64d08db7de724bafee2d1fcd0ed410ea" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6cd5e9297..1b58d8c4dd master -> origin/master 1b58d8c4dd Merge pull request #26975 from maiste/release-dune-3.17.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2024-12-03 01:53.24 ---> using "ab52282df65272d1056de5089a8117eff26973b05f98ba8ea923a85784f298f5" from cache /src: (run (shell "mkdir -p 'opam/'")) 2024-12-03 01:53.24 ---> using "ad782dc5d208e4211e259dec03cf8763fd2671baea1ce344009192abbfcf7213" from cache /src: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst ./)) 2024-12-03 01:53.24 ---> using "1082dff9a931973b5678bd0f8ecd12be8a80f8574336e56d478f2df9041832ff" from cache /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 opam/)) 2024-12-03 01:53.25 ---> using "b7446a49c416f0478b8be11cb9ef8fedbf39b28bf8db1c25cc54bed5cda28c87" from cache /src: (run (network host) (shell "opam pin add -yn timmy.dev './' && \ \nopam pin add -yn timmy-unix.dev './' && \ \nopam pin add -yn timmy-lwt.dev './' && \ \nopam pin add -yn timmy-jsoo.dev './' && \ \nopam pin add -yn timmy-windows.dev 'opam/' && \ \nopam pin add -yn timmy-unix-windows.dev 'opam/' && \ \nopam pin add -yn timmy-unix-macos.dev 'opam/' && \ \nopam pin add -yn timmy-macos.dev 'opam/' && \ \nopam pin add -yn timmy-lwt-windows.dev 'opam/' && \ \nopam pin add -yn timmy-lwt-macos.dev 'opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev 'opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev 'opam/'")) [timmy.dev] synchronised (file:///src) timmy is now pinned to file:///src (version dev) [timmy-unix.dev] synchronised (file:///src) timmy-unix is now pinned to file:///src (version dev) [timmy-lwt.dev] synchronised (file:///src) timmy-lwt is now pinned to file:///src (version dev) [timmy-jsoo.dev] synchronised (file:///src) timmy-jsoo is now pinned to file:///src (version dev) Package timmy-windows does not exist, create as a NEW package? [y/n] y [timmy-windows.dev] synchronised (file:///src/opam) timmy-windows is now pinned to file:///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:///src/opam) timmy-unix-windows is now pinned to file:///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:///src/opam) timmy-unix-macos is now pinned to file:///src/opam (version dev) Package timmy-macos does not exist, create as a NEW package? [y/n] y [timmy-macos.dev] synchronised (file:///src/opam) timmy-macos is now pinned to file:///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:///src/opam) timmy-lwt-windows is now pinned to file:///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:///src/opam) timmy-lwt-macos is now pinned to file:///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:///src/opam) timmy-jsoo-windows is now pinned to file:///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:///src/opam) timmy-jsoo-macos is now pinned to file:///src/opam (version dev) 2024-12-03 01:53.25 ---> using "810c4eb774006408bc89ad5044316f868de8e705c0d4e4c29030cf8e37592314" from cache /src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.17.0 posixat.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 shexp.v0.17.0 spawn.v0.15.1 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") /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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [timmy.dev] synchronised (no changes) [timmy-jsoo.dev] synchronised (no changes) [timmy-lwt.dev] synchronised (no changes) [timmy-unix.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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.0). [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-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: npm <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "npm" - Updating FreeBSD repository catalogue... - [summer] Fetching data.pkg: .... - ...... done - Processing entries: . - .. - .. - .. - .. - . done - FreeBSD repository update completed. 35561 packages processed. - All repositories are up to date. - The following 8 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - brotli: 1.1.0,1 - c-ares: 1.33.1 - ca_root_nss: 3.104 - icu: 74.2_1,1 - libuv: 1.49.0 - node20: 20.17.0 - npm: 10.8.3 - npm-node20: 10.8.3 - - Number of packages to be installed: 8 - - The process will require 109 MiB more space. - 26 MiB to be downloaded. - [summer] [1/8] Fetching c-ares-1.33.1.pkg: ......... done - [summer] [2/8] Fetching npm-node20-10.8.3.pkg: ... - ....... done - [summer] [3/8] Fetching icu-74.2_1,1.pkg: ...... - .... done - [summer] [4/8] Fetching libuv-1.49.0.pkg: ......... done - [summer] [5/8] Fetching npm-10.8.3.pkg: . done - [summer] [6/8] Fetching brotli-1.1.0,1.pkg: .......... done - [summer] [7/8] Fetching ca_root_nss-3.104.pkg: .......... done - [summer] [8/8] Fetching node20-20.17.0.pkg: ....... - ... done - Checking integrity... done (0 conflicting) - [summer] [1/8] Installing c-ares-1.33.1... - [summer] [1/8] Extracting c-ares-1.33.1: .......... done - [summer] [2/8] Installing icu-74.2_1,1... - [summer] [2/8] Extracting icu-74.2_1,1: .......... done - [summer] [3/8] Installing libuv-1.49.0... - [summer] [3/8] Extracting libuv-1.49.0: .......... done - [summer] [4/8] Installing brotli-1.1.0,1... - [summer] [4/8] Extracting brotli-1.1.0,1: .......... done - [summer] [5/8] Installing ca_root_nss-3.104... - [summer] [5/8] Extracting ca_root_nss-3.104: ....... done - Scanning /usr/share/certs/untrusted for certificates... - Scanning /usr/share/certs/trusted for certificates... - Scanning /usr/local/share/certs for certificates... - [summer] [6/8] Installing node20-20.17.0... - [summer] [6/8] Extracting node20-20.17.0: .......... done - [summer] [7/8] Installing npm-node20-10.8.3... - [summer] [7/8] Extracting npm-node20-10.8.3: .......... done - [summer] [8/8] Installing npm-10.8.3... - [summer] [8/8] Extracting npm-10.8.3: ... done - ===== - Message from ca_root_nss-3.104: - - -- - 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 node20-20.17.0: - - -- - Note: If you need npm (Node Package Manager), please install www/npm. 2024-12-03 01:53.25 ---> using "93e83525d0abb853a105f88467a0d616c693117b68452dbd9be038a4b66646fb" from cache /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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.0). [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-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 57 packages ∗ alcotest 1.8.0 ∗ alcotest-lwt 1.8.0 ∗ astring 0.8.5 ∗ base v0.17.1 ∗ base-bytes base ∗ cmdliner 1.3.0 ∗ conf-npm 1 ∗ conf-tzdata 1 ∗ cppo 1.7.0 ∗ csexp 1.5.2 ∗ cstruct 6.2.0 ∗ dune 3.17.0 ∗ dune-configurator 3.17.0 ∗ ezjsonm 1.3.0 ∗ fmt 0.9.0 ∗ gen 1.1 ∗ hex 1.5.0 ∗ js_of_ocaml 5.9.0 ∗ js_of_ocaml-compiler 5.9.0 ∗ js_of_ocaml-ppx 5.9.0 ∗ 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-compiler-libs v0.17.0 ∗ ocaml-syntax-shims 1.0.0 ∗ ocaml_intrinsics_kernel v0.17.1 ∗ ocamlbuild 0.15.0 ∗ ocamlfind 1.9.6 ∗ ocplib-endian 1.2 ∗ opam-file-format 2.1.6 ∗ parsexp v0.17.0 ∗ posixat v0.17.0 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.0.3 ∗ ppx_here v0.17.0 ∗ ppx_optcomp v0.17.0 ∗ ppx_sexp_conv v0.17.0 ∗ ppxlib 0.33.0 ∗ ppxlib_jane v0.17.0 ∗ ptime 1.2.0 ∗ re 1.12.0 ∗ sedlex 3.3 ∗ seq base ∗ sexplib v0.17.0 ∗ sexplib0 v0.17.0 ∗ shexp v0.17.0 ∗ spawn v0.15.1 ∗ stdio v0.17.0 ∗ stdlib-shims 0.3.0 ∗ topkg 1.0.7 ∗ uutf 1.0.3 ∗ yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved cppo.1.7.0 (cached) ∗ installed conf-tzdata.1 ⬇ retrieved base.v0.17.1 (cached) ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-npm.1 ⬇ retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached) ⬇ retrieved cstruct.6.2.0 (cached) ⬇ retrieved ezjsonm.1.3.0 (cached) ⬇ retrieved fmt.0.9.0 (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.17.0 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) ⬇ retrieved ocamlbuild.0.15.0 (cached) ⬇ retrieved ocamlfind.1.9.6 (cached) ⬇ retrieved ocplib-endian.1.2 (cached) ⬇ retrieved js_of_ocaml.5.9.0, js_of_ocaml-compiler.5.9.0, js_of_ocaml-ppx.5.9.0 (cached) ⬇ retrieved opam-file-format.2.1.6 (cached) ⬇ retrieved parsexp.v0.17.0 (cached) ⬇ retrieved dune.3.17.0, dune-configurator.3.17.0 (cached) ⬇ retrieved ppx_deriving.6.0.3 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved posixat.v0.17.0 (https://github.com/janestreet/posixat/archive/refs/tags/v0.17.0.tar.gz) ⬇ retrieved ppx_optcomp.v0.17.0 (cached) ⬇ retrieved ppx_here.v0.17.0 (cached) ⬇ retrieved ppx_sexp_conv.v0.17.0 (cached) ⬇ retrieved ppxlib_jane.v0.17.0 (cached) ⬇ retrieved ptime.1.2.0 (cached) ⬇ retrieved sedlex.3.3 (cached) ⬇ retrieved seq.base (cached) ∗ installed cmdliner.1.3.0 ∗ installed seq.base ⬇ retrieved sexplib.v0.17.0 (cached) ⬇ retrieved re.1.12.0 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved spawn.v0.15.1 (cached) ⬇ retrieved stdio.v0.17.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved topkg.1.0.7 (cached) ⬇ retrieved uutf.1.0.3 (cached) ⬇ retrieved ppxlib.0.33.0 (cached) ⬇ retrieved yojson.2.2.2 (cached) ∗ installed num.1.5-1 ⬇ retrieved shexp.v0.17.0 (https://github.com/janestreet/shexp/archive/refs/tags/v0.17.0.tar.gz) ∗ installed ocamlfind.1.9.6 ∗ installed base-bytes.base ∗ installed ocamlbuild.0.15.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 dune.3.17.0 ∗ installed csexp.1.5.2 ∗ installed ppx_derivers.1.2.1 ∗ installed stdlib-shims.0.3.0 ∗ installed spawn.v0.15.1 ∗ installed sexplib0.v0.17.0 ∗ installed opam-file-format.2.1.6 ∗ installed ocaml_intrinsics_kernel.v0.17.1 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed menhirSdk.20240715 ∗ installed menhirLib.20240715 ∗ installed menhirCST.20240715 ∗ installed gen.1.1 ∗ installed cstruct.6.2.0 ∗ installed cppo.1.7.0 ∗ installed re.1.12.0 ∗ installed hex.1.5.0 ∗ installed ocplib-endian.1.2 ∗ installed ezjsonm.1.3.0 ∗ installed yojson.2.2.2 ∗ installed dune-configurator.3.17.0 ∗ installed parsexp.v0.17.0 ∗ installed alcotest.1.8.0 ∗ installed sexplib.v0.17.0 ∗ installed lwt.5.9.0 ∗ installed base.v0.17.1 ∗ installed stdio.v0.17.0 ∗ installed menhir.20240715 ∗ installed ppxlib.0.33.0 ∗ installed ppx_here.v0.17.0 ∗ installed ppx_optcomp.v0.17.0 ∗ installed ppxlib_jane.v0.17.0 ∗ installed ppx_deriving.6.0.3 ∗ installed sedlex.3.3 ∗ installed ppx_sexp_conv.v0.17.0 ∗ installed posixat.v0.17.0 ∗ installed shexp.v0.17.0 ∗ installed js_of_ocaml-compiler.5.9.0 ∗ installed js_of_ocaml.5.9.0 ∗ installed logs.0.7.0 ∗ installed js_of_ocaml-ppx.5.9.0 ∗ installed alcotest-lwt.1.8.0 Done. 2024-12-03 01:53.25 ---> using "f807a6e2064b9c366b58c2f0d91faa22cc891b444a2b3d34a710cb47219e1176" from cache /src: (copy (src .) (dst /src)) 2024-12-03 01:53.26 ---> saved as "0a3f06b3eb6bbebe513ef817150aaeb952b9c7a490ac12ae96c075ad6502f4d1" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/timmy-jsoo/tests && /home/opam/.opam/5.2.0/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .test.eobjs/jsoo/test.bc.runtime.js /home/opam/.opam/5.2.0/lib/alcotest/runtime.js /home/opam/.opam/5.2.0/lib/base/base_internalhash_types/runtime.js /home/opam/.opam/5.2.0/lib/ocaml_intrinsics_kernel/runtime.js /home/opam/.opam/5.2.0/lib/base/runtime.js /home/opam/.opam/5.2.0/lib/ptime/clock/runtime.js) warning: /home/opam/.opam/5.2.0/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead (cd _build/default/timmy/tests && ./test.exe) Testing `Timmy'. This run has ID `9FTYCQPD'. [OK] time 0 RFC3339 conversions. [OK] time 1 ptime. [OK] time 2 pretty-print. [OK] date 0 string conversions. [OK] date 1 arithmetics. [OK] date 2 time conversion. [OK] date 3 overflow. [OK] date 4 pretty printing. [OK] daytime 0 pretty printing. [OK] daytime 1 time conversion. [OK] month 0 int conversions. [OK] month 1 pretty printing. [OK] month 2 comparison. [OK] span 0 pretty printing. [OK] week 0 construction. [OK] week 1 to_date. [OK] week 2 sum. [OK] weekday 0 int conversions. [OK] weekday 1 pretty printing. [OK] weekday 2 comparison. Full test results in `/src/_build/default/timmy/tests/_build/_tests/Timmy'. Test Successful in 0.005s. 20 tests run. (cd _build/default/timmy-unix/tests && ./test.exe) Testing `Timmy-unix'. This run has ID `F38U3QJ7'. [OK] timezone 0 daylight saving. [OK] timezone 1 timezone_name. Full test results in `/src/_build/default/timmy-unix/tests/_build/_tests/Timmy-unix'. Test Successful in 0.001s. 2 tests run. (cd _build/default/timmy-lwt/tests && ./engine_virtual.exe) Testing `timmy-lwt.virtual'. This run has ID `Q33OK0O2'. [OK] engine 0 sleep. Full test results in `/src/_build/default/timmy-lwt/tests/_build/_tests/timmy-lwt.virtual'. Test Successful in 0.000s. 1 test run. (cd _build/default/timmy-lwt/tests && ./ticker.exe) Testing `Picker'. This run has ID `EBVNPJM1'. [OK] run 0 not immediate on start. [OK] run 1 skip. [OK] run 2 stop / resume. [OK] run 3 forgotten finalize. Full test results in `/src/_build/default/timmy-lwt/tests/_build/_tests/Picker'. Test Successful in 0.001s. 4 tests run. (cd _build/default/timmy-jsoo/tests && /usr/local/bin/node test.bc.js) Testing `Timmy-jsoo'. This run has ID `ZH6SIEDC'. [OK] timezone 0 daylight saving. Full test results in `/src/_build/default/timmy-jsoo/tests/_build/_tests/Timmy-jsoo'. Test Successful in 0.023s. 1 test run. 2024-12-03 01:53.33 ---> saved as "5e3b2d2100889c62816cb2fd848d5c0fc6fb3c346ad45d4a7d51d7f3bd410d91" Job succeeded 2024-12-03 02:04.30: Job succeeded