(not at the head of any monitored branch or PR)
2026-03-23 09:19.15: New job: test ocamlformat-lib.0.28.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29568/head (353fd9234f0397ed1edb6d612e5b9da8472dea1c)
                              on ubuntu-25.10-ocaml-5.4/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/29568/head" && git reset --hard 353fd923
git fetch origin master
git merge --no-edit 63b7ba71be83567e54bb667df0f2bb374d74fb61
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c
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 ocamlformat-lib.0.28.1 0.28.1
RUN opam reinstall ocamlformat-lib.0.28.1; \
    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 "\"ubuntu-25.10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocamlformat-lib.0.28.1' && 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 ocamlformat-lib.0.28.1) || true
RUN opam reinstall --with-test --verbose ocamlformat-lib.0.28.1; \
    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 "\"ubuntu-25.10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocamlformat-lib.0.28.1' && 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-23 09:19.15: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c-ocamlformat-lib.0.28.1-353fd9234f0397ed1edb6d612e5b9da8472dea1c"
2026-03-23 09:19.15: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c)
 (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 ocamlformat-lib.0.28.1 0.28.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocamlformat-lib.0.28.1;\
             \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 \"\\\"ubuntu-25.10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocamlformat-lib.0.28.1' && 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 ocamlformat-lib.0.28.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose ocamlformat-lib.0.28.1;\
             \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 \"\\\"ubuntu-25.10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocamlformat-lib.0.28.1' && 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-23 09:19.15: Waiting for resource in pool OCluster
2026-03-23 09:21.47: Waiting for worker…
2026-03-23 09:26.34: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 63b7ba71be Merge pull request #29573 from davesnx/release-parseff-0.2.0
Merge made by the 'ort' strategy.
 packages/ocamlformat-lib/ocamlformat-lib.0.25.1/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.26.0/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.26.1/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.26.2/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.27.0/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.28.1/opam | 1 +
 packages/ocamlformat-lib/ocamlformat-lib.0.29.0/opam | 1 +
 packages/ocamlformat/ocamlformat.0.24.1/opam         | 1 +
 8 files changed, 8 insertions(+)

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c' locally
docker.io/ocaml/opam@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c: Pulling from ocaml/opam
16c195d4c5e9: Pulling fs layer
eef1e591e8a9: Pulling fs layer
475b07e782b4: Pulling fs layer
18fb99e993e1: Pulling fs layer
ca37c6a45798: Pulling fs layer
c57691858953: Pulling fs layer
5512f1558e14: Pulling fs layer
43fe003df081: Pulling fs layer
6e925d30090e: Pulling fs layer
3417bab79df5: Pulling fs layer
0aa36f5a555a: Pulling fs layer
474fc3d17365: Pulling fs layer
49a3768a5f63: Pulling fs layer
c5abc7eafdff: Pulling fs layer
62941fb37fba: Pulling fs layer
378967450a13: Pulling fs layer
b77cfa4e2ae3: Pulling fs layer
cb268f925fd0: Pulling fs layer
3bf4591bde94: Pulling fs layer
34a47fe3891d: Pulling fs layer
0e9e8d8d7a8c: Pulling fs layer
024b2f94e104: Pulling fs layer
4f4fb700ef54: Pulling fs layer
071fbbcf50f3: Pulling fs layer
b43a2046bab2: Pulling fs layer
f34036196a91: Pulling fs layer
b07913c71979: Pulling fs layer
f1c987ef231c: Pulling fs layer
1a8485ec060a: Pulling fs layer
aa1dac00c891: Pulling fs layer
215e9614a861: Pulling fs layer
117130324f1d: Pulling fs layer
edf62db1b518: Pulling fs layer
0db4778affc6: Pulling fs layer
a7061a59a18a: Pulling fs layer
521f29fbd049: Pulling fs layer
e892ad30f7c8: Pulling fs layer
2c3b7cb0f6a2: Pulling fs layer
397e2b982cad: Pulling fs layer
3f78ab19b95f: Pulling fs layer
145becb678e8: Pulling fs layer
24fbfeac6f2f: Pulling fs layer
f1f4070f6888: Pulling fs layer
f8bcabb9dda2: Pulling fs layer
69c505cf4c80: Pulling fs layer
a63e24a51e8d: Pulling fs layer
b541ca6b32b7: Pulling fs layer
55af3f8ca529: Pulling fs layer
18fb99e993e1: Waiting
ca37c6a45798: Waiting
c57691858953: Waiting
5512f1558e14: Waiting
43fe003df081: Waiting
6e925d30090e: Waiting
3417bab79df5: Waiting
0aa36f5a555a: Waiting
474fc3d17365: Waiting
3bf4591bde94: Waiting
49a3768a5f63: Waiting
34a47fe3891d: Waiting
b43a2046bab2: Waiting
f34036196a91: Waiting
e892ad30f7c8: Waiting
b07913c71979: Waiting
2c3b7cb0f6a2: Waiting
f1c987ef231c: Waiting
0e9e8d8d7a8c: Waiting
397e2b982cad: Waiting
1a8485ec060a: Waiting
024b2f94e104: Waiting
aa1dac00c891: Waiting
3f78ab19b95f: Waiting
f1f4070f6888: Waiting
215e9614a861: Waiting
69c505cf4c80: Waiting
f8bcabb9dda2: Waiting
117130324f1d: Waiting
145becb678e8: Waiting
24fbfeac6f2f: Waiting
c5abc7eafdff: Waiting
edf62db1b518: Waiting
b77cfa4e2ae3: Waiting
cb268f925fd0: Waiting
0db4778affc6: Waiting
62941fb37fba: Waiting
a7061a59a18a: Waiting
a63e24a51e8d: Waiting
378967450a13: Waiting
521f29fbd049: Waiting
4f4fb700ef54: Waiting
b541ca6b32b7: Waiting
55af3f8ca529: Waiting
071fbbcf50f3: Waiting
475b07e782b4: Verifying Checksum
475b07e782b4: Download complete
eef1e591e8a9: Download complete
16c195d4c5e9: Verifying Checksum
16c195d4c5e9: Download complete
ca37c6a45798: Verifying Checksum
ca37c6a45798: Download complete
5512f1558e14: Download complete
18fb99e993e1: Download complete
6e925d30090e: Verifying Checksum
6e925d30090e: Download complete
43fe003df081: Verifying Checksum
43fe003df081: Download complete
0aa36f5a555a: Verifying Checksum
0aa36f5a555a: Download complete
3417bab79df5: Download complete
474fc3d17365: Verifying Checksum
474fc3d17365: Download complete
c57691858953: Verifying Checksum
c57691858953: Download complete
49a3768a5f63: Download complete
c5abc7eafdff: Verifying Checksum
c5abc7eafdff: Download complete
378967450a13: Verifying Checksum
378967450a13: Download complete
b77cfa4e2ae3: Verifying Checksum
b77cfa4e2ae3: Download complete
cb268f925fd0: Verifying Checksum
cb268f925fd0: Download complete
62941fb37fba: Download complete
3bf4591bde94: Verifying Checksum
3bf4591bde94: Download complete
34a47fe3891d: Verifying Checksum
34a47fe3891d: Download complete
0e9e8d8d7a8c: Verifying Checksum
0e9e8d8d7a8c: Download complete
024b2f94e104: Verifying Checksum
024b2f94e104: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
071fbbcf50f3: Verifying Checksum
071fbbcf50f3: Download complete
b43a2046bab2: Verifying Checksum
b43a2046bab2: Download complete
b07913c71979: Verifying Checksum
b07913c71979: Download complete
f34036196a91: Verifying Checksum
f34036196a91: Download complete
f1c987ef231c: Download complete
aa1dac00c891: Download complete
1a8485ec060a: Download complete
215e9614a861: Verifying Checksum
215e9614a861: Download complete
16c195d4c5e9: Pull complete
eef1e591e8a9: Pull complete
475b07e782b4: Pull complete
117130324f1d: Verifying Checksum
117130324f1d: Download complete
edf62db1b518: Download complete
0db4778affc6: Verifying Checksum
0db4778affc6: Download complete
a7061a59a18a: Verifying Checksum
a7061a59a18a: Download complete
e892ad30f7c8: Verifying Checksum
e892ad30f7c8: Download complete
397e2b982cad: Verifying Checksum
397e2b982cad: Download complete
3f78ab19b95f: Verifying Checksum
3f78ab19b95f: Download complete
145becb678e8: Verifying Checksum
145becb678e8: Download complete
18fb99e993e1: Pull complete
24fbfeac6f2f: Verifying Checksum
24fbfeac6f2f: Download complete
f1f4070f6888: Verifying Checksum
f1f4070f6888: Download complete
f8bcabb9dda2: Verifying Checksum
f8bcabb9dda2: Download complete
ca37c6a45798: Pull complete
2c3b7cb0f6a2: Verifying Checksum
2c3b7cb0f6a2: Download complete
a63e24a51e8d: Verifying Checksum
a63e24a51e8d: Download complete
b541ca6b32b7: Verifying Checksum
b541ca6b32b7: Download complete
55af3f8ca529: Verifying Checksum
55af3f8ca529: Download complete
521f29fbd049: Verifying Checksum
521f29fbd049: Download complete
69c505cf4c80: Verifying Checksum
69c505cf4c80: Download complete
c57691858953: Pull complete
5512f1558e14: Pull complete
43fe003df081: Pull complete
6e925d30090e: Pull complete
3417bab79df5: Pull complete
0aa36f5a555a: Pull complete
474fc3d17365: Pull complete
49a3768a5f63: Pull complete
c5abc7eafdff: Pull complete
62941fb37fba: Pull complete
378967450a13: Pull complete
b77cfa4e2ae3: Pull complete
cb268f925fd0: Pull complete
3bf4591bde94: Pull complete
34a47fe3891d: Pull complete
0e9e8d8d7a8c: Pull complete
024b2f94e104: Pull complete
4f4fb700ef54: Pull complete
071fbbcf50f3: Pull complete
b43a2046bab2: Pull complete
f34036196a91: Pull complete
b07913c71979: Pull complete
f1c987ef231c: Pull complete
1a8485ec060a: Pull complete
aa1dac00c891: Pull complete
215e9614a861: Pull complete
117130324f1d: Pull complete
edf62db1b518: Pull complete
0db4778affc6: Pull complete
a7061a59a18a: Pull complete
521f29fbd049: Pull complete
e892ad30f7c8: Pull complete
2c3b7cb0f6a2: Pull complete
397e2b982cad: Pull complete
3f78ab19b95f: Pull complete
145becb678e8: Pull complete
24fbfeac6f2f: Pull complete
f1f4070f6888: Pull complete
f8bcabb9dda2: Pull complete
69c505cf4c80: Pull complete
a63e24a51e8d: Pull complete
b541ca6b32b7: Pull complete
55af3f8ca529: Pull complete
Digest: sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c
Status: Downloaded newer image for ocaml/opam@sha256:8beb8441cc86540c3c3e6a38b20517f3612aa5027dcbfee06849462858df621c
2026-03-23 09:26.42 ---> using "819caa7c58df339c743ad728072ea5edb6743f0b91312eb15ebc4ed3af6fe0b1" 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-23 09:26.42 ---> using "057789e54a222e62ce83ea485667c84d8f549fd2999015a11d6c19d73c9f9a71" 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
[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-23 09:26.42 ---> using "8d611d9fcf1d669179e4ed974031c845536b8a5d02d9b3f4c39dca92f2d4bc8a" 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=ubuntu os-version=25.10
# 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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-03-23 09:26.42 ---> using "966014fd4f060f9f0b1405ddc75267b4795501a642cedbf884b9d503910523f5" 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-23 09:26.42 ---> using "ac4bdd7a86e03db0096a83b35249ad311a51f12b80e097c757326f14cd35224f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 09:26.54 ---> saved as "1a9d363b669217fdf991f222281470015736dcff573b0e5203b1722028343559"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 09:27.22 ---> saved as "83fd72bf3fb14b6edb3e9d86e7eedf689fb3d8e4e151f5d8efc6c74f88fcf345"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [428 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [219 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [265 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [302 kB]
- Get:10 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [217 kB]
- Get:11 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [194 kB]
- Fetched 2034 kB in 0s (4385 kB/s)
- Reading package lists...
- 
2026-03-23 09:27.25 ---> saved as "2ac750db0a9ddbca2e38ec5c0d4037798e6acee7db22a96eb75ee48e22164b58"

/home/opam: (run (shell "opam pin add -k version -yn ocamlformat-lib.0.28.1 0.28.1"))
ocamlformat-lib is now pinned to version 0.28.1
2026-03-23 09:27.26 ---> saved as "76e2d703bdc8b841f7d5e98eb21df68a9d73854a19a9281e4f12ac2644920eaa"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocamlformat-lib.0.28.1;\
                        \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 \"\\\"ubuntu-25.10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocamlformat-lib.0.28.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocamlformat-lib.0.28.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 28 packages
  - install astring                 0.8.5           [required by ocamlformat-lib]
  - install base                    v0.17.3         [required by ocamlformat-lib]
  - install camlp-streams           5.0.1           [required by ocamlformat-lib]
  - install cmdliner                2.1.0           [required by ocamlformat-lib]
  - install csexp                   1.5.2           [required by ocamlformat-lib]
  - install dune                    3.22.0          [required by ocamlformat-lib]
  - install dune-build-info         3.22.0          [required by ocamlformat-lib]
  - install dune-configurator       3.22.0          [required by base]
  - install either                  1.0.0           [required by ocamlformat-lib]
  - install fix                     20250919        [required by ocamlformat-lib]
  - install fpath                   0.7.3           [required by ocamlformat-lib]
  - install menhir                  20260209        [required by ocamlformat-lib]
  - install menhirCST               20260209        [required by menhir]
  - install menhirGLR               20260209        [required by menhir]
  - install menhirLib               20260209        [required by ocamlformat-lib]
  - install menhirSdk               20260209        [required by ocamlformat-lib]
  - install ocaml-version           4.0.4           [required by ocamlformat-lib]
  - install ocaml_intrinsics_kernel v0.17.1         [required by base]
  - install ocamlbuild              0.16.1          [required by fpath, astring, uuseg]
  - install ocamlfind               1.9.8           [required by ocp-indent, astring, fpath, uuseg]
  - install ocamlformat-lib         0.28.1 (pinned)
  - install ocp-indent              1.9.0           [required by ocamlformat-lib]
  - install sexplib0                v0.17.0         [required by base]
  - install stdio                   v0.17.0         [required by ocamlformat-lib]
  - install topkg                   1.1.1           [required by fpath, astring, uuseg]
  - install uucp                    17.0.0          [required by uuseg]
  - install uuseg                   17.0.0          [required by ocamlformat-lib]
  - install uutf                    1.0.4           [required by ocamlformat-lib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20250919  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocaml-version.4.0.4  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlformat-lib.0.28.1  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.0
-> installed either.1.0.0
-> installed fix.20250919
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-version.4.0.4
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed ocp-indent.1.9.0
-> installed dune-configurator.3.22.0
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed uucp.17.0.0
-> installed stdio.v0.17.0
-> installed uuseg.17.0.0
-> installed ocamlformat-lib.0.28.1
Done.

<><> ocp-indent.1.9.0 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/5.4/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:29.20 ---> saved as "6b3443758c1a2e24f9bdd7cc7aeb7531f4ab91b35132eea73b222d85596725e3"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ocamlformat-lib.0.28.1) || true"))
The following actions will be performed:
=== downgrade 3 packages
  - downgrade dune                    3.22.0 to 3.21.1 [required by ocamlformat-lib]
  - downgrade dune-build-info         3.22.0 to 3.21.1 [required by ocamlformat-lib]
  - downgrade dune-configurator       3.22.0 to 3.21.1 [uses dune]
=== recompile 16 packages
  - recompile base                    v0.17.3          [uses dune]
  - recompile camlp-streams           5.0.1            [uses dune]
  - recompile csexp                   1.5.2            [uses dune]
  - recompile either                  1.0.0            [uses dune]
  - recompile fix                     20250919         [uses dune]
  - recompile menhir                  20260209         [uses dune]
  - recompile menhirCST               20260209         [uses dune]
  - recompile menhirGLR               20260209         [uses dune]
  - recompile menhirLib               20260209         [uses dune]
  - recompile menhirSdk               20260209         [uses dune]
  - recompile ocaml-version           4.0.4            [uses dune]
  - recompile ocaml_intrinsics_kernel v0.17.1          [uses dune]
  - recompile ocamlformat-lib         0.28.1 (pinned)
  - recompile ocp-indent              1.9.0            [uses dune]
  - recompile sexplib0                v0.17.0          [uses dune]
  - recompile stdio                   v0.17.0          [uses dune]
=== install 6 packages
  - install   alcotest                1.9.1            [required by ocamlformat-lib]
  - install   fmt                     0.11.0           [required by alcotest]
  - install   ocaml-syntax-shims      1.0.0            [required by alcotest]
  - install   ocamlformat-rpc-lib     0.28.1           [required by ocamlformat-lib]
  - install   re                      1.14.0           [required by alcotest]
  - install   stdlib-shims            0.3.0            [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved base.v0.17.3  (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
-> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1  (https://opam.ocaml.org/cache)
-> retrieved either.1.0.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 menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.4  (https://github.com/ocurrent/ocaml-version/releases/download/v4.0.4/ocaml-version-4.0.4.tbz)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlformat-lib.0.28.1, ocamlformat-rpc-lib.0.28.1  (https://opam.ocaml.org/cache)
-> installed fmt.0.11.0
-> retrieved ocp-indent.1.9.0  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved stdio.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> removed   ocamlformat-lib.0.28.1
-> removed   camlp-streams.5.0.1
-> removed   dune-build-info.3.22.0
-> removed   either.1.0.0
-> removed   fix.20250919
-> removed   menhir.20260209
-> removed   menhirCST.20260209
-> removed   menhirGLR.20260209
-> removed   menhirLib.20260209
-> removed   menhirSdk.20260209
-> removed   ocaml-version.4.0.4
-> removed   ocp-indent.1.9.0
-> removed   stdio.v0.17.0
-> removed   base.v0.17.3
-> removed   dune-configurator.3.22.0
-> removed   csexp.1.5.2
-> removed   ocaml_intrinsics_kernel.v0.17.1
-> removed   sexplib0.v0.17.0
-> removed   dune.3.22.0
-> installed dune.3.21.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250919
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.4
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed ocp-indent.1.9.0
-> installed stdlib-shims.0.3.0
-> installed ocamlformat-rpc-lib.0.28.1
-> installed dune-build-info.3.21.1
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ocamlformat-lib.0.28.1
Done.

<><> ocp-indent.1.9.0 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/5.4/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:31.28 ---> saved as "b6fc7a40be2d291424f6f757c38956129fec4808d86b9bd370bba331e3237a15"

/home/opam: (run (shell  "opam reinstall --with-test --verbose ocamlformat-lib.0.28.1;\
                        \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 \"\\\"ubuntu-25.10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocamlformat-lib.0.28.1' && 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 ocamlformat-lib 0.28.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ocamlformat-lib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocamlformat-lib" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocamlformat-lib.0.28.1)
- (cd _build/default/test/unit && ./test_unit.exe)
- Testing `ocamlformat'.
- This run has ID `AN4UUTQ5'.
- 
- ................................................................................
- ................................................................................
- ............................................
- 
-> compiled  ocamlformat-lib.0.28.1
-> removed   ocamlformat-lib.0.28.1
-> installed ocamlformat-lib.0.28.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:31.49 ---> saved as "28c6fa065a69698bece63d364bd760cb8c178a9dc8339ec3f8083832264249fb"
Job succeeded
2026-03-23 09:32.02: Job succeeded