Build:
  1. 0
2026-04-07 07:53.10: New job: test ez_cmdliner.0.5.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29657/head (ae86563219923edb840927a033550aeaa0a17cb6)
                              on ubuntu-24.04-ocaml-5.4/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29657/head" && git reset --hard ae865632
git fetch origin master
git merge --no-edit 67472cd54293d750a62d6d4423024d55f77268b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0
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 ez_cmdliner.0.5.0 0.5.0
RUN opam reinstall ez_cmdliner.0.5.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ez_cmdliner.0.5.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 ez_cmdliner.0.5.0) || true
RUN opam reinstall --with-test --verbose ez_cmdliner.0.5.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ez_cmdliner.0.5.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-04-07 07:53.10: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0-ez_cmdliner.0.5.0-ae86563219923edb840927a033550aeaa0a17cb6"
2026-04-07 07:53.10: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0)
 (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 ez_cmdliner.0.5.0 0.5.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ez_cmdliner.0.5.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ez_cmdliner.0.5.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 ez_cmdliner.0.5.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose ez_cmdliner.0.5.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ez_cmdliner.0.5.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-04-07 07:53.10: Waiting for resource in pool OCluster
2026-04-07 07:53.10: Waiting for worker…
2026-04-07 08:01.45: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2702/18637)
Updating files:  15% (2796/18637)
Updating files:  16% (2982/18637)
Updating files:  17% (3169/18637)
Updating files:  18% (3355/18637)
Updating files:  19% (3542/18637)
Updating files:  20% (3728/18637)
Updating files:  21% (3914/18637)
Updating files:  22% (4101/18637)
Updating files:  23% (4287/18637)
Updating files:  24% (4473/18637)
Updating files:  25% (4660/18637)
Updating files:  26% (4846/18637)
Updating files:  27% (5032/18637)
Updating files:  27% (5157/18637)
Updating files:  28% (5219/18637)
Updating files:  29% (5405/18637)
Updating files:  30% (5592/18637)
Updating files:  31% (5778/18637)
Updating files:  32% (5964/18637)
Updating files:  33% (6151/18637)
Updating files:  34% (6337/18637)
Updating files:  35% (6523/18637)
Updating files:  36% (6710/18637)
Updating files:  37% (6896/18637)
Updating files:  38% (7083/18637)
Updating files:  39% (7269/18637)
Updating files:  40% (7455/18637)
Updating files:  40% (7567/18637)
Updating files:  41% (7642/18637)
Updating files:  42% (7828/18637)
Updating files:  43% (8014/18637)
Updating files:  44% (8201/18637)
Updating files:  45% (8387/18637)
Updating files:  46% (8574/18637)
Updating files:  47% (8760/18637)
Updating files:  48% (8946/18637)
Updating files:  49% (9133/18637)
Updating files:  50% (9319/18637)
Updating files:  51% (9505/18637)
Updating files:  52% (9692/18637)
Updating files:  53% (9878/18637)
Updating files:  53% (9920/18637)
Updating files:  54% (10064/18637)
Updating files:  55% (10251/18637)
Updating files:  56% (10437/18637)
Updating files:  57% (10624/18637)
Updating files:  58% (10810/18637)
Updating files:  59% (10996/18637)
Updating files:  60% (11183/18637)
Updating files:  61% (11369/18637)
Updating files:  62% (11555/18637)
Updating files:  63% (11742/18637)
Updating files:  64% (11928/18637)
Updating files:  65% (12115/18637)
Updating files:  65% (12263/18637)
Updating files:  66% (12301/18637)
Updating files:  67% (12487/18637)
Updating files:  68% (12674/18637)
Updating files:  69% (12860/18637)
Updating files:  70% (13046/18637)
Updating files:  71% (13233/18637)
Updating files:  72% (13419/18637)
Updating files:  73% (13606/18637)
Updating files:  74% (13792/18637)
Updating files:  75% (13978/18637)
Updating files:  76% (14165/18637)
Updating files:  76% (14348/18637)
Updating files:  77% (14351/18637)
Updating files:  78% (14537/18637)
Updating files:  79% (14724/18637)
Updating files:  80% (14910/18637)
Updating files:  81% (15096/18637)
Updating files:  82% (15283/18637)
Updating files:  83% (15469/18637)
Updating files:  84% (15656/18637)
Updating files:  85% (15842/18637)
Updating files:  86% (16028/18637)
Updating files:  87% (16215/18637)
Updating files:  88% (16401/18637)
Updating files:  89% (16587/18637)
Updating files:  89% (16742/18637)
Updating files:  90% (16774/18637)
Updating files:  91% (16960/18637)
Updating files:  92% (17147/18637)
Updating files:  93% (17333/18637)
Updating files:  94% (17519/18637)
Updating files:  95% (17706/18637)
Updating files:  96% (17892/18637)
Updating files:  97% (18078/18637)
Updating files:  98% (18265/18637)
Updating files:  99% (18451/18637)
Updating files: 100% (18637/18637)
Updating files: 100% (18637/18637), done.
HEAD is now at 67472cd542 Merge pull request #29652 from RyanGibb/master
Updating 67472cd542..ae86563219
Fast-forward
 packages/ez_cmdliner/ez_cmdliner.0.5.0/opam | 53 +++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
 create mode 100644 packages/ez_cmdliner/ez_cmdliner.0.5.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0)
