Build:
  1. 0
2026-02-02 18:32.07: New job: test layoutz.0.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29327/head (688287c9579b9972729ab4cc4752ac12765a6da5)
                              on opensuse-16.0-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29327/head" && git reset --hard 688287c9
git fetch origin master
git merge --no-edit 8e585b27038b7cc0badd118b2a64ccad8e4c7a5e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn layoutz.0.0.1 0.0.1
RUN opam reinstall layoutz.0.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'layoutz.0.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test layoutz.0.0.1) || true
RUN opam reinstall --with-test --verbose layoutz.0.0.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'layoutz.0.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-02-02 18:32.07: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0-layoutz.0.0.1-688287c9579b9972729ab4cc4752ac12765a6da5"
2026-02-02 18:32.07: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn layoutz.0.0.1 0.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall layoutz.0.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'layoutz.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test layoutz.0.0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose layoutz.0.0.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'layoutz.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-02 18:32.07: Waiting for resource in pool OCluster
2026-02-02 18:32.08: Waiting for worker…
2026-02-02 18:32.09: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 8e585b2703 Merge pull request #29321 from dx3mod/opam-publish-intel_hex.0.3
Updating 8e585b2703..688287c957
Fast-forward
 packages/layoutz/layoutz.0.0.1/opam | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 packages/layoutz/layoutz.0.0.1/opam

