(for PR #29096)

2025-12-15 03:23.28: New job: test autofonce.0.8 with dune.3.21.0~alpha4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29096/head (7d6af52f05e2c06c00193b2918193b6994ece701)
                              on debian-13-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/29096/head" && git reset --hard 7d6af52f
git fetch origin master
git merge --no-edit 2625e9877b44d517ad87b5bf4ff708f3e44b78d8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04
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.3.21.0~alpha4 3.21.0~alpha4
RUN opam reinstall dune.3.21.0~alpha4; \
    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.3.21.0~alpha4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall autofonce.0.8; \
    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" != 'autofonce.0.8' && 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 autofonce.0.8) || true
RUN opam reinstall --with-test --verbose autofonce.0.8; \
    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" != 'autofonce.0.8' && 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-15 03:23.28: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04-dune.3.21.0~alpha4-autofonce.0.8-7d6af52f05e2c06c00193b2918193b6994ece701"
2025-12-15 03:23.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
 (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.3.21.0~alpha4 3.21.0~alpha4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.21.0~alpha4;\
             \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.3.21.0~alpha4' && 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 autofonce.0.8;\
             \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\" != 'autofonce.0.8' && 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 autofonce.0.8) || true"))
 (run (shell  "opam reinstall --with-test --verbose autofonce.0.8;\
             \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\" != 'autofonce.0.8' && 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-15 03:23.28: Waiting for resource in pool OCluster
2025-12-15 13:12.02: Waiting for worker…
2025-12-15 13:15.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  72% (13707/19031)
Updating files:  73% (13893/19031)
Updating files:  74% (14083/19031)
Updating files:  75% (14274/19031)
Updating files:  76% (14464/19031)
Updating files:  77% (14654/19031)
Updating files:  78% (14845/19031)
Updating files:  79% (15035/19031)
Updating files:  80% (15225/19031)
Updating files:  81% (15416/19031)
Updating files:  82% (15606/19031)
Updating files:  83% (15796/19031)
Updating files:  84% (15987/19031)
Updating files:  85% (16177/19031)
Updating files:  86% (16367/19031)
Updating files:  87% (16557/19031)
Updating files:  88% (16748/19031)
Updating files:  89% (16938/19031)
Updating files:  90% (17128/19031)
Updating files:  91% (17319/19031)
Updating files:  92% (17509/19031)
Updating files:  93% (17699/19031)
Updating files:  94% (17890/19031)
Updating files:  95% (18080/19031)
Updating files:  96% (18270/19031)
Updating files:  97% (18461/19031)
Updating files:  98% (18651/19031)
Updating files:  99% (18841/19031)
Updating files: 100% (19031/19031)
Updating files: 100% (19031/19031), done.
HEAD is now at 2625e9877b Merge pull request #29094 from anmonteiro/patch-9
Updating 2625e9877b..7d6af52f05
Fast-forward
 .../chrome-trace/chrome-trace.3.21.0~alpha4/opam   | 41 ++++++++++++
 .../dune-action-plugin.3.21.0~alpha4/opam          | 54 ++++++++++++++++
 .../dune-build-info.3.21.0~alpha4/opam             | 47 ++++++++++++++
 .../dune-configurator.3.21.0~alpha4/opam           | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.21.0~alpha4/opam    | 44 +++++++++++++
 .../dune-private-libs.3.21.0~alpha4/opam           | 52 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha4/opam   | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.21.0~alpha4/opam      | 46 +++++++++++++
 packages/dune-site/dune-site.3.21.0~alpha4/opam    | 39 +++++++++++
 packages/dune/dune.3.21.0~alpha4/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.21.0~alpha4/opam                | 42 ++++++++++++
 packages/fs-io/fs-io.3.21.0~alpha4/opam            | 41 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha4/opam  | 45 +++++++++++++
 packages/ordering/ordering.3.21.0~alpha4/opam      | 40 ++++++++++++
 packages/stdune/stdune.3.21.0~alpha4/opam          | 48 ++++++++++++++
 .../top-closure/top-closure.3.21.0~alpha4/opam     | 40 ++++++++++++
 packages/xdg/xdg.3.21.0~alpha4/opam                | 41 ++++++++++++
 17 files changed, 789 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.21.0~alpha4/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0~alpha4/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.21.0~alpha4/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.21.0~alpha4/opam
 create mode 100644 packages/dune-glob/dune-glob.3.21.0~alpha4/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0~alpha4/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha4/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.21.0~alpha4/opam
 create mode 100644 packages/dune-site/dune-site.3.21.0~alpha4/opam
 create mode 100644 packages/dune/dune.3.21.0~alpha4/opam
 create mode 100644 packages/dyn/dyn.3.21.0~alpha4/opam
 create mode 100644 packages/fs-io/fs-io.3.21.0~alpha4/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha4/opam
 create mode 100644 packages/ordering/ordering.3.21.0~alpha4/opam
 create mode 100644 packages/stdune/stdune.3.21.0~alpha4/opam
 create mode 100644 packages/top-closure/top-closure.3.21.0~alpha4/opam
 create mode 100644 packages/xdg/xdg.3.21.0~alpha4/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
2025-12-15 13:15.25 ---> using "5f87df8c1f6f0886e7311dfd3df40b8bbb961cc34c83c0d033c6dd248c84bc7d" 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-15 13:15.25 ---> using "f1296791f2d76481058db697105a569091a6b6345f05c94bbc5a650f1a364f9a" 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-15 13:15.25 ---> using "0cac9a31b4750e6a46df8ed8d2f68352091a988199fdf62c52779549510cd6bf" 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       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
2025-12-15 13:15.25 ---> using "1deb91dc3badca969976ed6f3bc5fe7c443d73a2cfa957be662fd6f93e30aa7b" 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-15 13:15.25 ---> using "1a02438c8753bf7228a9eb625e65b7af26778a022b9ce0b16be5ef4f294c58cd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-15 13:15.27 ---> using "eb7fce002d3011997e6b86dbe83f655d6b7730dccc18f79edba49a7bf7e4d9a8" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-15 13:15.27 ---> using "4b065be9f938538e7e8ff55e18456d0f2a5ae5a85bf63e0a975d8019feba2dfc" 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 [84.8 kB]
- Fetched 176 kB in 0s (1507 kB/s)
- Reading package lists...
- 
2025-12-15 13:15.27 ---> using "e068c5ce43af944c455b2776cca2e7f3a89bfe2d7427c70330cf49a061e468e9" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.21.0~alpha4 3.21.0~alpha4"))
dune is now pinned to version 3.21.0~alpha4
2025-12-15 13:15.27 ---> using "ad19e79bfb577df8f264c31684c0c4a73a6db8efdaea63e0b97bde0e687760c9" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune.3.21.0~alpha4;\
                        \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.3.21.0~alpha4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune.3.21.0~alpha4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install dune 3.21.0~alpha4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0~alpha4  (cached)
-> installed dune.3.21.0~alpha4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 13:15.27 ---> using "9f89965e525eea5c4523a287dfc7337f4f714c89b70be65eb19f4bdf8e73b31b" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall autofonce.0.8;\
                        \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\" != 'autofonce.0.8' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
autofonce.0.8 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 27 packages
  - install ANSITerminal     0.8.5    [required by autofonce_lib]
  - install autofonce        0.8
  - install autofonce_config 0.8      [required by autofonce_lib]
  - install autofonce_core   0.8      [required by autofonce_lib]
  - install autofonce_lib    0.8      [required by autofonce]
  - install autofonce_m4     0.8      [required by autofonce_lib]
  - install autofonce_misc   0.8      [required by autofonce_config, autofonce_core]
  - install autofonce_patch  0.8      [required by autofonce_lib]
  - install autofonce_share  0.8      [required by autofonce_lib]
  - install base-bytes       base     [required by ANSITerminal]
  - install cmdliner         1.3.0    [required by ez_cmdliner]
  - install crunch           4.0.0    [required by autofonce_share]
  - install ez_cmdliner      0.4.3    [required by autofonce_lib]
  - install ez_file          0.3.0    [required by autofonce_lib]
  - install ez_subst         0.2.1    [required by ez_cmdliner]
  - install ISO8601          0.2.6    [required by toml]
  - install menhir           20250912 [required by toml]
  - install menhirCST        20250912 [required by menhir]
  - install menhirLib        20250912 [required by menhir]
  - install menhirSdk        20250912 [required by menhir]
  - install ocamlbuild       0.16.1   [required by ptime]
  - install ocamlfind        1.9.8    [required by base-bytes]
  - install ocplib_stuff     0.4.0    [required by autofonce_lib]
  - install ptime            1.2.0    [required by crunch]
  - install re               1.14.0   [required by ez_file]
  - install toml             7.1.0    [required by autofonce_config]
  - install topkg            1.1.1    [required by ptime]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ANSITerminal.0.8.5  (cached)
-> retrieved autofonce.0.8, autofonce_config.0.8, autofonce_core.0.8, autofonce_lib.0.8, autofonce_m4.0.8, autofonce_misc.0.8, autofonce_patch.0.8, autofonce_share.0.8  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved ez_cmdliner.0.4.3  (cached)
-> retrieved ez_file.0.3.0  (cached)
-> retrieved ez_subst.0.2.1  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> installed ISO8601.0.2.6
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed menhirCST.20250912
-> retrieved ocamlfind.1.9.8  (cached)
-> installed ez_subst.0.2.1
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> retrieved ocplib_stuff.0.4.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved toml.7.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocplib_stuff.0.4.0
-> installed cmdliner.1.3.0
-> installed re.1.14.0
-> installed ez_cmdliner.0.4.3
-> installed ez_file.0.3.0
-> installed autofonce_patch.0.8
-> installed autofonce_misc.0.8
-> installed autofonce_m4.0.8
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ANSITerminal.0.8.5
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed ptime.1.2.0
-> installed crunch.4.0.0
-> installed autofonce_share.0.8
-> installed autofonce_core.0.8
-> installed menhir.20250912
-> installed toml.7.1.0
-> installed autofonce_config.0.8
-> installed autofonce_lib.0.8
-> installed autofonce.0.8
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 13:16.17 ---> saved as "cea993750ccb014af298f51a74ff868b2fbafe31d8c05717ccaef64cc21810d4"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test autofonce.0.8) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile autofonce               0.8
=== install 39 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.21.0~alpha4 [required by ocamlformat-lib]
  - install   dune-configurator       3.21.0~alpha4 [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   ocaml-compiler-libs     v0.17.0       [required by ppxlib]
  - install   ocaml-version           4.0.3         [required by ocamlformat-lib]
  - install   ocaml_intrinsics_kernel v0.17.1       [required by base]
  - install   ocamlformat             0.28.1        [required by autofonce]
  - install   ocamlformat-lib         0.28.1        [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 autofonce]
  - 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 autofonce]
  - install   ppx_optcomp             v0.17.1       [required by time_now]
  - install   ppx_sexp_conv           v0.17.1       [required by ppx_base]
  - install   ppxlib                  0.37.0        [required by ppx_expect]
  - install   ppxlib_jane             v0.17.4       [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - 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   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 autofonce.0.8  (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
-> installed astring.0.8.5
-> retrieved dune-build-info.3.21.0~alpha4, dune-configurator.3.21.0~alpha4  (https://github.com/ocaml/dune/releases/download/3.21.0_alpha4/dune-3.21.0.alpha4.tbz)
-> 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 ocaml-compiler-libs.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.3  (https://opam.ocaml.org/cache)
-> installed jane-street-headers.v0.17.0
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (https://opam.ocaml.org/cache)
-> installed fix.20250919
-> installed ocaml-version.4.0.3
-> installed ocaml_intrinsics_kernel.v0.17.1
-> retrieved ocamlformat.0.28.1, ocamlformat-lib.0.28.1  (https://opam.ocaml.org/cache)
-> installed dune-build-info.3.21.0~alpha4
-> installed dune-configurator.3.21.0~alpha4
-> installed fpath.0.7.3
-> installed ocaml-compiler-libs.v0.17.0
-> 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)
-> 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)
-> installed ppx_derivers.1.2.1
-> 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.37.0  (https://opam.ocaml.org/cache)
-> retrieved ppxlib_jane.v0.17.4  (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.17.0  (https://opam.ocaml.org/cache)
-> installed ocp-indent.1.9.0
-> 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)
-> installed stdlib-shims.0.3.0
-> retrieved uucp.17.0.0  (https://opam.ocaml.org/cache)
-> retrieved uuseg.17.0.0  (https://opam.ocaml.org/cache)
-> installed sexplib0.v0.17.0
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed uutf.1.0.4
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.37.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> removed   autofonce.0.8
-> installed uucp.17.0.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed uuseg.17.0.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 ppx_expect.v0.17.3
-> installed ocamlformat-lib.0.28.1
-> installed ocamlformat.0.28.1
-> installed autofonce.0.8
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)
2025-12-15 13:18.07 ---> saved as "fc13ec61eb72d393ea9a72ce9ff5746662807dd49c6572b82a896d4580a357d4"

/home/opam: (run (shell  "opam reinstall --with-test --verbose autofonce.0.8;\
                        \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\" != 'autofonce.0.8' && 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 autofonce 0.8

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [autofonce.0.8: extract]
-> retrieved autofonce.0.8  (cached)
Processing  2/4: [autofonce: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'autofonce'" (CWD=/home/opam/.opam/5.4/.opam-switch/build/autofonce.0.8)
Processing  2/4: [autofonce: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "autofonce" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/autofonce.0.8)
- File "dune-project", line 121, characters 3-31:
- 121 |    (autofonce_misc (= version))
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_misc": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_misc (= :version)))
- File "dune-project", line 75, characters 3-31:
- 75 |    (autofonce_misc (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_misc": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_misc (= :version)))
- File "dune-project", line 54, characters 3-32:
- 54 |    (autofonce_share (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_share": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_share (= :version)))
- File "dune-project", line 55, characters 3-32:
- 55 |    (autofonce_patch (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_patch": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_patch (= :version)))
- File "dune-project", line 56, characters 3-29:
- 56 |    (autofonce_m4 (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_m4": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_m4 (= :version)))
- File "dune-project", line 57, characters 3-31:
- 57 |    (autofonce_core (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_core": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_core (= :version)))
- File "dune-project", line 58, characters 3-33:
- 58 |    (autofonce_config (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_config": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_config (= :version)))
- File "dune-project", line 34, characters 3-32:
- 34 |    (autofonce_share (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_share": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_share (= :version)))
- File "dune-project", line 35, characters 3-31:
- 35 |    (autofonce_misc (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_misc": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_misc (= :version)))
- File "dune-project", line 36, characters 3-29:
- 36 |    (autofonce_m4 (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_m4": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_m4 (= :version)))
- File "dune-project", line 17, characters 3-30:
- 17 |    (autofonce_lib (= version))
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Possible typo in constraint for dependency "autofonce_lib": '(=
- version)' might be a mistake.
- Hint: Did you mean to use the `:version` variable instead? Example: (depends
- (autofonce_lib (= :version)))
- (cd _build/default/src/autofonce && /usr/bin/bash linking_flags.sh linking.sexp dynamic linux ANSITerminal_stubs) > _build/default/src/autofonce/linking.sexp
- ;; linking.sexp
- ;; generated by linking_flags.sh
- ()
Processing  2/4: [autofonce: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'autofonce'" (CWD=/home/opam/.opam/5.4/.opam-switch/build/autofonce.0.8)
-> compiled  autofonce.0.8
-> removed   autofonce.0.8
Processing  4/4: [autofonce: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'autofonce'" (CWD=/home/opam/.opam/5.4/.opam-switch/build/autofonce.0.8)
-> installed autofonce.0.8
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-15 13:18.19 ---> saved as "b2ef37329966fa0154c9e5b9c81791c4d9fb1c7a61d434e6a916bc45e8dbc6f7"
Job succeeded
2025-12-15 13:19.37: Job succeeded