Build:
  1. 0
2025-12-11 02:46.26: New job: test ppx_protocol_conv_yaml.5.2.0 with dune-configurator.3.21.0~alpha3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29070/head (a95df9014bc79103fde668cf2adbe6680fd2f9cf)
                              on debian-13-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/29070/head" && git reset --hard a95df901
git fetch origin master
git merge --no-edit 810e1f14b7fa6411c66a3549f4c2aff47c52fc36
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
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 dune-configurator.3.21.0~alpha3 3.21.0~alpha3
RUN opam reinstall dune-configurator.3.21.0~alpha3; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-configurator.3.21.0~alpha3' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall ppx_protocol_conv_yaml.5.2.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ppx_protocol_conv_yaml.5.2.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test ppx_protocol_conv_yaml.5.2.0) || true
RUN opam reinstall --with-test --verbose ppx_protocol_conv_yaml.5.2.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ppx_protocol_conv_yaml.5.2.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-12-11 02:46.26: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d-dune-configurator.3.21.0~alpha3-ppx_protocol_conv_yaml.5.2.0-a95df9014bc79103fde668cf2adbe6680fd2f9cf"
2025-12-11 02:46.26: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
 (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 dune-configurator.3.21.0~alpha3 3.21.0~alpha3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-configurator.3.21.0~alpha3;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune-configurator.3.21.0~alpha3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppx_protocol_conv_yaml.5.2.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ppx_protocol_conv_yaml.5.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test ppx_protocol_conv_yaml.5.2.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose ppx_protocol_conv_yaml.5.2.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ppx_protocol_conv_yaml.5.2.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-11 02:46.26: Waiting for resource in pool OCluster
2025-12-11 07:56.03: Waiting for worker…
2025-12-11 07:58.07: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  95% (18242/19017)
Updating files:  96% (18257/19017)
Updating files:  97% (18447/19017)
Updating files:  98% (18637/19017)
Updating files:  99% (18827/19017)
Updating files: 100% (19017/19017)
Updating files: 100% (19017/19017), done.
HEAD is now at 810e1f14b7 Merge pull request #29066 from gares/release-elpi-v3.4.4
Updating 810e1f14b7..a95df9014b
Fast-forward
 .../chrome-trace/chrome-trace.3.21.0~alpha3/opam   | 41 ++++++++++++
 .../dune-action-plugin.3.21.0~alpha3/opam          | 54 ++++++++++++++++
 .../dune-build-info.3.21.0~alpha3/opam             | 47 ++++++++++++++
 .../dune-configurator.3.21.0~alpha3/opam           | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.21.0~alpha3/opam    | 44 +++++++++++++
 .../dune-private-libs.3.21.0~alpha3/opam           | 52 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha3/opam   | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.21.0~alpha3/opam      | 46 +++++++++++++
 packages/dune-site/dune-site.3.21.0~alpha3/opam    | 39 +++++++++++
 packages/dune/dune.3.21.0~alpha3/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.21.0~alpha3/opam                | 42 ++++++++++++
 packages/fs-io/fs-io.3.21.0~alpha3/opam            | 40 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha3/opam  | 45 +++++++++++++
 packages/ordering/ordering.3.21.0~alpha3/opam      | 40 ++++++++++++
 packages/stdune/stdune.3.21.0~alpha3/opam          | 48 ++++++++++++++
 .../top-closure/top-closure.3.21.0~alpha3/opam     | 39 +++++++++++
 packages/xdg/xdg.3.21.0~alpha3/opam                | 41 ++++++++++++
 17 files changed, 787 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.21.0~alpha3/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0~alpha3/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.21.0~alpha3/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.21.0~alpha3/opam
 create mode 100644 packages/dune-glob/dune-glob.3.21.0~alpha3/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0~alpha3/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha3/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.21.0~alpha3/opam
 create mode 100644 packages/dune-site/dune-site.3.21.0~alpha3/opam
 create mode 100644 packages/dune/dune.3.21.0~alpha3/opam
 create mode 100644 packages/dyn/dyn.3.21.0~alpha3/opam
 create mode 100644 packages/fs-io/fs-io.3.21.0~alpha3/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha3/opam
 create mode 100644 packages/ordering/ordering.3.21.0~alpha3/opam
 create mode 100644 packages/stdune/stdune.3.21.0~alpha3/opam
 create mode 100644 packages/top-closure/top-closure.3.21.0~alpha3/opam
 create mode 100644 packages/xdg/xdg.3.21.0~alpha3/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d' locally
docker.io/ocaml/opam@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d: Pulling from ocaml/opam
53c88f1dfeb7: Already exists
268d44a12236: Already exists
f2f36c7402e3: Already exists
9eb2778f421b: Already exists
3ca35f1ec5ed: Already exists
b08866568793: Already exists
fb0d17ce08c9: Already exists
c8db2c4fd670: Already exists
5fa8cfe8f9cb: Already exists
e7f5f7180a56: Already exists
9f66154be4d4: Already exists
f6674de6e5d4: Already exists
80eb63632584: Already exists
66f55aa69346: Already exists
d121bc397a1a: Already exists
0eff100405dd: Already exists
7d67d217736c: Already exists
ac7107dc3d00: Already exists
f01a17be3cef: Already exists
30a38827b55c: Already exists
085733096c8e: Already exists
86db5d63aa02: Already exists
4f4fb700ef54: Already exists
034a62edceac: Already exists
808c1ae36c95: Already exists
eba808bca592: Already exists
68b2bb6a330b: Already exists
9fee74853ab2: Already exists
00d667d2b4f9: Already exists
cde2288b7be2: Already exists
6e6039e741bd: Already exists
08dc627d7129: Already exists
fbbf04bee28a: Already exists
cf124fccb693: Already exists
16001ee30892: Already exists
a379ebcf721f: Already exists
c05951b4b1dd: Already exists
1238fc26ec9b: Already exists
33d5b2862e74: Already exists
6a5c5f5e740e: Already exists
f97083767ae6: Already exists
5fbf3379e3de: Pulling fs layer
fa7fd9ad7954: Pulling fs layer
c0b4ac729b41: Pulling fs layer
40482318cf81: Pulling fs layer
fa7fd9ad7954: Verifying Checksum
fa7fd9ad7954: Download complete
c0b4ac729b41: Download complete
40482318cf81: Verifying Checksum
40482318cf81: Download complete
5fbf3379e3de: Download complete
5fbf3379e3de: Pull complete
fa7fd9ad7954: Pull complete
c0b4ac729b41: Pull complete
40482318cf81: Pull complete
Digest: sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
Status: Downloaded newer image for ocaml/opam@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
2025-12-11 07:59.07 ---> using "d81b3b20b9dbe813f4813251eb45f7f230344599357169e34b0d2f872bf65895" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-11 07:59.07 ---> using "4c0c738834a7be54719ab9b07c911eba51e45ad4298c42597f7d3da72b1c15d4" 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.

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
2025-12-11 07:59.07 ---> using "8bb6d27bb5f7ebe9771219e3ecd730184d5e10ab877134c11c12ee3b1a6d3b96" 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=debian os-version=13
# 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
2025-12-11 07:59.07 ---> using "35019bd57e8933485bd938828fe288c3674216a4757e13b1dac8ce6b21035ac2" 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/"))
2025-12-11 07:59.07 ---> using "e09ab9992a764acab15da9cff99e3d4d978b8a77f33714cc5d19d16d3539eb49" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-11 07:59.09 ---> using "8f784899c04798d44128ca0480da55c2b9cf6d274974843ef0505a70d687f2db" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-11 07:59.09 ---> using "2b089ce953d9701360553588b495e1bed1b68a44304bde1817c2d61d9d0cfb13" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [82.1 kB]
- Fetched 173 kB in 0s (1662 kB/s)
- Reading package lists...
- 
2025-12-11 07:59.09 ---> using "66aa292a4a8c262cd0de67bf9051bc0bb23ef81009eeb9a242c201bbf02a4d3c" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.21.0~alpha3 3.21.0~alpha3"))
dune-configurator is now pinned to version 3.21.0~alpha3
2025-12-11 07:59.09 ---> using "ba7e265cc9fa3a24a4f366d35f981c9be428e499eeb68655bb78e920ec0635bb" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-configurator.3.21.0~alpha3;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune-configurator.3.21.0~alpha3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune-configurator.3.21.0~alpha3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
  - install csexp             1.5.2                  [required by dune-configurator]
  - install dune              3.21.0~alpha3          [required by dune-configurator]
  - install dune-configurator 3.21.0~alpha3 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.0~alpha3, dune-configurator.3.21.0~alpha3  (cached)
-> installed dune.3.21.0~alpha3
-> installed csexp.1.5.2
-> installed dune-configurator.3.21.0~alpha3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 07:59.09 ---> using "0a79edf45ff69d85a85b5b2da96ef74fc1ca6f775d07bb85894a17548990487c" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppx_protocol_conv_yaml.5.2.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ppx_protocol_conv_yaml.5.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppx_protocol_conv_yaml.5.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
  - install astring                0.8.5   [required by bos]
  - install base                   v0.16.4 [required by ppx_protocol_conv]
  - install bos                    0.2.1   [required by yaml]
  - install ctypes                 0.24.0  [required by yaml]
  - install fmt                    0.11.0  [required by bos]
  - install fpath                  0.7.3   [required by bos]
  - install integers               0.7.0   [required by ctypes]
  - install logs                   0.10.0  [required by bos]
  - install ocaml-compiler-libs    v0.12.4 [required by ppxlib]
  - install ocamlbuild             0.16.1  [required by bos]
  - install ocamlfind              1.9.8   [required by bos]
  - install ppx_derivers           1.2.1   [required by ppxlib]
  - install ppx_protocol_conv      5.2.0   [required by ppx_protocol_conv_yaml]
  - install ppx_protocol_conv_yaml 5.2.0
  - install ppxlib                 0.35.0  [required by ppx_protocol_conv]
  - install rresult                0.7.0   [required by bos]
  - install sexplib0               v0.16.0 [required by base, ppxlib]
  - install stdlib-shims           0.3.0   [required by ppxlib]
  - install topkg                  1.1.1   [required by bos]
  - install yaml                   3.2.0   [required by ppx_protocol_conv_yaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_protocol_conv.5.2.0, ppx_protocol_conv_yaml.5.2.0  (cached)
-> installed ppx_derivers.1.2.1
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved yaml.3.2.0  (cached)
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed integers.0.7.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed ctypes.0.24.0
-> installed base.v0.16.4
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed ppxlib.0.35.0
-> installed ppx_protocol_conv.5.2.0
-> installed yaml.3.2.0
-> installed ppx_protocol_conv_yaml.5.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 07:59.58 ---> saved as "7e893fe97800072869bc2a3e50c02fb4d6556e473c47e4319bc46275e362724f"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ppx_protocol_conv_yaml.5.2.0) || true"))
The following actions will be performed:
=== recompile 5 packages
  - recompile bos                    0.2.1   [uses fmt]
  - recompile fmt                    0.11.0  [uses cmdliner]
  - recompile logs                   0.10.0  [uses cmdliner]
  - recompile ppx_protocol_conv_yaml 5.2.0
  - recompile yaml                   3.2.0   [uses bos]
=== install 9 packages
  - install   alcotest               1.9.1   [required by ppx_protocol_conv_yaml]
  - install   cmdliner               2.1.0   [required by alcotest]
  - install   num                    1.6     [required by sexplib]
  - install   ocaml-syntax-shims     1.0.0   [required by alcotest]
  - install   parsexp                v0.16.0 [required by sexplib]
  - install   ppx_sexp_conv          v0.16.0 [required by ppx_protocol_conv_yaml]
  - install   re                     1.14.0  [required by alcotest]
  - install   sexplib                v0.16.0 [required by ppx_protocol_conv_yaml]
  - install   uutf                   1.0.4   [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved num.1.6  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved parsexp.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_protocol_conv_yaml.5.2.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_conv.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved sexplib.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> retrieved yaml.3.2.0  (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> installed parsexp.v0.16.0
-> installed num.1.6
-> installed re.1.14.0
-> installed sexplib.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> removed   ppx_protocol_conv_yaml.5.2.0
-> removed   yaml.3.2.0
-> removed   bos.0.2.1
-> removed   logs.0.10.0
-> removed   fmt.0.11.0
-> installed cmdliner.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed logs.0.10.0
-> installed alcotest.1.9.1
-> installed bos.0.2.1
-> installed yaml.3.2.0
-> installed ppx_protocol_conv_yaml.5.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 08:00.42 ---> saved as "41e91ec9675c9a94e3f2fe6e715860e96ea0cfbdfe7712d9be94fb31b9246c89"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [ppx_protocol_conv_yaml.5.2.0: extract]
-> retrieved ppx_protocol_conv_yaml.5.2.0  (cached)
Processing  2/4: [ppx_protocol_conv_yaml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_protocol_conv_yaml" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_protocol_conv_yaml.5.2.0)
Processing  2/4: [ppx_protocol_conv_yaml: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "ppx_protocol_conv_yaml" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_protocol_conv_yaml.5.2.0)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I test/.test.objs/byte -I test/.test.objs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_protocol_conv/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uutf -intf-suffix .ml -no-alias-deps -open Test -o test/.test.objs/native/test__Test_driver.cmx -c -impl test/test_driver.pp.ml)
- File "test/test_driver.ml", line 178, characters 17-32:
- 178 |   let unittest = Caml.__MODULE__, [
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Caml
- [since v0.16] use Stdlib instead of Caml
- (cd _build/default/drivers/yaml/test && ./unittest.exe)
- Testing `yaml'.
- This run has ID `NVHKMM0A'.
- 
-   [OK]          Test__Test_arrays               0   yaml.SingleElem.
-   [OK]          Test__Test_arrays               1   yaml.SingleElem.
-   [OK]          Test__Test_arrays               2   yaml.Longarray.
-   [OK]          Test__Test_arrays               3   yaml.EmptyInsideRec.
-   [OK]          Test__Test_arrays               4   yaml.SingleInsideRec.
-   [OK]          Test__Test_arrays               5   yaml.MultiInsideRec.
-   [OK]          Test__Test_arrays               6   yaml.ArrayOfArrays.
-   [OK]          Test__Test_arrays               7   yaml.ArrayOfArrays2.
-   [OK]          Test__Test_driver               0   yaml.Tuple.
-   [OK]          Test__Test_driver               1   yaml.Any.
-   [OK]          Test__Test_driver               2   yaml.Record.
-   [OK]          Test__Test_driver               3   yaml.list.
-   [OK]          Test__Test_driver               4   yaml.Lists.
-   [OK]          Test__Test_driver               5   yaml.array.
-   [OK]          Test__Test_lists                0   yaml.EmptyList.
-   [OK]          Test__Test_lists                1   yaml.SingleElem.
-   [OK]          Test__Test_lists                2   yaml.Longlist.
-   [OK]          Test__Test_lists                3   yaml.EmptyInsideRec.
-   [OK]          Test__Test_lists                4   yaml.SingleInsideRec.
-   [OK]          Test__Test_lists                5   yaml.MultiInsideRec.
-   [OK]          Test__Test_lists                6   yaml.ListOfLists.
-   [OK]          Test__Test_lists                7   yaml.ListOfLists2.
-   [OK]          Test__Test_nonrec               0   yaml.Nonrec.
-   [OK]          Test__Test_nonrec               1   yaml.Nonrec2.
-   [OK]          Test__Test_option_unit          0   yaml.None.
-   [OK]          Test__Test_option_unit          1   yaml.Some None.
-   [OK]          Test__Test_option_unit          2   yaml.Some Some None.
-   [OK]          Test__Test_option_unit          3   yaml.Some Some Some Unit.
-   [OK]          Test__Test_param_types          0   yaml.simple.
-   [OK]          Test__Test_param_types          1   yaml.record.
-   [OK]          Test__Test_param_types          2   yaml.multiple.
-   [OK]          Test__Test_param_types          3   yaml.reference.
-   [OK]          Test__Test_param_types          4   yaml.recursive.
-   [OK]          Test__Test_poly                 0   yaml.Simple.
-   [OK]          Test__Test_poly                 1   yaml.Tree.
-   [OK]          Test__Test_poly                 2   yaml.MutualRecursion.
-   [OK]          Test__Test_poly                 3   yaml.InsideRec.
-   [OK]          Test__Test_record               0   yaml.RecordList.
-   [OK]          Test__Test_record               1   yaml.SimpleRecord.
-   [OK]          Test__Test_sig                  0   yaml.Test_sig.
-   [OK]          Test__Test_sig                  1   yaml.Test_sig2.
-   [OK]          Test__Test_types                0   yaml.S3.
-   [OK]          Test__Test_types                1   yaml.Types.
-   [OK]          Test__Test_unit                 0   yaml.Some Some Some true.
-   [OK]          Test__Test_unit                 1   yaml.Some Some None.
-   [OK]          Test__Test_unit                 2   yaml.Some None.
-   [OK]          Test__Test_unit                 3   yaml.None.
-   [OK]          Test__Test_unit                 4   yaml.Some Some Some true.
-   [OK]          Test__Test_unit                 5   yaml.Some Some None.
-   [OK]          Test__Test_unit                 6   yaml.Some None.
-   [OK]          Test__Test_unit                 7   yaml.None.
-   [OK]          Test__Test_unit                 8   yaml.unit option option l...
-   [OK]          Test__Test_unit                 9   yaml.confuse deserializat...
-   [OK]          Test__Test_variant              0   yaml.Simple.
-   [OK]          Test__Test_variant              1   yaml.Tuple.
-   [OK]          Test__Test_variant              2   yaml.Tree.
-   [OK]          Test__Test_variant              3   yaml.MutualRecursion.
-   [OK]          Test__Test_variant              4   yaml.InsideRec.
-   [OK]          Test__Test_variant              5   yaml.InlineRecord.
-   [OK]          Test__Test_variant              6   yaml.InlineRecord2.
-   [OK]          Test__Test_variant              7   yaml.Poly.
-   [OK]          Test__Test_result               0   yaml.Option.Ok.
-   [OK]          Test__Test_result               1   yaml.Option.Error.
-   [OK]          Test__Test_exceptions           0   stack_overflow.
-   [OK]          Test__Test_exceptions           1   Test exception handling.
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/ppx_protocol_conv_yaml.5.2.0/_build/default/drivers/yaml/test/_build/_tests/yaml'.
- Test Successful in 0.805s. 65 tests run.
-> compiled  ppx_protocol_conv_yaml.5.2.0
-> removed   ppx_protocol_conv_yaml.5.2.0
-> installed ppx_protocol_conv_yaml.5.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 08:00.56 ---> saved as "c1d5a907747f4c55922f010b737f5afd9b9114c9776ab262ff5a7f725d8f037a"
Job succeeded
2025-12-11 08:01.38: Job succeeded