(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0' locally
docker.io/ocaml/opam@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0: Pulling from ocaml/opam
64cfa2a65095: Already exists
692f5537ba42: Already exists
43d4ccad78cf: Already exists
70070cd3c955: Already exists
ec78a4ac80e5: Already exists
eefb9793fafd: Already exists
4c43fcde2d96: Already exists
f8ebe3d69c53: Already exists
5701de31e7b4: Already exists
6f0d4e876bbd: Already exists
514a778e56ac: Already exists
6f18741b08bc: Already exists
b55a7ea2c456: Already exists
2feb3e941e06: Already exists
653f3a3f03c4: Already exists
c33d44c2fe4b: Already exists
4fea671b1885: Already exists
b9f264b7c21f: Already exists
6d5265cd7803: Already exists
4f4fb700ef54: Already exists
7d8fef25b78c: Already exists
6b0aa9646d3b: Already exists
10db3a3b9be6: Already exists
2d2da8b6b9b7: Already exists
1ec924573b5f: Already exists
6073c773f2c4: Already exists
bb3927dba7ec: Already exists
2fe1303967bb: Already exists
8f6ca5296dbb: Already exists
a3cfb92e75bb: Already exists
a8021b72a568: Already exists
1ec42febf652: Already exists
0038dbe360a5: Already exists
bfd6a5b48206: Already exists
be1a69b37d73: Already exists
40f8370e587a: Already exists
6d3c0f72be1a: Already exists
0be1b28a2ddd: Already exists
66a86a1c3ed2: Pulling fs layer
44cffb54cf2b: Pulling fs layer
dac6ef6bef45: Pulling fs layer
44cffb54cf2b: Waiting
e200992e9bdd: Pulling fs layer
dac6ef6bef45: Waiting
e830a004ca9e: Pulling fs layer
e200992e9bdd: Waiting
5332a65c3f01: Pulling fs layer
e830a004ca9e: Waiting
22286a855519: Pulling fs layer
5332a65c3f01: Waiting
22286a855519: Waiting
66a86a1c3ed2: Download complete
66a86a1c3ed2: Pull complete
44cffb54cf2b: Verifying Checksum
44cffb54cf2b: Download complete
44cffb54cf2b: Pull complete
dac6ef6bef45: Verifying Checksum
dac6ef6bef45: Download complete
dac6ef6bef45: Pull complete
e200992e9bdd: Verifying Checksum
e200992e9bdd: Download complete
e830a004ca9e: Verifying Checksum
e830a004ca9e: Download complete
5332a65c3f01: Download complete
22286a855519: Verifying Checksum
22286a855519: Download complete
e200992e9bdd: Pull complete
e830a004ca9e: Pull complete
5332a65c3f01: Pull complete
22286a855519: Pull complete
Digest: sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0
Status: Downloaded newer image for ocaml/opam@sha256:2020f941ef6d141cde5c1561d81a8f4fbed65251b603be1fde4b437c108a4ac0
2026-02-02 18:33.51 ---> saved as "431b48f9549dd677b0736649ebad0a36fe8bb4abf1403c128a19633f68e93383"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-02 18:33.51 ---> saved as "0329aadc5903f5c4ccab6ccd82aefb2f97eeeb2a06802b51dac7ac885bc58ee5"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-02 18:34.15 ---> saved as "e8fc54c728bdc7e4d57c9f612beb2aa87dae96887675fc865b3a71c0d937d910"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-leap os-version=16.0
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-02-02 18:34.16 ---> saved as "67515c2858b84c68d589353fd7d1746965ca9be73eccea8af4a5b935c38416ee"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-02-02 18:34.23 ---> saved as "c60c55cd843bfba0ef414e271002d1fd449c045ab788498a07e73950031fe897"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-02 18:34.30 ---> saved as "e922035156beb352a61ab05295e54a84b0845e397cb7b495f76d09dd94c250c7"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-02 18:34.47 ---> saved as "7da1d933bd5dcd5b877683dcdb85683cc85d6f7079eff4163e726d8c89a353ec"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .
- ..
- .......
- .......
- ....
- .......
- .......
- ......
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- ..........
- .........
- .........
- .......
- ..........
- .........
- done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-02-02 18:35.33 ---> saved as "2d5092c98e264c4536f2666f2d7a5a24a9db043ea09b487593e6118bade623d5"

/home/opam: (run (shell "opam pin add -k version -yn layoutz.0.0.1 0.0.1"))
layoutz is now pinned to version 0.0.1
2026-02-02 18:35.34 ---> saved as "5048c54ca942b099a72c923837ea0bf4c4cdfd3a46d643e261cefec1abb9ac2b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall layoutz.0.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'layoutz.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
layoutz.0.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune    3.21.0         [required by layoutz]
  - install layoutz 0.0.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0  (cached)
-> retrieved layoutz.0.0.1  (cached)
-> installed dune.3.21.0
-> installed layoutz.0.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-02 18:36.02 ---> saved as "eede530bb33dcea5abe725ab037960cd36b4e855d1642cd5d5e0f88aad09c424"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test layoutz.0.0.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile layoutz            0.0.1 (pinned)
=== install 11 packages
  - install   alcotest           1.9.1          [required by layoutz]
  - install   astring            0.8.5          [required by alcotest]
  - install   cmdliner           2.1.0          [required by alcotest]
  - install   fmt                0.11.0         [required by alcotest]
  - install   ocaml-syntax-shims 1.0.0          [required by alcotest]
  - install   ocamlbuild         0.16.1         [required by fmt, astring, uutf]
  - install   ocamlfind          1.9.8          [required by fmt, astring, uutf]
  - install   re                 1.14.0         [required by alcotest]
  - install   stdlib-shims       0.3.0          [required by alcotest]
  - install   topkg              1.1.1          [required by fmt, astring, uutf]
  - install   uutf               1.0.4          [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> installed cmdliner.2.1.0
-> retrieved layoutz.0.0.1  (https://github.com/mattlianje/layoutz/archive/ocaml-v0.0.1.tar.gz)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
-> installed stdlib-shims.0.3.0
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed re.1.14.0
-> installed ocamlfind.1.9.8
-> removed   layoutz.0.0.1
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed alcotest.1.9.1
-> installed layoutz.0.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-02 18:36.43 ---> saved as "03cf38597309be224353a28007888e0713f30604f6a13cec57c5ccffbc4db4ab"

/home/opam: (run (shell  "opam reinstall --with-test --verbose layoutz.0.0.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'layoutz.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile layoutz 0.0.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [layoutz.0.0.1: extract]
-> retrieved layoutz.0.0.1  (cached)
Processing  2/4: [layoutz: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "layoutz" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/layoutz.0.0.1)
- (cd _build/default/layoutz-ocaml/test && ./test_layoutz.exe)
- Testing `Layoutz'.
- This run has ID `E1DFP6MO'.
- 
-   [OK]          Basic Elements           0   text rendering.
-   [OK]          Basic Elements           1   line break.
-   [OK]          Basic Elements           2   text width.
-   [OK]          Basic Elements           3   text height.
-   [OK]          Basic Elements           4   multiline height.
-   [OK]          Horizontal Rule          0   hr default width.
-   [OK]          Horizontal Rule          1   hr custom width.
-   [OK]          Horizontal Rule          2   hr custom char.
-   [OK]          Layout                   0   layout composition.
-   [OK]          Layout                   1   layout width.
-   [OK]          Row                      0   row layout.
-   [OK]          Row                      1   tight row.
-   [OK]          Box                      0   box height.
-   [OK]          Box                      1   box renders.
-   [OK]          Box                      2   box contains title.
-   [OK]          Box                      3   double border.
-   [OK]          Box                      4   round border.
-   [OK]          Nested Elements          0   nested layout.
-   [OK]          UTF-8 Rendering          0   box utf8 border.
-   [OK]          UTF-8 Rendering          1   box with title utf8.
-   [OK]          UTF-8 Rendering          2   hr utf8.
-   [OK]          Table                    0   table basic.
-   [OK]          Table                    1   table double border.
-   [OK]          Table                    2   table content.
-   [OK]          Lists                    0   unordered list.
-   [OK]          Lists                    1   ul custom bullet.
-   [OK]          Lists                    2   ordered list.
-   [OK]          Lists                    3   ol start.
-   [OK]          Lists                    4   list with styled items.
-   [OK]          Lists                    5   nested list.
-   [OK]          Lists                    6   nested mixed lists.
-   [OK]          Trees                    0   tree basic.
-   [OK]          Trees                    1   tree nested.
-   [OK]          Trees                    2   tree connectors.
-   [OK]          Styles                   0   styled text.
-   [OK]          Styles                   1   fg color.
-   [OK]          Styles                   2   bg color.
-   [OK]          Styles                   3   256 color.
-   [OK]          Styles                   4   RGB color.
-   [OK]          Styles                   5   combined styles.
-   [OK]          Misc                     0   s shorthand.
-   [OK]          Misc                     1   row with boxes.
-   [OK]          Operators                0   style compose.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/layoutz.0.0.1/_build/default/layoutz-ocaml/test/_build/_tests/Layoutz'.
- Test Successful in 0.004s. 43 tests run.
-> compiled  layoutz.0.0.1
-> removed   layoutz.0.0.1
-> installed layoutz.0.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-02 18:36.49 ---> saved as "b23e3e609559817b4c609c9439d35585f8b6da1fd64a4540a1777c93af7a9ebc"
Job succeeded
2026-02-02 18:36.57: Job succeeded