Build:
  1. 0
2026-05-02 05:52.31: New job: build conf-git-daemon.1.0, lower-bounds, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29838/head (b854a602caf5fdc33ea4d92db8e1e22c82f9bb86)
                              on debian-13-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29838/head" && git reset --hard b854a602
git fetch origin master
git merge --no-edit 76bd899e94da6c4b6bc6b7efa84d0737069db6f0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353
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 conf-git-daemon.1.0 1.0
RUN opam reinstall conf-git-daemon.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" != 'conf-git-daemon.1.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall conf-git-daemon.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" != 'conf-git-daemon.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 .

2026-05-02 05:52.31: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353-conf-git-daemon.1.0-b854a602caf5fdc33ea4d92db8e1e22c82f9bb86"
2026-05-02 05:52.31: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353)
 (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 conf-git-daemon.1.0 1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-git-daemon.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\" != 'conf-git-daemon.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"))
 (env OPAMCRITERIA +removed,+count[version-lag,solution])
 (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
 (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-git-daemon.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\" != 'conf-git-daemon.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"))
)

2026-05-02 05:52.31: Connecting to build cluster…
2026-05-02 05:52.31: Waiting for resource in pool OCluster
2026-05-02 05:52.32: Waiting for worker…
2026-05-02 05:52.33: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 76bd899e94 Merge pull request #29831 from RyanGibb/opam-publish-wol.1.0
Updating 76bd899e94..b854a602ca
Fast-forward
 packages/conf-git-daemon/conf-git-daemon.1.0/opam | 28 +++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 packages/conf-git-daemon/conf-git-daemon.1.0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353' locally
