(not at the head of any monitored branch or PR)
2026-03-10 08:59.52: New job: test caqti-lwt.1.6.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 caqti-lwt.1.6.0 1.6.0
RUN opam reinstall caqti-lwt.1.6.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" != 'caqti-lwt.1.6.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 caqti-lwt.1.6.0) || true
RUN opam reinstall --with-test --verbose caqti-lwt.1.6.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" != 'caqti-lwt.1.6.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-caqti-lwt.1.6.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 caqti-lwt.1.6.0 1.6.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-lwt.1.6.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\" != 'caqti-lwt.1.6.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 caqti-lwt.1.6.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose caqti-lwt.1.6.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\" != 'caqti-lwt.1.6.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:51.30: Waiting for worker…
2026-03-10 09:52.59: Got resource from pool OCluster
Building on eumache
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
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

 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: Already exists
a63ad0cf811e: Pulling fs layer
26762bf4e806: Pulling fs layer
14827f2f8794: Pulling fs layer
a63ad0cf811e: Waiting
26762bf4e806: Waiting
849012283632: Pulling fs layer
14827f2f8794: Waiting
425fb6fec6ea: Pulling fs layer
a3a231378de2: Pulling fs layer
425fb6fec6ea: Waiting
e4aa6ada67a1: Pulling fs layer
a3a231378de2: Waiting
fa5dc5ca76a9: Pulling fs layer
e4aa6ada67a1: Waiting
beb8f28f6403: Pulling fs layer
fa5dc5ca76a9: Waiting
d9073b6f4f34: Pulling fs layer
beb8f28f6403: Waiting
cc61720b498b: Pulling fs layer
ec16e13560a9: Pulling fs layer
d9073b6f4f34: Waiting
cc61720b498b: Waiting
ec16e13560a9: Waiting
c915edff33e9: Pulling fs layer
47777bb2b205: Pulling fs layer
c915edff33e9: Waiting
fdfa6e41431a: Pulling fs layer
47777bb2b205: Waiting
fdfa6e41431a: Waiting
b8e7506942e5: Pulling fs layer
c815a02c550d: Pulling fs layer
0471d25f745f: Pulling fs layer
b8e7506942e5: Waiting
f847762d1393: Pulling fs layer
0471d25f745f: Waiting
4f4fb700ef54: Pulling fs layer
02f11825812a: Pulling fs layer
f847762d1393: Waiting
5f52b149c240: Pulling fs layer
e26940ad43ab: Pulling fs layer
e26940ad43ab: Waiting
5f52b149c240: Waiting
bcdaa287b766: Pulling fs layer
001da6cbc747: Pulling fs layer
bcdaa287b766: Waiting
0ade5152d5a1: Pulling fs layer
001da6cbc747: Waiting
19cc0ca1cdac: Pulling fs layer
0ade5152d5a1: Waiting
a5bce2399eb8: Pulling fs layer
e69f527a5db8: Pulling fs layer
a5bce2399eb8: Waiting
19cc0ca1cdac: Waiting
1b3444ad203f: Pulling fs layer
e69f527a5db8: Waiting
52c403230724: Pulling fs layer
3fa0159df738: Pulling fs layer
1b3444ad203f: Waiting
52c403230724: Waiting
20ee17bfd1e1: Pulling fs layer
de0a57e48266: Pulling fs layer
0e6a1b38bd96: Pulling fs layer
3fa0159df738: Waiting
e867e2bef61d: Pulling fs layer
de0a57e48266: Waiting
0e6a1b38bd96: Waiting
20ee17bfd1e1: Waiting
a5d06b20b20b: Pulling fs layer
e867e2bef61d: Waiting
9036bb3a5517: Pulling fs layer
6727305d8458: Pulling fs layer
a5d06b20b20b: Waiting
9036bb3a5517: Waiting
995dda69cc16: Pulling fs layer
b74f58638dc8: Pulling fs layer
6727305d8458: Waiting
2775868513f5: Pulling fs layer
b74f58638dc8: Waiting
995dda69cc16: Waiting
a63ad0cf811e: Verifying Checksum
a63ad0cf811e: Download complete
a63ad0cf811e: Pull complete
26762bf4e806: Verifying Checksum
26762bf4e806: Download complete
26762bf4e806: Pull complete
14827f2f8794: Verifying Checksum
14827f2f8794: Download complete
14827f2f8794: Pull complete
849012283632: Verifying Checksum
849012283632: Download complete
a3a231378de2: Verifying Checksum
a3a231378de2: Download complete
849012283632: Pull complete
e4aa6ada67a1: Verifying Checksum
e4aa6ada67a1: Download complete
fa5dc5ca76a9: Verifying Checksum
fa5dc5ca76a9: Download complete
beb8f28f6403: Verifying Checksum
beb8f28f6403: Download complete
425fb6fec6ea: Verifying Checksum
425fb6fec6ea: Download complete
d9073b6f4f34: Verifying Checksum
d9073b6f4f34: Download complete
425fb6fec6ea: Pull complete
cc61720b498b: Verifying Checksum
cc61720b498b: Download complete
a3a231378de2: Pull complete
ec16e13560a9: Verifying Checksum
ec16e13560a9: Download complete
c915edff33e9: Download complete
e4aa6ada67a1: Pull complete
47777bb2b205: Download complete
fdfa6e41431a: Verifying Checksum
fdfa6e41431a: Download complete
b8e7506942e5: Verifying Checksum
b8e7506942e5: Download complete
fa5dc5ca76a9: Pull complete
c815a02c550d: Download complete
beb8f28f6403: Pull complete
f847762d1393: Verifying Checksum
f847762d1393: Download complete
d9073b6f4f34: Pull complete
0471d25f745f: Verifying Checksum
0471d25f745f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
02f11825812a: Verifying Checksum
02f11825812a: Download complete
5f52b149c240: Download complete
cc61720b498b: Pull complete
bcdaa287b766: Download complete
e26940ad43ab: Download complete
001da6cbc747: Download complete
ec16e13560a9: Pull complete
c915edff33e9: Pull complete
47777bb2b205: Pull complete
0ade5152d5a1: Download complete
fdfa6e41431a: Pull complete
19cc0ca1cdac: Verifying Checksum
19cc0ca1cdac: Download complete
b8e7506942e5: Pull complete
c815a02c550d: Pull complete
a5bce2399eb8: Download complete
0471d25f745f: Pull complete
f847762d1393: Pull complete
e69f527a5db8: Verifying Checksum
e69f527a5db8: Download complete
4f4fb700ef54: Pull complete
02f11825812a: Pull complete
5f52b149c240: Pull complete
1b3444ad203f: Download complete
e26940ad43ab: Pull complete
bcdaa287b766: Pull complete
52c403230724: Download complete
001da6cbc747: Pull complete
0ade5152d5a1: Pull complete
19cc0ca1cdac: Pull complete
3fa0159df738: Verifying Checksum
3fa0159df738: Download complete
a5bce2399eb8: Pull complete
e69f527a5db8: Pull complete
1b3444ad203f: Pull complete
52c403230724: Pull complete
3fa0159df738: Pull complete
de0a57e48266: Download complete
0e6a1b38bd96: Verifying Checksum
0e6a1b38bd96: Download complete
e867e2bef61d: Verifying Checksum
e867e2bef61d: Download complete
a5d06b20b20b: Download complete
9036bb3a5517: Verifying Checksum
9036bb3a5517: Download complete
6727305d8458: Verifying Checksum
6727305d8458: Download complete
995dda69cc16: Verifying Checksum
995dda69cc16: Download complete
b74f58638dc8: Verifying Checksum
b74f58638dc8: Download complete
2775868513f5: Verifying Checksum
2775868513f5: Download complete
20ee17bfd1e1: Verifying Checksum
20ee17bfd1e1: Download 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:53.09 ---> using "4f4aad99373b064eb667a9f696f7c6d39ac750bdfb8a8b7f98f15f1c5afd5dcd" from cache

