(not at the head of any monitored branch or PR)
2026-03-10 08:59.54: New job: test tezt.4.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
                              on centos-9-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:centos-9-ocaml-4.14@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372
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.0.0 4.0.0
RUN opam reinstall tezt.4.0.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tezt.4.0.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.0.0) || true
RUN opam reinstall --with-test --verbose tezt.4.0.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tezt.4.0.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.54: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372-tezt.4.0.0-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 08:59.54: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372)
 (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.0.0 4.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tezt.4.0.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 \"\\\"centos-9\\\"\"; 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.0.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.0.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose tezt.4.0.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 \"\\\"centos-9\\\"\"; 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.0.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.54: Waiting for resource in pool OCluster
2026-03-10 09:58.21: Waiting for worker…
2026-03-10 10:00.33: Got resource from pool OCluster
Building on phoebe
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:centos-9-ocaml-4.14@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372' locally
docker.io/ocaml/opam@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372: Pulling from ocaml/opam
45c6a4d4c886: Pulling fs layer
b17581aa4795: Pulling fs layer
4c1de3308e3e: Pulling fs layer
48316ebaa55a: Pulling fs layer
7ec69a714829: Pulling fs layer
b03bd2510449: Pulling fs layer
48316ebaa55a: Waiting
304a5c461745: Pulling fs layer
60df06c700dd: Pulling fs layer
b03bd2510449: Waiting
7ec69a714829: Waiting
89e00e57b3fa: Pulling fs layer
304a5c461745: Waiting
7a919f7b5f28: Pulling fs layer
89e00e57b3fa: Waiting
60df06c700dd: Waiting
4dd342eaf261: Pulling fs layer
7a919f7b5f28: Waiting
fe0e6064d681: Pulling fs layer
4ecda19bc519: Pulling fs layer
4dd342eaf261: Waiting
fe0e6064d681: Waiting
d7de0d705545: Pulling fs layer
4ecda19bc519: Waiting
dd5867dc1c0f: Pulling fs layer
d7de0d705545: Waiting
e95819b6c530: Pulling fs layer
0d197bd9c89e: Pulling fs layer
e95819b6c530: Waiting
dd5867dc1c0f: Waiting
5c85d30bb240: Pulling fs layer
0d197bd9c89e: Waiting
64d1254de61e: Pulling fs layer
5c85d30bb240: Waiting
de006d6a444d: Pulling fs layer
9704bbfa1415: Pulling fs layer
64d1254de61e: Waiting
d53544e2413c: Pulling fs layer
de006d6a444d: Waiting
4f4fb700ef54: Pulling fs layer
9704bbfa1415: Waiting
4d545aa3b363: Pulling fs layer
4f4fb700ef54: Waiting
09943d8af875: Pulling fs layer
4d545aa3b363: Waiting
09943d8af875: Waiting
f4bef9be8486: Pulling fs layer
792f3c5f41a4: Pulling fs layer
f4bef9be8486: Waiting
6985496d8889: Pulling fs layer
792f3c5f41a4: Waiting
5301efc77bf0: Pulling fs layer
6985496d8889: Waiting
2ffd769334f5: Pulling fs layer
5301efc77bf0: Waiting
08c3be5e76fe: Pulling fs layer
284a634e255d: Pulling fs layer
08c3be5e76fe: Waiting
38c8ab2c6bee: Pulling fs layer
284a634e255d: Waiting
2c29741f6e40: Pulling fs layer
60cce0d35550: Pulling fs layer
38c8ab2c6bee: Waiting
2c29741f6e40: Waiting
75db624f3f65: Pulling fs layer
60cce0d35550: Waiting
21fdff44f7df: Pulling fs layer
9fd1a090a391: Pulling fs layer
21fdff44f7df: Waiting
6572f3b9bb36: Pulling fs layer
9fd1a090a391: Waiting
1f1e09f0a1c4: Pulling fs layer
6572f3b9bb36: Waiting
7c1cf8ce65af: Pulling fs layer
1f1e09f0a1c4: Waiting
3569808e5c53: Pulling fs layer
260be5f8f6bb: Pulling fs layer
7c1cf8ce65af: Waiting
a074f40e7251: Pulling fs layer
260be5f8f6bb: Waiting
3569808e5c53: Waiting
a4626f1fd9c6: Pulling fs layer
a4626f1fd9c6: Waiting
b17581aa4795: Verifying Checksum
b17581aa4795: Download complete
45c6a4d4c886: Verifying Checksum
45c6a4d4c886: Download complete
7ec69a714829: Verifying Checksum
7ec69a714829: Download complete
4c1de3308e3e: Verifying Checksum
4c1de3308e3e: Download complete
304a5c461745: Verifying Checksum
304a5c461745: Download complete
60df06c700dd: Verifying Checksum
60df06c700dd: Download complete
89e00e57b3fa: Verifying Checksum
89e00e57b3fa: Download complete
7a919f7b5f28: Verifying Checksum
7a919f7b5f28: Download complete
4dd342eaf261: Verifying Checksum
4dd342eaf261: Download complete
45c6a4d4c886: Pull complete
b17581aa4795: Pull complete
fe0e6064d681: Verifying Checksum
fe0e6064d681: Download complete
4ecda19bc519: Verifying Checksum
4ecda19bc519: Download complete
d7de0d705545: Verifying Checksum
d7de0d705545: Download complete
4c1de3308e3e: Pull complete
dd5867dc1c0f: Verifying Checksum
dd5867dc1c0f: Download complete
e95819b6c530: Verifying Checksum
e95819b6c530: Download complete
0d197bd9c89e: Download complete
5c85d30bb240: Download complete
64d1254de61e: Verifying Checksum
64d1254de61e: Download complete
de006d6a444d: Download complete
9704bbfa1415: Verifying Checksum
9704bbfa1415: Download complete
d53544e2413c: Verifying Checksum
d53544e2413c: Download complete
4f4fb700ef54: Download complete
b03bd2510449: Verifying Checksum
b03bd2510449: Download complete
09943d8af875: Verifying Checksum
09943d8af875: Download complete
f4bef9be8486: Verifying Checksum
f4bef9be8486: Download complete
48316ebaa55a: Verifying Checksum
48316ebaa55a: Download complete
792f3c5f41a4: Verifying Checksum
792f3c5f41a4: Download complete
6985496d8889: Verifying Checksum
6985496d8889: Download complete
2ffd769334f5: Verifying Checksum
2ffd769334f5: Download complete
08c3be5e76fe: Download complete
5301efc77bf0: Verifying Checksum
5301efc77bf0: Download complete
284a634e255d: Verifying Checksum
284a634e255d: Download complete
38c8ab2c6bee: Download complete
2c29741f6e40: Verifying Checksum
2c29741f6e40: Download complete
60cce0d35550: Download complete
21fdff44f7df: Verifying Checksum
21fdff44f7df: Download complete
9fd1a090a391: Verifying Checksum
9fd1a090a391: Download complete
75db624f3f65: Verifying Checksum
75db624f3f65: Download complete
6572f3b9bb36: Download complete
1f1e09f0a1c4: Verifying Checksum
1f1e09f0a1c4: Download complete
7c1cf8ce65af: Verifying Checksum
7c1cf8ce65af: Download complete
4d545aa3b363: Download complete
260be5f8f6bb: Download complete
a074f40e7251: Download complete
a4626f1fd9c6: Download complete
48316ebaa55a: Pull complete
7ec69a714829: Pull complete
b03bd2510449: Pull complete
304a5c461745: Pull complete
60df06c700dd: Pull complete
89e00e57b3fa: Pull complete
7a919f7b5f28: Pull complete
4dd342eaf261: Pull complete
fe0e6064d681: Pull complete
4ecda19bc519: Pull complete
d7de0d705545: Pull complete
dd5867dc1c0f: Pull complete
e95819b6c530: Pull complete
0d197bd9c89e: Pull complete
5c85d30bb240: Pull complete
64d1254de61e: Pull complete
de006d6a444d: Pull complete
9704bbfa1415: Pull complete
d53544e2413c: Pull complete
4f4fb700ef54: Pull complete
4d545aa3b363: Pull complete
09943d8af875: Pull complete
f4bef9be8486: Pull complete
792f3c5f41a4: Pull complete
6985496d8889: Pull complete
5301efc77bf0: Pull complete
2ffd769334f5: Pull complete
08c3be5e76fe: Pull complete
284a634e255d: Pull complete
38c8ab2c6bee: Pull complete
2c29741f6e40: Pull complete
60cce0d35550: Pull complete
3569808e5c53: Verifying Checksum
3569808e5c53: Download complete
75db624f3f65: Pull complete
21fdff44f7df: Pull complete
9fd1a090a391: Pull complete
6572f3b9bb36: Pull complete
1f1e09f0a1c4: Pull complete
7c1cf8ce65af: Pull complete
3569808e5c53: Pull complete
260be5f8f6bb: Pull complete
a074f40e7251: Pull complete
a4626f1fd9c6: Pull complete
Digest: sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372
Status: Downloaded newer image for ocaml/opam@sha256:c5214aa4001bdaf61ab60ab08088d08126f505830543a9facb5605cb6c82c372
2026-03-10 10:03.01 ---> saved as "b788acd4da8fb73caf19bfe42cbef1beba89b64f4c66d734721a0c3f0d4435fd"

/: (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 10:03.01 ---> saved as "70ff0bcfa54a08112618ec8ef20dd827641477f764896ee145c5ed0c1bee9dc6"

/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 10:03.23 ---> saved as "1febc9ddc454dbdf80a6a3345ec18e3e40f17cdf0cbef5435df97c11b79cd325"

/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=centos os-version=9
# 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 10:03.24 ---> saved as "9a6db125af155ec898b94f79da3cd4478578c333abe2c495b7bc7e09ef862303"

/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 10:03.38 ---> saved as "123c863c88d9163653471b7fe36c8d89acfc68fa63e12ae93514e471cb923a58"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 10:03.59 ---> saved as "ac225d987c373abfdeec495c86ef30030604342cead4a9b06477ed9e00e206cd"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        110 kB/s |  14 kB     00:00    
- CentOS Stream 9 - BaseOS                         13 MB/s | 8.9 MB     00:00    
- CentOS Stream 9 - AppStream                     104 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      13 MB/s |  27 MB     00:02    
- CentOS Stream 9 - CRB                           101 kB/s |  14 kB     00:00    
- CentOS Stream 9 - CRB                            10 MB/s | 8.0 MB     00:00    
- CentOS Stream 9 - Extras packages               124 kB/s |  16 kB     00:00    
- CentOS Stream 9 - Extras packages                95 kB/s |  20 kB     00:00    
- Metadata cache created.
2026-03-10 10:04.33 ---> saved as "8df54cfae4d954563ccaf298e0bf788d02f2fa39f1cd78ea8aba0c58441c5d53"

/home/opam: (run (shell "opam pin add -k version -yn tezt.4.0.0 4.0.0"))
tezt is now pinned to version 4.0.0
2026-03-10 10:04.34 ---> saved as "de6225279d3b27ef57b18e6fe1ab9cc3e9bea5b36bc4d63e9b2e3b541cd74e36"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tezt.4.0.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 \"\\\"centos-9\\\"\"; 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.0.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.0.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.0.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.0.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.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 10:05.43 ---> saved as "bdc310b0f9ee1bde1614d7e4c3ee06cf71fd56b6e3955ff9c9623d2ee34c30b5"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test tezt.4.0.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.0.0 (pinned)
  - recompile uutf                 1.0.4              [uses cmdliner]
=== install 34 packages
  - install   astring              0.8.5              [required by fpath, odoc-parser]
  - install   base                 v0.16.4            [required by ocamlformat]
  - install   camlp-streams        5.0.1              [required by odoc-parser]
  - 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]
  - install   either               1.0.0              [required by ocamlformat]
  - install   fix                  20250919           [required by ocamlformat]
  - install   fpath                0.7.3              [required by ocamlformat]
  - 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 ocamlformat]
  - install   menhirCST            20260209           [required by menhir]
  - install   menhirGLR            20260209           [required by menhir]
  - install   menhirLib            20260209           [required by ocamlformat]
  - install   menhirSdk            20260209           [required by ocamlformat]
  - install   ocaml-compiler-libs  v0.12.4            [required by ppxlib]
  - install   ocaml-version        3.5.0              [required by ocamlformat]
  - install   ocamlformat          0.21.0             [required by tezt]
  - install   ocp-indent           1.8.1              [required by ocamlformat]
  - install   odoc-parser          1.0.1              [required by ocamlformat]
  - 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 odoc-parser]
  - install   sedlex               3.7                [required by js_of_ocaml-compiler]
  - install   seq                  base               [required by gen]
  - install   stdio                v0.16.0            [required by ocamlformat]
  - 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]
  - install   yojson               3.0.0              [required by js_of_ocaml-compiler]

