(not at the head of any monitored branch or PR)
2024-04-26 20:13.18: New job: build html_of_jsx.0.0.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25749/head (4ad5db3bff48e9e4a407b965bf14264ebb455b4e)
                              on debian-testing-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/25749/head" && git reset --hard 4ad5db3b
git fetch origin master
git merge --no-edit fe363a90136800f6fbd6e618f7cdb0ccfa213296
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:7bdffc58b8b58f523abb7013796a3ff96d446accacab53e68ae0f285a0a7c811
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn html_of_jsx.0.0.2 0.0.2
RUN opam reinstall html_of_jsx.0.0.2; \
    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-testing\""; 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.2' && 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 .

2024-04-26 20:13.18: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:7bdffc58b8b58f523abb7013796a3ff96d446accacab53e68ae0f285a0a7c811-html_of_jsx.0.0.2-4ad5db3bff48e9e4a407b965bf14264ebb455b4e"
2024-04-26 20:13.18: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:7bdffc58b8b58f523abb7013796a3ff96d446accacab53e68ae0f285a0a7c811)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn html_of_jsx.0.0.2 0.0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall html_of_jsx.0.0.2;\
             \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-testing\\\"\"; 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.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-04-26 20:13.18: Waiting for resource in pool OCluster
2024-04-26 20:13.59: Waiting for worker…
2024-04-26 20:16.50: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
Updating files:  83% (27905/33565)
Updating files:  84% (28195/33565)
Updating files:  85% (28531/33565)
Updating files:  86% (28866/33565)
Updating files:  87% (29202/33565)
Updating files:  88% (29538/33565)
Updating files:  89% (29873/33565)
Updating files:  90% (30209/33565)
Updating files:  91% (30545/33565)
Updating files:  92% (30880/33565)
Updating files:  93% (31216/33565)
Updating files:  94% (31552/33565)
Updating files:  95% (31887/33565)
Updating files:  96% (32223/33565)
Updating files:  97% (32559/33565)
Updating files:  98% (32894/33565)
Updating files:  99% (33230/33565)
Updating files: 100% (33565/33565)
Updating files: 100% (33565/33565), done.
HEAD is now at 0eddf66b58 Merge commit '9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa'
HEAD is now at fe363a9013 Merge pull request #25751 from ocaml/mseri-patch-5
Merge made by the 'ort' strategy.
 packages/html_of_jsx/html_of_jsx.0.0.2/opam | 42 +++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 packages/html_of_jsx/html_of_jsx.0.0.2/opam

(from ocaml/opam:debian-testing-ocaml-4.14@sha256:7bdffc58b8b58f523abb7013796a3ff96d446accacab53e68ae0f285a0a7c811)
2024-04-26 20:17.50 ---> saved as "5ca827e61d057e2b37311491c3db4ff61b101916d41fad96cd66b266338d3e3a"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-04-26 20:17.50 ---> saved as "3e976d10f6c15916e9f379d96a8c998ffea5e06aa10978bcf7c52f1e2c086bc1"

/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2~alpha, 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] synchronised from file:///home/opam/opam-repository
2024-04-26 20:19.08 ---> saved as "554a6bb17e17de37b0ea23f96f4c8a2c97c185b4d0109e04fa9a42408c7d8e87"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.2.0~beta3~dev
2024-04-26 20:19.09 ---> saved as "08e88d403cc7092aef020d2123ebfa7e662df15ebb54e382c9360733d2686008"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-04-26 20:19.14 ---> saved as "97a98e265bb4a88890a3a5545369ea309281f5f9f16b6eb0678fbcda3fd4885e"

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 20:19.27 ---> saved as "524aba6207a6629547d55ab3e4ba3968ca86fe32e1f1139ee8641b709e182774"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-26 20:20.17 ---> saved as "4b63aef3a9a33bebf9a01b9b5c58445c6213e00ccf1aa553b2ffa8099edd7d51"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [158 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.5 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-19-0205.06.pdiff [22.6 kB]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-19-0805.38.pdiff [317 B]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-19-1406.35.pdiff [11.8 kB]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-20-0206.21.pdiff [15.9 kB]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-20-1405.58.pdiff [1046 B]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-21-0204.53.pdiff [14.5 kB]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-21-0809.20.pdiff [459 B]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-21-1405.31.pdiff [455 B]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-21-2006.57.pdiff [1674 B]
- Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-22-0206.01.pdiff [14.4 kB]
- Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-22-0814.08.pdiff [927 B]
- Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-22-1417.58.pdiff [86 B]
- Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-22-2005.41.pdiff [1578 B]
- Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-23-0205.11.pdiff [22.6 kB]
- Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-23-0806.03.pdiff [1560 B]
- Get:20 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-23-1407.12.pdiff [254 B]
- Get:21 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-24-0205.33.pdiff [210 kB]
- Get:22 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-24-0805.54.pdiff [227 B]
- Get:23 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-24-1420.52.pdiff [52.7 kB]
- Get:24 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-24-2006.45.pdiff [51.4 kB]
- Get:25 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-25-0208.15.pdiff [59.7 kB]
- Get:26 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-25-0805.29.pdiff [646 B]
- Get:27 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-25-1406.51.pdiff [2706 B]
- Get:28 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-25-2010.58.pdiff [34.8 kB]
- Get:29 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-26-0206.01.pdiff [86.9 kB]
- Get:30 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-26-0809.42.pdiff [822 B]
- Get:31 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-26-1415.31.pdiff [2547 B]
- Get:31 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-26-1415.31.pdiff [2547 B]
- Fetched 887 kB in 2s (410 kB/s)
- Reading package lists...
2024-04-26 20:20.20 ---> saved as "0d4c1749bf72e6acc8399177a4f367bf3f8fae24597a217fd79a3f13907598ec"

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (shell "opam pin add -k version -yn html_of_jsx.0.0.2 0.0.2"))
html_of_jsx is now pinned to version 0.0.2
2024-04-26 20:20.21 ---> saved as "ea607ed6d1806d19dcfc99f145ba32ecc90124da7f487e6937f2961e5189f9a4"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall html_of_jsx.0.0.2;\
                        \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-testing\\\"\"; 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.2' && 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.2 is not installed. Install it? [y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - html_of_jsx >= 0.0.2 -> ocaml >= 5.0.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - html_of_jsx >= 0.0.2 -> ocaml >= 5.0.0 -> ocaml-variants >= 5.0.1~

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall html_of_jsx.0.0.2;
        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-testing\""; 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.2' && 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
2024-04-26 20:20.41: Job failed: Failed: Build failed
2024-04-26 20:20.41: Log analysis:
2024-04-26 20:20.41: >>> 
No solution found, exiting
 (score = 100)
2024-04-26 20:20.41: [SKIP] Package not available