Build:
  1. 0
2025-11-08 05:58.06: New job: build alice.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28863/head (66db895fd6b1a9a176eedf3baf8fc77e4017f517)
                              on debian-13-ocaml-5.4-flambda/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/28863/head" && git reset --hard 66db895f
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:bfe1f97f1a895aa3f0f4544c31832266664325d380acf1e1edc08dc6f63ec19c
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 alice.0.1.0 0.1.0
RUN opam reinstall alice.0.1.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'alice.0.1.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-11-08 05:58.06: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:bfe1f97f1a895aa3f0f4544c31832266664325d380acf1e1edc08dc6f63ec19c-alice.0.1.0-66db895fd6b1a9a176eedf3baf8fc77e4017f517"
2025-11-08 05:58.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:bfe1f97f1a895aa3f0f4544c31832266664325d380acf1e1edc08dc6f63ec19c)
 (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 alice.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall alice.0.1.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'alice.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-08 05:58.06: Waiting for resource in pool OCluster
2025-11-08 05:58.06: Waiting for worker…
2025-11-08 05:58.08: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.0
Updating 21f97b2e6d..66db895fd6
Fast-forward
 packages/alice/alice.0.1.0/opam | 45 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 packages/alice/alice.0.1.0/opam

(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:bfe1f97f1a895aa3f0f4544c31832266664325d380acf1e1edc08dc6f63ec19c)
2025-11-08 05:59.28 ---> using "6d05cff8f819c951875d18e3aecf351a87a5f5c8685611d84819ca47acc6937c" 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-11-08 05:59.28 ---> using "57ccb5d3e53a8e70211289b0a62f1d51bd34ce2cc0b4d76fd55c4cf18ec26b61" 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-11-08 05:59.28 ---> using "d032d44fcfa8bffe09935626f8ac0af04fb49281045ad029cd7a5b45514395b7" 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~alpha1
# 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-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.5.4.0+options
# 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+options+flambda
2025-11-08 05:59.28 ---> using "888b77fd16212b24ccb1c7fde21b2d78e9e7d3f95bf750907c2666a1bcedb0b2" 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-11-08 05:59.28 ---> using "df1c95d882e0ca65100dc227645a744f33d12273f7b20fe47054604499ccff9a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-08 05:59.39 ---> saved as "4e1301f6b7c2c9b68c0ac6b0e30c4512e2b4f47953feaa64caada870b158eada"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-08 06:00.00 ---> saved as "7215abc69c073aa43c993aecb309fbbb973d7f6f6680494c1d586d45871ea2a5"

/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 [69.3 kB]
- Fetched 160 kB in 0s (1618 kB/s)
- Reading package lists...
2025-11-08 06:00.01 ---> saved as "07ded41fac26a453eff745a821600a1d2723f430ff1e9ea77fe07ac1dda5ba93"

/home/opam: (run (shell "opam pin add -k version -yn alice.0.1.0 0.1.0"))
alice is now pinned to version 0.1.0
2025-11-08 06:00.02 ---> saved as "b86d935b18564f0cce2770671c00fa239712b579d79686d937e038b2e23657ce"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall alice.0.1.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'alice.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
alice.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
  - install alice        0.1.0 (pinned)
  - install climate      0.8.6          [required by alice]
  - install dune         3.20.2         [required by alice]
  - install dyn          3.20.2         [required by alice]
  - install fileutils    0.6.6          [required by alice]
  - 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 ordering     3.20.2         [required by dyn]
  - install pp           2.0.0          [required by alice]
  - install re           1.14.0         [required by alice]
  - install sha          1.15.4         [required by alice]
  - install stdlib-shims 0.3.0          [required by sha]
  - install toml         7.1.0          [required by alice]
  - install xdg          3.20.2         [required by alice]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alice.0.1.0  (cached)
-> retrieved climate.0.8.6  (cached)
-> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, xdg.3.20.2  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved toml.7.1.0  (cached)
-> installed dune.3.20.2
-> installed climate.0.8.6
-> installed ISO8601.0.2.6
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed pp.2.0.0
-> installed stdlib-shims.0.3.0
-> installed fileutils.0.6.6
-> installed re.1.14.0
-> installed ordering.3.20.2
-> installed xdg.3.20.2
-> installed sha.1.15.4
-> installed dyn.3.20.2
-> installed menhir.20250912
-> installed toml.7.1.0
-> installed alice.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-08 06:01.37 ---> saved as "1291727ee6a2cbb6099a0a8b15a454d83af3ebc2c887b23511c460797d377569"
Job succeeded
2025-11-08 06:01.46: Job succeeded