2026-04-07 08:01.57 ---> using "1afbf1c3817e9b9dd6c849f18c81cd54a70004b6185886ebbe0968654155dfcc" 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-04-07 08:01.57 ---> using "9b74c082db0c46a9fca1dadff78b3c50d84e0e944eee3374d82cf17f17770155" 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
2026-04-07 08:01.57 ---> using "95de59af29bdd834715db31461a90e98c4d9e8936809b86c1714c103dc64821f" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-07 08:01.57 ---> using "d9f9a4ef15dc79d85792d5e2bea1311b6ab8722163a614575e3ca995c2c1650f" 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-04-07 08:01.57 ---> using "5c1f7c0b9beb70c056f5e09479f03e7e0c5b8cc27d9ce59673ca7abc913b9344" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-07 08:02.02 ---> using "af77c8e9dac9ac9d000961d6d78770aafb66e9ea693ce42dd8bc2ff67cb721cc" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-07 08:02.02 ---> using "277906695fa34ed7a180d05acb966d04e6a3a96315d8100f7538aa85f1bf314b" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1603 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [958 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [630 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1118 kB]
- Fetched 4688 kB in 3s (1788 kB/s)
- Reading package lists...
- 
2026-04-07 08:02.02 ---> using "379d921768108b5240f45081b79e7f8b4f9466f491078e70a00fab304b3cd22f" from cache

/home/opam: (run (shell "opam pin add -k version -yn ez_cmdliner.0.5.0 0.5.0"))
ez_cmdliner is now pinned to version 0.5.0
2026-04-07 08:02.02 ---> using "26da9b698921bc91b7307c7448a23d6a2a91c4990802e7c786b384ae90b056da" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ez_cmdliner.0.5.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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ez_cmdliner.0.5.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ez_cmdliner.0.5.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  - install cmdliner     2.1.0          [required by ez_cmdliner]
  - install dune         3.22.1         [required by ez_cmdliner]
  - install ez_cmdliner  0.5.0 (pinned)
  - install ez_subst     0.2.1          [required by ez_cmdliner]
  - install ocplib_stuff 0.4.0          [required by ez_cmdliner]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.1  (cached)
-> retrieved ez_cmdliner.0.5.0  (https://github.com/OCamlPro/ez_cmdliner/releases/download/v0.5.0/ez_cmdliner-0.5.0.tbz)
-> retrieved ez_subst.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved ocplib_stuff.0.4.0  (https://opam.ocaml.org/cache)
-> installed cmdliner.2.1.0
-> installed dune.3.22.1
-> installed ez_subst.0.2.1
-> installed ocplib_stuff.0.4.0
-> installed ez_cmdliner.0.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-07 08:02.02 ---> using "4d06a3158f9d74712e56dca31182471a6d719a366e42a6dfdf544f94bfd9fe18" from cache

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ez_cmdliner.0.5.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ez_cmdliner             0.5.0 (pinned)
=== install 48 packages
  - install   astring                 0.8.5          [required by ocamlformat-lib]
  - install   base                    v0.17.3        [required by ppx_expect]
  - install   camlp-streams           5.0.1          [required by ocamlformat-lib]
  - install   csexp                   1.5.2          [required by ocamlformat]
  - install   dune-build-info         3.22.1         [required by ocamlformat-lib]
  - install   dune-configurator       3.22.1         [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   jane-street-headers     v0.17.0        [required by time_now]
  - install   jst-config              v0.17.0        [required by time_now]
  - 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-compiler-libs     v0.17.0        [required by ppxlib]
  - 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             0.29.0         [required by ez_cmdliner]
  - install   ocamlformat-lib         0.29.0         [required by ocamlformat]
  - install   ocp-indent              1.9.0          [required by ocamlformat-lib]
  - install   ppx_assert              v0.17.0        [required by jst-config]
  - install   ppx_base                v0.17.0        [required by time_now]
  - install   ppx_cold                v0.17.0        [required by ppx_base]
  - install   ppx_compare             v0.17.0        [required by ppx_base]
  - install   ppx_derivers            1.2.1          [required by ppxlib]
  - install   ppx_enumerate           v0.17.0        [required by ppx_base]
  - install   ppx_expect              v0.17.3        [required by ez_cmdliner]
  - install   ppx_globalize           v0.17.2        [required by ppx_base]
  - install   ppx_hash                v0.17.0        [required by ppx_base]
  - install   ppx_here                v0.17.0        [required by ppx_expect]
  - install   ppx_inline_test         v0.17.1        [required by ez_cmdliner]
  - install   ppx_optcomp             v0.17.1        [required by time_now]
  - install   ppx_sexp_conv           v0.17.1        [required by ppx_base]
  - install   ppxlib                  0.38.0         [required by ppx_expect]
  - install   ppxlib_jane             v0.17.4        [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install   re                      1.14.0         [required by ocamlformat]
  - install   sexplib0                v0.17.0        [required by base, ppxlib]
  - install   stdio                   v0.17.0        [required by ppx_expect]
  - install   stdlib-shims            0.3.0          [required by ppxlib]
  - install   time_now                v0.17.0        [required by ppx_inline_test]
  - 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  (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)
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> retrieved dune-build-info.3.22.1, dune-configurator.3.22.1  (https://opam.ocaml.org/cache)
-> installed dune-build-info.3.22.1
-> retrieved either.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved fix.20250919  (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
-> retrieved jane-street-headers.v0.17.0  (https://opam.ocaml.org/cache)
-> installed either.1.0.0
-> retrieved jst-config.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (https://opam.ocaml.org/cache)
-> installed jane-street-headers.v0.17.0
-> installed fix.20250919
-> retrieved ocaml-compiler-libs.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.4  (https://opam.ocaml.org/cache)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (https://opam.ocaml.org/cache)
-> installed menhirCST.20260209
-> installed dune-configurator.3.22.1
-> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> retrieved ocamlformat.0.29.0, ocamlformat-lib.0.29.0  (https://opam.ocaml.org/cache)
-> installed menhirLib.20260209
-> installed ocaml-version.4.0.4
-> retrieved ocp-indent.1.9.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_assert.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_base.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_cold.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_compare.v0.17.0  (https://opam.ocaml.org/cache)
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_enumerate.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_expect.v0.17.3  (https://opam.ocaml.org/cache)
-> retrieved ppx_globalize.v0.17.2  (https://opam.ocaml.org/cache)
-> retrieved ppx_hash.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_here.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_inline_test.v0.17.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_optcomp.v0.17.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_conv.v0.17.1  (https://opam.ocaml.org/cache)
-> retrieved ppxlib.0.38.0  (https://opam.ocaml.org/cache)
-> retrieved ppxlib_jane.v0.17.4  (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)
-> retrieved time_now.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
-> retrieved uucp.17.0.0  (https://opam.ocaml.org/cache)
-> retrieved uuseg.17.0.0  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed ocamlfind.1.9.8
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed ocamlbuild.0.16.1
-> installed sexplib0.v0.17.0
-> removed   ez_cmdliner.0.5.0
-> installed stdlib-shims.0.3.0
-> installed ocp-indent.1.9.0
-> installed menhir.20260209
-> installed topkg.1.1.1
-> installed astring.0.8.5
-> installed base.v0.17.3
-> installed fpath.0.7.3
-> installed stdio.v0.17.0
-> installed uutf.1.0.4
-> installed ppxlib.0.38.0
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_sexp_conv.v0.17.1
-> installed uucp.17.0.0
-> installed uuseg.17.0.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ocamlformat-lib.0.29.0
-> installed ppx_expect.v0.17.3
-> installed ocamlformat.0.29.0
-> installed ez_cmdliner.0.5.0
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-04-07 08:14.35 ---> saved as "4919d679b7af2045e53aaf8f419da14003cb2263d8d4566409732f89d7bde24a"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ez_cmdliner: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_cmdliner'" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ez_cmdliner.0.5.0)
Processing  2/4: [ez_cmdliner: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_cmdliner" "-j" "3" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ez_cmdliner.0.5.0)
Processing  2/4: [ez_cmdliner: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_cmdliner'" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ez_cmdliner.0.5.0)
-> compiled  ez_cmdliner.0.5.0
-> removed   ez_cmdliner.0.5.0
Processing  4/4: [ez_cmdliner: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_cmdliner'" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ez_cmdliner.0.5.0)
-> installed ez_cmdliner.0.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-07 08:15.38 ---> saved as "05fda3dd44a450c8c8023c2f94fa1590ba73e6adaf8562cb20236d3ee30601b2"
Job succeeded
2026-04-07 08:16.13: Job succeeded