(not at the head of any monitored branch or PR)
2026-03-10 08:59.50: New job: test tezt.4.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
                              on opensuse-16.0-ocaml-4.14/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/29530/head" && git reset --hard 3af7d0a2
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d
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 tezt.4.2.0 4.2.0
RUN opam reinstall tezt.4.2.0; \
    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" != 'tezt.4.2.0' && 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 tezt.4.2.0) || true
RUN opam reinstall --with-test --verbose tezt.4.2.0; \
    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" != 'tezt.4.2.0' && 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-03-10 08:59.50: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d-tezt.4.2.0-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 08:59.50: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d)
 (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 tezt.4.2.0 4.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tezt.4.2.0;\
             \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\" != 'tezt.4.2.0' && 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 tezt.4.2.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose tezt.4.2.0;\
             \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\" != 'tezt.4.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-10 08:59.50: Waiting for resource in pool OCluster
2026-03-10 09:43.54: Waiting for worker…
2026-03-10 09:46.21: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..3af7d0a259
Fast-forward
 packages/bimage-lwt/bimage-lwt.0.3.0/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.3.1/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.4.0/opam    | 6 +++++-
 packages/caqti-lwt/caqti-lwt.0.11.0/opam     | 4 +++-
 packages/caqti-lwt/caqti-lwt.1.0.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.2.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.3.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.6.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.7.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.8.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.9.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.0.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.1.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.2.4/opam      | 6 +++++-
 packages/fuseau-lwt/fuseau-lwt.0.1/opam      | 6 +++++-
 packages/lambda-term/lambda-term.1.13/opam   | 6 +++++-
 packages/lambda-term/lambda-term.2.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.2/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.3/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0/opam    | 6 +++++-
 packages/lambda-term/lambda-term.3.0.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.1.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.2.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.2/opam  | 6 +++++-
 packages/lwt_domain/lwt_domain.0.1.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.2.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.3.0/opam    | 6 +++++-
 packages/lwt_eio/lwt_eio.0.1/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.2/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.3/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.4/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5.1/opam          | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5/opam            | 6 +++++-
 packages/lwt_glib/lwt_glib.1.0.1/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.0/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.1/opam        | 6 +++++-
 packages/lwt_log/lwt_log.1.1.0/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.1/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.3/opam          | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.6/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.7/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.8/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 6 +++++-
 packages/mwt/mwt.0.1.0/opam                  | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-1/opam      | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-2/opam      | 6 +++++-
 packages/ocluster/ocluster.0.1/opam          | 4 +++-
 packages/ocluster/ocluster.0.2.1/opam        | 6 +++++-
 packages/ocluster/ocluster.0.2/opam          | 4 +++-
 packages/ocluster/ocluster.0.3.0/opam        | 6 +++++-
 packages/picos/picos.0.3.0/opam              | 6 +++++-
 packages/picos/picos.0.4.0/opam              | 6 +++++-
 packages/picos_lwt/picos_lwt.0.5.0/opam      | 6 +++++-
 packages/picos_lwt/picos_lwt.0.6.0/opam      | 6 +++++-
 packages/tezt/tezt.2.0.0/opam                | 6 +++++-
 packages/tezt/tezt.3.0.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.1/opam                | 4 +++-
 packages/tezt/tezt.4.0.0/opam                | 4 +++-
 packages/tezt/tezt.4.1.0/opam                | 4 +++-
 packages/tezt/tezt.4.2.0/opam                | 4 +++-
 packages/tezt/tezt.4.3.0/opam                | 4 +++-
 84 files changed, 400 insertions(+), 84 deletions(-)

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d' locally
docker.io/ocaml/opam@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d: Pulling from ocaml/opam
64cfa2a65095: Already exists
7b581e71db22: Already exists
0d9a5a107b9b: Already exists
357b95083b04: Already exists
3658f63fcffa: Already exists
5f00ec28670a: Already exists
d5429ba7ea96: Already exists
1e2abec3e48a: Already exists
a459d1a5da3b: Already exists
2168339905af: Already exists
165752543076: Already exists
72d1a62a8420: Already exists
7a8e0b1e89ad: Already exists
f363e37deee9: Already exists
aa8207662583: Already exists
7993a7002f90: Already exists
b555b5cbc6e7: Already exists
00bcd96691ba: Already exists
e7d8a4a03644: Already exists
4f4fb700ef54: Already exists
b84d3b76e0e8: Already exists
32f29cbbfa56: Already exists
d591940d5bfc: Already exists
a9c4ab92f613: Already exists
c84b77db6559: Already exists
4a817e492857: Already exists
8989192c74fe: Already exists
0c77f911b4ac: Already exists
127679045d22: Already exists
703641514dec: Already exists
355713e56611: Already exists
b077b32f3467: Already exists
a6d3701a9f10: Already exists
49d425f9fb1a: Already exists
9d9895477eeb: Already exists
4b54923de661: Already exists
21cbe5d268fe: Already exists
0a9272a7b3bd: Already exists
55f86b8eaf79: Pulling fs layer
5a230c7436b8: Pulling fs layer
1ee9551a10ba: Pulling fs layer
fe3102f484b6: Pulling fs layer
fe3102f484b6: Waiting
5a230c7436b8: Download complete
1ee9551a10ba: Verifying Checksum
1ee9551a10ba: Download complete
fe3102f484b6: Download complete
55f86b8eaf79: Verifying Checksum
55f86b8eaf79: Download complete
55f86b8eaf79: Pull complete
5a230c7436b8: Pull complete
1ee9551a10ba: Pull complete
fe3102f484b6: Pull complete
Digest: sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d
Status: Downloaded newer image for ocaml/opam@sha256:092cb1371bbce7cba14428606f6f9cf73fe88851f34d5f511807ff6be8330e2d
2026-03-10 09:48.59 ---> saved as "f5ab692fc9458fc91f8fcd8d10e5aa85e20eacbe216e8289f210633ee61f473d"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-10 09:48.59 ---> saved as "da35bcce25ec148e4c4611d98749fb7c2b1eef137b170f86dc32312320068a49"

/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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-10 09:49.21 ---> saved as "14f816bb691a5622155d1614248e3fcb7a92f468cbce2caefa7ae23ad13a3acd"

/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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-10 09:49.21 ---> saved as "9e8abc2b8447caa7c2afc7b26535d8afc0083f94ec86ebc8a7dd426694b64979"

/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-03-10 09:49.31 ---> saved as "5fdc5dd45c7b424a8cf2e0b1d964c2b5148e8670c187fd2c5f2d5bc0d85e1edb"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 09:49.59 ---> saved as "0fbf08c47cde3313ca7349de0950528c427ff0a9452eb14f2bd0c8b71cceefcf"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 09:50.16 ---> saved as "e8d7049b20efd554878e6bd7e8bf41c8d56ece06d2e2c49e5a8e65f0151987dd"

/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-03-10 09:50.30 ---> saved as "278c4a13b92db525bb4dfdde14e660f61cc50a00e48afbc8b3843d4d2c9f2892"

/home/opam: (run (shell "opam pin add -k version -yn tezt.4.2.0 4.2.0"))
tezt is now pinned to version 4.2.0
2026-03-10 09:50.32 ---> saved as "83ae976a2f0f9e67dd612f4d1c7e5ace4f9efd31d761c9fb3b464535106b281f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tezt.4.2.0;\
                        \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\" != 'tezt.4.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tezt.4.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
  - install base-bytes        base           [required by ocplib-endian]
  - install clap              0.3.0          [required by tezt]
  - install cppo              1.8.0          [required by lwt]
  - install csexp             1.5.2          [required by dune-configurator]
  - install cstruct           6.2.0          [required by hex]
  - install dune              3.21.1         [required by tezt]
  - install dune-configurator 3.21.1         [required by lwt]
  - install ezjsonm           1.3.0          [required by tezt]
  - install fmt               0.11.0         [required by cstruct]
  - install hex               1.5.0          [required by ezjsonm]
  - install jsonm             1.0.2          [required by ezjsonm]
  - install lwt               5.9.2          [required by tezt]
  - install ocamlbuild        0.16.1         [required by jsonm]
  - install ocamlfind         1.9.8          [required by jsonm]
  - install ocplib-endian     1.2            [required by lwt]
  - install re                1.14.0         [required by tezt]
  - install sexplib0          v0.17.0        [required by ezjsonm]
  - install tezt              4.2.0 (pinned)
  - install topkg             1.1.1          [required by jsonm]
  - install uutf              1.0.4          [required by ezjsonm]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved clap.0.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved tezt.4.2.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed clap.0.3.0
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.21.1
-> installed lwt.5.9.2
-> installed tezt.4.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 09:51.10 ---> saved as "01789ce46fcffeacfb38d7bc820df4432dde65c4e5e89fc704320937ab015621"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test tezt.4.2.0) || true"))
The following actions will be performed:
=== downgrade 3 packages
  - downgrade dune                 3.21.1 to 3.18.2   [required by tezt]
  - downgrade dune-configurator    3.21.1 to 3.19.1   [uses dune]
  - downgrade sexplib0             v0.17.0 to v0.16.0 [uses dune]
