(not at the head of any monitored branch or PR)
2026-03-10 08:59.52: New job: test tezt.4.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
                              on fedora-42-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:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
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 "\"fedora-42\""; 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 "\"fedora-42\""; 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.52: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da-tezt.4.2.0-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 08:59.52: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da)
 (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 \"\\\"fedora-42\\\"\"; 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 \"\\\"fedora-42\\\"\"; 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.52: Waiting for resource in pool OCluster
2026-03-10 09:49.45: Waiting for worker…
2026-03-10 09:51.51: Got resource from pool OCluster
Building on laodoke.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:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da' locally
docker.io/ocaml/opam@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
a63ad0cf811e: Pulling fs layer
26762bf4e806: Pulling fs layer
14827f2f8794: Pulling fs layer
849012283632: Pulling fs layer
425fb6fec6ea: Pulling fs layer
a3a231378de2: Pulling fs layer
14827f2f8794: Waiting
849012283632: Waiting
e4aa6ada67a1: Pulling fs layer
425fb6fec6ea: Waiting
a3a231378de2: Waiting
fa5dc5ca76a9: Pulling fs layer
e4aa6ada67a1: Waiting
beb8f28f6403: Pulling fs layer
fa5dc5ca76a9: Waiting
d9073b6f4f34: Pulling fs layer
beb8f28f6403: Waiting
cc61720b498b: Pulling fs layer
d9073b6f4f34: Waiting
ec16e13560a9: Pulling fs layer
cc61720b498b: Waiting
c915edff33e9: Pulling fs layer
ec16e13560a9: Waiting
c915edff33e9: Waiting
47777bb2b205: Pulling fs layer
fdfa6e41431a: Pulling fs layer
47777bb2b205: Waiting
fdfa6e41431a: Waiting
b8e7506942e5: Pulling fs layer
c815a02c550d: Pulling fs layer
b8e7506942e5: Waiting
0471d25f745f: Pulling fs layer
c815a02c550d: Waiting
0471d25f745f: Waiting
f847762d1393: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f847762d1393: Waiting
02f11825812a: Pulling fs layer
4f4fb700ef54: Waiting
5f52b149c240: Pulling fs layer
e26940ad43ab: Pulling fs layer
02f11825812a: Waiting
5f52b149c240: Waiting
bcdaa287b766: Pulling fs layer
001da6cbc747: Pulling fs layer
0ade5152d5a1: Pulling fs layer
e26940ad43ab: Waiting
bcdaa287b766: Waiting
001da6cbc747: Waiting
19cc0ca1cdac: Pulling fs layer
0ade5152d5a1: Waiting
a5bce2399eb8: Pulling fs layer
19cc0ca1cdac: Waiting
e69f527a5db8: Pulling fs layer
a5bce2399eb8: Waiting
1b3444ad203f: Pulling fs layer
52c403230724: Pulling fs layer
e69f527a5db8: Waiting
3fa0159df738: Pulling fs layer
52c403230724: Waiting
20ee17bfd1e1: Pulling fs layer
3fa0159df738: Waiting
de0a57e48266: Pulling fs layer
20ee17bfd1e1: Waiting
0e6a1b38bd96: Pulling fs layer
de0a57e48266: Waiting
e867e2bef61d: Pulling fs layer
0e6a1b38bd96: Waiting
a5d06b20b20b: Pulling fs layer
e867e2bef61d: Waiting
9036bb3a5517: Pulling fs layer
a5d06b20b20b: Waiting
6727305d8458: Pulling fs layer
9036bb3a5517: Waiting
6727305d8458: Waiting
995dda69cc16: Pulling fs layer
b74f58638dc8: Pulling fs layer
995dda69cc16: Waiting
2775868513f5: Pulling fs layer
b74f58638dc8: Waiting
2775868513f5: Waiting
a63ad0cf811e: Verifying Checksum
a63ad0cf811e: Download complete
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
26762bf4e806: Verifying Checksum
26762bf4e806: Download complete
425fb6fec6ea: Verifying Checksum
425fb6fec6ea: Download complete
a3a231378de2: Verifying Checksum
a3a231378de2: Download complete
849012283632: Verifying Checksum
849012283632: Download complete
14827f2f8794: Verifying Checksum
14827f2f8794: Download complete
bcbfb8588268: Pull complete
a63ad0cf811e: Pull complete
e4aa6ada67a1: Verifying Checksum
e4aa6ada67a1: Download complete
fa5dc5ca76a9: Verifying Checksum
fa5dc5ca76a9: Download complete
d9073b6f4f34: Verifying Checksum
d9073b6f4f34: Download complete
cc61720b498b: Verifying Checksum
cc61720b498b: Download complete
beb8f28f6403: Verifying Checksum
beb8f28f6403: Download complete
47777bb2b205: Download complete
ec16e13560a9: Verifying Checksum
ec16e13560a9: Download complete
c915edff33e9: Download complete
fdfa6e41431a: Verifying Checksum
fdfa6e41431a: Download complete
b8e7506942e5: Download complete
c815a02c550d: Verifying Checksum
c815a02c550d: Download complete
0471d25f745f: Download complete
f847762d1393: Download complete
02f11825812a: Download complete
5f52b149c240: Verifying Checksum
5f52b149c240: Download complete
e26940ad43ab: Verifying Checksum
e26940ad43ab: Download complete
bcdaa287b766: Verifying Checksum
bcdaa287b766: Download complete
4f4fb700ef54: Download complete
001da6cbc747: Download complete
0ade5152d5a1: Verifying Checksum
0ade5152d5a1: Download complete
19cc0ca1cdac: Verifying Checksum
19cc0ca1cdac: Download complete
a5bce2399eb8: Verifying Checksum
a5bce2399eb8: Download complete
e69f527a5db8: Verifying Checksum
e69f527a5db8: Download complete
26762bf4e806: Pull complete
1b3444ad203f: Verifying Checksum
1b3444ad203f: Download complete
52c403230724: Download complete
3fa0159df738: Verifying Checksum
3fa0159df738: Download complete
de0a57e48266: Verifying Checksum
de0a57e48266: Download complete
e867e2bef61d: Verifying Checksum
e867e2bef61d: Download complete
a5d06b20b20b: Verifying Checksum
a5d06b20b20b: Download complete
9036bb3a5517: Verifying Checksum
9036bb3a5517: Download complete
0e6a1b38bd96: Verifying Checksum
0e6a1b38bd96: Download complete
995dda69cc16: Verifying Checksum
995dda69cc16: Download complete
6727305d8458: Verifying Checksum
6727305d8458: Download complete
b74f58638dc8: Verifying Checksum
b74f58638dc8: Download complete
2775868513f5: Verifying Checksum
2775868513f5: Download complete
20ee17bfd1e1: Verifying Checksum
20ee17bfd1e1: Download complete
14827f2f8794: Pull complete
849012283632: Pull complete
425fb6fec6ea: Pull complete
a3a231378de2: Pull complete
e4aa6ada67a1: Pull complete
fa5dc5ca76a9: Pull complete
beb8f28f6403: Pull complete
d9073b6f4f34: Pull complete
cc61720b498b: Pull complete
ec16e13560a9: Pull complete
c915edff33e9: Pull complete
47777bb2b205: Pull complete
fdfa6e41431a: Pull complete
b8e7506942e5: Pull complete
c815a02c550d: Pull complete
0471d25f745f: Pull complete
f847762d1393: Pull complete
4f4fb700ef54: Pull complete
02f11825812a: Pull complete
5f52b149c240: Pull complete
e26940ad43ab: Pull complete
bcdaa287b766: Pull complete
001da6cbc747: Pull complete
0ade5152d5a1: Pull complete
19cc0ca1cdac: Pull complete
a5bce2399eb8: Pull complete
e69f527a5db8: Pull complete
1b3444ad203f: Pull complete
52c403230724: Pull complete
3fa0159df738: Pull complete
20ee17bfd1e1: Pull complete
de0a57e48266: Pull complete
0e6a1b38bd96: Pull complete
e867e2bef61d: Pull complete
a5d06b20b20b: Pull complete
9036bb3a5517: Pull complete
6727305d8458: Pull complete
995dda69cc16: Pull complete
b74f58638dc8: Pull complete
2775868513f5: Pull complete
Digest: sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
Status: Downloaded newer image for ocaml/opam@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
2026-03-10 09:54.53 ---> saved as "4f4aad99373b064eb667a9f696f7c6d39ac750bdfb8a8b7f98f15f1c5afd5dcd"

/: (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:54.53 ---> saved as "20911cbf85592b0aa5ed4677b5b9647deace104570a70f76f53a37b2c5f407b7"

/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-03-10 09:55.22 ---> saved as "79891501f4b82044246c3ac06abe2b77b5f7f723a65768644cbac1b80c9a4a6a"

/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=fedora os-version=42
# 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       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:55.22 ---> saved as "86fdaa4d94cc0167852d981a6632d1a6a972fe820c609ef5da3f8897f3d62697"

/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:55.32 ---> saved as "5ce81cfef8afd01e5edf9f9f60c77f2ae3ca7012d095529f484ea8d19002ab99"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 09:55.43 ---> saved as "8d6388f8dcfdf1e58240042cd3a0a91e4863fd6da210b3a08923a2a6f28e477d"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  32.4 KiB/s |   4.8 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-10 09:56.07 ---> saved as "0e4a0b8c43fff12325359141840caa65e6480bd7e4e941db5ab5e86d8f3be04c"

/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:56.07 ---> saved as "f1d28605bafdfa06091d4ea23e32c857a6a3971be67f6341e0a535a55d9ab0d9"

/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 \"\\\"fedora-42\\\"\"; 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:56.46 ---> saved as "a000705328a306fd30638dd37f65710255241883457988ac0a651646ebff855f"

/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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "npm"
- Updating and loading repositories:
- Repositories loaded.
- Package           Arch   Version                   Repository      Size
- Installing:
-  nodejs-npm       x86_64 1:10.9.4-1.22.22.0.2.fc42 updates      9.2 MiB
- Installing dependencies:
-  c-ares           x86_64 1.34.5-1.fc42             updates    269.1 KiB
-  libuv            x86_64 1:1.51.0-1.fc42           updates    570.2 KiB
-  nodejs           x86_64 1:22.22.0-2.fc42          updates    161.6 KiB
-  nodejs-libs      x86_64 1:22.22.0-2.fc42          updates     78.1 MiB
- Installing weak dependencies:
-  nodejs-docs      noarch 1:22.22.0-2.fc42          updates     97.5 MiB
-  nodejs-full-i18n x86_64 1:22.22.0-2.fc42          updates     30.4 MiB
- 
- Transaction Summary:
-  Installing:         7 packages
- 
- Total size of inbound packages is 40 MiB. Need to download 40 MiB.
- After this operation, 216 MiB extra will be used (install 216 MiB, remove 0 B).
- [1/7] nodejs-1:22.22.0-2.fc42.x86_64    100% | 392.5 KiB/s |  51.4 KiB |  00m00s
- [2/7] c-ares-0:1.34.5-1.fc42.x86_64     100% |   1.1 MiB/s | 117.0 KiB |  00m00s
- [3/7] nodejs-npm-1:10.9.4-1.22.22.0.2.f 100% |   7.8 MiB/s |   2.3 MiB |  00m00s
- [4/7] libuv-1:1.51.0-1.fc42.x86_64      100% |   1.9 MiB/s | 266.3 KiB |  00m00s
- [5/7] nodejs-docs-1:22.22.0-2.fc42.noar 100% |   8.2 MiB/s |   9.1 MiB |  00m01s
- [6/7] nodejs-libs-1:22.22.0-2.fc42.x86_ 100% |   9.5 MiB/s |  19.6 MiB |  00m02s
- [7/7] nodejs-full-i18n-1:22.22.0-2.fc42 100% |   4.2 MiB/s |   8.5 MiB |  00m02s
- --------------------------------------------------------------------------------
- [7/7] Total                             100% |  15.8 MiB/s |  40.1 MiB |  00m03s
- Running transaction
- [1/9] Verify package files              100% |  19.0   B/s |   7.0   B |  00m00s
- [2/9] Prepare transaction               100% |  71.0   B/s |   7.0   B |  00m00s
- [3/9] Installing libuv-1:1.51.0-1.fc42. 100% | 111.9 MiB/s | 573.0 KiB |  00m00s
- [4/9] Installing c-ares-0:1.34.5-1.fc42 100% |  66.1 MiB/s | 270.7 KiB |  00m00s
- [5/9] Installing nodejs-libs-1:22.22.0- 100% | 155.4 MiB/s |  78.1 MiB |  00m01s
- [6/9] Installing nodejs-1:22.22.0-2.fc4 100% |   5.0 MiB/s | 163.7 KiB |  00m00s
- [7/9] Installing nodejs-npm-1:10.9.4-1. 100% |  31.4 MiB/s |   9.6 MiB |  00m00s
- [8/9] Installing nodejs-full-i18n-1:22. 100% | 149.1 MiB/s |  30.4 MiB |  00m00s
- [9/9] Installing nodejs-docs-1:22.22.0- 100% | 581.1 MiB/s |  97.6 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.4-1.22.22.0.2.fc42.x86_64

<><> 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)
-> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
-> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
-> installed conf-npm.1
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> 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)
-> 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
-> installed dune.3.18.2
-> installed fmt.0.11.0
-> 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 cstruct.6.2.0
-> retrieved uuseg.17.0.0  (https://opam.ocaml.org/cache)
-> installed ocplib-endian.1.2
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> removed   uutf.1.0.4
-> installed hex.1.5.0
-> retrieved yojson.3.0.0  (https://opam.ocaml.org/cache)
-> installed dune-build-info.3.19.1
-> installed uutf.1.0.4
-> installed dune-configurator.3.19.1
-> installed yojson.3.0.0
-> installed jsonm.1.0.2
-> installed ezjsonm.1.3.0
-> 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 js_of_ocaml-compiler.6.0.1
-> installed ocamlformat-lib.0.26.2
-> 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 71".

#=== 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 71
# exit-code            1
# env-file             ~/.opam/log/tezt-7-64797a.env
# output-file          ~/.opam/log/tezt-7-64797a.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.002] Running failing task...
# [0.003] Task failed with "failed" as expected
# [0.003] Run two tasks in a single worker.
# [0.003] Running task 1...
# [0.003] Task returned value 18 as expected
# [0.003] Running task 2...
# [0.003] Task returned value 19 as expected
# [0.003] Run one task in two workers.
# [0.004] Running task...
# [0.004] Task returned value 20 as expected
# [0.004] Run two tasks in two workers.
# [0.005] Running task 2...
# [0.005] Running task 1...
# [0.005] Task returned value 22 as expected
# [0.005] Task returned value 21 as expected
# [0.005] Run three tasks in two workers.
# [0.006] Running task 1...
# [0.006] Running task 2...
# [0.006] Task returned value 23 as expected
# [0.006] Task returned value 24 as expected
# [0.006] Running task 3...
# [0.006] Task returned value 25 as expected
# [0.006] Run a scheduler inside a worker.
# [0.007] Running task 1...
# [0.007] Running task 2...
# [0.007] Task returned value 27 as expected
# [0.007] Running task 3...
# [0.007] Task returned value 28 as expected
# [0.007] Running task 1.1...
# [0.007] Task returned value 100 as expected
# [0.007] Running task 1.2...
# [0.007] Task returned value 101 as expected
# [0.007] Running task 1.3...
# [0.007] Task returned value 102 as expected
# [0.008] Exit the worker prematurely.
# [0.009] Running task 1...
# [0.009] Running task 2...
# [0.009] Task failed with "worker exited with code 17" as expected
# [0.009] Task failed with "worker exited with code 18" as expected
# [0.009] Running task 3...
# [0.009] Running task 4...
# [0.109] Task returned value 29 as expected
# [0.110] Running task 5...
# [0.110] Task returned value 30 as expected
# [0.210] Task returned value 31 as expected
# [0.210] Have a task reach its timeout (SIGTERM).
# [0.211] Running long task...
# [0.311] Task failed with "worker was killed by SIGTERM" as expected
# [0.311] Have a task reach its timeout (SIGTERM + SIGKILL).
# [0.311] Running long task...
# [0.412] Task failed with "worker was killed by SIGTERM" as expected
# [0.412] Have a task reach its timeout (SIGKILL).
# [0.412] Running long task...
# [0.512] Task failed with "worker was killed by SIGKILL" as expected
# [0.512] Have a task reach its timeout (SIGTERM, ignore).
# [0.513] Running long task...
# [1.013] Task failed with "I should have been killed by now" as expected
# [1.014] Have a task reach its timeout (SIGTERM + SIGKILL, ignore).
# [1.014] Running long task...
# [1.214] Task failed with "worker was killed by SIGKILL" as expected
# [1.214] Have a task reach its timeout (SIGKILL, ignore).
# [1.215] Running long task...
# [1.315] Task failed with "worker was killed by SIGKILL" as expected
# [1.315] Have the scheduler log for tasks.
# [1.316] [message] Log "This is task 2."
# [1.316] [message] Log "I'm logging stuff."
# [1.316] [message] Log "This is task 1."
# [1.316] [message] Log "I'm logging stuff."
# [1.316] [message] Log "This is task 4."
# [1.316] [message] Log "I'm logging stuff."
# [1.316] [message] Log "This is task 5."
# [1.316] [message] Log "I'm logging stuff."
# [1.316] [message] Log "This is task 3."
# [1.316] [message] Log "I'm logging stuff."
# [1.316] [message] Log "This is task 7."
# [1.316] [message] Log "I'm logging stuff."
# [1.316] [message] Log "This is task 6."
# [1.316] [message] Log "I'm logging stuff."
# [1.317] [message] Log "This is task 9."
# [1.317] [message] Log "I'm logging stuff."
# [1.317] [message] Log "This is task 10."
# [1.317] [message] Log "I'm logging stuff."
# [1.317] [message] Log "This is task 8."
# [1.317] [message] Log "I'm logging stuff."
# [1.317] Have tasks ask the scheduler for resources.
# [1.318] Running task 1...
# [1.318] Running task 3...
# [1.318] [message] Get_resource
# [1.318] Running task 4...
# [1.318] [message] Get_resource
# [1.318] Running task 2...
# [1.318] [message] Get_resource
# [1.318] Received resource: 0
# [1.318] Received resource: 1
# [1.318] [message] Get_resource
# [1.318] Received resource: 2
# [1.318] Running task 5...
# [1.318] Running task 6...
# [1.318] [message] Get_resource
# [1.318] Received resource: 3
# [1.318] [message] Get_resource
# [1.318] Running task 7...
# [1.318] Received resource: 4
# [1.318] Received resource: 5
# [1.318] [message] Get_resource
# [1.318] Running task 8...
# [1.318] Received resource: 6
# [1.318] Running task 10...
# [1.318] Running task 9...
# [1.318] [message] Get_resource
# [1.318] [message] Get_resource
# [1.318] [message] Get_resource
# [1.318] Received resource: 7
# [1.419] ok_count = 8, timeout_count = 2
# [1.419] Stop the scheduler while it is running.
# [1.421] Running task 1...
# [1.421] Stop.
# [1.421] Task failed with "worker was killed by SIGTERM" as expected
# [1.421] Task failed with "worker was killed by SIGTERM" as expected
# [1.422] Re-filling the queue.
# [1.422] Refill.
# [1.423] Running task 1.2
# [1.423] Running task 1.1
# [1.423] Refill.
# [1.423] Running task 2.1
# [1.423] Refill.
# [1.423] Running task 2.2
# [1.423] Running task 3.1
# [1.423] Running task 3.2
# [1.424] A task that creates other tasks.
# [1.424] [message] Push 1.1
# [1.424] [message] Push 2.2
# [1.424] [message] Push 3.3
# [1.424] [message] Push 4.4
# [1.424] [message] Push 5.5
# [1.425] Running task 1.1
# [1.425] Running task 3.3
# [1.425] Running task 4.4
# [1.425] Running task 2.2
# [1.425] Running task 5.5
# [1.426] Create a timer and run with no task.
# [1.526] It's time!
# [1.526] Task that emits a message to create a timer that will trigger more tasks.
# [1.627] [message] Push 1
# [1.678] Running subtask 1
# [1.727] [message] Push 2
# [1.778] Running subtask 2
# [1.778] Create a timer and another that cancels the first.
# [1.878] Cancel timer.
# [1.878] Create a task and a timer that regularly logs until the task is finished.
# [1.939] Beep!
# [1.999] Beep!
# [2.059] Beep!
# (cd _build/default/test/unix && ./main.exe)
# [09:58:44.519] [SUCCESS] (1/26) demo
# [09:58:44.519] [SUCCESS] (2/26) fixed seed
# [09:58:44.519] [SUCCESS] (3/26) random seed
# [09:58:44.520] [SUCCESS] (4/26) string_tree: mem_prefix_of
# [09:58:44.520] [SUCCESS] (5/26) Test.current_test_tags
# [09:58:44.520] [SUCCESS] (6/26) TSL parser: positive cases
# [09:58:44.520] [SUCCESS] (7/26) TSL parser: negative cases
# [09:58:44.520] [SUCCESS] (8/26) TSL parser: pretty-printing
# [09:58:44.520] [SUCCESS] (9/26) TSL: evaluation
# [09:58:44.907] [SUCCESS] (10/26) TSL parser: random roundtrips
# [09:58:44.907] [SUCCESS] (11/26) TSL: conjunction helper
# [09:58:44.907] [SUCCESS] (12/26) TSL: is_valid_tag
# [09:58:44.907] [SUCCESS] (13/26) TSL: extract tags
# [09:58:44.907] [SUCCESS] (14/26) diff: simple cases
# [09:58:44.941] [SUCCESS] (15/26) diff: random cases
# [09:58:44.941] [SUCCESS] (16/26) diff: log
# [09:58:44.941] [SUCCESS] (17/26) Check.pp
# [09:58:44.941] [SUCCESS] (18/26) Check.(=)
# [09:58:44.941] [SUCCESS] (19/26) Check.(<>)
# [09:58:44.941] [SUCCESS] (20/26) Check.(<)
# [09:58:44.941] [SUCCESS] (21/26) Check.(<=)
# [09:58:44.941] [SUCCESS] (22/26) Check.(>)
# [09:58:44.941] [SUCCESS] (23/26) Check.(>=)
# [09:58:44.941] [SUCCESS] (24/26) Check.(=~)
# [09:58:44.942] [SUCCESS] (25/26) Check.(=~!)
# [09:58:46.944] [SUCCESS] (26/26) Process.terminate with timeout
# File "test/cram/test-signals.t", line 1, characters 0-0:
# /usr/sbin/git --no-pager diff --no-index --color=always -u _build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t _build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t.corrected
# diff --git a/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t b/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t.corrected
# index 3d17d45..3ca0cee 100644
# --- a/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t
# +++ b/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/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: (12763) - 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: (12782) - No such process
#    [1]
#    $ ./tezt-signal.sh INT TERM INT
#    Starting test: sleep one second without cooperating
# (cd _build/default/test/js && /usr/sbin/node main.bc.js)
# [09:58:47.563] [SUCCESS] (1/25) demo
# [09:58:47.569] [SUCCESS] (2/25) fixed seed
# [09:58:47.585] [SUCCESS] (3/25) random seed
# [09:58:47.588] [SUCCESS] (4/25) string_tree: mem_prefix_of
# [09:58:47.589] [SUCCESS] (5/25) Test.current_test_tags
# [09:58:47.599] [SUCCESS] (6/25) TSL parser: positive cases
# [09:58:47.602] [SUCCESS] (7/25) TSL parser: negative cases
# [09:58:47.608] [SUCCESS] (8/25) TSL parser: pretty-printing
# [09:58:47.628] [SUCCESS] (9/25) TSL: evaluation
# [09:58:51.131] [SUCCESS] (10/25) TSL parser: random roundtrips
# [09:58:51.134] [SUCCESS] (11/25) TSL: conjunction helper
# [09:58:51.134] [SUCCESS] (12/25) TSL: is_valid_tag
# [09:58:51.135] [SUCCESS] (13/25) TSL: extract tags
# [09:58:51.138] [SUCCESS] (14/25) diff: simple cases
# [09:58:51.392] [SUCCESS] (15/25) diff: random cases
# [09:58:51.398] [SUCCESS] (16/25) diff: log
# [09:58:51.401] [SUCCESS] (17/25) Check.pp
# [09:58:51.403] [SUCCESS] (18/25) Check.(=)
# [09:58:51.404] [SUCCESS] (19/25) Check.(<>)
# [09:58:51.405] [SUCCESS] (20/25) Check.(<)
# [09:58:51.407] [SUCCESS] (21/25) Check.(<=)
# [09:58:51.410] [SUCCESS] (22/25) Check.(>)
# [09:58:51.411] [SUCCESS] (23/25) Check.(>=)
# [09:58:51.413] [SUCCESS] (24/25) Check.(=~)
# [09:58:51.414] [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-20260310095647.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
2026-03-10 09:58.57 ---> saved as "fbc78ed25d208d0366a2611122b7e02f61f04a5cb379ed3a4ae848cccb33994c"

/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 \"\\\"fedora-42\\\"\"; 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
[WARNING] Opam package conf-npm.1 depends on the following system package that can no longer be found: npm
The following actions will be performed:
=== recompile 1 package
  - recompile conf-npm 1              [upstream or system changes]
=== install 1 package
  - install   tezt     4.2.0 (pinned)

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "npm"
- Updating and loading repositories:
- Repositories loaded.
- Package "nodejs-npm-1:10.9.4-1.22.22.0.2.fc42.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.4-1.22.22.0.2.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/7: [tezt.4.2.0: extract]
Processing  3/7: [tezt.4.2.0: extract] [conf-npm: npm]
-> retrieved tezt.4.2.0  (cached)
Processing  3/7: [conf-npm: npm]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "npm" "--version" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-npm.1)
- 10.9.4
-> compiled  conf-npm.1
-> removed   conf-npm.1
-> installed conf-npm.1
Processing  6/7: [tezt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tezt" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezt.4.2.0)
Processing  6/7: [tezt: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "tezt" "-j" "71" (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.005] Running task 2...
- [0.005] 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.006] Running task 2...
- [0.006] Task returned value 22 as expected
- [0.006] Running task 1...
- [0.007] Task returned value 21 as expected
- [0.007] Run three tasks in two workers.
- [0.008] Running task 2...
- [0.008] Running task 1...
- [0.008] Task returned value 24 as expected
- [0.008] Task returned value 23 as expected
- [0.008] Running task 3...
- [0.008] Task returned value 25 as expected
- [0.008] Run a scheduler inside a worker.
- [0.009] Running task 1...
- [0.009] Running task 1.1...
- [0.009] Task returned value 100 as expected
- [0.009] Running task 2...
- [0.009] Running task 1.2...
- [0.009] Running task 1.3...
- [0.009] Task returned value 27 as expected
- [0.010] Running task 3...
- [0.010] Task returned value 28 as expected
- [0.010] Task returned value 102 as expected
- [0.010] Task returned value 101 as expected
- [0.010] Exit the worker prematurely.
- [0.011] Running task 1...
- [0.011] Running task 2...
- [0.011] Task failed with "worker exited with code 17" as expected
- [0.012] Task failed with "worker exited with code 18" as expected
- [0.012] Running task 3...
- [0.012] Running task 4...
- [0.112] Task returned value 29 as expected
- [0.112] Running task 5...
- [0.112] Task returned value 30 as expected
- [0.212] Task returned value 31 as expected
- [0.213] Have a task reach its timeout (SIGTERM).
- [0.213] Running long task...
- [0.314] Task failed with "worker was killed by SIGTERM" as expected
- [0.314] Have a task reach its timeout (SIGTERM + SIGKILL).
- [0.314] Running long task...
- [0.415] Task failed with "worker was killed by SIGTERM" as expected
- [0.415] Have a task reach its timeout (SIGKILL).
- [0.415] Running long task...
- [0.515] Task failed with "worker was killed by SIGKILL" as expected
- [0.515] Have a task reach its timeout (SIGTERM, ignore).
- [0.516] Running long task...
- [1.016] Task failed with "I should have been killed by now" as expected
- [1.017] Have a task reach its timeout (SIGTERM + SIGKILL, ignore).
- [1.017] Running long task...
- [1.218] Task failed with "worker was killed by SIGKILL" as expected
- [1.218] Have a task reach its timeout (SIGKILL, ignore).
- [1.218] Running long task...
- [1.319] Task failed with "worker was killed by SIGKILL" as expected
- [1.319] Have the scheduler log for tasks.
- [1.320] [message] Log "This is task 1."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 2."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 4."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 3."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 5."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 6."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 7."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 9."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 10."
- [1.320] [message] Log "I'm logging stuff."
- [1.320] [message] Log "This is task 8."
- [1.320] [message] Log "I'm logging stuff."
- [1.321] Have tasks ask the scheduler for resources.
- [1.322] Running task 1...
- [1.322] Running task 2...
- [1.322] Running task 4...
- [1.322] [message] Get_resource
- [1.322] Running task 3...
- [1.322] [message] Get_resource
- [1.322] [message] Get_resource
- [1.322] Received resource: 0
- [1.322] [message] Get_resource
- [1.322] Received resource: 1
- [1.322] Received resource: 2
- [1.322] Received resource: 3
- [1.322] Running task 5...
- [1.322] [message] Get_resource
- [1.322] Running task 7...
- [1.322] Running task 6...
- [1.322] Received resource: 4
- [1.322] Running task 8...
- [1.322] [message] Get_resource
- [1.322] [message] Get_resource
- [1.322] [message] Get_resource
- [1.322] Received resource: 5
- [1.322] Received resource: 6
- [1.322] Received resource: 7
- [1.322] Running task 9...
- [1.322] [message] Get_resource
- [1.322] Running task 10...
- [1.322] [message] Get_resource
- [1.423] ok_count = 8, timeout_count = 2
- [1.423] Stop the scheduler while it is running.
- [1.424] Running task 1...
- [1.424] Stop.
- [1.424] Task failed with "worker was killed by SIGTERM" as expected
- [1.424] Task failed with "worker was killed by SIGTERM" as expected
- [1.425] Re-filling the queue.
- [1.425] Refill.
- [1.425] Running task 1.2
- [1.425] Running task 1.1
- [1.425] Refill.
- [1.425] Running task 2.1
- [1.425] Refill.
- [1.426] Running task 2.2
- [1.426] Running task 3.1
- [1.426] Running task 3.2
- [1.426] A task that creates other tasks.
- [1.426] [message] Push 1.1
- [1.426] [message] Push 2.2
- [1.426] [message] Push 3.3
- [1.426] [message] Push 4.4
- [1.426] [message] Push 5.5
- [1.427] Running task 1.1
- [1.427] Running task 3.3
- [1.427] Running task 2.2
- [1.427] Running task 4.4
- [1.427] Running task 5.5
- [1.427] Create a timer and run with no task.
- [1.528] It's time!
- [1.528] Task that emits a message to create a timer that will trigger more tasks.
- [1.628] [message] Push 1
- [1.679] Running subtask 1
- [1.729] [message] Push 2
- [1.779] Running subtask 2
- [1.780] Create a timer and another that cancels the first.
- [1.880] Cancel timer.
- [1.880] Create a task and a timer that regularly logs until the task is finished.
- [1.941] Beep!
- [2.001] Beep!
- [2.061] Beep!
- (cd _build/default/test/unix && ./main.exe)
- [09:59:04.894] [SUCCESS] (1/26) demo
- [09:59:04.894] [SUCCESS] (2/26) fixed seed
- [09:59:04.894] [SUCCESS] (3/26) random seed
- [09:59:04.895] [SUCCESS] (4/26) string_tree: mem_prefix_of
- [09:59:04.895] [SUCCESS] (5/26) Test.current_test_tags
- [09:59:04.895] [SUCCESS] (6/26) TSL parser: positive cases
- [09:59:04.895] [SUCCESS] (7/26) TSL parser: negative cases
- [09:59:04.895] [SUCCESS] (8/26) TSL parser: pretty-printing
- [09:59:04.896] [SUCCESS] (9/26) TSL: evaluation
- [09:59:05.314] [SUCCESS] (10/26) TSL parser: random roundtrips
- [09:59:05.314] [SUCCESS] (11/26) TSL: conjunction helper
- [09:59:05.314] [SUCCESS] (12/26) TSL: is_valid_tag
- [09:59:05.314] [SUCCESS] (13/26) TSL: extract tags
- [09:59:05.314] [SUCCESS] (14/26) diff: simple cases
- [09:59:05.348] [SUCCESS] (15/26) diff: random cases
- [09:59:05.348] [SUCCESS] (16/26) diff: log
- [09:59:05.348] [SUCCESS] (17/26) Check.pp
- [09:59:05.348] [SUCCESS] (18/26) Check.(=)
- [09:59:05.348] [SUCCESS] (19/26) Check.(<>)
- [09:59:05.348] [SUCCESS] (20/26) Check.(<)
- [09:59:05.348] [SUCCESS] (21/26) Check.(<=)
- [09:59:05.348] [SUCCESS] (22/26) Check.(>)
- [09:59:05.348] [SUCCESS] (23/26) Check.(>=)
- [09:59:05.348] [SUCCESS] (24/26) Check.(=~)
- [09:59:05.348] [SUCCESS] (25/26) Check.(=~!)
- [09:59:07.351] [SUCCESS] (26/26) Process.terminate with timeout
- File "test/cram/test-signals.t", line 1, characters 0-0:
- /usr/sbin/git --no-pager diff --no-index --color=always -u _build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t _build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t.corrected
- diff --git a/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t b/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t.corrected
- index 3d17d45..fdf6952 100644
- --- a/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t
- +++ b/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/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: (1284) - 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: (1301) - No such process
-    [1]
-    $ ./tezt-signal.sh INT TERM INT
-    Starting test: sleep one second without cooperating
- (cd _build/default/test/js && /usr/sbin/node main.bc.js)
- [09:59:07.858] [SUCCESS] (1/25) demo
- [09:59:07.867] [SUCCESS] (2/25) fixed seed
- [09:59:07.884] [SUCCESS] (3/25) random seed
- [09:59:07.888] [SUCCESS] (4/25) string_tree: mem_prefix_of
- [09:59:07.891] [SUCCESS] (5/25) Test.current_test_tags
- [09:59:07.901] [SUCCESS] (6/25) TSL parser: positive cases
- [09:59:07.904] [SUCCESS] (7/25) TSL parser: negative cases
- [09:59:07.908] [SUCCESS] (8/25) TSL parser: pretty-printing
- [09:59:07.928] [SUCCESS] (9/25) TSL: evaluation
- [09:59:12.240] [SUCCESS] (10/25) TSL parser: random roundtrips
- [09:59:12.242] [SUCCESS] (11/25) TSL: conjunction helper
- [09:59:12.243] [SUCCESS] (12/25) TSL: is_valid_tag
- [09:59:12.244] [SUCCESS] (13/25) TSL: extract tags
- [09:59:12.250] [SUCCESS] (14/25) diff: simple cases
- [09:59:12.592] [SUCCESS] (15/25) diff: random cases
- [09:59:12.601] [SUCCESS] (16/25) diff: log
- [09:59:12.607] [SUCCESS] (17/25) Check.pp
- [09:59:12.609] [SUCCESS] (18/25) Check.(=)
- [09:59:12.611] [SUCCESS] (19/25) Check.(<>)
- [09:59:12.615] [SUCCESS] (20/25) Check.(<)
- [09:59:12.619] [SUCCESS] (21/25) Check.(<=)
- [09:59:12.622] [SUCCESS] (22/25) Check.(>)
- [09:59:12.627] [SUCCESS] (23/25) Check.(>=)
- [09:59:12.630] [SUCCESS] (24/25) Check.(=~)
- [09:59:12.631] [SUCCESS] (25/25) Check.(=~!)
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 71".

#=== 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 71
# exit-code            1
# env-file             ~/.opam/log/tezt-7-d41ccc.env
# output-file          ~/.opam/log/tezt-7-d41ccc.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.005] Running task 2...
# [0.005] 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.006] Running task 2...
# [0.006] Task returned value 22 as expected
# [0.006] Running task 1...
# [0.007] Task returned value 21 as expected
# [0.007] Run three tasks in two workers.
# [0.008] Running task 2...
# [0.008] Running task 1...
# [0.008] Task returned value 24 as expected
# [0.008] Task returned value 23 as expected
# [0.008] Running task 3...
# [0.008] Task returned value 25 as expected
# [0.008] Run a scheduler inside a worker.
# [0.009] Running task 1...
# [0.009] Running task 1.1...
# [0.009] Task returned value 100 as expected
# [0.009] Running task 2...
# [0.009] Running task 1.2...
# [0.009] Running task 1.3...
# [0.009] Task returned value 27 as expected
# [0.010] Running task 3...
# [0.010] Task returned value 28 as expected
# [0.010] Task returned value 102 as expected
# [0.010] Task returned value 101 as expected
# [0.010] Exit the worker prematurely.
# [0.011] Running task 1...
# [0.011] Running task 2...
# [0.011] Task failed with "worker exited with code 17" as expected
# [0.012] Task failed with "worker exited with code 18" as expected
# [0.012] Running task 3...
# [0.012] Running task 4...
# [0.112] Task returned value 29 as expected
# [0.112] Running task 5...
# [0.112] Task returned value 30 as expected
# [0.212] Task returned value 31 as expected
# [0.213] Have a task reach its timeout (SIGTERM).
# [0.213] Running long task...
# [0.314] Task failed with "worker was killed by SIGTERM" as expected
# [0.314] Have a task reach its timeout (SIGTERM + SIGKILL).
# [0.314] Running long task...
# [0.415] Task failed with "worker was killed by SIGTERM" as expected
# [0.415] Have a task reach its timeout (SIGKILL).
# [0.415] Running long task...
# [0.515] Task failed with "worker was killed by SIGKILL" as expected
# [0.515] Have a task reach its timeout (SIGTERM, ignore).
# [0.516] Running long task...
# [1.016] Task failed with "I should have been killed by now" as expected
# [1.017] Have a task reach its timeout (SIGTERM + SIGKILL, ignore).
# [1.017] Running long task...
# [1.218] Task failed with "worker was killed by SIGKILL" as expected
# [1.218] Have a task reach its timeout (SIGKILL, ignore).
# [1.218] Running long task...
# [1.319] Task failed with "worker was killed by SIGKILL" as expected
# [1.319] Have the scheduler log for tasks.
# [1.320] [message] Log "This is task 1."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 2."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 4."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 3."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 5."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 6."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 7."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 9."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 10."
# [1.320] [message] Log "I'm logging stuff."
# [1.320] [message] Log "This is task 8."
# [1.320] [message] Log "I'm logging stuff."
# [1.321] Have tasks ask the scheduler for resources.
# [1.322] Running task 1...
# [1.322] Running task 2...
# [1.322] Running task 4...
# [1.322] [message] Get_resource
# [1.322] Running task 3...
# [1.322] [message] Get_resource
# [1.322] [message] Get_resource
# [1.322] Received resource: 0
# [1.322] [message] Get_resource
# [1.322] Received resource: 1
# [1.322] Received resource: 2
# [1.322] Received resource: 3
# [1.322] Running task 5...
# [1.322] [message] Get_resource
# [1.322] Running task 7...
# [1.322] Running task 6...
# [1.322] Received resource: 4
# [1.322] Running task 8...
# [1.322] [message] Get_resource
# [1.322] [message] Get_resource
# [1.322] [message] Get_resource
# [1.322] Received resource: 5
# [1.322] Received resource: 6
# [1.322] Received resource: 7
# [1.322] Running task 9...
# [1.322] [message] Get_resource
# [1.322] Running task 10...
# [1.322] [message] Get_resource
# [1.423] ok_count = 8, timeout_count = 2
# [1.423] Stop the scheduler while it is running.
# [1.424] Running task 1...
# [1.424] Stop.
# [1.424] Task failed with "worker was killed by SIGTERM" as expected
# [1.424] Task failed with "worker was killed by SIGTERM" as expected
# [1.425] Re-filling the queue.
# [1.425] Refill.
# [1.425] Running task 1.2
# [1.425] Running task 1.1
# [1.425] Refill.
# [1.425] Running task 2.1
# [1.425] Refill.
# [1.426] Running task 2.2
# [1.426] Running task 3.1
# [1.426] Running task 3.2
# [1.426] A task that creates other tasks.
# [1.426] [message] Push 1.1
# [1.426] [message] Push 2.2
# [1.426] [message] Push 3.3
# [1.426] [message] Push 4.4
# [1.426] [message] Push 5.5
# [1.427] Running task 1.1
# [1.427] Running task 3.3
# [1.427] Running task 2.2
# [1.427] Running task 4.4
# [1.427] Running task 5.5
# [1.427] Create a timer and run with no task.
# [1.528] It's time!
# [1.528] Task that emits a message to create a timer that will trigger more tasks.
# [1.628] [message] Push 1
# [1.679] Running subtask 1
# [1.729] [message] Push 2
# [1.779] Running subtask 2
# [1.780] Create a timer and another that cancels the first.
# [1.880] Cancel timer.
# [1.880] Create a task and a timer that regularly logs until the task is finished.
# [1.941] Beep!
# [2.001] Beep!
# [2.061] Beep!
# (cd _build/default/test/unix && ./main.exe)
# [09:59:04.894] [SUCCESS] (1/26) demo
# [09:59:04.894] [SUCCESS] (2/26) fixed seed
# [09:59:04.894] [SUCCESS] (3/26) random seed
# [09:59:04.895] [SUCCESS] (4/26) string_tree: mem_prefix_of
# [09:59:04.895] [SUCCESS] (5/26) Test.current_test_tags
# [09:59:04.895] [SUCCESS] (6/26) TSL parser: positive cases
# [09:59:04.895] [SUCCESS] (7/26) TSL parser: negative cases
# [09:59:04.895] [SUCCESS] (8/26) TSL parser: pretty-printing
# [09:59:04.896] [SUCCESS] (9/26) TSL: evaluation
# [09:59:05.314] [SUCCESS] (10/26) TSL parser: random roundtrips
# [09:59:05.314] [SUCCESS] (11/26) TSL: conjunction helper
# [09:59:05.314] [SUCCESS] (12/26) TSL: is_valid_tag
# [09:59:05.314] [SUCCESS] (13/26) TSL: extract tags
# [09:59:05.314] [SUCCESS] (14/26) diff: simple cases
# [09:59:05.348] [SUCCESS] (15/26) diff: random cases
# [09:59:05.348] [SUCCESS] (16/26) diff: log
# [09:59:05.348] [SUCCESS] (17/26) Check.pp
# [09:59:05.348] [SUCCESS] (18/26) Check.(=)
# [09:59:05.348] [SUCCESS] (19/26) Check.(<>)
# [09:59:05.348] [SUCCESS] (20/26) Check.(<)
# [09:59:05.348] [SUCCESS] (21/26) Check.(<=)
# [09:59:05.348] [SUCCESS] (22/26) Check.(>)
# [09:59:05.348] [SUCCESS] (23/26) Check.(>=)
# [09:59:05.348] [SUCCESS] (24/26) Check.(=~)
# [09:59:05.348] [SUCCESS] (25/26) Check.(=~!)
# [09:59:07.351] [SUCCESS] (26/26) Process.terminate with timeout
# File "test/cram/test-signals.t", line 1, characters 0-0:
# /usr/sbin/git --no-pager diff --no-index --color=always -u _build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t _build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t.corrected
# diff --git a/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t b/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t.corrected
# index 3d17d45..fdf6952 100644
# --- a/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/default/test/cram/test-signals.t
# +++ b/_build/.sandbox/a5468a5148c7512c3c64850a6b8c1b7c/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: (1284) - 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: (1301) - No such process
#    [1]
#    $ ./tezt-signal.sh INT TERM INT
#    Starting test: sleep one second without cooperating
# (cd _build/default/test/js && /usr/sbin/node main.bc.js)
# [09:59:07.858] [SUCCESS] (1/25) demo
# [09:59:07.867] [SUCCESS] (2/25) fixed seed
# [09:59:07.884] [SUCCESS] (3/25) random seed
# [09:59:07.888] [SUCCESS] (4/25) string_tree: mem_prefix_of
# [09:59:07.891] [SUCCESS] (5/25) Test.current_test_tags
# [09:59:07.901] [SUCCESS] (6/25) TSL parser: positive cases
# [09:59:07.904] [SUCCESS] (7/25) TSL parser: negative cases
# [09:59:07.908] [SUCCESS] (8/25) TSL parser: pretty-printing
# [09:59:07.928] [SUCCESS] (9/25) TSL: evaluation
# [09:59:12.240] [SUCCESS] (10/25) TSL parser: random roundtrips
# [09:59:12.242] [SUCCESS] (11/25) TSL: conjunction helper
# [09:59:12.243] [SUCCESS] (12/25) TSL: is_valid_tag
# [09:59:12.244] [SUCCESS] (13/25) TSL: extract tags
# [09:59:12.250] [SUCCESS] (14/25) diff: simple cases
# [09:59:12.592] [SUCCESS] (15/25) diff: random cases
# [09:59:12.601] [SUCCESS] (16/25) diff: log
# [09:59:12.607] [SUCCESS] (17/25) Check.pp
# [09:59:12.609] [SUCCESS] (18/25) Check.(=)
# [09:59:12.611] [SUCCESS] (19/25) Check.(<>)
# [09:59:12.615] [SUCCESS] (20/25) Check.(<)
# [09:59:12.619] [SUCCESS] (21/25) Check.(<=)
# [09:59:12.622] [SUCCESS] (22/25) Check.(>)
# [09:59:12.627] [SUCCESS] (23/25) Check.(>=)
# [09:59:12.630] [SUCCESS] (24/25) Check.(=~)
# [09:59:12.631] [SUCCESS] (25/25) Check.(=~!)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tezt 4.2.0
+- 
+- The following changes have been performed
| - recompile conf-npm 1
+- 
# 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 "\"fedora-42\""; 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:59.25: Job failed: Failed: Build failed
2026-03-10 09:59.25: Log analysis:
2026-03-10 09:59.25: >>> 
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 71".
 (score = 20)
2026-03-10 09:59.25: >>> 
[ERROR] The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 71".
 (score = 20)
2026-03-10 09:59.25: The compilation of tezt.4.2.0 failed at "dune runtest -p tezt -j 71".