Organisationsocsigenlwt5e039a (maintenance-intent)debian-12-4.14_s390x_opam-2.3

debian-12-4.14_s390x_opam-2.3

Logs

Show full logs
2025-03-06 15:04.08: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/pull/1052/head (5e039a297f424e267af84aa3b9de64a1e645ea95) (linux-s390x:debian-12-4.14_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocsigen/lwt.git" && cd "lwt" && git fetch origin "refs/pull/1052/head" && git reset --hard 5e039a29
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
# debian-12-4.14_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
    opam pin add -yn lwt_react.dev './' && \
    opam pin add -yn lwt_ppx.dev './' && \
    opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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

2025-03-06 15:04.08: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486-debian-12-4.14_s390x_opam-2.3-3b3bcf292ef89fa0a0764a8cd730848b"
2025-03-06 15:04.08: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486)
 (comment debian-12-4.14_s390x_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lwt_retry.dev './' && \
             \nopam pin add -yn lwt_react.dev './' && \
             \nopam pin add -yn lwt_ppx.dev './' && \
             \nopam pin add -yn lwt.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7")
 (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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-03-06 15:04.08: Waiting for resource in pool OCluster
2025-03-06 15:04.08: Waiting for worker…
2025-03-06 19:19.23: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files:   2% (7/270)
Updating files:   3% (9/270)
Updating files:   4% (11/270)
Updating files:   5% (14/270)
Updating files:   6% (17/270)
Updating files:   7% (19/270)
Updating files:   8% (22/270)
Updating files:   9% (25/270)
Updating files:  10% (27/270)
Updating files:  11% (30/270)
Updating files:  12% (33/270)
Updating files:  13% (36/270)
Updating files:  14% (38/270)
Updating files:  15% (41/270)
Updating files:  16% (44/270)
Updating files:  17% (46/270)
Updating files:  18% (49/270)
Updating files:  19% (52/270)
Updating files:  20% (54/270)
Updating files:  21% (57/270)
Updating files:  22% (60/270)
Updating files:  23% (63/270)
Updating files:  24% (65/270)
Updating files:  25% (68/270)
Updating files:  26% (71/270)
Updating files:  27% (73/270)
Updating files:  28% (76/270)
Updating files:  29% (79/270)
Updating files:  30% (81/270)
Updating files:  31% (84/270)
Updating files:  32% (87/270)
Updating files:  33% (90/270)
Updating files:  34% (92/270)
Updating files:  35% (95/270)
Updating files:  36% (98/270)
Updating files:  37% (100/270)
Updating files:  38% (103/270)
Updating files:  39% (106/270)
Updating files:  40% (108/270)
Updating files:  41% (111/270)
Updating files:  42% (114/270)
Updating files:  43% (117/270)
Updating files:  44% (119/270)
Updating files:  45% (122/270)
Updating files:  46% (125/270)
Updating files:  47% (127/270)
Updating files:  48% (130/270)
Updating files:  49% (133/270)
Updating files:  50% (135/270)
Updating files:  51% (138/270)
Updating files:  52% (141/270)
Updating files:  53% (144/270)
Updating files:  54% (146/270)
Updating files:  55% (149/270)
Updating files:  56% (152/270)
Updating files:  57% (154/270)
Updating files:  58% (157/270)
Updating files:  59% (160/270)
Updating files:  60% (162/270)
Updating files:  61% (165/270)
Updating files:  62% (168/270)
Updating files:  63% (171/270)
Updating files:  64% (173/270)
Updating files:  65% (176/270)
Updating files:  66% (179/270)
Updating files:  67% (181/270)
Updating files:  68% (184/270)
Updating files:  69% (187/270)
Updating files:  70% (189/270)
Updating files:  71% (192/270)
Updating files:  72% (195/270)
Updating files:  73% (198/270)
Updating files:  74% (200/270)
Updating files:  75% (203/270)
Updating files:  76% (206/270)
Updating files:  77% (208/270)
Updating files:  78% (211/270)
Updating files:  79% (214/270)
Updating files:  80% (216/270)
Updating files:  81% (219/270)
Updating files:  82% (222/270)
Updating files:  83% (225/270)
Updating files:  84% (227/270)
Updating files:  85% (230/270)
Updating files:  86% (233/270)
Updating files:  87% (235/270)
Updating files:  88% (238/270)
Updating files:  89% (241/270)
Updating files:  90% (243/270)
Updating files:  91% (246/270)
Updating files:  92% (249/270)
Updating files:  93% (252/270)
Updating files:  94% (254/270)
Updating files:  95% (257/270)
Updating files:  96% (260/270)
Updating files:  97% (262/270)
Updating files:  98% (265/270)
Updating files:  99% (268/270)
Updating files: 100% (270/270)
Updating files: 100% (270/270), done.
HEAD is now at e625c09af Merge pull request #1050 from ocsigen/arm-runner
HEAD is now at 5e039a297 maintenance intent

(from ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486' locally
docker.io/ocaml/opam@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486: Pulling from ocaml/opam
92bc3bb38690: Already exists
8ceea505e23e: Already exists
2a468ae4380f: Already exists
aa8529ea5f7b: Already exists
2b524421cb76: Already exists
fdd13dbf1385: Already exists
418bd7fb5220: Already exists
a697c88e27b6: Already exists
29170f2f11a8: Already exists
89631b220465: Already exists
614fe0af4fa9: Already exists
62fdeff9be28: Already exists
44d385b51a2f: Already exists
0d688d5bd50a: Already exists
8a125ef5be23: Already exists
6c5ab01e5a0d: Already exists
6fab5f0bf733: Already exists
180e8911179f: Already exists
4a45c7004a22: Already exists
2b14abf96826: Already exists
4f4fb700ef54: Already exists
447f7be7f978: Already exists
b5ee5e1d61f3: Already exists
417161a572cb: Already exists
0be9056d674d: Already exists
41c69ad1a0ee: Already exists
163d7c2c8e4d: Already exists
4a389bcf29e3: Already exists
e96da4d8a88b: Already exists
877959eb4894: Already exists
b87450fa55e3: Already exists
fc278563bc78: Already exists
f9ab0fcf0a5a: Already exists
46302a739d14: Already exists
d17223feb1b8: Already exists
a83498163f75: Already exists
480cc0d757c1: Already exists
63aa40114802: Already exists
097dd1f6a19a: Already exists
707b17222586: Pulling fs layer
fa9ee5562399: Pulling fs layer
61afff5781c8: Pulling fs layer
33ad073fd216: Pulling fs layer
33ad073fd216: Waiting
61afff5781c8: Verifying Checksum
61afff5781c8: Download complete
fa9ee5562399: Verifying Checksum
fa9ee5562399: Download complete
33ad073fd216: Verifying Checksum
33ad073fd216: Download complete
707b17222586: Verifying Checksum
707b17222586: Download complete
707b17222586: Pull complete
fa9ee5562399: Pull complete
61afff5781c8: Pull complete
33ad073fd216: Pull complete
Digest: sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
Status: Downloaded newer image for ocaml/opam@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
2025-03-06 19:19.31 ---> using "d50dd471fbb41d8ca626a6a2873fb75611100b95abf6d9adbc93e54a0ced6cf0" from cache

/: (comment debian-12-4.14_s390x_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-06 19:19.31 ---> using "3f3030ca645435d7ed6ae4b0a89db142d229003a7ad870c7672480ce1a408e16" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-06 19:19.31 ---> using "f4eb1de23b28fd6f755b42cb4bf9579256a8fb0f42a946c81c240118753be5bd" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-52-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-06 19:19.31 ---> using "f9262904c24d76016f318d9efecd2bc853866d4a08b5b9639d7796ec149ef7be" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-06 19:19.32 ---> using "af0c15365cc1e9dc4eca424a961725b6c14e4ccf21134b3dc14bdc9014ca739c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   94514fa0d0..5c627de423  master     -> origin/master
5c627de423 Merge pull request #27523 from hannesm/re-add-base-ocamlbuild

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
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-06 19:19.32 ---> using "609b0495edb9e2d8d940faaa1299bc519672b75a687a3930bb487e093f1d3012" from cache

/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
            (dst ./))
2025-03-06 19:20.46 ---> saved as "093083a69b1a4fb49284d2c8577401cbcb28d9a1ccd1aad3a1f9998abf44d2ea"

/src: (run (network host)
           (shell  "opam pin add -yn lwt_retry.dev './' && \
                  \nopam pin add -yn lwt_react.dev './' && \
                  \nopam pin add -yn lwt_ppx.dev './' && \
                  \nopam pin add -yn lwt.dev './'"))
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-03-06 19:21.52 ---> saved as "fe7873cd79e93cc70c4d422506ca9b23f3ee9ca191ce6a0cf5092c80ff1fb655"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-06 19:21.59 ---> saved as "ba56fd4e060e401d0c305cf13d8a38a10ef6a0888d8375cc7788d808fc8e3c12"

/src: (env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7")

/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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [212 kB]
- Fetched 316 kB in 4s (89.5 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt_react.dev] synchronised (file:///src)
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_retry.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).
2025-03-06 19:23.18 ---> saved as "b99678ddd570c968b64731067c590377d1aa3b4c3e1efb6a498dee82a9b804fa"

/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 21 packages
  - install base                v0.16.3
  - install base-bytes          base
  - install bisect_ppx          2.8.3
  - install cmdliner            1.3.0
  - install conf-bash           1
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install dune                3.17.2
  - install dune-configurator   3.17.2
  - install ocaml-compiler-libs v0.12.4
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install ppx_derivers        1.2.1
  - install ppx_here            v0.16.0
  - install ppx_let             v0.16.0
  - install ppxlib              0.35.0
  - install react               1.2.2
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install topkg               1.0.7

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocplib-endian.1.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.17.2
-> installed base.v0.16.3
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed ppx_let.v0.16.0
-> installed bisect_ppx.2.8.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-06 19:28.56 ---> saved as "c0393292222cbdd1aac7d0db48cb8b2e4cd8d34d469dc5bea4422c16e82f9f0d"

/src: (copy (src .) (dst /src))
2025-03-06 19:29.38 ---> saved as "97962d77b0a1c6cd30e9884d0083bc00dcd8f337abfef17db4e6ef28accc2ee6"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/retry && ./main.exe)
Testing library 'retry'...
..............
Ok. 14 tests ran, 0 tests skipped in 0.01 seconds
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 705 tests ran, 23 tests skipped in 0.37 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
................
Ok. 16 tests ran, 0 tests skipped in 1.73 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.90 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.........................................S........S.........SSS..........................................S..........................................................................SSS........................................................
Ok. 230 tests ran, 9 tests skipped in 6.86 seconds
2025-03-06 19:31.01 ---> saved as "8e4b177a1f0d360d99888814b79e41111e954936b57ac7837e17da385c8b75ca"
Job succeeded
2025-03-06 19:31.04: Job succeeded