=== recompile 13 packages
  - recompile clap                 0.3.0              [uses dune]
  - recompile cppo                 1.8.0              [uses dune]
  - recompile csexp                1.5.2              [uses dune]
  - recompile cstruct              6.2.0              [uses dune]
  - recompile ezjsonm              1.3.0              [uses dune]
  - recompile fmt                  0.11.0             [uses cmdliner]
  - recompile hex                  1.5.0              [uses dune]
  - recompile jsonm                1.0.2              [uses uutf]
  - recompile lwt                  5.9.2              [uses dune]
  - recompile ocplib-endian        1.2                [uses dune]
  - recompile re                   1.14.0             [uses dune]
  - recompile tezt                 4.2.0 (pinned)
  - recompile uutf                 1.0.4              [uses cmdliner]
=== install 34 packages
  - install   astring              0.8.5              [required by ocamlformat-lib]
  - install   base                 v0.16.4            [required by ocamlformat-lib]
  - install   camlp-streams        5.0.1              [required by ocamlformat-lib]
  - install   cmdliner             1.3.0              [required by ocamlformat]
  - install   conf-npm             1                  [required by tezt]
  - install   dune-build-info      3.19.1             [required by ocamlformat-lib]
  - install   either               1.0.0              [required by ocamlformat-lib]
  - install   fix                  20250919           [required by ocamlformat-lib]
  - install   fpath                0.7.3              [required by ocamlformat-lib]
  - install   gen                  1.1                [required by sedlex]
  - install   js_of_ocaml          6.0.1              [required by tezt]
  - install   js_of_ocaml-compiler 6.0.1              [required by js_of_ocaml]
  - install   js_of_ocaml-lwt      6.0.1              [required by tezt]
  - install   js_of_ocaml-ppx      6.0.1              [required by js_of_ocaml-lwt]
  - install   menhir               20260209           [required by js_of_ocaml-compiler, ocamlformat-lib]
  - install   menhirCST            20260209           [required by menhir]
  - install   menhirGLR            20260209           [required by menhir]
  - install   menhirLib            20260209           [required by js_of_ocaml-compiler, ocamlformat-lib]
  - install   menhirSdk            20260209           [required by js_of_ocaml-compiler, ocamlformat-lib]
  - install   ocaml-compiler-libs  v0.12.4            [required by ppxlib]
  - install   ocaml-version        4.0.3              [required by ocamlformat-lib]
  - install   ocamlformat          0.26.2             [required by tezt]
  - install   ocamlformat-lib      0.26.2             [required by ocamlformat]
  - install   ocp-indent           1.8.1              [required by ocamlformat-lib]
  - install   ppx_derivers         1.2.1              [required by ppxlib]
  - install   ppxlib               0.35.0             [required by js_of_ocaml]
  - install   result               1.5                [required by ocamlformat-lib]
  - install   sedlex               3.7                [required by js_of_ocaml-compiler]
  - install   seq                  base               [required by gen]
  - install   stdio                v0.16.0            [required by ocamlformat-lib]
  - install   stdlib-shims         0.3.0              [required by ppxlib]
  - install   uucp                 17.0.0             [required by uuseg]
  - install   uuseg                17.0.0             [required by ocamlformat-lib]
  - install   yojson               3.0.0              [required by js_of_ocaml-compiler]