/: (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:53.09 ---> using "20911cbf85592b0aa5ed4677b5b9647deace104570a70f76f53a37b2c5f407b7" from cache

/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.

Continue? [Y/n] y
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.

[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:53.09 ---> using "79891501f4b82044246c3ac06abe2b77b5f7f723a65768644cbac1b80c9a4a6a" from cache

/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:53.09 ---> using "86fdaa4d94cc0167852d981a6632d1a6a972fe820c609ef5da3f8897f3d62697" from cache

/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:53.09 ---> using "5ce81cfef8afd01e5edf9f9f60c77f2ae3ca7012d095529f484ea8d19002ab99" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 09:53.10 ---> using "8d6388f8dcfdf1e58240042cd3a0a91e4863fd6da210b3a08923a2a6f28e477d" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 09:53.10 ---> using "e116aef1f2b11a57c513a3dae0e2257bf4bb4f8ce1b5df0324fbe8032dc9c4c3" from cache

/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% |  30.4 KiB/s |   4.8 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-10 09:53.10 ---> using "0e4a0b8c43fff12325359141840caa65e6480bd7e4e941db5ab5e86d8f3be04c" from cache

/home/opam: (run (shell "opam pin add -k version -yn caqti-lwt.1.6.0 1.6.0"))
caqti-lwt is now pinned to version 1.6.0
2026-03-10 09:53.10 ---> using "e34eae46cb31c76e67922e9f25c79c088da4788a27f223e194a6f7a65d327eff" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-lwt.1.6.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\" != 'caqti-lwt.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caqti-lwt.1.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
  - install angstrom           0.16.1         [required by uri]
  - install base-bytes         base           [required by ocplib-endian]
  - install bigstringaf        0.10.0         [required by angstrom]
  - install caqti              1.6.0          [required by caqti-lwt]
  - install caqti-lwt          1.6.0 (pinned)
  - install cppo               1.8.0          [required by caqti]
  - install csexp              1.5.2          [required by dune-configurator]
  - install dune               3.21.1         [required by caqti-lwt]
  - install dune-configurator  3.21.1         [required by lwt]
  - install logs               0.10.0         [required by caqti-lwt]
  - install lwt                6.1.1          [required by caqti-lwt]
  - install ocaml-syntax-shims 1.0.0          [required by angstrom]
  - install ocamlbuild         0.16.1         [required by logs, ptime]
  - install ocamlfind          1.9.8          [required by logs, ptime]
  - install ocplib-endian      1.2            [required by lwt]
  - install ptime              1.2.0          [required by caqti]
  - install stringext          1.6.0          [required by uri]
  - install topkg              1.1.1          [required by logs, ptime]
  - install uri                4.4.0          [required by caqti]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved caqti.1.6.0, caqti-lwt.1.6.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed ptime.1.2.0
-> installed dune.3.21.1
-> installed stringext.1.6.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed lwt.6.1.1
-> installed uri.4.4.0
-> installed logs.0.10.0
-> installed caqti.1.6.0
-> installed caqti-lwt.1.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 09:53.54 ---> saved as "6566cfa8591b737ccc24a049d32e84f6c0a12f5fda695863a109b6ec07fb39cb"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test caqti-lwt.1.6.0) || true"))
The following actions will be performed:
=== recompile 3 packages
  - recompile caqti                1.6.0          [uses logs]
  - recompile caqti-lwt            1.6.0 (pinned)
  - recompile logs                 0.10.0         [uses fmt]
=== install 18 packages
  - install   astring              0.8.5          [required by fpath]
  - install   caqti-driver-sqlite3 1.6.0          [required by caqti-lwt]
  - install   caqti-dynload        1.3.0          [required by caqti-lwt]
  - install   conf-pkg-config      4              [required by conf-sqlite3]
  - install   conf-sqlite3         1              [required by sqlite3]
  - install   cstruct              6.2.0          [required by hex]
  - install   dune-compiledb       0.6.0          [required by sqlite3]
  - install   ezjsonm              1.3.0          [required by dune-compiledb]
  - install   fmt                  0.11.0         [required by cstruct]
  - install   fpath                0.7.3          [required by dune-compiledb]
  - install   hex                  1.5.0          [required by ezjsonm]
  - install   jsonm                1.0.2          [required by ezjsonm]
  - install   num                  1.6            [required by sexplib]
  - install   parsexp              v0.16.0        [required by sexplib]
  - install   sexplib              v0.16.0        [required by dune-compiledb]
  - install   sexplib0             v0.16.0        [required by dune-compiledb]
  - install   sqlite3              5.4.0          [required by caqti-driver-sqlite3]
  - install   uutf                 1.0.4          [required by ezjsonm]

The following system packages will first need to be installed:
    sqlite-devel

<><> 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" "sqlite-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package       Arch   Version       Repository      Size
- Installing:
-  sqlite-devel x86_64 3.47.2-5.fc42 updates    673.4 KiB
- Installing dependencies:
-  sqlite       x86_64 3.47.2-5.fc42 updates      1.8 MiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 1 MiB. Need to download 1 MiB.
- After this operation, 2 MiB extra will be used (install 2 MiB, remove 0 B).
- [1/2] sqlite-devel-0:3.47.2-5.fc42.x86_ 100% | 950.0 KiB/s | 146.3 KiB |  00m00s
- [2/2] sqlite-0:3.47.2-5.fc42.x86_64     100% |   2.5 MiB/s | 918.0 KiB |  00m00s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% |   2.1 MiB/s |   1.0 MiB |  00m01s
- Running transaction
- [1/4] Verify package files              100% | 222.0   B/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  32.0   B/s |   2.0   B |  00m00s
- [3/4] Installing sqlite-0:3.47.2-5.fc42 100% |  48.4 MiB/s |   1.8 MiB |  00m00s
- [4/4] Installing sqlite-devel-0:3.47.2- 100% |  10.1 MiB/s | 674.1 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "sqlite-devel"
- sqlite-devel-3.47.2-5.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved caqti.1.6.0, caqti-driver-sqlite3.1.6.0, caqti-lwt.1.6.0  (https://opam.ocaml.org/cache)
-> retrieved caqti-dynload.1.3.0  (https://opam.ocaml.org/cache)
-> installed conf-pkg-config.4
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved dune-compiledb.0.6.0  (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0  (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 hex.1.5.0  (https://opam.ocaml.org/cache)
-> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved num.1.6  (https://opam.ocaml.org/cache)
-> retrieved parsexp.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved sexplib.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved sqlite3.5.4.0  (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed fmt.0.11.0
-> installed sexplib0.v0.16.0
-> installed cstruct.6.2.0
-> installed uutf.1.0.4
-> installed fpath.0.7.3
-> installed hex.1.5.0
-> removed   caqti-lwt.1.6.0
-> removed   caqti.1.6.0
-> removed   logs.0.10.0
-> installed num.1.6
-> installed logs.0.10.0
-> installed parsexp.v0.16.0
-> installed caqti.1.6.0
-> installed jsonm.1.0.2
-> installed caqti-dynload.1.3.0
-> installed ezjsonm.1.3.0
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed sqlite3.5.4.0
-> installed caqti-driver-sqlite3.1.6.0
-> installed caqti-lwt.1.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 09:54.13 ---> saved as "99abd8c194ba87d1d80268fe6d998d4951dc107c03a58e42f7f2911baa6c32fd"

/home/opam: (run (shell  "opam reinstall --with-test --verbose caqti-lwt.1.6.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\" != 'caqti-lwt.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile caqti-lwt 1.6.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [caqti-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caqti-lwt" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/caqti-lwt.1.6.0)
Processing  2/4: [caqti-lwt: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "caqti-lwt" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/caqti-lwt.1.6.0)
- (cd _build/default/tests && ./bikereg.exe)
- BIKE-0003 is owned by Trillian.
- BIKE-0042 is not registered.
- Stolen:	BIKE-0000 2026-03-10T09:54:18-00:00 Arthur Dent
- 	BIKE-0004 2026-03-10T09:54:18-00:00 Marvin
-> compiled  caqti-lwt.1.6.0
-> removed   caqti-lwt.1.6.0
-> installed caqti-lwt.1.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 09:54.22 ---> saved as "86f176cf9043b5928fbdcd783d30d982f4ceb2ebdeac787d29953523809e3132"
Job succeeded
2026-03-10 09:54.27: Job succeeded