- github
- ocaml
- opam-repository
- 94b6f2
- distributions,debian-testing-ocaml-5.4,html_of_jsx.0.0.9
(not at the head of any monitored branch or PR)
2026-04-13 18:55.10: 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-testing-ocaml-5.4/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 95a242e172a2ddddcaf38930d87c5983a6f23027
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7
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-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.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 18:55.10: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7-html_of_jsx.0.0.9-94b6f2129677425e807f31dac2f6b81eb1cb6783"
2026-04-13 18:55.10: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7)
(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-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.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 18:55.10: Waiting for resource in pool OCluster
2026-04-13 18:55.10: Waiting for worker…
2026-04-13 18:55.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 95a242e172 Merge pull request #29715 from toots/liquidsoap-2.4.3-ffmpeg
Merge made by the 'ort' strategy.
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-testing-ocaml-5.4@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7' locally
docker.io/ocaml/opam@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7: Pulling from ocaml/opam
22b89b881e9d: Pulling fs layer
fb86513175f8: Pulling fs layer
22b89b881e9d: Waiting
c065303ecb3e: Pulling fs layer
c0506fb12df4: Pulling fs layer
c065303ecb3e: Waiting
fb86513175f8: Waiting
b268d2761df0: Pulling fs layer
b0841a7bcb2b: Pulling fs layer
b268d2761df0: Waiting
d3302c25dce7: Pulling fs layer
b0841a7bcb2b: Waiting
ca875d3230b4: Pulling fs layer
3f8bc16dfd39: Pulling fs layer
d3302c25dce7: Waiting
ca875d3230b4: Waiting
864c84b1530f: Pulling fs layer
3f8bc16dfd39: Waiting
9e2e64948d9d: Pulling fs layer
864c84b1530f: Waiting
3f65010666e9: Pulling fs layer
e493901afed3: Pulling fs layer
10a669c543f9: Pulling fs layer
9e2e64948d9d: Waiting
3f65010666e9: Waiting
3d5581d78d2c: Pulling fs layer
e493901afed3: Waiting
9d1cbe0930c1: Pulling fs layer
10a669c543f9: Waiting
ceefc32ff487: Pulling fs layer
9d1cbe0930c1: Waiting
fe84ce9566d2: Pulling fs layer
3d5581d78d2c: Waiting
1f8db8920593: Pulling fs layer
ceefc32ff487: Waiting
fe84ce9566d2: Waiting
8f3e837a60a6: Pulling fs layer
1f8db8920593: Waiting
765b55daafeb: Pulling fs layer
8f3e837a60a6: Waiting
83387e238544: Pulling fs layer
4f4fb700ef54: Pulling fs layer
1179b4ca83d6: Pulling fs layer
15479db224b9: Pulling fs layer
4f4fb700ef54: Waiting
1179b4ca83d6: Waiting
83387e238544: Waiting
f7fe8e92c936: Pulling fs layer
15479db224b9: Waiting
73b84bd9ef03: Pulling fs layer
4f8b2cc924af: Pulling fs layer
87bddcacbf5d: Pulling fs layer
73b84bd9ef03: Waiting
4f8b2cc924af: Waiting
c4822fe2c5e9: Pulling fs layer
4a043f2d36de: Pulling fs layer
c4822fe2c5e9: Waiting
87bddcacbf5d: Waiting
8a43cd0a497b: Pulling fs layer
a9a890281371: Pulling fs layer
4a043f2d36de: Waiting
8a43cd0a497b: Waiting
a9a890281371: Waiting
8553ae58b91e: Pulling fs layer
8553ae58b91e: Waiting
bd6c5c6eba66: Pulling fs layer
7a827a000581: Pulling fs layer
bd6c5c6eba66: Waiting
15dce630f81e: Pulling fs layer
7a827a000581: Waiting
481c71b06504: Pulling fs layer
15dce630f81e: Waiting
577cdfb2c06b: Pulling fs layer
481c71b06504: Waiting
711d60730915: Pulling fs layer
9436b4101ab7: Pulling fs layer
6351d2ee87f4: Pulling fs layer
94dfd23ead00: Pulling fs layer
9436b4101ab7: Waiting
6351d2ee87f4: Waiting
e37f52c812f8: Pulling fs layer
f60502a22f38: Pulling fs layer
3f332eda18d4: Pulling fs layer
94dfd23ead00: Waiting
e37f52c812f8: Waiting
18af81f787d8: Pulling fs layer
f60502a22f38: Waiting
3f332eda18d4: Waiting
edb43803aa28: Pulling fs layer
18af81f787d8: Waiting
fb86513175f8: Verifying Checksum
fb86513175f8: Download complete
22b89b881e9d: Verifying Checksum
22b89b881e9d: Download complete
c0506fb12df4: Verifying Checksum
c0506fb12df4: Download complete
c065303ecb3e: Download complete
b268d2761df0: Verifying Checksum
b268d2761df0: Download complete
22b89b881e9d: Pull complete
fb86513175f8: Pull complete
c065303ecb3e: Pull complete
c0506fb12df4: Pull complete
b268d2761df0: Pull complete
d3302c25dce7: Verifying Checksum
d3302c25dce7: Download complete
ca875d3230b4: Download complete
3f8bc16dfd39: Download complete
864c84b1530f: Verifying Checksum
864c84b1530f: Download complete
9e2e64948d9d: Verifying Checksum
9e2e64948d9d: Download complete
3f65010666e9: Verifying Checksum
3f65010666e9: Download complete
10a669c543f9: Verifying Checksum
10a669c543f9: Download complete
e493901afed3: Verifying Checksum
e493901afed3: Download complete
3d5581d78d2c: Verifying Checksum
3d5581d78d2c: Download complete
9d1cbe0930c1: Verifying Checksum
9d1cbe0930c1: Download complete
ceefc32ff487: Verifying Checksum
ceefc32ff487: Download complete
fe84ce9566d2: Verifying Checksum
fe84ce9566d2: Download complete
1f8db8920593: Verifying Checksum
1f8db8920593: Download complete
8f3e837a60a6: Download complete
765b55daafeb: Download complete
4f4fb700ef54: Download complete
83387e238544: Verifying Checksum
83387e238544: Download complete
1179b4ca83d6: Verifying Checksum
1179b4ca83d6: Download complete
15479db224b9: Download complete
f7fe8e92c936: Verifying Checksum
f7fe8e92c936: Download complete
4f8b2cc924af: Download complete
73b84bd9ef03: Verifying Checksum
73b84bd9ef03: Download complete
87bddcacbf5d: Verifying Checksum
87bddcacbf5d: Download complete
c4822fe2c5e9: Verifying Checksum
c4822fe2c5e9: Download complete
4a043f2d36de: Verifying Checksum
4a043f2d36de: Download complete
a9a890281371: Download complete
8a43cd0a497b: Verifying Checksum
8a43cd0a497b: Download complete
bd6c5c6eba66: Verifying Checksum
bd6c5c6eba66: Download complete
8553ae58b91e: Verifying Checksum
8553ae58b91e: Download complete
15dce630f81e: Verifying Checksum
15dce630f81e: Download complete
481c71b06504: Verifying Checksum
481c71b06504: Download complete
7a827a000581: Verifying Checksum
7a827a000581: Download complete
577cdfb2c06b: Verifying Checksum
577cdfb2c06b: Download complete
711d60730915: Verifying Checksum
711d60730915: Download complete
9436b4101ab7: Download complete
94dfd23ead00: Verifying Checksum
94dfd23ead00: Download complete
6351d2ee87f4: Verifying Checksum
6351d2ee87f4: Download complete
e37f52c812f8: Download complete
3f332eda18d4: Verifying Checksum
3f332eda18d4: Download complete
18af81f787d8: Download complete
edb43803aa28: Download complete
b0841a7bcb2b: Verifying Checksum
b0841a7bcb2b: Download complete
b0841a7bcb2b: Pull complete
d3302c25dce7: Pull complete
ca875d3230b4: Pull complete
3f8bc16dfd39: Pull complete
864c84b1530f: Pull complete
9e2e64948d9d: Pull complete
3f65010666e9: Pull complete
e493901afed3: Pull complete
10a669c543f9: Pull complete
3d5581d78d2c: Pull complete
9d1cbe0930c1: Pull complete
ceefc32ff487: Pull complete
fe84ce9566d2: Pull complete
1f8db8920593: Pull complete
8f3e837a60a6: Pull complete
765b55daafeb: Pull complete
83387e238544: Pull complete
4f4fb700ef54: Pull complete
1179b4ca83d6: Pull complete
15479db224b9: Pull complete
f7fe8e92c936: Pull complete
73b84bd9ef03: Pull complete
4f8b2cc924af: Pull complete
87bddcacbf5d: Pull complete
c4822fe2c5e9: Pull complete
4a043f2d36de: Pull complete
8a43cd0a497b: Pull complete
a9a890281371: Pull complete
8553ae58b91e: Pull complete
bd6c5c6eba66: Pull complete
f60502a22f38: Verifying Checksum
f60502a22f38: Download complete
7a827a000581: Pull complete
15dce630f81e: Pull complete
481c71b06504: Pull complete
577cdfb2c06b: Pull complete
711d60730915: Pull complete
9436b4101ab7: Pull complete
6351d2ee87f4: Pull complete
94dfd23ead00: Pull complete
e37f52c812f8: Pull complete
f60502a22f38: Pull complete
3f332eda18d4: Pull complete
18af81f787d8: Pull complete
edb43803aa28: Pull complete
Digest: sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7
Status: Downloaded newer image for ocaml/opam@sha256:40f8c269e753999c9edf25a8d98d3d56f1a1be2f3ee48e18bbe2239e8d031da7
2026-04-13 18:55.12 ---> using "e88568c1a3109d6bc425f7ee9ca9178957a5ac953d1cafb93aced85371ee4732" 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 18:55.12 ---> saved as "63ab897e4d9c545db21d2dc89916b2c13d4091618c3082ccd063550f31079084"
/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 18:55.34 ---> saved as "31043aeadf6badf6726ef047575b0b26a0ece0c5c0d74ca86e8f19a235e8ad7c"
/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=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# 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.1
2026-04-13 18:55.34 ---> saved as "66d18cd98ab87cb2a8ae07c0f9ad8308f87e3b9711a4df77199db9224f2fccbe"
/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 18:55.43 ---> saved as "c8fccf5329a6668d143c89738474aa04636a2d8d85924070705e6f2aed6acea1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 18:55.52 ---> saved as "af5b88bc437393c2ba10885a3bbfdcf3b90ca9d1a0cf97a886c6d84abf5e5683"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 18:56.09 ---> saved as "7a0901f5aeddabe85e24cf7c85f60a0312e45a608cd9e537285b48fabedf42f1"
/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 [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-1400.25.pdiff [149 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-1400.25.pdiff [149 kB]
- Fetched 434 kB in 7s (65.4 kB/s)
- Reading package lists...
-
2026-04-13 18:56.17 ---> saved as "155f183404614e908fa29fe5ee68d22038b35181a34e268a1ddeb22cb6c665c9"
/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 18:56.17 ---> saved as "bf31fb1094ce8321e3ac526ca776d73487e527ca09397d0dda8d68588ea9788d"
/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-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.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.17.0 [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)
[ERROR] Failed to get sources of html_of_jsx.0.0.9: HTTP error code 404
-> retrieved ocaml-compiler-libs.v0.17.0 (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.17.0
-> installed ppxlib.0.38.0
#=== ERROR while fetching sources for html_of_jsx.0.0.9 =======================#
OpamSolution.Fetch_fail("https://github.com/davesnx/html_of_jsx/releases/download/0.0.9/html_of_jsx-0.0.9.tbz (code 404 while downloading https://github.com/davesnx/html_of_jsx/releases/download/0.0.9/html_of_jsx-0.0.9.tbz)")
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch html_of_jsx 0.0.9
+-
+- The following changes have been performed
| - install dune 3.22.1
| - install ocaml-compiler-libs v0.17.0
| - install ppx_derivers 1.2.1
| - install ppxlib 0.38.0
| - install pretty_expressive 0.5
| - install sexplib0 v0.17.0
| - install stdlib-shims 0.3.0
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260413185618.export"
"/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-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.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 40
2026-04-13 18:57.07: Job failed: Failed: Build failed
2026-04-13 18:57.07: Log analysis:
2026-04-13 18:57.07: >>>
[ERROR] Failed to get sources of html_of_jsx.0.0.9: HTTP error code 404
(score = 25)
2026-04-13 18:57.07: Failed to get sources of html_of_jsx.0.0.9: HTTP error code 404