Build:
- 0
2026-03-09 17:56.06: New job: build parseff.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29526/head (70c69404704fb39ae3e26df851afc16b5cc39a5e)
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/29526/head" && git reset --hard 70c69404
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f
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 parseff.0.1.0 0.1.0
RUN opam reinstall parseff.0.1.0; \
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" != 'parseff.0.1.0' && 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-03-09 17:56.06: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f-parseff.0.1.0-70c69404704fb39ae3e26df851afc16b5cc39a5e"
2026-03-09 17:56.06: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f)
(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 parseff.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall parseff.0.1.0;\
\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\" != 'parseff.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-09 17:56.06: Waiting for resource in pool OCluster
2026-03-09 17:56.07: Waiting for worker…
2026-03-09 17:56.07: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..70c6940470
Fast-forward
packages/parseff/parseff.0.1.0/opam | 49 +++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/parseff/parseff.0.1.0/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f' locally
docker.io/ocaml/opam@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f: Pulling from ocaml/opam
17c552ef8c08: Pulling fs layer
aad0ede27ae2: Pulling fs layer
33547e0333c0: Pulling fs layer
0116dc76193e: Pulling fs layer
53f7ac068d5a: Pulling fs layer
c2e81c294add: Pulling fs layer
840adba6b028: Pulling fs layer
7cc875b11340: Pulling fs layer
840adba6b028: Waiting
7cc875b11340: Waiting
53f7ac068d5a: Waiting
c2e81c294add: Waiting
0116dc76193e: Waiting
aad0ede27ae2: Download complete
33547e0333c0: Download complete
0116dc76193e: Verifying Checksum
0116dc76193e: Download complete
c2e81c294add: Download complete
840adba6b028: Verifying Checksum
840adba6b028: Download complete
7cc875b11340: Verifying Checksum
53f7ac068d5a: Verifying Checksum
53f7ac068d5a: Download complete
17c552ef8c08: Verifying Checksum
17c552ef8c08: Download complete
17c552ef8c08: Pull complete
aad0ede27ae2: Pull complete
33547e0333c0: Pull complete
0116dc76193e: Pull complete
53f7ac068d5a: Pull complete
c2e81c294add: Pull complete
840adba6b028: Pull complete
7cc875b11340: Pull complete
Digest: sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f
Status: Downloaded newer image for ocaml/opam@sha256:e28c5c0574adc1f815086c4cc9626c9e450649ba2e4563dc670b563154f4634f
2026-03-09 18:09.31 ---> saved as "a65e1242d581f2a95575dc8084d305a14460d2ac648561415d6302dc3b8444f4"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-09 18:09.31 ---> saved as "2dab3b0270af9e1652919f429088e419864a57e76b2719c0b300b77e5b6dcc97"
/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-03-09 18:09.50 ---> saved as "11a13bce97d02aeddabf59605ee461f25557300126dd6a804c84b51f22ae1b4b"
/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=20260305
# 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-03-09 18:09.50 ---> saved as "5a1951a04547270ff8f66425e3899b713f4f5a219d19019a7a66ef0b091ea177"
/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-03-09 18:09.59 ---> saved as "112fbb33192754a86b690fe3a108670a43cc3ee3131704d042e455b2727fce40"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-09 18:10.04 ---> saved as "921aa1b997da17b1dfc763c6bb4272e2c2a5e24f1e1d9cbf9d9a3b46fbadf305"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-09 18:10.19 ---> saved as "90df58887eaa078efb2e87f290389bf55676f1fa086b86644a76a6399a262d6c"
/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-03-09 18:10.27 ---> saved as "2c341ff480007c5df2f305214a525728531eca8d79a5cee7be0c2572b8dbcdfd"
/home/opam: (run (shell "opam pin add -k version -yn parseff.0.1.0 0.1.0"))
parseff is now pinned to version 0.1.0
2026-03-09 18:10.28 ---> saved as "3048be0f8a7e85de2c4facb088eeabcab99b34628fa76dab68326b9114250b78"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall parseff.0.1.0;\
\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\" != 'parseff.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
parseff.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install dune 3.21.1 [required by parseff]
- install parseff 0.1.0 (pinned)
- install re 1.14.0 [required by parseff]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved parseff.0.1.0 (cached)
-> retrieved re.1.14.0 (cached)
-> installed dune.3.21.1
-> installed re.1.14.0
[ERROR] The compilation of parseff.0.1.0 failed at "dune build -p parseff -j 255 @install".
#=== ERROR while compiling parseff.0.1.0 ======================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/davesnx/parseff/releases/download/0.1.0/parseff-0.1.0.tbz)
# path ~/.opam/5.4/.opam-switch/build/parseff.0.1.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p parseff -j 255 @install
# exit-code 1
# env-file ~/.opam/log/parseff-7-bc14cf.env
# output-file ~/.opam/log/parseff-7-bc14cf.out
### output ###
# File "dune", lines 9-17, characters 0-350:
# 9 | (rule
# 10 | (alias doc-markdown)
# 11 | (mode
# 12 | (promote (until-clean)))
# 13 | (deps %{workspace_root}/_doc/_markdown/parseff/README.md)
# 14 | (targets README.md)
# 15 | (action
# 16 | (system
# 17 | "printf '<!-- Please do not edit this file directly. Update README.mld instead. -->\\n\\n' > %{targets} && tail -n +2 %{workspace_root}/_doc/_markdown/parseff/README.md >> %{targets}")))
# Error: No rule found for _doc/_markdown/parseff/README.md
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build parseff 0.1.0
+-
+- The following changes have been performed
| - install dune 3.21.1
| - install re 1.14.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-20260309181028.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall parseff.0.1.0;
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" != 'parseff.0.1.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-03-09 18:10.56: Job failed: Failed: Build failed
2026-03-09 18:10.56: Log analysis:
2026-03-09 18:10.56: >>>
[ERROR] The compilation of parseff.0.1.0 failed at "dune build -p parseff -j 255 @install".
(score = 20)
2026-03-09 18:10.56: >>>
# Error: No rule found for _doc/_markdown/parseff/README.md
(score = 48)
2026-03-09 18:10.56: No rule found for _doc/_markdown/parseff/README.md