The following system packages will first need to be installed:
    epel-release 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/bin/sudo "yum" "install" "-y" "epel-release"
- Last metadata expiration check: 0:01:19 ago on Tue Mar 10 10:04:31 2026.
- Dependencies resolved.
- ================================================================================
-  Package                Arch        Version            Repository          Size
- ================================================================================
- Installing:
-  epel-release           noarch      9-7.el9            extras-common       19 k
- Installing weak dependencies:
-  dnf-plugins-core       noarch      4.3.0-26.el9       baseos              36 k
-  epel-next-release      noarch      9-7.el9            extras-common      8.1 k
- 
- Transaction Summary
- ================================================================================
- Install  3 Packages
- 
- Total download size: 62 k
- Installed size: 51 k
- Downloading Packages:
- (1/3): epel-next-release-9-7.el9.noarch.rpm     675 kB/s | 8.1 kB     00:00    
- (2/3): epel-release-9-7.el9.noarch.rpm          1.1 MB/s |  19 kB     00:00    
- (3/3): dnf-plugins-core-4.3.0-26.el9.noarch.rpm 1.4 MB/s |  36 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           197 kB/s |  62 kB     00:00     
- CentOS Stream 9 - Extras packages               2.1 MB/s | 2.1 kB     00:00    
- Importing GPG key 0x1D997668:
-  Userid     : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
-  Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : dnf-plugins-core-4.3.0-26.el9.noarch                   1/3 
-   Installing       : epel-next-release-9-7.el9.noarch                       2/3 
-   Installing       : epel-release-9-7.el9.noarch                            3/3 
-   Running scriptlet: epel-release-9-7.el9.noarch                            3/3 
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
- 
-   Verifying        : dnf-plugins-core-4.3.0-26.el9.noarch                   1/3 
-   Verifying        : epel-next-release-9-7.el9.noarch                       2/3 
-   Verifying        : epel-release-9-7.el9.noarch                            3/3
-  
- 
- Installed:
-   dnf-plugins-core-4.3.0-26.el9.noarch     epel-next-release-9-7.el9.noarch    
-   epel-release-9-7.el9.noarch             
- 
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "npm"
- Extra Packages for Enterprise Linux 9 - x86_64   12 MB/s |  20 MB     00:01    
- Extra Packages for Enterprise Linux 9 openh264  5.6 kB/s | 2.5 kB     00:00    
- Extra Packages for Enterprise Linux 9 - Next -  726 kB/s | 259 kB     00:00    
- Last metadata expiration check: 0:00:01 ago on Tue Mar 10 10:06:10 2026.
- Dependencies resolved.
- ================================================================================
-  Package             Arch      Version                       Repository    Size
- ================================================================================
- Installing:
-  npm                 x86_64    1:8.19.4-1.16.20.2.8.el9      appstream    2.2 M
- Installing dependencies:
-  nodejs              x86_64    1:16.20.2-8.el9               appstream    112 k
-  nodejs-libs         x86_64    1:16.20.2-8.el9               appstream     14 M
- Installing weak dependencies:
-  nodejs-docs         noarch    1:16.20.2-8.el9               appstream    7.2 M
-  nodejs-full-i18n    x86_64    1:16.20.2-8.el9               appstream    8.2 M
- 
- Transaction Summary
- ================================================================================
- Install  5 Packages
- 
- Total download size: 32 M
- Installed size: 168 M
- Downloading Packages:
- (1/5): nodejs-16.20.2-8.el9.x86_64.rpm          3.5 MB/s | 112 kB     00:00    
- (2/5): nodejs-docs-16.20.2-8.el9.noarch.rpm     8.7 MB/s | 7.2 MB     00:00    
- (3/5): npm-8.19.4-1.16.20.2.8.el9.x86_64.rpm    9.9 MB/s | 2.2 MB     00:00    
- (4/5): nodejs-full-i18n-16.20.2-8.el9.x86_64.rp 6.7 MB/s | 8.2 MB     00:01    
- (5/5): nodejs-libs-16.20.2-8.el9.x86_64.rpm     7.5 MB/s |  14 MB     00:01    
- --------------------------------------------------------------------------------
- Total                                            15 MB/s |  32 MB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Running scriptlet: npm-1:8.19.4-1.16.20.2.8.el9.x86_64                    1/1 
-   Preparing        :                                                        1/1
-  
-   Installing       : nodejs-libs-1:16.20.2-8.el9.x86_64                     1/5
-  
-   Installing       : nodejs-docs-1:16.20.2-8.el9.noarch                     2/5 
-   Installing       : nodejs-full-i18n-1:16.20.2-8.el9.x86_64                3/5
-  
-   Installing       : npm-1:8.19.4-1.16.20.2.8.el9.x86_64                    4/5 
-   Installing       : nodejs-1:16.20.2-8.el9.x86_64                          5/5 
-   Running scriptlet: nodejs-1:16.20.2-8.el9.x86_64                          5/5 
-   Verifying        : nodejs-1:16.20.2-8.el9.x86_64                          1/5 
-   Verifying        : nodejs-docs-1:16.20.2-8.el9.noarch                     2/5 
-   Verifying        : nodejs-full-i18n-1:16.20.2-8.el9.x86_64                3/5 
-   Verifying        : nodejs-libs-1:16.20.2-8.el9.x86_64                     4/5 
-   Verifying        : npm-1:8.19.4-1.16.20.2.8.el9.x86_64                    5/5 
- 
- Installed:
-   nodejs-1:16.20.2-8.el9.x86_64             nodejs-docs-1:16.20.2-8.el9.noarch  
-   nodejs-full-i18n-1:16.20.2-8.el9.x86_64   nodejs-libs-1:16.20.2-8.el9.x86_64  
-   npm-1:8.19.4-1.16.20.2.8.el9.x86_64      
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "epel-release" "npm"
- epel-release-9-7.el9.noarch
- npm-8.19.4-1.16.20.2.8.el9.x86_64
- npm-8.19.4-1.16.20.2.8.el9.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)
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> installed conf-npm.1
-> 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.3.5.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlformat.0.21.0  (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 odoc-parser.1.0.1  (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.0.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.0.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.3.5.0
-> 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 ocp-indent.1.8.1
-> 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 odoc-parser.1.0.1
-> installed ezjsonm.1.3.0
-> installed dune-build-info.3.19.1
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.2
-> installed base.v0.16.4
-> installed menhir.20260209
-> 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.0.21.0
-> 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.0.0 failed at "dune runtest -p tezt -j 71".

#=== ERROR while compiling tezt.4.0.0 =========================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://gitlab.com/nomadic-labs/tezt/-/archive/4.0.0/tezt-4.0.0.tar.bz2)
# path                 ~/.opam/4.14/.opam-switch/build/tezt.4.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p tezt -j 71
# exit-code            1
# env-file             ~/.opam/log/tezt-7-685413.env
# output-file          ~/.opam/log/tezt-7-685413.out
### output ###
# File "test/unix/dune", line 1, characters 12-16:
# 1 | (test (name main) (modes native) (libraries tezt_common_tests tezt))
#                 ^^^^
# (cd _build/default/test/unix && ./main.exe)
# [10:08:19.302] [SUCCESS] (1/25) demo
# [10:08:19.302] [SUCCESS] (2/25) fixed seed
# [10:08:19.303] [SUCCESS] (3/25) random seed
# [10:08:19.303] [SUCCESS] (4/25) string_tree: mem_prefix_of
# [10:08:19.303] [SUCCESS] (5/25) Test.current_test_tags
# [10:08:19.303] [SUCCESS] (6/25) TSL parser: positive cases
# [10:08:19.303] [SUCCESS] (7/25) TSL parser: negative cases
# [10:08:19.303] [SUCCESS] (8/25) TSL parser: pretty-printing
# [10:08:19.304] [SUCCESS] (9/25) TSL: evaluation
# [10:08:19.705] [SUCCESS] (10/25) TSL parser: random roundtrips
# [10:08:19.705] [SUCCESS] (11/25) TSL: conjunction helper
# [10:08:19.705] [SUCCESS] (12/25) TSL: is_valid_tag
# [10:08:19.705] [SUCCESS] (13/25) TSL: extract tags
# [10:08:19.706] [SUCCESS] (14/25) diff: simple cases
# [10:08:19.740] [SUCCESS] (15/25) diff: random cases
# [10:08:19.740] [SUCCESS] (16/25) diff: log
# [10:08:19.740] [SUCCESS] (17/25) Check.(=)
# [10:08:19.740] [SUCCESS] (18/25) Check.(<>)
# [10:08:19.740] [SUCCESS] (19/25) Check.(<)
# [10:08:19.741] [SUCCESS] (20/25) Check.(<=)
# [10:08:19.741] [SUCCESS] (21/25) Check.(>)
# [10:08:19.741] [SUCCESS] (22/25) Check.(>=)
# [10:08:19.741] [SUCCESS] (23/25) Check.(=~)
# [10:08:19.741] [SUCCESS] (24/25) Check.(=~!)
# [10:08:19.741] Starting test: Process.terminate with timeout
# [10:08:19.741] [process] /home/opam/.opam/4.14/.opam-switch/build/tezt.4.0.0/_build/default/test/unix/bin_catch_sigterm/main.exe
# [10:08:19.742] process exited with code 127.
# [10:08:20.743] Will now terminate process.
# [10:08:20.743] Send SIGTERM to process.
# [10:08:20.743] Process.wait returned after 1.00185 seconds from start.
# [10:08:20.743] [error] expected Process.wait to return after about 2 seconds
# [10:08:20.743] [FAILURE] (25/25, 1 failed) Process.terminate with timeout
# [10:08:20.743] Try again with: ./main.exe --verbose --file test/unix/test_process.ml --title 'Process.terminate with timeout'
# (cd _build/default/test/js && /usr/bin/node main.bc.js)
# [10:08:22.051] [SUCCESS] (1/24) demo
# [10:08:22.056] [SUCCESS] (2/24) fixed seed
# [10:08:22.068] [SUCCESS] (3/24) random seed
# [10:08:22.072] [SUCCESS] (4/24) string_tree: mem_prefix_of
# [10:08:22.075] [SUCCESS] (5/24) Test.current_test_tags
# [10:08:22.088] [SUCCESS] (6/24) TSL parser: positive cases
# [10:08:22.092] [SUCCESS] (7/24) TSL parser: negative cases
# [10:08:22.099] [SUCCESS] (8/24) TSL parser: pretty-printing
# [10:08:22.131] [SUCCESS] (9/24) TSL: evaluation
# [10:08:25.526] [SUCCESS] (10/24) TSL parser: random roundtrips
# [10:08:25.529] [SUCCESS] (11/24) TSL: conjunction helper
# [10:08:25.529] [SUCCESS] (12/24) TSL: is_valid_tag
# [10:08:25.530] [SUCCESS] (13/24) TSL: extract tags
# [10:08:25.533] [SUCCESS] (14/24) diff: simple cases
# [10:08:25.861] [SUCCESS] (15/24) diff: random cases
# [10:08:25.868] [SUCCESS] (16/24) diff: log
# [10:08:25.871] [SUCCESS] (17/24) Check.(=)
# [10:08:25.871] [SUCCESS] (18/24) Check.(<>)
# [10:08:25.874] [SUCCESS] (19/24) Check.(<)
# [10:08:25.877] [SUCCESS] (20/24) Check.(<=)
# [10:08:25.878] [SUCCESS] (21/24) Check.(>)
# [10:08:25.881] [SUCCESS] (22/24) Check.(>=)
# [10:08:25.882] [SUCCESS] (23/24) Check.(=~)
# [10:08:25.884] [SUCCESS] (24/24) Check.(=~!)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tezt 4.0.0
+- 
+- The following changes have been performed
| - remove    tezt                 4.0.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        3.5.0
| - install   ocamlformat          0.21.0
| - install   ocp-indent           1.8.1
| - install   odoc-parser          1.0.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-20260310100544.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
2026-03-10 10:08.28 ---> saved as "9d78e6664877d2beff490738688569b67161696feb02bc8c41d93c64a2117336"

/home/opam: (run (shell  "opam reinstall --with-test --verbose tezt.4.0.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 \"\\\"centos-9\\\"\"; 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.0.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.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install tezt 4.0.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [tezt.4.0.0: extract]
-> retrieved tezt.4.0.0  (cached)
Processing  2/3: [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.0.0)
Processing  2/3: [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.0.0)
- File "test/unix/dune", line 1, characters 12-16:
- 1 | (test (name main) (modes native) (libraries tezt_common_tests tezt))
-                 ^^^^
- (cd _build/default/test/unix && ./main.exe)
- [10:08:34.944] [SUCCESS] (1/25) demo
- [10:08:34.944] [SUCCESS] (2/25) fixed seed
- [10:08:34.945] [SUCCESS] (3/25) random seed
- [10:08:34.945] [SUCCESS] (4/25) string_tree: mem_prefix_of
- [10:08:34.945] [SUCCESS] (5/25) Test.current_test_tags
- [10:08:34.945] [SUCCESS] (6/25) TSL parser: positive cases
- [10:08:34.945] [SUCCESS] (7/25) TSL parser: negative cases
- [10:08:34.945] [SUCCESS] (8/25) TSL parser: pretty-printing
- [10:08:34.946] [SUCCESS] (9/25) TSL: evaluation
- [10:08:35.332] [SUCCESS] (10/25) TSL parser: random roundtrips
- [10:08:35.332] [SUCCESS] (11/25) TSL: conjunction helper
- [10:08:35.332] [SUCCESS] (12/25) TSL: is_valid_tag
- [10:08:35.332] [SUCCESS] (13/25) TSL: extract tags
- [10:08:35.333] [SUCCESS] (14/25) diff: simple cases
- [10:08:35.366] [SUCCESS] (15/25) diff: random cases
- [10:08:35.366] [SUCCESS] (16/25) diff: log
- [10:08:35.366] [SUCCESS] (17/25) Check.(=)
- [10:08:35.366] [SUCCESS] (18/25) Check.(<>)
- [10:08:35.366] [SUCCESS] (19/25) Check.(<)
- [10:08:35.366] [SUCCESS] (20/25) Check.(<=)
- [10:08:35.366] [SUCCESS] (21/25) Check.(>)
- [10:08:35.366] [SUCCESS] (22/25) Check.(>=)
- [10:08:35.366] [SUCCESS] (23/25) Check.(=~)
- [10:08:35.366] [SUCCESS] (24/25) Check.(=~!)
- [10:08:35.366] Starting test: Process.terminate with timeout
- [10:08:35.366] [process] /home/opam/.opam/4.14/.opam-switch/build/tezt.4.0.0/_build/default/test/unix/bin_catch_sigterm/main.exe
- [10:08:35.367] process exited with code 127.
- [10:08:36.367] Will now terminate process.
- [10:08:36.367] Send SIGTERM to process.
- [10:08:36.367] Process.wait returned after 1.00092 seconds from start.
- [10:08:36.367] [error] expected Process.wait to return after about 2 seconds
- [10:08:36.367] [FAILURE] (25/25, 1 failed) Process.terminate with timeout
- [10:08:36.367] Try again with: ./main.exe --verbose --file test/unix/test_process.ml --title 'Process.terminate with timeout'
- (cd _build/default/test/js && /usr/bin/node main.bc.js)
- [10:08:38.438] [SUCCESS] (1/24) demo
- [10:08:38.451] [SUCCESS] (2/24) fixed seed
- [10:08:38.470] [SUCCESS] (3/24) random seed
- [10:08:38.480] [SUCCESS] (4/24) string_tree: mem_prefix_of
- [10:08:38.486] [SUCCESS] (5/24) Test.current_test_tags
- [10:08:38.510] [SUCCESS] (6/24) TSL parser: positive cases
- [10:08:38.516] [SUCCESS] (7/24) TSL parser: negative cases
- [10:08:38.532] [SUCCESS] (8/24) TSL parser: pretty-printing
- [10:08:38.588] [SUCCESS] (9/24) TSL: evaluation
- [10:08:45.148] [SUCCESS] (10/24) TSL parser: random roundtrips
- [10:08:45.151] [SUCCESS] (11/24) TSL: conjunction helper
- [10:08:45.153] [SUCCESS] (12/24) TSL: is_valid_tag
- [10:08:45.155] [SUCCESS] (13/24) TSL: extract tags
- [10:08:45.161] [SUCCESS] (14/24) diff: simple cases
- [10:08:45.671] [SUCCESS] (15/24) diff: random cases
- [10:08:45.684] [SUCCESS] (16/24) diff: log
- [10:08:45.688] [SUCCESS] (17/24) Check.(=)
- [10:08:45.691] [SUCCESS] (18/24) Check.(<>)
- [10:08:45.697] [SUCCESS] (19/24) Check.(<)
- [10:08:45.700] [SUCCESS] (20/24) Check.(<=)
- [10:08:45.703] [SUCCESS] (21/24) Check.(>)
- [10:08:45.709] [SUCCESS] (22/24) Check.(>=)
- [10:08:45.711] [SUCCESS] (23/24) Check.(=~)
- [10:08:45.717] [SUCCESS] (24/24) Check.(=~!)
[ERROR] The compilation of tezt.4.0.0 failed at "dune runtest -p tezt -j 71".

#=== ERROR while compiling tezt.4.0.0 =========================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://gitlab.com/nomadic-labs/tezt/-/archive/4.0.0/tezt-4.0.0.tar.bz2)
# path                 ~/.opam/4.14/.opam-switch/build/tezt.4.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p tezt -j 71
# exit-code            1
# env-file             ~/.opam/log/tezt-7-250625.env
# output-file          ~/.opam/log/tezt-7-250625.out
### output ###
# File "test/unix/dune", line 1, characters 12-16:
# 1 | (test (name main) (modes native) (libraries tezt_common_tests tezt))
#                 ^^^^
# (cd _build/default/test/unix && ./main.exe)
# [10:08:34.944] [SUCCESS] (1/25) demo
# [10:08:34.944] [SUCCESS] (2/25) fixed seed
# [10:08:34.945] [SUCCESS] (3/25) random seed
# [10:08:34.945] [SUCCESS] (4/25) string_tree: mem_prefix_of
# [10:08:34.945] [SUCCESS] (5/25) Test.current_test_tags
# [10:08:34.945] [SUCCESS] (6/25) TSL parser: positive cases
# [10:08:34.945] [SUCCESS] (7/25) TSL parser: negative cases
# [10:08:34.945] [SUCCESS] (8/25) TSL parser: pretty-printing
# [10:08:34.946] [SUCCESS] (9/25) TSL: evaluation
# [10:08:35.332] [SUCCESS] (10/25) TSL parser: random roundtrips
# [10:08:35.332] [SUCCESS] (11/25) TSL: conjunction helper
# [10:08:35.332] [SUCCESS] (12/25) TSL: is_valid_tag
# [10:08:35.332] [SUCCESS] (13/25) TSL: extract tags
# [10:08:35.333] [SUCCESS] (14/25) diff: simple cases
# [10:08:35.366] [SUCCESS] (15/25) diff: random cases
# [10:08:35.366] [SUCCESS] (16/25) diff: log
# [10:08:35.366] [SUCCESS] (17/25) Check.(=)
# [10:08:35.366] [SUCCESS] (18/25) Check.(<>)
# [10:08:35.366] [SUCCESS] (19/25) Check.(<)
# [10:08:35.366] [SUCCESS] (20/25) Check.(<=)
# [10:08:35.366] [SUCCESS] (21/25) Check.(>)
# [10:08:35.366] [SUCCESS] (22/25) Check.(>=)
# [10:08:35.366] [SUCCESS] (23/25) Check.(=~)
# [10:08:35.366] [SUCCESS] (24/25) Check.(=~!)
# [10:08:35.366] Starting test: Process.terminate with timeout
# [10:08:35.366] [process] /home/opam/.opam/4.14/.opam-switch/build/tezt.4.0.0/_build/default/test/unix/bin_catch_sigterm/main.exe
# [10:08:35.367] process exited with code 127.
# [10:08:36.367] Will now terminate process.
# [10:08:36.367] Send SIGTERM to process.
# [10:08:36.367] Process.wait returned after 1.00092 seconds from start.
# [10:08:36.367] [error] expected Process.wait to return after about 2 seconds
# [10:08:36.367] [FAILURE] (25/25, 1 failed) Process.terminate with timeout
# [10:08:36.367] Try again with: ./main.exe --verbose --file test/unix/test_process.ml --title 'Process.terminate with timeout'
# (cd _build/default/test/js && /usr/bin/node main.bc.js)
# [10:08:38.438] [SUCCESS] (1/24) demo
# [10:08:38.451] [SUCCESS] (2/24) fixed seed
# [10:08:38.470] [SUCCESS] (3/24) random seed
# [10:08:38.480] [SUCCESS] (4/24) string_tree: mem_prefix_of
# [10:08:38.486] [SUCCESS] (5/24) Test.current_test_tags
# [10:08:38.510] [SUCCESS] (6/24) TSL parser: positive cases
# [10:08:38.516] [SUCCESS] (7/24) TSL parser: negative cases
# [10:08:38.532] [SUCCESS] (8/24) TSL parser: pretty-printing
# [10:08:38.588] [SUCCESS] (9/24) TSL: evaluation
# [10:08:45.148] [SUCCESS] (10/24) TSL parser: random roundtrips
# [10:08:45.151] [SUCCESS] (11/24) TSL: conjunction helper
# [10:08:45.153] [SUCCESS] (12/24) TSL: is_valid_tag
# [10:08:45.155] [SUCCESS] (13/24) TSL: extract tags
# [10:08:45.161] [SUCCESS] (14/24) diff: simple cases
# [10:08:45.671] [SUCCESS] (15/24) diff: random cases
# [10:08:45.684] [SUCCESS] (16/24) diff: log
# [10:08:45.688] [SUCCESS] (17/24) Check.(=)
# [10:08:45.691] [SUCCESS] (18/24) Check.(<>)
# [10:08:45.697] [SUCCESS] (19/24) Check.(<)
# [10:08:45.700] [SUCCESS] (20/24) Check.(<=)
# [10:08:45.703] [SUCCESS] (21/24) Check.(>)
# [10:08:45.709] [SUCCESS] (22/24) Check.(>=)
# [10:08:45.711] [SUCCESS] (23/24) Check.(=~)
# [10:08:45.717] [SUCCESS] (24/24) Check.(=~!)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tezt 4.0.0
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose tezt.4.0.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.0.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 "\"centos-9\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'tezt.4.0.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 10:08.54: Job failed: Failed: Build failed
2026-03-10 10:08.54: Log analysis:
2026-03-10 10:08.54: >>> 
[ERROR] The compilation of tezt.4.0.0 failed at "dune runtest -p tezt -j 71".
 (score = 20)
2026-03-10 10:08.54: >>> 
[ERROR] The compilation of tezt.4.0.0 failed at "dune runtest -p tezt -j 71".
 (score = 20)
2026-03-10 10:08.54: The compilation of tezt.4.0.0 failed at "dune runtest -p tezt -j 71".