(for PR #29584)
2026-03-23 00:43.52: New job: build parseff.0.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29584/head (595712343396d3d8997173a5fb94cdf369b62c00)
on ubuntu-25.04-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/29584/head" && git reset --hard 59571234
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
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 "\"ubuntu-25.04\""; 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.52: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115-parseff.0.3.0-595712343396d3d8997173a5fb94cdf369b62c00"
2026-03-23 00:43.52: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)
(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 \"\\\"ubuntu-25.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.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.52: Waiting for resource in pool OCluster
2026-03-23 00:43.53: Waiting for worker…
2026-03-23 00:43.53: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
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
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:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115' locally
docker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opam
c62190a9ab61: Already exists
9a2e0901dff5: Already exists
b1f9cc70ae42: Already exists
ce0546b0dd1f: Already exists
79301f00e8ba: Already exists
9b295b25667c: Already exists
a31f71beef5e: Already exists
5f6f7ff1dd75: Already exists
3326c804f772: Already exists
dbc305c5cd35: Already exists
c2cccf40b87f: Already exists
45e66d8ca585: Already exists
fcefa7241269: Already exists
5bf160151561: Already exists
874b2264723c: Already exists
ada98df8f669: Already exists
ab8d0ea6e4f6: Already exists
ab8d0ea6e4f6: Already exists
18a72a4bedd6: Already exists
bfcd7ea0ace8: Already exists
76a18c947be5: Already exists
6fd9d51ce26c: Already exists
4f4fb700ef54: Already exists
77d410803a59: Already exists
44e2dad9dd55: Already exists
b51e285283d3: Already exists
dd8da5b96ca2: Already exists
b46c436fcec9: Already exists
a9e62b40a1cc: Already exists
f5ab56558ad4: Already exists
8f52d3d09866: Already exists
39ac1f9b485e: Already exists
503fbe92c3b9: Already exists
f3db52c04fc1: Already exists
3bb40995af78: Already exists
c83fbf1c12e8: Already exists
ad31772f43a8: Already exists
ce60cf8100fe: Already exists
0205937477da: Already exists
24ccf4b3cee6: Already exists
04a8b415dd1b: Already exists
a0a04868c053: Pulling fs layer
c2855634128b: Pulling fs layer
45975b81f847: Pulling fs layer
a05a44f66e3d: Pulling fs layer
798eed38fd5f: Pulling fs layer
45a2275c2287: Pulling fs layer
bfa4a39a96d8: Pulling fs layer
a05a44f66e3d: Waiting
798eed38fd5f: Waiting
45a2275c2287: Waiting
bfa4a39a96d8: Waiting
c2855634128b: Verifying Checksum
c2855634128b: Download complete
a0a04868c053: Verifying Checksum
a0a04868c053: Download complete
a0a04868c053: Pull complete
c2855634128b: Pull complete
45975b81f847: Verifying Checksum
45975b81f847: Download complete
45975b81f847: Pull complete
798eed38fd5f: Verifying Checksum
798eed38fd5f: Download complete
bfa4a39a96d8: Verifying Checksum
bfa4a39a96d8: Download complete
45a2275c2287: Verifying Checksum
45a2275c2287: Download complete
a05a44f66e3d: Verifying Checksum
a05a44f66e3d: Download complete
a05a44f66e3d: Pull complete
798eed38fd5f: Pull complete
45a2275c2287: Pull complete
bfa4a39a96d8: Pull complete
Digest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
2026-03-23 00:44.04 ---> using "95bdebae0a545d6ea94d55419bd063ed0c35f612d0599400a10d8512d69a6778" 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-03-23 00:44.04 ---> saved as "e300e7fb5005bb724a775340fe2488cd0446c158ff760538b0155c0378078fa0"
/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:44.27 ---> saved as "9cce9eca4d20a662bee1ee1fec79df4c485041205cc64e506c5b8a781c0fcc9c"
/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=ubuntu os-version=25.04
# 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 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-23 00:44.28 ---> saved as "c1c73accf8292103d3dd339d821eea73b28849f0689e9a8f0aa975c231d8c9bf"
/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:44.35 ---> saved as "9cd4a5d4e364c0b77e3a3f83e8739aa5edda98242c4d56dee1a7ddc42445fabb"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 00:44.46 ---> saved as "7f6dba490b36f470dc9799955d67a2bbcb0392f8699a50bcb3873fe2305b8049"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:45.04 ---> saved as "7c6decb5af4a96c2457e4f0b5744e01552cc0c9894d90ee79f466ceecd1f49de"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
-
2026-03-23 00:45.06 ---> saved as "4ca07f111e23330c6f687d133dd05f871dd3a4d37fda7b0b991d80e07c7b082c"
/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:45.07 ---> saved as "787933db5811d9ce391b4e8bd400d3d2399f21fa64ba55e324710d315a7c6d5b"
/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 \"\\\"ubuntu-25.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.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
The following actions will be performed:
=== install 7 packages
- install dune 3.22.0 [required by parseff]
- install ocamlbuild 0.16.1 [required by uucp]
- install ocamlfind 1.9.8 [required by uucp]
- install parseff 0.3.0 (pinned)
- install re 1.14.0 [required by parseff]
- install topkg 1.1.1 [required by uucp]
- install uucp 17.0.0 [required by parseff]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved parseff.0.3.0 (https://github.com/davesnx/parseff/releases/download/0.3.0/parseff-0.3.0.tbz)
-> retrieved re.1.14.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uucp.17.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.22.0
-> installed re.1.14.0
-> installed uucp.17.0.0
-> installed parseff.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 00:45.56 ---> saved as "7ebec72802158e431bd3da12150e4615e31ed928bdbe0e525612e64a74919b55"
Job succeeded
2026-03-23 00:46.09: Job succeeded