The following system packages will first need to be installed:
    npm-default

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "npm-default"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 9 NEW packages are going to be installed:
-   libbrotlienc1 libcares2 libicu77 libicu77-ledata nodejs-common nodejs-default nodejs22 npm-default npm22
- 
- 9 new packages to install.
- 
- Package download size:    27.2 MiB
- 
- Package install size change:
-               |     105.7 MiB  required by packages that will be installed
-    105.7 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: nodejs-common-6.1-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: nodejs-default-6.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: npm-default-6.1-160000.3.2.x86_64.rpm [done]
- ...
- .
- Preloading: npm22-22.22.0-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- ..
- ..
- ..
- Preloading: libcares2-1.34.5-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- .
- Preloading: libcares2-1.34.5-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: nodejs22-22.22.0-160000.1.1.x86_64.rpm [done]
- .done]
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (1/9), 263.6 KiB    
- Retrieving: libcares2-1.34.5-160000.2.2.x86_64 (repo-oss (16.0)) (2/9), 139.7 KiB    
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (3/9),   8.6 MiB    
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (4/9),   2.1 MiB    
- Retrieving: nodejs-common-6.1-160000.3.2.x86_64 (repo-oss (16.0)) (5/9),  14.4 KiB    
- Retrieving: nodejs22-22.22.0-160000.1.1.x86_64 (repo-oss (16.0)) (6/9),  14.1 MiB    
- Retrieving: nodejs-default-6.1-160000.3.2.x86_64 (repo-oss (16.0)) (7/9),   9.2 KiB    
- Retrieving: npm22-22.22.0-160000.1.1.x86_64 (repo-oss (16.0)) (8/9),   2.0 MiB    
- Retrieving: npm-default-6.1-160000.3.2.x86_64 (repo-oss (16.0)) (9/9),   9.1 KiB    
- 
- Checking for file conflicts: [..done]
- (1/9) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- (2/9) Installing: libcares2-1.34.5-160000.2.2.x86_64 [..done]
- (3/9) Installing: libicu77-ledata-77.1-160000.2.2.noarch [...done]
- (4/9) Installing: libicu77-77.1-160000.2.2.x86_64 [..
- done]
- (5/9) Installing: nodejs-common-6.1-160000.3.2.x86_64 [..done]
- (6/9) Installing: nodejs22-22.22.0-160000.1.1.x86_64 [....done]
- (7/9) Installing: nodejs-default-6.1-160000.3.2.x86_64 [..done]
- (8/9) Installing: npm22-22.22.0-160000.1.1.x86_64 [.....done]
- (9/9) Installing: npm-default-6.1-160000.3.2.x86_64 [.
- .done]
- Running post-transaction scripts [....done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved base.v0.16.4  (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
-> retrieved clap.0.3.0  (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
-> installed conf-npm.1
-> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved dune.3.18.2  (https://opam.ocaml.org/cache)
-> installed cmdliner.1.3.0
-> retrieved dune-build-info.3.19.1, dune-configurator.3.19.1  (https://opam.ocaml.org/cache)
-> retrieved either.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved fix.20250919  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
-> retrieved gen.1.1  (https://opam.ocaml.org/cache)
-> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
-> installed fpath.0.7.3
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-lwt.6.0.1, js_of_ocaml-ppx.6.0.1  (https://opam.ocaml.org/cache)
-> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
-> retrieved lwt.5.9.2  (https://opam.ocaml.org/cache)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (https://opam.ocaml.org/cache)
-> retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.3  (https://opam.ocaml.org/cache)
-> retrieved ocamlformat.0.26.2, ocamlformat-lib.0.26.2  (https://opam.ocaml.org/cache)
-> retrieved ocp-indent.1.8.1  (https://opam.ocaml.org/cache)
-> retrieved ocplib-endian.1.2  (https://opam.ocaml.org/cache)
-> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
-> retrieved ppxlib.0.35.0  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved result.1.5  (https://opam.ocaml.org/cache)
-> retrieved sedlex.3.7  (https://opam.ocaml.org/cache)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved stdio.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved tezt.4.2.0  (https://opam.ocaml.org/cache)
-> retrieved uucp.17.0.0  (https://opam.ocaml.org/cache)
-> retrieved uuseg.17.0.0  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> retrieved yojson.3.0.0  (https://opam.ocaml.org/cache)
-> removed   tezt.4.2.0
-> removed   clap.0.3.0
-> removed   ezjsonm.1.3.0
-> removed   hex.1.5.0
-> removed   cstruct.6.2.0
-> removed   fmt.0.11.0
-> removed   jsonm.1.0.2
-> removed   lwt.5.9.2
-> removed   dune-configurator.3.21.1
-> removed   csexp.1.5.2
-> removed   ocplib-endian.1.2
-> removed   cppo.1.8.0
-> removed   re.1.14.0
-> removed   sexplib0.v0.17.0
-> removed   dune.3.21.1
-> removed   uutf.1.0.4
-> installed dune.3.18.2
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed camlp-streams.5.0.1
-> installed clap.0.3.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250919
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-version.4.0.3
-> installed ocp-indent.1.8.1
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed cstruct.6.2.0
-> installed jsonm.1.0.2
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed dune-build-info.3.19.1
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.2
-> installed menhir.20260209
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed sedlex.3.7
-> installed uucp.17.0.0
-> installed uuseg.17.0.0
-> installed ocamlformat-lib.0.26.2
-> installed js_of_ocaml-compiler.6.0.1
-> installed ocamlformat.0.26.2
-> installed js_of_ocaml.6.0.1
-> installed js_of_ocaml-ppx.6.0.1
-> installed js_of_ocaml-lwt.6.0.1
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 255".

#=== ERROR while compiling tezt.4.2.0 =========================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://gitlab.com/nomadic-labs/tezt/-/archive/4.2.0/tezt-4.2.0.tar.bz2)
# path                 ~/.opam/4.14/.opam-switch/build/tezt.4.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p tezt -j 255
# exit-code            1
# env-file             ~/.opam/log/tezt-7-5b52d9.env
# output-file          ~/.opam/log/tezt-7-5b52d9.out
### output ###
# (cd _build/default/lib_scheduler/test && ./main.exe)
# [0.000] Run no task.
# [0.000] Run one task.
# [0.002] Running task...
# [0.002] Task returned value 17 as expected
# [0.002] Run one task that fails.
# [0.003] Running failing task...
# [0.003] Task failed with "failed" as expected
# [0.003] Run two tasks in a single worker.
# [0.004] Running task 1...
# [0.004] Task returned value 18 as expected
# [0.004] Running task 2...
# [0.004] Task returned value 19 as expected
# [0.005] Run one task in two workers.
# [0.005] Running task...
# [0.005] Task returned value 20 as expected
# [0.006] Run two tasks in two workers.
# [0.007] Running task 1...
# [0.007] Task returned value 21 as expected
# [0.007] Running task 2...
# [0.007] Task returned value 22 as expected
# [0.007] Run three tasks in two workers.
# [0.008] Running task 1...
# [0.008] Task returned value 23 as expected
# [0.008] Running task 3...
# [0.008] Running task 2...
# [0.008] Task returned value 25 as expected
# [0.008] Task returned value 24 as expected
# [0.009] Run a scheduler inside a worker.
# [0.009] Running task 1...
# [0.009] Running task 2...
# [0.009] Task returned value 27 as expected
# [0.010] Running task 3...
# [0.010] Task returned value 28 as expected
# [0.010] Running task 1.1...
# [0.010] Running task 1.2...
# [0.010] Task returned value 100 as expected
# [0.010] Task returned value 101 as expected
# [0.010] Running task 1.3...
# [0.010] Task returned value 102 as expected
# [0.011] Exit the worker prematurely.
# [0.012] Running task 1...
# [0.012] Running task 2...
# [0.012] Task failed with "worker exited with code 17" as expected
# [0.013] Task failed with "worker exited with code 18" as expected
# [0.013] Running task 3...
# [0.013] Running task 4...
# [0.113] Task returned value 29 as expected
# [0.113] Task returned value 30 as expected
# [0.113] Running task 5...
# [0.214] Task returned value 31 as expected
# [0.214] Have a task reach its timeout (SIGTERM).
# [0.215] Running long task...
# [0.316] Task failed with "worker was killed by SIGTERM" as expected
# [0.316] Have a task reach its timeout (SIGTERM + SIGKILL).
# [0.317] Running long task...
# [0.417] Task failed with "worker was killed by SIGTERM" as expected
# [0.417] Have a task reach its timeout (SIGKILL).
# [0.418] Running long task...
# [0.518] Task failed with "worker was killed by SIGKILL" as expected
# [0.518] Have a task reach its timeout (SIGTERM, ignore).
# [0.519] Running long task...
# [1.020] Task failed with "I should have been killed by now" as expected
# [1.020] Have a task reach its timeout (SIGTERM + SIGKILL, ignore).
# [1.020] Running long task...
# [1.221] Task failed with "worker was killed by SIGKILL" as expected
# [1.221] Have a task reach its timeout (SIGKILL, ignore).
# [1.222] Running long task...
# [1.322] Task failed with "worker was killed by SIGKILL" as expected
# [1.322] Have the scheduler log for tasks.
# [1.323] [message] Log "This is task 1."
# [1.323] [message] Log "I'm logging stuff."
# [1.323] [message] Log "This is task 2."
# [1.323] [message] Log "I'm logging stuff."
# [1.323] [message] Log "This is task 4."
# [1.323] [message] Log "I'm logging stuff."
# [1.323] [message] Log "This is task 5."
# [1.323] [message] Log "I'm logging stuff."
# [1.323] [message] Log "This is task 3."
# [1.323] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 6."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 7."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 8."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 9."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 10."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] Have tasks ask the scheduler for resources.
# [1.325] Running task 2...
# [1.325] Running task 4...
# [1.325] [message] Get_resource
# [1.325] [message] Get_resource
# [1.325] Running task 3...
# [1.325] Running task 1...
# [1.325] Received resource: 0
# [1.325] [message] Get_resource
# [1.325] [message] Get_resource
# [1.326] Received resource: 2
# [1.326] Received resource: 3
# [1.326] Running task 5...
# [1.326] [message] Get_resource
# [1.326] Received resource: 4
# [1.326] Received resource: 1
# [1.326] Running task 6...
# [1.326] Running task 7...
# [1.326] [message] Get_resource
# [1.326] [message] Get_resource
# [1.326] Running task 8...
# [1.326] [message] Get_resource
# [1.326] Received resource: 5
# [1.326] Running task 9...
# [1.326] Received resource: 6
# [1.326] Received resource: 7
# [1.326] [message] Get_resource
# [1.326] Running task 10...
# [1.326] [message] Get_resource
# [1.427] ok_count = 8, timeout_count = 2
# [1.427] Stop the scheduler while it is running.
# [1.428] Running task 1...
# [1.428] Stop.
# [1.429] Task failed with "worker was killed by SIGTERM" as expected
# [1.429] Task failed with "worker was killed by SIGTERM" as expected
# [1.429] Re-filling the queue.
# [1.429] Refill.
# [1.431] Running task 1.2
# [1.431] Running task 1.1
# [1.431] Refill.
# [1.431] Running task 2.1
# [1.431] Running task 2.2
# [1.431] Refill.
# [1.431] Running task 3.2
# [1.431] Running task 3.1
# [1.432] A task that creates other tasks.
# [1.432] [message] Push 1.1
# [1.432] [message] Push 2.2
# [1.432] [message] Push 3.3
# [1.432] [message] Push 4.4
# [1.432] [message] Push 5.5
# [1.433] Running task 1.1
# [1.433] Running task 4.4
# [1.433] Running task 2.2
# [1.433] Running task 5.5
# [1.433] Running task 3.3
# [1.434] Create a timer and run with no task.
# [1.534] It's time!
# [1.534] Task that emits a message to create a timer that will trigger more tasks.
# [1.635] [message] Push 1
# [1.686] Running subtask 1
# [1.735] [message] Push 2
# [1.786] Running subtask 2
# [1.787] Create a timer and another that cancels the first.
# [1.887] Cancel timer.
# [1.887] Create a task and a timer that regularly logs until the task is finished.
# [1.947] Beep!
# [2.007] Beep!
# [2.068] Beep!
# (cd _build/default/test/unix && ./main.exe)
# [09:52:52.607] [SUCCESS] (1/26) demo
# [09:52:52.607] [SUCCESS] (2/26) fixed seed
# [09:52:52.607] [SUCCESS] (3/26) random seed
# [09:52:52.608] [SUCCESS] (4/26) string_tree: mem_prefix_of
# [09:52:52.608] [SUCCESS] (5/26) Test.current_test_tags
# [09:52:52.608] [SUCCESS] (6/26) TSL parser: positive cases
# [09:52:52.608] [SUCCESS] (7/26) TSL parser: negative cases
# [09:52:52.608] [SUCCESS] (8/26) TSL parser: pretty-printing
# [09:52:52.608] [SUCCESS] (9/26) TSL: evaluation
# [09:52:52.898] [SUCCESS] (10/26) TSL parser: random roundtrips
# [09:52:52.898] [SUCCESS] (11/26) TSL: conjunction helper
# [09:52:52.898] [SUCCESS] (12/26) TSL: is_valid_tag
# [09:52:52.898] [SUCCESS] (13/26) TSL: extract tags
# [09:52:52.898] [SUCCESS] (14/26) diff: simple cases
# [09:52:52.920] [SUCCESS] (15/26) diff: random cases
# [09:52:52.920] [SUCCESS] (16/26) diff: log
# [09:52:52.920] [SUCCESS] (17/26) Check.pp
# [09:52:52.920] [SUCCESS] (18/26) Check.(=)
# [09:52:52.920] [SUCCESS] (19/26) Check.(<>)
# [09:52:52.920] [SUCCESS] (20/26) Check.(<)
# [09:52:52.921] [SUCCESS] (21/26) Check.(<=)
# [09:52:52.921] [SUCCESS] (22/26) Check.(>)
# [09:52:52.921] [SUCCESS] (23/26) Check.(>=)
# [09:52:52.921] [SUCCESS] (24/26) Check.(=~)
# [09:52:52.921] [SUCCESS] (25/26) Check.(=~!)
# [09:52:54.924] [SUCCESS] (26/26) Process.terminate with timeout
# File "test/cram/test-signals.t", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t _build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
# diff --git a/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t b/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
# index 3d17d45..5909e3a 100644
# --- a/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t
# +++ b/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
# @@ -32,14 +32,12 @@ Test various signal sequences.
#    $ ./tezt-signal.sh INT INT INT
#    Starting test: sleep one second without cooperating
#    Received SIGINT.
# -  ./tezt-signal.sh: 9: kill: No such process
# -  
# +  ./tezt-signal.sh: line 9: kill: (12581) - No such process
#    [1]
#    $ ./tezt-signal.sh INT INT TERM
#    Starting test: sleep one second without cooperating
#    Received SIGINT.
# -  ./tezt-signal.sh: 9: kill: No such process
# -  
# +  ./tezt-signal.sh: line 9: kill: (12597) - No such process
#    [1]
#    $ ./tezt-signal.sh INT TERM INT
#    Starting test: sleep one second without cooperating
# (cd _build/default/test/js && /usr/bin/node main.bc.js)
# [09:52:54.736] [SUCCESS] (1/25) demo
# [09:52:54.740] [SUCCESS] (2/25) fixed seed
# [09:52:54.746] [SUCCESS] (3/25) random seed
# [09:52:54.750] [SUCCESS] (4/25) string_tree: mem_prefix_of
# [09:52:54.750] [SUCCESS] (5/25) Test.current_test_tags
# [09:52:54.756] [SUCCESS] (6/25) TSL parser: positive cases
# [09:52:54.757] [SUCCESS] (7/25) TSL parser: negative cases
# [09:52:54.760] [SUCCESS] (8/25) TSL parser: pretty-printing
# [09:52:54.773] [SUCCESS] (9/25) TSL: evaluation
# [09:52:56.502] [SUCCESS] (10/25) TSL parser: random roundtrips
# [09:52:56.503] [SUCCESS] (11/25) TSL: conjunction helper
# [09:52:56.503] [SUCCESS] (12/25) TSL: is_valid_tag
# [09:52:56.505] [SUCCESS] (13/25) TSL: extract tags
# [09:52:56.506] [SUCCESS] (14/25) diff: simple cases
# [09:52:56.664] [SUCCESS] (15/25) diff: random cases
# [09:52:56.667] [SUCCESS] (16/25) diff: log
# [09:52:56.668] [SUCCESS] (17/25) Check.pp
# [09:52:56.671] [SUCCESS] (18/25) Check.(=)
# [09:52:56.671] [SUCCESS] (19/25) Check.(<>)
# [09:52:56.671] [SUCCESS] (20/25) Check.(<)
# [09:52:56.674] [SUCCESS] (21/25) Check.(<=)
# [09:52:56.674] [SUCCESS] (22/25) Check.(>)
# [09:52:56.676] [SUCCESS] (23/25) Check.(>=)
# [09:52:56.677] [SUCCESS] (24/25) Check.(=~)
# [09:52:56.677] [SUCCESS] (25/25) Check.(=~!)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tezt 4.2.0
+- 
+- The following changes have been performed
| - remove    tezt                 4.2.0
| - downgrade dune                 3.21.1 to 3.18.2
| - downgrade dune-configurator    3.21.1 to 3.19.1
| - downgrade sexplib0             v0.17.0 to v0.16.0
| - recompile clap                 0.3.0
| - recompile cppo                 1.8.0
| - recompile csexp                1.5.2
| - recompile cstruct              6.2.0
| - recompile ezjsonm              1.3.0
| - recompile fmt                  0.11.0
| - recompile hex                  1.5.0
| - recompile jsonm                1.0.2
| - recompile lwt                  5.9.2
| - recompile ocplib-endian        1.2
| - recompile re                   1.14.0
| - recompile uutf                 1.0.4
| - install   astring              0.8.5
| - install   base                 v0.16.4
| - install   camlp-streams        5.0.1
| - install   cmdliner             1.3.0
| - install   conf-npm             1
| - install   dune-build-info      3.19.1
| - install   either               1.0.0
| - install   fix                  20250919
| - install   fpath                0.7.3
| - install   gen                  1.1
| - install   js_of_ocaml          6.0.1
| - install   js_of_ocaml-compiler 6.0.1
| - install   js_of_ocaml-lwt      6.0.1
| - install   js_of_ocaml-ppx      6.0.1
| - install   menhir               20260209
| - install   menhirCST            20260209
| - install   menhirGLR            20260209
| - install   menhirLib            20260209
| - install   menhirSdk            20260209
| - install   ocaml-compiler-libs  v0.12.4
| - install   ocaml-version        4.0.3
| - install   ocamlformat          0.26.2
| - install   ocamlformat-lib      0.26.2
| - install   ocp-indent           1.8.1
| - install   ppx_derivers         1.2.1
| - install   ppxlib               0.35.0
| - install   result               1.5
| - install   sedlex               3.7
| - install   seq                  base
| - install   stdio                v0.16.0
| - install   stdlib-shims         0.3.0
| - install   uucp                 17.0.0
| - install   uuseg                17.0.0
| - install   yojson               3.0.0
+- 

<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260310095111.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
2026-03-10 09:53.06 ---> saved as "98a9730f3e6e038abf2c3aefcf7f84a2a04f11e82ce27a0c3d4737c35dfd5c5d"

/home/opam: (run (shell  "opam reinstall --with-test --verbose tezt.4.2.0;\
                        \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\" != 'tezt.4.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tezt.4.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install tezt 4.2.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [tezt.4.2.0: extract]
-> retrieved tezt.4.2.0  (cached)
Processing  2/3: [tezt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tezt" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezt.4.2.0)
Processing  2/3: [tezt: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "tezt" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezt.4.2.0)
- (cd _build/default/lib_scheduler/test && ./main.exe)
- [0.000] Run no task.
- [0.000] Run one task.
- [0.002] Running task...
- [0.002] Task returned value 17 as expected
- [0.003] Run one task that fails.
- [0.003] Running failing task...
- [0.003] Task failed with "failed" as expected
- [0.004] Run two tasks in a single worker.
- [0.004] Running task 1...
- [0.004] Task returned value 18 as expected
- [0.004] Running task 2...
- [0.004] Task returned value 19 as expected
- [0.005] Run one task in two workers.
- [0.006] Running task...
- [0.006] Task returned value 20 as expected
- [0.006] Run two tasks in two workers.
- [0.007] Running task 1...
- [0.007] Task returned value 21 as expected
- [0.007] Running task 2...
- [0.007] Task returned value 22 as expected
- [0.008] Run three tasks in two workers.
- [0.008] Running task 1...
- [0.009] Task returned value 23 as expected
- [0.009] Running task 3...
- [0.009] Task returned value 25 as expected
- [0.009] Running task 2...
- [0.009] Task returned value 24 as expected
- [0.009] Run a scheduler inside a worker.
- [0.010] Running task 1...
- [0.010] Running task 2...
- [0.010] Task returned value 27 as expected
- [0.010] Running task 3...
- [0.010] Task returned value 28 as expected
- [0.011] Running task 1.2...
- [0.011] Running task 1.1...
- [0.011] Task returned value 100 as expected
- [0.011] Task returned value 101 as expected
- [0.011] Running task 1.3...
- [0.011] Task returned value 102 as expected
- [0.012] Exit the worker prematurely.
- [0.013] Running task 2...
- [0.013] Running task 1...
- [0.013] Task failed with "worker exited with code 18" as expected
- [0.014] Task failed with "worker exited with code 17" as expected
- [0.014] Running task 3...
- [0.014] Running task 4...
- [0.114] Task returned value 29 as expected
- [0.114] Running task 5...
- [0.115] Task returned value 30 as expected
- [0.215] Task returned value 31 as expected
- [0.215] Have a task reach its timeout (SIGTERM).
- [0.216] Running long task...
- [0.316] Task failed with "worker was killed by SIGTERM" as expected
- [0.316] Have a task reach its timeout (SIGTERM + SIGKILL).
- [0.317] Running long task...
- [0.417] Task failed with "worker was killed by SIGTERM" as expected
- [0.417] Have a task reach its timeout (SIGKILL).
- [0.418] Running long task...
- [0.518] Task failed with "worker was killed by SIGKILL" as expected
- [0.518] Have a task reach its timeout (SIGTERM, ignore).
- [0.519] Running long task...
- [1.019] Task failed with "I should have been killed by now" as expected
- [1.020] Have a task reach its timeout (SIGTERM + SIGKILL, ignore).
- [1.021] Running long task...
- [1.221] Task failed with "worker was killed by SIGKILL" as expected
- [1.221] Have a task reach its timeout (SIGKILL, ignore).
- [1.222] Running long task...
- [1.322] Task failed with "worker was killed by SIGKILL" as expected
- [1.322] Have the scheduler log for tasks.
- [1.324] [message] Log "This is task 1."
- [1.324] [message] Log "I'm logging stuff."
- [1.324] [message] Log "This is task 2."
- [1.324] [message] Log "I'm logging stuff."
- [1.324] [message] Log "This is task 3."
- [1.324] [message] Log "I'm logging stuff."
- [1.324] [message] Log "This is task 4."
- [1.324] [message] Log "I'm logging stuff."
- [1.324] [message] Log "This is task 5."
- [1.324] [message] Log "I'm logging stuff."
- [1.324] [message] Log "This is task 6."
- [1.324] [message] Log "I'm logging stuff."
- [1.324] [message] Log "This is task 7."
- [1.324] [message] Log "I'm logging stuff."
- [1.325] [message] Log "This is task 8."
- [1.325] [message] Log "I'm logging stuff."
- [1.325] [message] Log "This is task 9."
- [1.325] [message] Log "I'm logging stuff."
- [1.325] [message] Log "This is task 10."
- [1.325] [message] Log "I'm logging stuff."
- [1.325] Have tasks ask the scheduler for resources.
- [1.327] Running task 1...
- [1.327] Running task 3...
- [1.327] Running task 2...
- [1.327] [message] Get_resource
- [1.327] Running task 4...
- [1.327] [message] Get_resource
- [1.327] [message] Get_resource
- [1.327] [message] Get_resource
- [1.327] Received resource: 0
- [1.327] Received resource: 1
- [1.327] Received resource: 2
- [1.327] Received resource: 3
- [1.327] Running task 5...
- [1.327] Running task 6...
- [1.327] [message] Get_resource
- [1.327] Running task 8...
- [1.327] [message] Get_resource
- [1.327] Running task 7...
- [1.328] [message] Get_resource
- [1.328] [message] Get_resource
- [1.328] Received resource: 5
- [1.328] Received resource: 4
- [1.328] Received resource: 6
- [1.328] Received resource: 7
- [1.328] Running task 9...
- [1.328] Running task 10...
- [1.328] [message] Get_resource
- [1.328] [message] Get_resource
- [1.429] ok_count = 8, timeout_count = 2
- [1.429] Stop the scheduler while it is running.
- [1.430] Running task 1...
- [1.430] Stop.
- [1.431] Task failed with "worker was killed by SIGTERM" as expected
- [1.431] Task failed with "worker was killed by SIGTERM" as expected
- [1.432] Re-filling the queue.
- [1.432] Refill.
- [1.433] Running task 1.1
- [1.433] Running task 1.2
- [1.433] Refill.
- [1.433] Running task 2.1
- [1.433] Refill.
- [1.433] Running task 3.1
- [1.433] Running task 2.2
- [1.433] Running task 3.2
- [1.434] A task that creates other tasks.
- [1.434] [message] Push 1.1
- [1.434] [message] Push 2.2
- [1.434] [message] Push 3.3
- [1.435] [message] Push 4.4
- [1.435] [message] Push 5.5
- [1.436] Running task 1.1
- [1.436] Running task 4.4
- [1.436] Running task 5.5
- [1.436] Running task 3.3
- [1.436] Running task 2.2
- [1.437] Create a timer and run with no task.
- [1.537] It's time!
- [1.537] Task that emits a message to create a timer that will trigger more tasks.
- [1.638] [message] Push 1
- [1.689] Running subtask 1
- [1.738] [message] Push 2
- [1.789] Running subtask 2
- [1.790] Create a timer and another that cancels the first.
- [1.890] Cancel timer.
- [1.890] Create a task and a timer that regularly logs until the task is finished.
- [1.951] Beep!
- [2.011] Beep!
- [2.071] Beep!
- (cd _build/default/test/unix && ./main.exe)
- [09:53:11.445] [SUCCESS] (1/26) demo
- [09:53:11.445] [SUCCESS] (2/26) fixed seed
- [09:53:11.445] [SUCCESS] (3/26) random seed
- [09:53:11.445] [SUCCESS] (4/26) string_tree: mem_prefix_of
- [09:53:11.445] [SUCCESS] (5/26) Test.current_test_tags
- [09:53:11.445] [SUCCESS] (6/26) TSL parser: positive cases
- [09:53:11.445] [SUCCESS] (7/26) TSL parser: negative cases
- [09:53:11.445] [SUCCESS] (8/26) TSL parser: pretty-printing
- [09:53:11.446] [SUCCESS] (9/26) TSL: evaluation
- [09:53:11.718] [SUCCESS] (10/26) TSL parser: random roundtrips
- [09:53:11.718] [SUCCESS] (11/26) TSL: conjunction helper
- [09:53:11.718] [SUCCESS] (12/26) TSL: is_valid_tag
- [09:53:11.718] [SUCCESS] (13/26) TSL: extract tags
- [09:53:11.718] [SUCCESS] (14/26) diff: simple cases
- [09:53:11.740] [SUCCESS] (15/26) diff: random cases
- [09:53:11.740] [SUCCESS] (16/26) diff: log
- [09:53:11.740] [SUCCESS] (17/26) Check.pp
- [09:53:11.740] [SUCCESS] (18/26) Check.(=)
- [09:53:11.740] [SUCCESS] (19/26) Check.(<>)
- [09:53:11.740] [SUCCESS] (20/26) Check.(<)
- [09:53:11.740] [SUCCESS] (21/26) Check.(<=)
- [09:53:11.740] [SUCCESS] (22/26) Check.(>)
- [09:53:11.740] [SUCCESS] (23/26) Check.(>=)
- [09:53:11.740] [SUCCESS] (24/26) Check.(=~)
- [09:53:11.740] [SUCCESS] (25/26) Check.(=~!)
- [09:53:13.743] [SUCCESS] (26/26) Process.terminate with timeout
- File "test/cram/test-signals.t", line 1, characters 0-0:
- /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t _build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
- diff --git a/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t b/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
- index 3d17d45..52a716d 100644
- --- a/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t
- +++ b/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
- @@ -32,14 +32,12 @@ Test various signal sequences.
-    $ ./tezt-signal.sh INT INT INT
-    Starting test: sleep one second without cooperating
-    Received SIGINT.
- -  ./tezt-signal.sh: 9: kill: No such process
- -  
- +  ./tezt-signal.sh: line 9: kill: (1237) - No such process
-    [1]
-    $ ./tezt-signal.sh INT INT TERM
-    Starting test: sleep one second without cooperating
-    Received SIGINT.
- -  ./tezt-signal.sh: 9: kill: No such process
- -  
- +  ./tezt-signal.sh: line 9: kill: (1256) - No such process
-    [1]
-    $ ./tezt-signal.sh INT TERM INT
-    Starting test: sleep one second without cooperating
- (cd _build/default/test/js && /usr/bin/node main.bc.js)
- [09:53:13.529] [SUCCESS] (1/25) demo
- [09:53:13.535] [SUCCESS] (2/25) fixed seed
- [09:53:13.539] [SUCCESS] (3/25) random seed
- [09:53:13.542] [SUCCESS] (4/25) string_tree: mem_prefix_of
- [09:53:13.543] [SUCCESS] (5/25) Test.current_test_tags
- [09:53:13.549] [SUCCESS] (6/25) TSL parser: positive cases
- [09:53:13.552] [SUCCESS] (7/25) TSL parser: negative cases
- [09:53:13.555] [SUCCESS] (8/25) TSL parser: pretty-printing
- [09:53:13.568] [SUCCESS] (9/25) TSL: evaluation
- [09:53:15.309] [SUCCESS] (10/25) TSL parser: random roundtrips
- [09:53:15.309] [SUCCESS] (11/25) TSL: conjunction helper
- [09:53:15.311] [SUCCESS] (12/25) TSL: is_valid_tag
- [09:53:15.312] [SUCCESS] (13/25) TSL: extract tags
- [09:53:15.312] [SUCCESS] (14/25) diff: simple cases
- [09:53:15.476] [SUCCESS] (15/25) diff: random cases
- [09:53:15.480] [SUCCESS] (16/25) diff: log
- [09:53:15.482] [SUCCESS] (17/25) Check.pp
- [09:53:15.483] [SUCCESS] (18/25) Check.(=)
- [09:53:15.483] [SUCCESS] (19/25) Check.(<>)
- [09:53:15.484] [SUCCESS] (20/25) Check.(<)
- [09:53:15.486] [SUCCESS] (21/25) Check.(<=)
- [09:53:15.486] [SUCCESS] (22/25) Check.(>)
- [09:53:15.487] [SUCCESS] (23/25) Check.(>=)
- [09:53:15.489] [SUCCESS] (24/25) Check.(=~)
- [09:53:15.490] [SUCCESS] (25/25) Check.(=~!)
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 255".

#=== ERROR while compiling tezt.4.2.0 =========================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://gitlab.com/nomadic-labs/tezt/-/archive/4.2.0/tezt-4.2.0.tar.bz2)
# path                 ~/.opam/4.14/.opam-switch/build/tezt.4.2.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p tezt -j 255
# exit-code            1
# env-file             ~/.opam/log/tezt-7-0bc068.env
# output-file          ~/.opam/log/tezt-7-0bc068.out
### output ###
# (cd _build/default/lib_scheduler/test && ./main.exe)
# [0.000] Run no task.
# [0.000] Run one task.
# [0.002] Running task...
# [0.002] Task returned value 17 as expected
# [0.003] Run one task that fails.
# [0.003] Running failing task...
# [0.003] Task failed with "failed" as expected
# [0.004] Run two tasks in a single worker.
# [0.004] Running task 1...
# [0.004] Task returned value 18 as expected
# [0.004] Running task 2...
# [0.004] Task returned value 19 as expected
# [0.005] Run one task in two workers.
# [0.006] Running task...
# [0.006] Task returned value 20 as expected
# [0.006] Run two tasks in two workers.
# [0.007] Running task 1...
# [0.007] Task returned value 21 as expected
# [0.007] Running task 2...
# [0.007] Task returned value 22 as expected
# [0.008] Run three tasks in two workers.
# [0.008] Running task 1...
# [0.009] Task returned value 23 as expected
# [0.009] Running task 3...
# [0.009] Task returned value 25 as expected
# [0.009] Running task 2...
# [0.009] Task returned value 24 as expected
# [0.009] Run a scheduler inside a worker.
# [0.010] Running task 1...
# [0.010] Running task 2...
# [0.010] Task returned value 27 as expected
# [0.010] Running task 3...
# [0.010] Task returned value 28 as expected
# [0.011] Running task 1.2...
# [0.011] Running task 1.1...
# [0.011] Task returned value 100 as expected
# [0.011] Task returned value 101 as expected
# [0.011] Running task 1.3...
# [0.011] Task returned value 102 as expected
# [0.012] Exit the worker prematurely.
# [0.013] Running task 2...
# [0.013] Running task 1...
# [0.013] Task failed with "worker exited with code 18" as expected
# [0.014] Task failed with "worker exited with code 17" as expected
# [0.014] Running task 3...
# [0.014] Running task 4...
# [0.114] Task returned value 29 as expected
# [0.114] Running task 5...
# [0.115] Task returned value 30 as expected
# [0.215] Task returned value 31 as expected
# [0.215] Have a task reach its timeout (SIGTERM).
# [0.216] Running long task...
# [0.316] Task failed with "worker was killed by SIGTERM" as expected
# [0.316] Have a task reach its timeout (SIGTERM + SIGKILL).
# [0.317] Running long task...
# [0.417] Task failed with "worker was killed by SIGTERM" as expected
# [0.417] Have a task reach its timeout (SIGKILL).
# [0.418] Running long task...
# [0.518] Task failed with "worker was killed by SIGKILL" as expected
# [0.518] Have a task reach its timeout (SIGTERM, ignore).
# [0.519] Running long task...
# [1.019] Task failed with "I should have been killed by now" as expected
# [1.020] Have a task reach its timeout (SIGTERM + SIGKILL, ignore).
# [1.021] Running long task...
# [1.221] Task failed with "worker was killed by SIGKILL" as expected
# [1.221] Have a task reach its timeout (SIGKILL, ignore).
# [1.222] Running long task...
# [1.322] Task failed with "worker was killed by SIGKILL" as expected
# [1.322] Have the scheduler log for tasks.
# [1.324] [message] Log "This is task 1."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 2."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 3."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 4."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 5."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 6."
# [1.324] [message] Log "I'm logging stuff."
# [1.324] [message] Log "This is task 7."
# [1.324] [message] Log "I'm logging stuff."
# [1.325] [message] Log "This is task 8."
# [1.325] [message] Log "I'm logging stuff."
# [1.325] [message] Log "This is task 9."
# [1.325] [message] Log "I'm logging stuff."
# [1.325] [message] Log "This is task 10."
# [1.325] [message] Log "I'm logging stuff."
# [1.325] Have tasks ask the scheduler for resources.
# [1.327] Running task 1...
# [1.327] Running task 3...
# [1.327] Running task 2...
# [1.327] [message] Get_resource
# [1.327] Running task 4...
# [1.327] [message] Get_resource
# [1.327] [message] Get_resource
# [1.327] [message] Get_resource
# [1.327] Received resource: 0
# [1.327] Received resource: 1
# [1.327] Received resource: 2
# [1.327] Received resource: 3
# [1.327] Running task 5...
# [1.327] Running task 6...
# [1.327] [message] Get_resource
# [1.327] Running task 8...
# [1.327] [message] Get_resource
# [1.327] Running task 7...
# [1.328] [message] Get_resource
# [1.328] [message] Get_resource
# [1.328] Received resource: 5
# [1.328] Received resource: 4
# [1.328] Received resource: 6
# [1.328] Received resource: 7
# [1.328] Running task 9...
# [1.328] Running task 10...
# [1.328] [message] Get_resource
# [1.328] [message] Get_resource
# [1.429] ok_count = 8, timeout_count = 2
# [1.429] Stop the scheduler while it is running.
# [1.430] Running task 1...
# [1.430] Stop.
# [1.431] Task failed with "worker was killed by SIGTERM" as expected
# [1.431] Task failed with "worker was killed by SIGTERM" as expected
# [1.432] Re-filling the queue.
# [1.432] Refill.
# [1.433] Running task 1.1
# [1.433] Running task 1.2
# [1.433] Refill.
# [1.433] Running task 2.1
# [1.433] Refill.
# [1.433] Running task 3.1
# [1.433] Running task 2.2
# [1.433] Running task 3.2
# [1.434] A task that creates other tasks.
# [1.434] [message] Push 1.1
# [1.434] [message] Push 2.2
# [1.434] [message] Push 3.3
# [1.435] [message] Push 4.4
# [1.435] [message] Push 5.5
# [1.436] Running task 1.1
# [1.436] Running task 4.4
# [1.436] Running task 5.5
# [1.436] Running task 3.3
# [1.436] Running task 2.2
# [1.437] Create a timer and run with no task.
# [1.537] It's time!
# [1.537] Task that emits a message to create a timer that will trigger more tasks.
# [1.638] [message] Push 1
# [1.689] Running subtask 1
# [1.738] [message] Push 2
# [1.789] Running subtask 2
# [1.790] Create a timer and another that cancels the first.
# [1.890] Cancel timer.
# [1.890] Create a task and a timer that regularly logs until the task is finished.
# [1.951] Beep!
# [2.011] Beep!
# [2.071] Beep!
# (cd _build/default/test/unix && ./main.exe)
# [09:53:11.445] [SUCCESS] (1/26) demo
# [09:53:11.445] [SUCCESS] (2/26) fixed seed
# [09:53:11.445] [SUCCESS] (3/26) random seed
# [09:53:11.445] [SUCCESS] (4/26) string_tree: mem_prefix_of
# [09:53:11.445] [SUCCESS] (5/26) Test.current_test_tags
# [09:53:11.445] [SUCCESS] (6/26) TSL parser: positive cases
# [09:53:11.445] [SUCCESS] (7/26) TSL parser: negative cases
# [09:53:11.445] [SUCCESS] (8/26) TSL parser: pretty-printing
# [09:53:11.446] [SUCCESS] (9/26) TSL: evaluation
# [09:53:11.718] [SUCCESS] (10/26) TSL parser: random roundtrips
# [09:53:11.718] [SUCCESS] (11/26) TSL: conjunction helper
# [09:53:11.718] [SUCCESS] (12/26) TSL: is_valid_tag
# [09:53:11.718] [SUCCESS] (13/26) TSL: extract tags
# [09:53:11.718] [SUCCESS] (14/26) diff: simple cases
# [09:53:11.740] [SUCCESS] (15/26) diff: random cases
# [09:53:11.740] [SUCCESS] (16/26) diff: log
# [09:53:11.740] [SUCCESS] (17/26) Check.pp
# [09:53:11.740] [SUCCESS] (18/26) Check.(=)
# [09:53:11.740] [SUCCESS] (19/26) Check.(<>)
# [09:53:11.740] [SUCCESS] (20/26) Check.(<)
# [09:53:11.740] [SUCCESS] (21/26) Check.(<=)
# [09:53:11.740] [SUCCESS] (22/26) Check.(>)
# [09:53:11.740] [SUCCESS] (23/26) Check.(>=)
# [09:53:11.740] [SUCCESS] (24/26) Check.(=~)
# [09:53:11.740] [SUCCESS] (25/26) Check.(=~!)
# [09:53:13.743] [SUCCESS] (26/26) Process.terminate with timeout
# File "test/cram/test-signals.t", line 1, characters 0-0:
# /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t _build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
# diff --git a/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t b/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
# index 3d17d45..52a716d 100644
# --- a/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t
# +++ b/_build/.sandbox/252832b88636581a8af569f87e6fb3e8/default/test/cram/test-signals.t.corrected
# @@ -32,14 +32,12 @@ Test various signal sequences.
#    $ ./tezt-signal.sh INT INT INT
#    Starting test: sleep one second without cooperating
#    Received SIGINT.
# -  ./tezt-signal.sh: 9: kill: No such process
# -  
# +  ./tezt-signal.sh: line 9: kill: (1237) - No such process
#    [1]
#    $ ./tezt-signal.sh INT INT TERM
#    Starting test: sleep one second without cooperating
#    Received SIGINT.
# -  ./tezt-signal.sh: 9: kill: No such process
# -  
# +  ./tezt-signal.sh: line 9: kill: (1256) - No such process
#    [1]
#    $ ./tezt-signal.sh INT TERM INT
#    Starting test: sleep one second without cooperating
# (cd _build/default/test/js && /usr/bin/node main.bc.js)
# [09:53:13.529] [SUCCESS] (1/25) demo
# [09:53:13.535] [SUCCESS] (2/25) fixed seed
# [09:53:13.539] [SUCCESS] (3/25) random seed
# [09:53:13.542] [SUCCESS] (4/25) string_tree: mem_prefix_of
# [09:53:13.543] [SUCCESS] (5/25) Test.current_test_tags
# [09:53:13.549] [SUCCESS] (6/25) TSL parser: positive cases
# [09:53:13.552] [SUCCESS] (7/25) TSL parser: negative cases
# [09:53:13.555] [SUCCESS] (8/25) TSL parser: pretty-printing
# [09:53:13.568] [SUCCESS] (9/25) TSL: evaluation
# [09:53:15.309] [SUCCESS] (10/25) TSL parser: random roundtrips
# [09:53:15.309] [SUCCESS] (11/25) TSL: conjunction helper
# [09:53:15.311] [SUCCESS] (12/25) TSL: is_valid_tag
# [09:53:15.312] [SUCCESS] (13/25) TSL: extract tags
# [09:53:15.312] [SUCCESS] (14/25) diff: simple cases
# [09:53:15.476] [SUCCESS] (15/25) diff: random cases
# [09:53:15.480] [SUCCESS] (16/25) diff: log
# [09:53:15.482] [SUCCESS] (17/25) Check.pp
# [09:53:15.483] [SUCCESS] (18/25) Check.(=)
# [09:53:15.483] [SUCCESS] (19/25) Check.(<>)
# [09:53:15.484] [SUCCESS] (20/25) Check.(<)
# [09:53:15.486] [SUCCESS] (21/25) Check.(<=)
# [09:53:15.486] [SUCCESS] (22/25) Check.(>)
# [09:53:15.487] [SUCCESS] (23/25) Check.(>=)
# [09:53:15.489] [SUCCESS] (24/25) Check.(=~)
# [09:53:15.490] [SUCCESS] (25/25) Check.(=~!)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tezt 4.2.0
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose tezt.4.2.0' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose tezt.4.2.0;
        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" != 'tezt.4.2.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-03-10 09:53.49: Job failed: Failed: Build failed
2026-03-10 09:53.49: Log analysis:
2026-03-10 09:53.49: >>> 
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 255".
 (score = 20)
2026-03-10 09:53.49: >>> 
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 255".
 (score = 20)
2026-03-10 09:53.49: The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 255".