(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.14/arm64

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.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
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.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109-html_of_jsx.0.0.9-94b6f2129677425e807f31dac2f6b81eb1cb6783"
2026-04-13 15:16.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)
 (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 15:16.28: Waiting for worker…
2026-04-13 15:31.25: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
Updating files:  79% (14834/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 0e580e264b Merge commit '04bb6962c1b0506de5a277289b857c4093d55649'
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.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109' locally
docker.io/ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109: Pulling from ocaml/opam
deab8db42772: Pulling fs layer
0e3be483d5aa: Pulling fs layer
068cb436b3a9: Pulling fs layer
876321ecdfda: Pulling fs layer
273508c8cc8f: Pulling fs layer
0127577a5c6f: Pulling fs layer
3a9ccd696d58: Pulling fs layer
07e9e46cfc73: Pulling fs layer
90969cd95f06: Pulling fs layer
73bba924289b: Pulling fs layer
95b440bef6e0: Pulling fs layer
4d557eea525f: Pulling fs layer
deab8db42772: Waiting
0e3be483d5aa: Waiting
66433cb92d59: Pulling fs layer
c84c96b2584b: Pulling fs layer
273508c8cc8f: Waiting
4c2683e0739d: Pulling fs layer
5d1e421ae43b: Pulling fs layer
068cb436b3a9: Waiting
30b477dede6e: Pulling fs layer
73bba924289b: Waiting
ae38f53b91ad: Pulling fs layer
2891aff3bb84: Pulling fs layer
0127577a5c6f: Waiting
876321ecdfda: Waiting
557b57ba5e84: Pulling fs layer
26aa66f0772d: Pulling fs layer
07e9e46cfc73: Waiting
4f4fb700ef54: Pulling fs layer
90969cd95f06: Waiting
052acd1bf2d5: Pulling fs layer
3a9ccd696d58: Waiting
4c2683e0739d: Waiting
574caf9a2301: Pulling fs layer
95b440bef6e0: Waiting
c84c96b2584b: Waiting
84389297cf64: Pulling fs layer
6bbca6fcf80a: Pulling fs layer
a3d41e3ab742: Pulling fs layer
5d1e421ae43b: Waiting
8d1ee78e3cbb: Pulling fs layer
7e42808b1a06: Pulling fs layer
145716f86fbb: Pulling fs layer
96f1a7065127: Pulling fs layer
bf34a5cce066: Pulling fs layer
b208125ec0c1: Pulling fs layer
574caf9a2301: Waiting
eb9f72cac455: Pulling fs layer
b5c4657cdf92: Pulling fs layer
8600938f91bb: Pulling fs layer
2ddefa03d6ee: Pulling fs layer
62e3edde3b1e: Pulling fs layer
557b57ba5e84: Waiting
767c1c88ccf6: Pulling fs layer
0d5131c49294: Pulling fs layer
9c2c11790be8: Pulling fs layer
052acd1bf2d5: Waiting
2584a6dfc06c: Pulling fs layer
ae38f53b91ad: Waiting
cec11c32adaa: Pulling fs layer
2891aff3bb84: Waiting
d831832b8f59: Pulling fs layer
b208125ec0c1: Waiting
30b477dede6e: Waiting
84389297cf64: Waiting
2ddefa03d6ee: Waiting
eb9f72cac455: Waiting
0d5131c49294: Waiting
b5c4657cdf92: Waiting
767c1c88ccf6: Waiting
26aa66f0772d: Waiting
cec11c32adaa: Waiting
2584a6dfc06c: Waiting
6bbca6fcf80a: Waiting
a3d41e3ab742: Waiting
96f1a7065127: Waiting
8d1ee78e3cbb: Waiting
bf34a5cce066: Waiting
7e42808b1a06: Waiting
0e3be483d5aa: Verifying Checksum
0e3be483d5aa: Download complete
068cb436b3a9: Download complete
876321ecdfda: Verifying Checksum
876321ecdfda: Download complete
273508c8cc8f: Verifying Checksum
273508c8cc8f: Download complete
deab8db42772: Verifying Checksum
deab8db42772: Download complete
3a9ccd696d58: Verifying Checksum
3a9ccd696d58: Download complete
07e9e46cfc73: Verifying Checksum
07e9e46cfc73: Download complete
90969cd95f06: Verifying Checksum
90969cd95f06: Download complete
73bba924289b: Download complete
95b440bef6e0: Verifying Checksum
95b440bef6e0: Download complete
4d557eea525f: Verifying Checksum
4d557eea525f: Download complete
66433cb92d59: Verifying Checksum
66433cb92d59: Download complete
deab8db42772: Pull complete
0e3be483d5aa: Pull complete
068cb436b3a9: Pull complete
0127577a5c6f: Verifying Checksum
0127577a5c6f: Download complete
c84c96b2584b: Verifying Checksum
c84c96b2584b: Download complete
4c2683e0739d: Verifying Checksum
4c2683e0739d: Download complete
5d1e421ae43b: Verifying Checksum
5d1e421ae43b: Download complete
30b477dede6e: Verifying Checksum
30b477dede6e: Download complete
ae38f53b91ad: Verifying Checksum
ae38f53b91ad: Download complete
2891aff3bb84: Download complete
876321ecdfda: Pull complete
273508c8cc8f: Pull complete
557b57ba5e84: Verifying Checksum
557b57ba5e84: Download complete
26aa66f0772d: Verifying Checksum
26aa66f0772d: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
574caf9a2301: Verifying Checksum
574caf9a2301: Download complete
052acd1bf2d5: Verifying Checksum
052acd1bf2d5: Download complete
84389297cf64: Verifying Checksum
84389297cf64: Download complete
6bbca6fcf80a: Verifying Checksum
6bbca6fcf80a: Download complete
a3d41e3ab742: Verifying Checksum
a3d41e3ab742: Download complete
8d1ee78e3cbb: Verifying Checksum
8d1ee78e3cbb: Download complete
145716f86fbb: Verifying Checksum
145716f86fbb: Download complete
7e42808b1a06: Download complete
96f1a7065127: Verifying Checksum
96f1a7065127: Download complete
bf34a5cce066: Verifying Checksum
bf34a5cce066: Download complete
b208125ec0c1: Verifying Checksum
b208125ec0c1: Download complete
eb9f72cac455: Verifying Checksum
eb9f72cac455: Download complete
8600938f91bb: Verifying Checksum
8600938f91bb: Download complete
62e3edde3b1e: Verifying Checksum
62e3edde3b1e: Download complete
767c1c88ccf6: Download complete
0d5131c49294: Verifying Checksum
0d5131c49294: Download complete
2ddefa03d6ee: Verifying Checksum
2ddefa03d6ee: Download complete
2584a6dfc06c: Verifying Checksum
2584a6dfc06c: Download complete
b5c4657cdf92: Verifying Checksum
b5c4657cdf92: Download complete
cec11c32adaa: Verifying Checksum
cec11c32adaa: Download complete
d831832b8f59: Verifying Checksum
d831832b8f59: Download complete
0127577a5c6f: Pull complete
3a9ccd696d58: Pull complete
07e9e46cfc73: Pull complete
9c2c11790be8: Verifying Checksum
9c2c11790be8: Download complete
90969cd95f06: Pull complete
73bba924289b: Pull complete
95b440bef6e0: Pull complete
4d557eea525f: Pull complete
66433cb92d59: Pull complete
c84c96b2584b: Pull complete
4c2683e0739d: Pull complete
5d1e421ae43b: Pull complete
30b477dede6e: Pull complete
ae38f53b91ad: Pull complete
2891aff3bb84: Pull complete
557b57ba5e84: Pull complete
26aa66f0772d: Pull complete
4f4fb700ef54: Pull complete
052acd1bf2d5: Pull complete
574caf9a2301: Pull complete
84389297cf64: Pull complete
6bbca6fcf80a: Pull complete
a3d41e3ab742: Pull complete
8d1ee78e3cbb: Pull complete
7e42808b1a06: Pull complete
145716f86fbb: Pull complete
96f1a7065127: Pull complete
bf34a5cce066: Pull complete
b208125ec0c1: Pull complete
eb9f72cac455: Pull complete
b5c4657cdf92: Pull complete
8600938f91bb: Pull complete
2ddefa03d6ee: Pull complete
62e3edde3b1e: Pull complete
767c1c88ccf6: Pull complete
0d5131c49294: Pull complete
9c2c11790be8: Pull complete
2584a6dfc06c: Pull complete
cec11c32adaa: Pull complete
d831832b8f59: Pull complete
Digest: sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
Status: Downloaded newer image for ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
2026-04-13 15:31.43 ---> using "853e3fdac7d8137a097410d60184de0a363c7c18364d78eaac3fa862c4d4862b" from cache

/: (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 15:31.43 ---> using "8bd7c9f5a4c90352333f51ff16a128ddef18229941bbb1fd5f042476ceeb59e9" 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
2026-04-13 15:31.43 ---> using "06f31483a3868a5e674a8a0dcfc7f9cdfb31d098b8a0d3b42799e9c86231cf47" 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=arm64 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                 79
# 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-04-13 15:31.43 ---> using "ac26826f99a9c6b1a57ddf688863379428972d5200c9db39a6ed7fc897aada3b" 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/"))
2026-04-13 15:31.43 ---> using "45b749f171ed388c695732ba1455c08c930c8ec52de4130607d88226d53ecde0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:31.51 ---> saved as "a44792a2c1de4be0765e2dc7357d8f2d4a69ff4f3b3dd62b3e3b344fcfb378d0"

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

/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 arm64 Packages [122 kB]
- Fetched 213 kB in 1s (288 kB/s)
- Reading package lists...
- 
2026-04-13 15:32.12 ---> saved as "a3fa3d7eddb907daad503cde06244680b7a5dd6e7e870db4f55e29184072ae9a"

/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 15:32.13 ---> saved as "600ef7ded5762c80bbf54a9384e6a6d317445880f0dd64407822f11aad559855"

/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
The following actions will be performed:
=== install 8 packages
  - install dune                3.22.1         [required by html_of_jsx]
  - install html_of_jsx         0.0.9 (pinned)
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.38.0         [required by html_of_jsx]
  - install pretty_expressive   0.5            [required by html_of_jsx]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1  (cached)
-> retrieved html_of_jsx.0.0.9  (https://github.com/davesnx/html_of_jsx/releases/download/0.0.9/html_of_jsx-0.0.9.tbz)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved pretty_expressive.0.5  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed pretty_expressive.0.5
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.38.0
-> installed html_of_jsx.0.0.9
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:33.03 ---> saved as "ec070d451fbfb7451ab3666179b0cddb4c8569412555228dbf0b11d210f9c3b4"
Job succeeded
2026-04-13 15:33.14: Job succeeded