docker.io/ocaml/opam@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353: Pulling from ocaml/opam
3b32e3bb7338: Pulling fs layer
745aa02d649b: Pulling fs layer
bc737f5d3c43: Pulling fs layer
435aae15a5aa: Pulling fs layer
0c18c39f6bae: Pulling fs layer
eef74b82df23: Pulling fs layer
435aae15a5aa: Waiting
f7d9cf0406d8: Pulling fs layer
01a1dc37e798: Pulling fs layer
eef74b82df23: Waiting
f7d9cf0406d8: Waiting
4960811e07ec: Pulling fs layer
be2894c36d5e: Pulling fs layer
0c18c39f6bae: Waiting
b5a017ae191d: Pulling fs layer
4960811e07ec: Waiting
be2894c36d5e: Waiting
3ba39ce4e9c9: Pulling fs layer
1db570dbe1c8: Pulling fs layer
01a1dc37e798: Waiting
b5a017ae191d: Waiting
3ba39ce4e9c9: Waiting
753bb4b44994: Pulling fs layer
b5a1e811909d: Pulling fs layer
753bb4b44994: Waiting
6f3d83ba47b6: Pulling fs layer
b5a1e811909d: Waiting
002305272cbf: Pulling fs layer
249535cd82cd: Pulling fs layer
6f3d83ba47b6: Waiting
87fe8c2a0989: Pulling fs layer
002305272cbf: Waiting
b6932f04a343: Pulling fs layer
17b274223ca8: Pulling fs layer
4f4fb700ef54: Pulling fs layer
249535cd82cd: Waiting
924952a8fbf8: Pulling fs layer
17b274223ca8: Waiting
4f4fb700ef54: Waiting
17671b650f63: Pulling fs layer
9fe75d873195: Pulling fs layer
87fe8c2a0989: Waiting
17671b650f63: Waiting
24216535046d: Pulling fs layer
ac2e1c9e90df: Pulling fs layer
9fe75d873195: Waiting
24216535046d: Waiting
924952a8fbf8: Waiting
c2126be13b26: Pulling fs layer
ac2e1c9e90df: Waiting
01ff22a5eb70: Pulling fs layer
c2126be13b26: Waiting
50415235a68f: Pulling fs layer
01ff22a5eb70: Waiting
deb6182b549b: Pulling fs layer
ad728fb9a18c: Pulling fs layer
50415235a68f: Waiting
a36bcae85a3d: Pulling fs layer
1c746fdc6a3a: Pulling fs layer
deb6182b549b: Waiting
ad728fb9a18c: Waiting
4351b787b295: Pulling fs layer
380abb093977: Pulling fs layer
a36bcae85a3d: Waiting
0fc1b10f3fd9: Pulling fs layer
966bc35978c3: Pulling fs layer
ae53b61ccb9e: Pulling fs layer
380abb093977: Waiting
d8ada9072f1a: Pulling fs layer
70f923473ca1: Pulling fs layer
0fc1b10f3fd9: Waiting
df81036acc4a: Pulling fs layer
ae53b61ccb9e: Waiting
d8ada9072f1a: Waiting
966bc35978c3: Waiting
70f923473ca1: Waiting
1b9253ea29a0: Pulling fs layer
df81036acc4a: Waiting
14d08e4f5c89: Pulling fs layer
14d08e4f5c89: Waiting
1b9253ea29a0: Waiting
bc737f5d3c43: Verifying Checksum
bc737f5d3c43: Download complete
745aa02d649b: Verifying Checksum
745aa02d649b: Download complete
0c18c39f6bae: Verifying Checksum
0c18c39f6bae: Download complete
435aae15a5aa: Verifying Checksum
435aae15a5aa: Download complete
3b32e3bb7338: Verifying Checksum
3b32e3bb7338: Download complete
f7d9cf0406d8: Verifying Checksum
f7d9cf0406d8: Download complete
01a1dc37e798: Verifying Checksum
01a1dc37e798: Download complete
be2894c36d5e: Verifying Checksum
be2894c36d5e: Download complete
eef74b82df23: Verifying Checksum
eef74b82df23: Download complete
3b32e3bb7338: Pull complete
745aa02d649b: Pull complete
bc737f5d3c43: Pull complete
3ba39ce4e9c9: Verifying Checksum
3ba39ce4e9c9: Download complete
4960811e07ec: Verifying Checksum
4960811e07ec: Download complete
b5a017ae191d: Verifying Checksum
b5a017ae191d: Download complete
435aae15a5aa: Pull complete
0c18c39f6bae: Pull complete
1db570dbe1c8: Download complete
753bb4b44994: Verifying Checksum
753bb4b44994: Download complete
b5a1e811909d: Verifying Checksum
b5a1e811909d: Download complete
6f3d83ba47b6: Verifying Checksum
6f3d83ba47b6: Download complete
002305272cbf: Verifying Checksum
002305272cbf: Download complete
249535cd82cd: Verifying Checksum
249535cd82cd: Download complete
87fe8c2a0989: Download complete
4f4fb700ef54: Download complete
17b274223ca8: Download complete
b6932f04a343: Verifying Checksum
b6932f04a343: Download complete
9fe75d873195: Verifying Checksum
9fe75d873195: Download complete
17671b650f63: Verifying Checksum
17671b650f63: Download complete
924952a8fbf8: Download complete
c2126be13b26: Download complete
24216535046d: Verifying Checksum
24216535046d: Download complete
ac2e1c9e90df: Verifying Checksum
ac2e1c9e90df: Download complete
50415235a68f: Download complete
01ff22a5eb70: Verifying Checksum
deb6182b549b: Verifying Checksum
deb6182b549b: Download complete
ad728fb9a18c: Verifying Checksum
ad728fb9a18c: Download complete
a36bcae85a3d: Verifying Checksum
a36bcae85a3d: Download complete
1c746fdc6a3a: Verifying Checksum
1c746fdc6a3a: Download complete
380abb093977: Download complete
966bc35978c3: Verifying Checksum
966bc35978c3: Download complete
ae53b61ccb9e: Download complete
d8ada9072f1a: Verifying Checksum
d8ada9072f1a: Download complete
0fc1b10f3fd9: Verifying Checksum
0fc1b10f3fd9: Download complete
df81036acc4a: Verifying Checksum
df81036acc4a: Download complete
1b9253ea29a0: Download complete
14d08e4f5c89: Download complete
eef74b82df23: Pull complete
f7d9cf0406d8: Pull complete
01a1dc37e798: Pull complete
4960811e07ec: Pull complete
be2894c36d5e: Pull complete
b5a017ae191d: Pull complete
3ba39ce4e9c9: Pull complete
1db570dbe1c8: Pull complete
753bb4b44994: Pull complete
b5a1e811909d: Pull complete
6f3d83ba47b6: Pull complete
002305272cbf: Pull complete
249535cd82cd: Pull complete
87fe8c2a0989: Pull complete
b6932f04a343: Pull complete
17b274223ca8: Pull complete
4f4fb700ef54: Pull complete
924952a8fbf8: Pull complete
17671b650f63: Pull complete
9fe75d873195: Pull complete
24216535046d: Pull complete
ac2e1c9e90df: Pull complete
c2126be13b26: Pull complete
01ff22a5eb70: Pull complete
50415235a68f: Pull complete
deb6182b549b: Pull complete
ad728fb9a18c: Pull complete
a36bcae85a3d: Pull complete
1c746fdc6a3a: Pull complete
70f923473ca1: Verifying Checksum
70f923473ca1: Download complete
4351b787b295: Verifying Checksum
4351b787b295: Download complete
4351b787b295: Pull complete
380abb093977: Pull complete
0fc1b10f3fd9: Pull complete
966bc35978c3: Pull complete
ae53b61ccb9e: Pull complete
d8ada9072f1a: Pull complete
70f923473ca1: Pull complete
df81036acc4a: Pull complete
1b9253ea29a0: Pull complete
14d08e4f5c89: Pull complete
Digest: sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353
Status: Downloaded newer image for ocaml/opam@sha256:9fe84ffeeaa92507d198c7af8adb382726e06ae36c031f5ef645a3241cac0353
2026-05-02 05:56.52 ---> saved as "59750879172620501422dd230c4db220684ca7fe3e97409754eb72dcd3390183"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-02 05:56.52 ---> saved as "b9ebb375f27da820f646269f579489455309b96c19083cd92f7f6ddd05a4b5f2"

