- github
- ocaml
- opam-repository
- 595712
- distributions,archlinux-ocaml-4.14,parseff.0.3.0
(not at the head of any monitored branch or PR)
2026-03-23 00:43.53: New job: build parseff.0.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29584/head (595712343396d3d8997173a5fb94cdf369b62c00)
on archlinux-ocaml-4.14/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/29584/head" && git reset --hard 59571234
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
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.3.0 0.3.0
RUN opam reinstall parseff.0.3.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'parseff.0.3.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-23 00:43.53: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299-parseff.0.3.0-595712343396d3d8997173a5fb94cdf369b62c00"
2026-03-23 00:43.53: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
(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.3.0 0.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall parseff.0.3.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 \"\\\"archlinux\\\"\"; 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.3.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-23 00:43.53: Waiting for resource in pool OCluster
2026-03-23 00:43.53: Waiting for worker…
2026-03-23 00:43.54: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..5957123433
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
packages/parseff/parseff.0.3.0/opam | 50 +++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 packages/parseff/parseff.0.3.0/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299' locally
docker.io/ocaml/opam@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299: Pulling from ocaml/opam
c2d2ddabd275: Already exists
7bbb5d4707f9: Already exists
e4ca9c439f39: Already exists
aef5cc661ebc: Already exists
2768b70215c2: Already exists
a489f44d714e: Already exists
fdc692ac38f2: Already exists
af6c3d8351fe: Already exists
a62601c842df: Already exists
5c650a60aeb7: Already exists
36d2b2b63e41: Already exists
f9716d8d8da7: Already exists
c74a71d5316f: Already exists
a1dcbf702c8d: Already exists
a0d158e32430: Already exists
4f4fb700ef54: Already exists
cde193d1d061: Already exists
268ec713655e: Already exists
1fc018b4cf42: Already exists
880dccc27f4c: Already exists
c8fda7ce0526: Already exists
81b6d22047cc: Already exists
ff9c2257d841: Already exists
5cc2973954cb: Already exists
f4fbd5ad605f: Already exists
eaa3921c3f24: Already exists
9dd49c111bf0: Already exists
950eb77734e4: Already exists
ce42b52cb61d: Already exists
1041f89bba12: Already exists
e91ce6a10c11: Already exists
5f26da617f35: Already exists
32719c5f028f: Already exists
3a6f201d6cf7: Already exists
a3c98c924706: Already exists
155726d31b05: Already exists
2af100326921: Already exists
28c27e5f1fd2: Already exists
Digest: sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
Status: Downloaded newer image for ocaml/opam@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
2026-03-23 00:45.06 ---> saved as "a466eae14070aec815f5a6ffa3db347a0e358a5fb79fdc6b3b6116aa3b4206b7"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-23 00:45.07 ---> saved as "de8e3509b0887e428166ac0426de011b77defbed7fbffae35f3f6234dd304a96"
/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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 00:45.37 ---> saved as "07eeae27e857ac1a894a10ea873016463354dc0e35513a66fe1a537e374e6658"
/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=arch os-version=20260308.0.497099
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, 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.2
2026-03-23 00:45.38 ---> saved as "49e4f6621d764b0f376d2b8c1568a083f0a8e84498dd7ab03dbbec1c427bfe38"
/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-23 00:45.53 ---> saved as "30067455dfbbca5df814db79ab3e8982ea7f7bf02bf20edfc7c229a0a1ed8cdd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 00:46.07 ---> saved as "1a997e476769e2475dabaef9385fa592df194937d18c56af0e5490d7913d53ab"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:46.30 ---> saved as "c62aa0df10efb35f52f96d6be366e34c14db9251bf019bab433891608ef2e3b2"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-03-23 00:46.45 ---> saved as "dec0f8ad1b91fb0b584f25fac8263a13d4abbd646beea4e4772756d1c2667c51"
/home/opam: (run (shell "opam pin add -k version -yn parseff.0.3.0 0.3.0"))
parseff is now pinned to version 0.3.0
2026-03-23 00:46.47 ---> saved as "284d33ae350fb8be926afc04da2464b12fe397b70793626a5807d6509d921700"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall parseff.0.3.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 \"\\\"archlinux\\\"\"; 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.3.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.3.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) → ocaml-base-compiler = 4.14.2 → ocaml = 4.14.2
- parseff >= 0.3.0 → ocaml >= 5.3
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) → ocaml-base-compiler = 4.14.2
- parseff >= 0.3.0 → ocaml >= 5.3 → ocaml-variants >= 5.3.0~
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall parseff.0.3.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 "\"archlinux\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'parseff.0.3.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 20
2026-03-23 00:47.00: Job failed: Failed: Build failed
2026-03-23 00:47.00: Log analysis:
2026-03-23 00:47.00: >>>
No solution found, exiting
(score = 100)
2026-03-23 00:47.00: [SKIP] Package not available