- github
- ocaml
- opam-repository
- 94b6f2
- distributions,opensuse-tumbleweed-ocaml-5.4,html_of_jsx.0.0.9
(not at the head of any monitored branch or PR)
2026-04-13 18:55.11: 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 opensuse-tumbleweed-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:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
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 "\"opensuse-tumbleweed\""; 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.11: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a-html_of_jsx.0.0.9-94b6f2129677425e807f31dac2f6b81eb1cb6783"
2026-04-13 18:55.11: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
(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 \"\\\"opensuse-tumbleweed\\\"\"; 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.11: Waiting for resource in pool OCluster
2026-04-13 18:55.11: Waiting for worker…
2026-04-13 18:55.11: 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:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a' locally
docker.io/ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a: Pulling from ocaml/opam
86c3a582f854: Pulling fs layer
11bd196f19f9: Pulling fs layer
219068dbb7bc: Pulling fs layer
034315cffe59: Pulling fs layer
0ea38ff7bc08: Pulling fs layer
11bd196f19f9: Waiting
219068dbb7bc: Waiting
034315cffe59: Waiting
840083241575: Pulling fs layer
277061a84bff: Pulling fs layer
840083241575: Waiting
7b0e5d2accd6: Pulling fs layer
277061a84bff: Waiting
2656facaea58: Pulling fs layer
cc492d808045: Pulling fs layer
7b0e5d2accd6: Waiting
2656facaea58: Waiting
339d4195fabb: Pulling fs layer
cc492d808045: Waiting
99b41870cddb: Pulling fs layer
339d4195fabb: Waiting
1c0bc0647a72: Pulling fs layer
ee58951db79b: Pulling fs layer
99b41870cddb: Waiting
1c0bc0647a72: Waiting
18104f923c2c: Pulling fs layer
ee58951db79b: Waiting
f23511347e15: Pulling fs layer
18104f923c2c: Waiting
a998741c922d: Pulling fs layer
f23511347e15: Waiting
ec74e5caefed: Pulling fs layer
a998741c922d: Waiting
ec74e5caefed: Waiting
4f4fb700ef54: Pulling fs layer
3828825aa6ed: Pulling fs layer
4f4fb700ef54: Waiting
db4798567a43: Pulling fs layer
3828825aa6ed: Waiting
f3358e0812f4: Pulling fs layer
db4798567a43: Waiting
9d7712abf51c: Pulling fs layer
c44a0de30b25: Pulling fs layer
f3358e0812f4: Waiting
9d7712abf51c: Waiting
21e144c31fba: Pulling fs layer
c44a0de30b25: Waiting
29e29e3bf911: Pulling fs layer
21e144c31fba: Waiting
8037498cbc5e: Pulling fs layer
29e29e3bf911: Waiting
156732c513b2: Pulling fs layer
8037498cbc5e: Waiting
70cd3d642be7: Pulling fs layer
4f455eb6393b: Pulling fs layer
156732c513b2: Waiting
70cd3d642be7: Waiting
8809f8fa0b11: Pulling fs layer
4f455eb6393b: Waiting
1f5214aaed7d: Pulling fs layer
8809f8fa0b11: Waiting
a414cc97739b: Pulling fs layer
f5eda3e00301: Pulling fs layer
1f5214aaed7d: Waiting
e40acc73d050: Pulling fs layer
a414cc97739b: Waiting
616d671daaaa: Pulling fs layer
0dbc203a2ed6: Pulling fs layer
f5eda3e00301: Waiting
33e306dc503f: Pulling fs layer
0dbc203a2ed6: Waiting
616d671daaaa: Waiting
e40acc73d050: Waiting
73609d66a818: Pulling fs layer
cb70fe88e218: Pulling fs layer
33e306dc503f: Waiting
73609d66a818: Waiting
1d23da4d3532: Pulling fs layer
4301adeaa912: Pulling fs layer
3903226b11be: Pulling fs layer
4301adeaa912: Waiting
1d23da4d3532: Waiting
cb70fe88e218: Waiting
6d3b7712c643: Pulling fs layer
6d3b7712c643: Waiting
86c3a582f854: Verifying Checksum
86c3a582f854: Download complete
11bd196f19f9: Verifying Checksum
11bd196f19f9: Download complete
219068dbb7bc: Verifying Checksum
219068dbb7bc: Download complete
0ea38ff7bc08: Verifying Checksum
0ea38ff7bc08: Download complete
86c3a582f854: Pull complete
11bd196f19f9: Pull complete
840083241575: Verifying Checksum
840083241575: Download complete
219068dbb7bc: Pull complete
277061a84bff: Verifying Checksum
277061a84bff: Download complete
034315cffe59: Verifying Checksum
034315cffe59: Download complete
7b0e5d2accd6: Verifying Checksum
7b0e5d2accd6: Download complete
2656facaea58: Verifying Checksum
2656facaea58: Download complete
339d4195fabb: Verifying Checksum
339d4195fabb: Download complete
99b41870cddb: Verifying Checksum
99b41870cddb: Download complete
cc492d808045: Verifying Checksum
cc492d808045: Download complete
1c0bc0647a72: Verifying Checksum
1c0bc0647a72: Download complete
f23511347e15: Download complete
ee58951db79b: Verifying Checksum
ee58951db79b: Download complete
18104f923c2c: Verifying Checksum
18104f923c2c: Download complete
a998741c922d: Download complete
ec74e5caefed: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3828825aa6ed: Download complete
db4798567a43: Verifying Checksum
db4798567a43: Download complete
9d7712abf51c: Verifying Checksum
9d7712abf51c: Download complete
c44a0de30b25: Verifying Checksum
c44a0de30b25: Download complete
f3358e0812f4: Verifying Checksum
f3358e0812f4: Download complete
21e144c31fba: Verifying Checksum
21e144c31fba: Download complete
29e29e3bf911: Download complete
156732c513b2: Download complete
8037498cbc5e: Verifying Checksum
8037498cbc5e: Download complete
70cd3d642be7: Verifying Checksum
70cd3d642be7: Download complete
4f455eb6393b: Verifying Checksum
4f455eb6393b: Download complete
8809f8fa0b11: Verifying Checksum
8809f8fa0b11: Download complete
a414cc97739b: Verifying Checksum
a414cc97739b: Download complete
e40acc73d050: Download complete
616d671daaaa: Verifying Checksum
616d671daaaa: Download complete
0dbc203a2ed6: Download complete
33e306dc503f: Verifying Checksum
33e306dc503f: Download complete
73609d66a818: Verifying Checksum
73609d66a818: Download complete
f5eda3e00301: Verifying Checksum
f5eda3e00301: Download complete
cb70fe88e218: Verifying Checksum
cb70fe88e218: Download complete
4301adeaa912: Download complete
3903226b11be: Download complete
6d3b7712c643: Verifying Checksum
6d3b7712c643: Download complete
034315cffe59: Pull complete
0ea38ff7bc08: Pull complete
840083241575: Pull complete
1d23da4d3532: Verifying Checksum
1d23da4d3532: Download complete
277061a84bff: Pull complete
7b0e5d2accd6: Pull complete
2656facaea58: Pull complete
cc492d808045: Pull complete
339d4195fabb: Pull complete
99b41870cddb: Pull complete
1c0bc0647a72: Pull complete
ee58951db79b: Pull complete
18104f923c2c: Pull complete
f23511347e15: Pull complete
a998741c922d: Pull complete
ec74e5caefed: Pull complete
4f4fb700ef54: Pull complete
3828825aa6ed: Pull complete
db4798567a43: Pull complete
f3358e0812f4: Pull complete
9d7712abf51c: Pull complete
c44a0de30b25: Pull complete
21e144c31fba: Pull complete
29e29e3bf911: Pull complete
8037498cbc5e: Pull complete
156732c513b2: Pull complete
70cd3d642be7: Pull complete
4f455eb6393b: Pull complete
8809f8fa0b11: Pull complete
1f5214aaed7d: Verifying Checksum
1f5214aaed7d: Download complete
1f5214aaed7d: Pull complete
a414cc97739b: Pull complete
f5eda3e00301: Pull complete
e40acc73d050: Pull complete
616d671daaaa: Pull complete
0dbc203a2ed6: Pull complete
33e306dc503f: Pull complete
73609d66a818: Pull complete
cb70fe88e218: Pull complete
1d23da4d3532: Pull complete
4301adeaa912: Pull complete
3903226b11be: Pull complete
6d3b7712c643: Pull complete
Digest: sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
Status: Downloaded newer image for ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
2026-04-13 18:58.00 ---> saved as "aadd1b8bd2b552f49f71901088487b9c052b6eea1cb592c3ff3a01da1263b6b7"
/: (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:58.00 ---> saved as "73b8d99f095c2e04d3d7ff7e1cdde6e78d080834a2015df7c0599a5ef2b2b0e8"
/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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 18:58.22 ---> saved as "4e3f8a450945959e130e9ce02a0e941e33c5fd5a85de65d9d3c9a6498f94c853"
/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=opensuse-tumbleweed os-version=20260409
# 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:58.23 ---> saved as "6f118c0edf8b86444ca01d1aa635086f1078f2a8409ad1e968908b577f54c1f3"
/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:58.32 ---> saved as "23f4f15af6029dfc1e8a0656c81587e2aaab70d593ed1486de0e034db78faede"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 18:58.38 ---> saved as "32a0f406720bf6aabba41196dcd48f33aa3788a75a0088fdffa236d92b81dfbd"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 18:58.56 ---> saved as "2831c1a1270b251791b01f602e573dbedf48d3c38af9cce8b1910562f24f3419"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- ......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .....
- ............
- .......done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-13 18:59.04 ---> saved as "685a1940349d9e1150cc66f23bd2d5699a1029e01ceeb217fe1e56d4174ee9cb"
/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:59.05 ---> saved as "d581a50b666e582ee7d5652e4f5d0eedba7117309a6325a45c0373e7dd363247"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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-20260413185905.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 "\"opensuse-tumbleweed\""; 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:59.52: Job failed: Failed: Build failed
2026-04-13 18:59.52: Log analysis:
2026-04-13 18:59.52: >>>
[ERROR] Failed to get sources of html_of_jsx.0.0.9: HTTP error code 404
(score = 25)
2026-04-13 18:59.52: Failed to get sources of html_of_jsx.0.0.9: HTTP error code 404