(not at the head of any monitored branch or PR)
2026-04-13 15:16.28: New job: build html_of_jsx.0.0.9, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29716/head (94b6f2129677425e807f31dac2f6b81eb1cb6783)
                              on debian-13-ocaml-4.13/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/29716/head" && git reset --hard 94b6f212
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2
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 html_of_jsx.0.0.9 0.0.9
RUN opam reinstall html_of_jsx.0.0.9; \
    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" != 'html_of_jsx.0.0.9' && 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-13 15:16.28: Using cache hint "ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2-html_of_jsx.0.0.9-94b6f2129677425e807f31dac2f6b81eb1cb6783"
2026-04-13 15:16.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2)
 (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 html_of_jsx.0.0.9 0.0.9"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall html_of_jsx.0.0.9;\
             \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\" != 'html_of_jsx.0.0.9' && 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-13 15:16.28: Waiting for resource in pool OCluster
2026-04-13 16:04.35: Waiting for worker…
2026-04-13 16:08.40: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  67% (12569/18711)
Updating files:  68% (12724/18711)
Updating files:  69% (12911/18711)
Updating files:  70% (13098/18711)
Updating files:  71% (13285/18711)
Updating files:  72% (13472/18711)
Updating files:  73% (13660/18711)
Updating files:  74% (13847/18711)
Updating files:  75% (14034/18711)
Updating files:  76% (14221/18711)
Updating files:  77% (14408/18711)
Updating files:  78% (14595/18711)
Updating files:  79% (14782/18711)
Updating files:  80% (14969/18711)
Updating files:  81% (15156/18711)
Updating files:  82% (15344/18711)
Updating files:  83% (15531/18711)
Updating files:  84% (15718/18711)
Updating files:  85% (15905/18711)
Updating files:  86% (16092/18711)
Updating files:  87% (16279/18711)
Updating files:  88% (16466/18711)
Updating files:  89% (16653/18711)
Updating files:  90% (16840/18711)
Updating files:  91% (17028/18711)
Updating files:  92% (17215/18711)
Updating files:  93% (17402/18711)
Updating files:  94% (17589/18711)
Updating files:  95% (17776/18711)
Updating files:  96% (17963/18711)
Updating files:  97% (18150/18711)
Updating files:  98% (18337/18711)
Updating files:  99% (18524/18711)
Updating files: 100% (18711/18711)
Updating files: 100% (18711/18711), done.
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Updating ba4685aeec..94b6f21296
Fast-forward
 packages/html_of_jsx/html_of_jsx.0.0.9/opam | 54 +++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 packages/html_of_jsx/html_of_jsx.0.0.9/opam

(from ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2' locally
docker.io/ocaml/opam@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
9cb5e198c8cf: Already exists
2d346d36dcf2: Already exists
cdc35e289b8d: Already exists
aeb7244bb580: Already exists
fc1943254a0d: Already exists
84238c416f8e: Already exists
fbbfe75d3112: Already exists
221fdc5d9929: Already exists
1fec9149b52a: Already exists
9c6e52557f24: Already exists
8737f5036aae: Already exists
d69c4074de14: Already exists
7237152a5f04: Already exists
fba4b414d8a0: Already exists
40d552afb3ef: Already exists
077cc17dc8e4: Already exists
077cc17dc8e4: Already exists
169e1be36a55: Already exists
0a8a005097ab: Already exists
caba3ec4b361: Already exists
6a364dc641f8: Already exists
4f4fb700ef54: Already exists
ab8052928cdc: Already exists
f5717a28dd6a: Already exists
79233a9b9bed: Already exists
d832d53e7392: Already exists
1872dad82243: Already exists
bfd849b08ba7: Already exists
834a8024ef15: Already exists
98ccec79258b: Already exists
fb48f36a0542: Already exists
3688b13db8e7: Already exists
a5c099f5f72c: Already exists
1ff1760de5b0: Already exists
98eec6764aa5: Already exists
aa22ae69debd: Already exists
12bfb7b962a2: Already exists
ec25ce9bb816: Already exists
beadd3cf7357: Already exists
d0d0c65a426d: Already exists
c53a8da37b68: Pulling fs layer
775de553ff3e: Pulling fs layer
d9c026d3488d: Pulling fs layer
cc17436cc433: Pulling fs layer
cc17436cc433: Waiting
775de553ff3e: Verifying Checksum
775de553ff3e: Download complete
d9c026d3488d: Verifying Checksum
d9c026d3488d: Download complete
cc17436cc433: Download complete
c53a8da37b68: Verifying Checksum
c53a8da37b68: Download complete
c53a8da37b68: Pull complete
775de553ff3e: Pull complete
d9c026d3488d: Pull complete
cc17436cc433: Pull complete
Digest: sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2
Status: Downloaded newer image for ocaml/opam@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2
2026-04-13 16:09.51 ---> saved as "824ee93c90fe1c7943cd6b812f1c6d84dcb06c0a27e73c4d89366dd936328ba7"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 16:09.52 ---> saved as "06126c6cfd63b8db9dae16c631853c726918670fcc710c55c3b5f6eabef3d724"

/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-13 16:10.24 ---> saved as "358c88c04570e690431acae35fa20de88ea27043b9c86bfe7ebb3e1244fc9a3b"

/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       4.13
# invariant            ["ocaml-base-compiler" {= "4.13.1"}]
# compiler-packages    ocaml-base-compiler.4.13.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.13/lib/ocaml/stublibs:/home/opam/.opam/4.13/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.13.1
2026-04-13 16:10.25 ---> saved as "caa1bced59d142db914cc1cf3a5178e3bd6031ff46f22055505a39271bebf71c"

/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-13 16:10.33 ---> saved as "8722cb91fb40fea748b24f6f24a0b2754cd3dedd50563373b1a09d9ba69535c3"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 16:10.49 ---> saved as "b1f64ebdf7269fa1c14b41bbf7874d22f777a9bf05741a96c542c9660dd00c8b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 16:11.10 ---> saved as "cd9aac400ebbe2646ba0d247ed2b59c7b8e8a3b447d9bcf6408598162aaa477a"

/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 [122 kB]
- Fetched 213 kB in 1s (255 kB/s)
- Reading package lists...
- 
2026-04-13 16:11.12 ---> saved as "595b1419bddaa88790e22cb3225b950d19a2dd88283ebaf06c8044c8b3db45d8"

/home/opam: (run (shell "opam pin add -k version -yn html_of_jsx.0.0.9 0.0.9"))
html_of_jsx is now pinned to version 0.0.9
2026-04-13 16:11.13 ---> saved as "27a89e5863e089fa6bf0c16961025428042b06a163458487d2a82c931cfa44fe"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall html_of_jsx.0.0.9;\
                        \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\" != 'html_of_jsx.0.0.9' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
html_of_jsx.0.0.9 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.13.1 -> ocaml = 4.13.1
    - html_of_jsx >= 0.0.9 -> ocaml >= 4.14
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.13.1
    - html_of_jsx >= 0.0.9 -> ocaml >= 4.14 -> ocaml-variants >= 5.2.0~
  * Missing dependency:
    - html_of_jsx >= 0.0.9 -> ocaml >= 4.14 -> ocaml-variants >= 5.2.0~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall html_of_jsx.0.0.9;
        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" != 'html_of_jsx.0.0.9' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-04-13 16:11.29: Job failed: Failed: Build failed
2026-04-13 16:11.29: Log analysis:
2026-04-13 16:11.29: >>> 
No solution found, exiting
 (score = 100)
2026-04-13 16:11.29: [SKIP] Package not available