Build:
- 0
2026-03-15 08:59.25: New job: build parseff.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29526/head (00fc6039ea5006ac1d6a9cd671e025428e45c333)
on ubuntu-24.04-ocaml-5.4/riscv64
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 00fc6039
git fetch origin master
git merge --no-edit 8d34e0cf3c0ccacb6c8a26c24d0e5eb0b17fbf9d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd
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 "\"ubuntu-24.04\""; 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-15 08:59.25: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd-parseff.0.1.0-00fc6039ea5006ac1d6a9cd671e025428e45c333"
2026-03-15 08:59.25: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd)
(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 \"\\\"ubuntu-24.04\\\"\"; 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-15 08:59.25: Waiting for resource in pool OCluster
2026-03-15 08:59.25: Waiting for worker…
2026-03-15 09:14.35: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
Updating files: 11% (2185/18442)
Updating files: 12% (2214/18442)
Updating files: 13% (2398/18442)
Updating files: 14% (2582/18442)
Updating files: 15% (2767/18442)
Updating files: 16% (2951/18442)
Updating files: 17% (3136/18442)
Updating files: 18% (3320/18442)
Updating files: 19% (3504/18442)
Updating files: 20% (3689/18442)
Updating files: 21% (3873/18442)
Updating files: 22% (4058/18442)
Updating files: 23% (4242/18442)
Updating files: 23% (4299/18442)
Updating files: 24% (4427/18442)
Updating files: 25% (4611/18442)
Updating files: 26% (4795/18442)
Updating files: 27% (4980/18442)
Updating files: 28% (5164/18442)
Updating files: 29% (5349/18442)
Updating files: 30% (5533/18442)
Updating files: 31% (5718/18442)
Updating files: 32% (5902/18442)
Updating files: 33% (6086/18442)
Updating files: 34% (6271/18442)
Updating files: 35% (6455/18442)
Updating files: 36% (6640/18442)
Updating files: 36% (6673/18442)
Updating files: 37% (6824/18442)
Updating files: 38% (7008/18442)
Updating files: 39% (7193/18442)
Updating files: 40% (7377/18442)
Updating files: 41% (7562/18442)
Updating files: 42% (7746/18442)
Updating files: 43% (7931/18442)
Updating files: 44% (8115/18442)
Updating files: 45% (8299/18442)
Updating files: 46% (8484/18442)
Updating files: 47% (8668/18442)
Updating files: 48% (8853/18442)
Updating files: 49% (9037/18442)
Updating files: 50% (9221/18442)
Updating files: 50% (9230/18442)
Updating files: 51% (9406/18442)
Updating files: 52% (9590/18442)
Updating files: 53% (9775/18442)
Updating files: 54% (9959/18442)
Updating files: 55% (10144/18442)
Updating files: 56% (10328/18442)
Updating files: 57% (10512/18442)
Updating files: 58% (10697/18442)
Updating files: 59% (10881/18442)
Updating files: 60% (11066/18442)
Updating files: 61% (11250/18442)
Updating files: 62% (11435/18442)
Updating files: 62% (11569/18442)
Updating files: 63% (11619/18442)
Updating files: 64% (11803/18442)
Updating files: 65% (11988/18442)
Updating files: 66% (12172/18442)
Updating files: 67% (12357/18442)
Updating files: 68% (12541/18442)
Updating files: 69% (12725/18442)
Updating files: 70% (12910/18442)
Updating files: 71% (13094/18442)
Updating files: 72% (13279/18442)
Updating files: 73% (13463/18442)
Updating files: 74% (13648/18442)
Updating files: 74% (13816/18442)
Updating files: 75% (13832/18442)
Updating files: 76% (14016/18442)
Updating files: 77% (14201/18442)
Updating files: 78% (14385/18442)
Updating files: 79% (14570/18442)
Updating files: 80% (14754/18442)
Updating files: 81% (14939/18442)
Updating files: 82% (15123/18442)
Updating files: 83% (15307/18442)
Updating files: 84% (15492/18442)
Updating files: 85% (15676/18442)
Updating files: 86% (15861/18442)
Updating files: 87% (16045/18442)
Updating files: 87% (16169/18442)
Updating files: 88% (16229/18442)
Updating files: 89% (16414/18442)
Updating files: 90% (16598/18442)
Updating files: 91% (16783/18442)
Updating files: 92% (16967/18442)
Updating files: 93% (17152/18442)
Updating files: 94% (17336/18442)
Updating files: 95% (17520/18442)
Updating files: 96% (17705/18442)
Updating files: 97% (17889/18442)
Updating files: 98% (18074/18442)
Updating files: 99% (18258/18442)
Updating files: 100% (18442/18442)
Updating files: 100% (18442/18442), done.
HEAD is now at 795fe89e9c Add upper bound on dune-rpc 3.22
HEAD is now at 8d34e0cf3c Merge pull request #29540 from davesnx/release-melange-fest-0.2.0
Updating 8d34e0cf3c..00fc6039ea
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:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd)
2026-03-15 09:19.12 ---> saved as "3838290aeb2e77a14b79098bdc4a7e2e5089e4c737e7a54145a0c3c14aeec1a4"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-15 09:19.12 ---> saved as "29ae9153229731288fec61e145d8d1c3044e0c006df483917895146891c7cb70"
/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-03-15 09:21.04 ---> saved as "ce51ccaac95a009bce01ad917125f72011d650a5c75896120abf19d4e3fc790b"
/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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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-15 09:21.07 ---> saved as "21827d99a93eeed913fa586e2ce56352fb3bde4cb0e7f8a5773bdf30314693c9"
/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-15 09:21.45 ---> saved as "597b13c91eae7076a0615c82c46432f5c31883c72375ef32bffba343860fa713"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-15 09:22.11 ---> saved as "de5a4da89d04c081e56c16c7b7b7b016bd82cef367eb0f49f3396702f8506879"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-15 09:23.43 ---> saved as "4976ac3d232c8543c358317a7859b5d6cbac129f437b68f362a7ddc4baad13a7"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [945 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.0 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1525 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [695 B]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.5 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8714 B]
- Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [973 kB]
- Get:13 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [619 kB]
- Fetched 4539 kB in 2s (2158 kB/s)
- Reading package lists...
-
2026-03-15 09:23.51 ---> saved as "5af15c5f5e14a23f7c0b4dbe75357ec005225c1adb3c4a52e9b343ae6e009de4"
/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-15 09:23.54 ---> saved as "4441c5092e6790e73f96ba4caaaba937899e425411f9c46e72e811bdddd02c91"
/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 \"\\\"ubuntu-24.04\\\"\"; 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 (https://github.com/davesnx/parseff/releases/download/0.1.0/parseff-0.1.0.tbz)
-> 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 3 @install".
#=== ERROR while compiling parseff.0.1.0 ======================================#
# context 2.5.0 | linux/riscv64 | 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 3 @install
# exit-code 1
# env-file ~/.opam/log/parseff-7-262512.env
# output-file ~/.opam/log/parseff-7-262512.out
### output ###
# File "dune", lines 16-24, characters 0-355:
# 16 | (rule
# 17 | (alias generate-markdown)
# 18 | (mode
# 19 | (promote (until-clean)))
# 20 | (deps %{workspace_root}/_doc/_markdown/parseff/README.md)
# 21 | (targets README.md)
# 22 | (action
# 23 | (system
# 24 | "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-20260315092356.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 "\"ubuntu-24.04\""; 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-15 09:29.32: Job failed: Failed: Build failed
2026-03-15 09:29.32: Log analysis:
2026-03-15 09:29.32: >>>
[ERROR] The compilation of parseff.0.1.0 failed at "dune build -p parseff -j 3 @install".
(score = 20)
2026-03-15 09:29.32: >>>
# Error: No rule found for _doc/_markdown/parseff/README.md
(score = 48)
2026-03-15 09:29.32: No rule found for _doc/_markdown/parseff/README.md