- github
- ocaml
- opam-repository
- 6d7e98
- distributions,alpine-3.23-ocaml-5.4,mfat.0.0.1~beta1
(not at the head of any monitored branch or PR)
2026-05-06 16:08.21: New job: build mfat.0.0.1~beta1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29866/head (6d7e98a672c81f54f403d7276f03661f81f096ec)
on alpine-3.23-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/29866/head" && git reset --hard 6d7e98a6
git fetch origin master
git merge --no-edit 14640dc0cb5ad592a5350f7e5ba29e794675f078
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
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 mfat.0.0.1~beta1 0.0.1~beta1
RUN opam reinstall mfat.0.0.1~beta1; \
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 "\"alpine-3.23\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'mfat.0.0.1~beta1' && 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-05-06 16:08.21: Using cache hint "ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc-mfat.0.0.1~beta1-6d7e98a672c81f54f403d7276f03661f81f096ec"
2026-05-06 16:08.21: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc)
(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 mfat.0.0.1~beta1 0.0.1~beta1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mfat.0.0.1~beta1;\
\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 \"\\\"alpine-3.23\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mfat.0.0.1~beta1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-06 16:08.21: Waiting for resource in pool OCluster
2026-05-06 16:08.22: Waiting for worker…
2026-05-06 16:08.22: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 14640dc0cb Merge pull request #29859 from dinosaure/release-httpcats-v0.3.0
Updating 14640dc0cb..6d7e98a672
Fast-forward
packages/mfat/mfat.0.0.1~beta1/opam | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 packages/mfat/mfat.0.0.1~beta1/opam
(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc' locally
docker.io/ocaml/opam@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc: Pulling from ocaml/opam
6a0ac1617861: Pulling fs layer
9630673831f3: Pulling fs layer
4cffb540229a: Pulling fs layer
aa3cee094119: Pulling fs layer
f2700202f619: Pulling fs layer
33135c7375d5: Pulling fs layer
1ea4b64ae955: Pulling fs layer
ca34ef70eda1: Pulling fs layer
d4998b6f8f35: Pulling fs layer
4a43cfe8648c: Pulling fs layer
453dd28eaace: Pulling fs layer
a962f0379f0a: Pulling fs layer
ca34ef70eda1: Waiting
d4998b6f8f35: Waiting
b68882dcbbd8: Pulling fs layer
f2700202f619: Waiting
1ea4b64ae955: Waiting
33135c7375d5: Waiting
a962f0379f0a: Waiting
3f63b4eac828: Pulling fs layer
4a43cfe8648c: Waiting
0720e1e1068a: Pulling fs layer
b68882dcbbd8: Waiting
453dd28eaace: Waiting
0676d4d6023a: Pulling fs layer
0ab690805f49: Pulling fs layer
fc0af979c0fe: Pulling fs layer
3f63b4eac828: Waiting
0ab690805f49: Waiting
0676d4d6023a: Waiting
4f4fb700ef54: Pulling fs layer
fc0af979c0fe: Waiting
63f1d0bef8ae: Pulling fs layer
43fd6995d88f: Pulling fs layer
4f4fb700ef54: Waiting
c775bfb331ab: Pulling fs layer
0720e1e1068a: Waiting
a7a9b5ed8780: Pulling fs layer
43fd6995d88f: Waiting
c775bfb331ab: Waiting
86ac791930d3: Pulling fs layer
2e34d70b785c: Pulling fs layer
aa3cee094119: Waiting
a7a9b5ed8780: Waiting
86ac791930d3: Waiting
56c554cb0baa: Pulling fs layer
0109b7ea4beb: Pulling fs layer
a72aa581a14e: Pulling fs layer
56c554cb0baa: Waiting
0b969b88b90b: Pulling fs layer
0109b7ea4beb: Waiting
a72aa581a14e: Waiting
d1ae0e2bf910: Pulling fs layer
2e34d70b785c: Waiting
0b969b88b90b: Waiting
cfd8efe5a061: Pulling fs layer
d1ae0e2bf910: Waiting
cac47c5c71ca: Pulling fs layer
0789edf993f4: Pulling fs layer
cfd8efe5a061: Waiting
cac47c5c71ca: Waiting
bfdb5e6b1847: Pulling fs layer
58bc33feccda: Pulling fs layer
0789edf993f4: Waiting
1a9fb6ceaf2b: Pulling fs layer
3ebd1efd1da6: Pulling fs layer
bfdb5e6b1847: Waiting
58bc33feccda: Waiting
1a9fb6ceaf2b: Waiting
8e96b4de80a3: Pulling fs layer
3ebd1efd1da6: Waiting
95e95a115420: Pulling fs layer
e06070040291: Pulling fs layer
8e96b4de80a3: Waiting
84b2469f2a2a: Pulling fs layer
95e95a115420: Waiting
e877306222f4: Pulling fs layer
e06070040291: Waiting
43371e78182e: Pulling fs layer
84b2469f2a2a: Waiting
43371e78182e: Waiting
e877306222f4: Waiting
9630673831f3: Verifying Checksum
9630673831f3: Download complete
6a0ac1617861: Verifying Checksum
6a0ac1617861: Download complete
4cffb540229a: Verifying Checksum
4cffb540229a: Download complete
6a0ac1617861: Pull complete
9630673831f3: Pull complete
f2700202f619: Verifying Checksum
f2700202f619: Download complete
4cffb540229a: Pull complete
33135c7375d5: Verifying Checksum
33135c7375d5: Download complete
1ea4b64ae955: Verifying Checksum
1ea4b64ae955: Download complete
aa3cee094119: Verifying Checksum
aa3cee094119: Download complete
ca34ef70eda1: Verifying Checksum
ca34ef70eda1: Download complete
d4998b6f8f35: Verifying Checksum
d4998b6f8f35: Download complete
4a43cfe8648c: Verifying Checksum
4a43cfe8648c: Download complete
453dd28eaace: Verifying Checksum
453dd28eaace: Download complete
a962f0379f0a: Verifying Checksum
a962f0379f0a: Download complete
b68882dcbbd8: Verifying Checksum
b68882dcbbd8: Download complete
3f63b4eac828: Download complete
0720e1e1068a: Verifying Checksum
0720e1e1068a: Download complete
0676d4d6023a: Verifying Checksum
0676d4d6023a: Download complete
0ab690805f49: Verifying Checksum
0ab690805f49: Download complete
fc0af979c0fe: Download complete
4f4fb700ef54: Download complete
63f1d0bef8ae: Download complete
43fd6995d88f: Verifying Checksum
43fd6995d88f: Download complete
c775bfb331ab: Verifying Checksum
c775bfb331ab: Download complete
a7a9b5ed8780: Verifying Checksum
a7a9b5ed8780: Download complete
86ac791930d3: Download complete
2e34d70b785c: Download complete
56c554cb0baa: Verifying Checksum
56c554cb0baa: Download complete
0109b7ea4beb: Download complete
a72aa581a14e: Verifying Checksum
a72aa581a14e: Download complete
0b969b88b90b: Verifying Checksum
0b969b88b90b: Download complete
d1ae0e2bf910: Verifying Checksum
d1ae0e2bf910: Download complete
cfd8efe5a061: Verifying Checksum
cfd8efe5a061: Download complete
0789edf993f4: Verifying Checksum
0789edf993f4: Download complete
58bc33feccda: Verifying Checksum
58bc33feccda: Download complete
1a9fb6ceaf2b: Download complete
3ebd1efd1da6: Download complete
8e96b4de80a3: Verifying Checksum
8e96b4de80a3: Download complete
95e95a115420: Verifying Checksum
95e95a115420: Download complete
bfdb5e6b1847: Verifying Checksum
bfdb5e6b1847: Download complete
cac47c5c71ca: Verifying Checksum
cac47c5c71ca: Download complete
84b2469f2a2a: Download complete
43371e78182e: Verifying Checksum
43371e78182e: Download complete
e877306222f4: Download complete
aa3cee094119: Pull complete
f2700202f619: Pull complete
33135c7375d5: Pull complete
e06070040291: Verifying Checksum
e06070040291: Download complete
1ea4b64ae955: Pull complete
ca34ef70eda1: Pull complete
d4998b6f8f35: Pull complete
4a43cfe8648c: Pull complete
453dd28eaace: Pull complete
a962f0379f0a: Pull complete
b68882dcbbd8: Pull complete
3f63b4eac828: Pull complete
0720e1e1068a: Pull complete
0676d4d6023a: Pull complete
0ab690805f49: Pull complete
fc0af979c0fe: Pull complete
4f4fb700ef54: Pull complete
63f1d0bef8ae: Pull complete
43fd6995d88f: Pull complete
c775bfb331ab: Pull complete
a7a9b5ed8780: Pull complete
86ac791930d3: Pull complete
2e34d70b785c: Pull complete
56c554cb0baa: Pull complete
0109b7ea4beb: Pull complete
a72aa581a14e: Pull complete
0b969b88b90b: Pull complete
d1ae0e2bf910: Pull complete
cfd8efe5a061: Pull complete
cac47c5c71ca: Pull complete
0789edf993f4: Pull complete
bfdb5e6b1847: Pull complete
58bc33feccda: Pull complete
1a9fb6ceaf2b: Pull complete
3ebd1efd1da6: Pull complete
8e96b4de80a3: Pull complete
95e95a115420: Pull complete
e06070040291: Pull complete
84b2469f2a2a: Pull complete
e877306222f4: Pull complete
43371e78182e: Pull complete
Digest: sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
Status: Downloaded newer image for ocaml/opam@sha256:4844f73058b692f3aec45d56e4a564e3450b3d2726baa495cf7325ec9d2350fc
2026-05-06 16:08.47 ---> using "1dfd2c56cf7ef4c022880aa8954d59ce7487f51393001535964d58a880590384" 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-05-06 16:08.47 ---> using "44193b3415e71c4a3e25aab7093716a0f232d53568de9ce8e74f845373e48bf4" from cache
/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.
[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
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-06 16:08.47 ---> using "921cd81aaed996e1ad0aa8185edf869948dfae1b13140827a3863c37c49e191a" from cache
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.23.4
# 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.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-05-06 16:08.47 ---> using "b08740678b2eee1f741a4cb0afd54edcda7b9da433c2d495426242d886ac1a61" from cache
/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-05-06 16:08.47 ---> using "c1e8b9ea029b67eb75a7b5610e82561423d1e4fd27a24be2018148442ee34c1c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-06 16:08.56 ---> saved as "e6e0f3c8579d4d58998c18e60f1f4fd156b3990b977e0849f2edab25c95acca2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-06 16:09.15 ---> saved as "69711a45d078c8e8cbaa478c0214368d9dbd64b1af4d122f7a9250040848c952"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-139-gfc5e77717a8 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-138-gc45b849a722 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-9125-gf3a61744aac [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-9126-g5ed31221d18 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-9125-gf3a61744aac [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62173 distinct packages available
2026-05-06 16:09.16 ---> saved as "f3af1ce631e6ff250787b9684da57403a32b5342b3117f2382b5d33f7be80bbb"
/home/opam: (run (shell "opam pin add -k version -yn mfat.0.0.1~beta1 0.0.1~beta1"))
mfat is now pinned to version 0.0.1~beta1
2026-05-06 16:09.18 ---> saved as "b46e9a9e6712763aab729749ed692497d43267fb570ed77cd3dec0b330a46136"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mfat.0.0.1~beta1;\
\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 \"\\\"alpine-3.23\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mfat.0.0.1~beta1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mfat.0.0.1~beta1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
- install astring 0.8.5 [required by fpath]
- install bstr 0.0.4 [required by mfat]
- install cachet 0.0.4 [required by mfat]
- install cmdliner 2.1.1 [required by mfat]
- install dune 3.23.0 [required by bstr, cachet]
- install fmt 0.11.0 [required by mfat]
- install fpath 0.7.3 [required by mfat]
- install logs 0.10.0 [required by mfat]
- install mfat 0.0.1~beta1 (pinned)
- install ocamlbuild 0.16.1 [required by fpath, fmt, logs]
- install ocamlfind 1.9.8 [required by fpath, fmt, logs]
- install topkg 1.1.1 [required by fpath, fmt, logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved bstr.0.0.4 (cached)
-> retrieved cachet.0.0.4 (cached)
-> retrieved cmdliner.2.1.1 (cached)
-> retrieved dune.3.23.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved mfat.0.0.1~beta1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.23.0
-> installed bstr.0.0.4
-> installed cachet.0.0.4
-> installed mfat.0.0.1~beta1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-06 16:09.59 ---> saved as "0e55a3c4a160407706e50a52f37421f25166c468e90da6ff8cdc5b9eea253550"
Job succeeded
2026-05-06 16:10.06: Job succeeded