/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-05-02 05:57.19 ---> saved as "a861010f9e8d58738e62217a8c0fc067b85ae67b915e1ef93e08d814bb3c914c"

/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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-05-02 05:57.19 ---> saved as "a880c606232c92d84d818c349c45696fe9be139917bfa5f7b1065b497e8df441"

/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-05-02 05:57.33 ---> saved as "47c085e53aa5880966ff9fc1e1e12a4661255166181f7931a397db06034201cf"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-02 05:57.42 ---> saved as "71b32118be492539a7ad0ae1ee05848663033020a87a9c2c77f162085ebc7115"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-02 05:58.03 ---> saved as "fe1ac7ef7e5fcb3c19ded344def561a2f031bfb4830d6334340f0ab8969bde1d"

/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 [130 kB]
- Fetched 221 kB in 0s (1674 kB/s)
- Reading package lists...
2026-05-02 05:58.04 ---> saved as "cf01d2336dc647fc07f9da758115842776283480a6163748405af868517639d5"

/home/opam: (run (shell "opam pin add -k version -yn conf-git-daemon.1.0 1.0"))
conf-git-daemon is now pinned to version 1.0
2026-05-02 05:58.04 ---> saved as "c61523c4a369b4fdb476097d02a6a45c8030a8a5359fc807e1643d61b8bd0301"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-git-daemon.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\" != 'conf-git-daemon.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"))
conf-git-daemon.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install conf-git-daemon 1.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of conf-git-daemon.1.0 failed at "git daemon --help".

#=== ERROR while compiling conf-git-daemon.1.0 ================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned
# path                 ~/.opam/4.14/.opam-switch/build/conf-git-daemon.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build git daemon --help
# exit-code            128
# env-file             ~/.opam/log/conf-git-daemon-7-5eac60.env
# output-file          ~/.opam/log/conf-git-daemon-7-5eac60.out
### output ###
# warning: failed to exec 'man': No such file or directory
# fatal: no man viewer handled the request



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-git-daemon 1.0
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall conf-git-daemon.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" != 'conf-git-daemon.1.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-05-02 05:58.20: Job failed: Failed: Build failed
2026-05-02 05:58.20: Log analysis:
2026-05-02 05:58.20: >>> 
[ERROR] The compilation of conf-git-daemon.1.0 failed at "git daemon --help".
 (score = 20)
2026-05-02 05:58.20: The compilation of conf-git-daemon.1.0 failed at "git daemon --help".