- github
- ocaml
- opam-repository
- 7cf44d
- distributions,alpine-3.22-ocaml-4.14,passe.0.1.0
(not at the head of any monitored branch or PR)
2026-01-12 03:02.11: New job: build passe.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29209/head (7cf44dd59f3d701719ec977f781508489f6d4236)
on alpine-3.22-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/29209/head" && git reset --hard 7cf44dd5
git fetch origin master
git merge --no-edit 2bf2bf6ea0c8867eede5e26c1c591999dd5a9ee1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0
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 passe.0.1.0 0.1.0
RUN opam reinstall passe.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 "\"alpine-3.22\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'passe.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-01-12 03:02.11: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0-passe.0.1.0-7cf44dd59f3d701719ec977f781508489f6d4236"
2026-01-12 03:02.11: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0)
(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 passe.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall passe.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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'passe.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-01-12 03:02.11: Waiting for resource in pool OCluster
2026-01-12 03:08.36: Waiting for worker…
2026-01-12 03:11.20: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 2bf2bf6ea0 Merge pull request #29204 from jserot/opam-publish-rfsm.2.3
Updating 2bf2bf6ea0..7cf44dd59f
Fast-forward
packages/passe/passe.0.1.0/opam | 44 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 packages/passe/passe.0.1.0/opam
(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0' locally
docker.io/ocaml/opam@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0: Pulling from ocaml/opam
2d35ebdb57d9: Already exists
f63fa0955e1c: Already exists
d1aff334d2ef: Already exists
dd7ef0713d60: Already exists
1cb85b1771c1: Already exists
b3e3cbca8fe5: Already exists
e20f2edd147c: Already exists
2a81809d2792: Already exists
44d45904e0bf: Already exists
e4766861c56b: Already exists
781637641c53: Already exists
7a3635ad3eff: Already exists
a17b51910e9e: Already exists
ebefb05f3452: Already exists
7516504988c4: Already exists
6de436e58aaa: Already exists
6de436e58aaa: Already exists
c95d51a1d4cc: Already exists
4f4fb700ef54: Already exists
958c68e99d31: Already exists
3276c8259ea4: Already exists
dc258c8006b5: Already exists
762484f20604: Already exists
e420826a58be: Already exists
21ebbf1cf394: Already exists
fcab148fc6b3: Already exists
0a5763305413: Already exists
0bb0efb41734: Already exists
99400a979ef1: Already exists
57e03fc374af: Already exists
e6ea8c92b8c1: Already exists
9b28a60021f6: Already exists
2752d279bd94: Already exists
d79857430730: Already exists
72b62d7eda40: Already exists
92731b381912: Already exists
a275c42b22ed: Already exists
dba77b1ef249: Already exists
46eaed8c5998: Already exists
b875a95e1820: Already exists
a0d39572e16e: Already exists
Digest: sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0
Status: Downloaded newer image for ocaml/opam@sha256:1608d7d8bd86dcb94fc68231c85063f1efabca308f69f4ae0719bbe3a0ed05a0
2026-01-12 03:11.22 ---> using "a0b1bf1f834f5671fcbb91f113855791aec576b6ec3efbcf6bdeb673f48df49a" 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-01-12 03:11.22 ---> using "f862eeb568c28d4b0ec8c98b21286978403fc5e0638c11069169e627b04a8608" 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.
Continue? [Y/n] y
Format upgrade done.
[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
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-12 03:11.22 ---> using "c3165025a8b947e7d89d8a0d05273a263d9f94a07d8ad8ba4ac3bafe0c48d6f8" 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.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.22.2
# 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-01-12 03:11.22 ---> using "e538133c94ec02985aa59b3fc59d58895605941dcd2fc7f356e1d6f0253054dc" 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-01-12 03:11.22 ---> using "0bfd26009d61a77e7452f892dd4d093773d84c7a53b54566305c00d6bd99cabb" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-12 03:11.30 ---> saved as "5109e445fb29cc864cddb81f850522b31241a4cb80c84a2b2fff08e40e8018b6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-12 03:11.53 ---> saved as "6967808f484f3000ff168af011288d196cfdfdef40fd5384882825f6b9ba6259"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251224-1009-g854953f44b6 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251224-991-ge19683f3971 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251224-990-ga04c644b1ad [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60692 distinct packages available
2026-01-12 03:11.56 ---> saved as "e1fe34864f237a79944dc93b20d446e112bf247d70ae149baf15fb1bfa84ebc4"
/home/opam: (run (shell "opam pin add -k version -yn passe.0.1.0 0.1.0"))
passe is now pinned to version 0.1.0
2026-01-12 03:11.57 ---> saved as "a2a8fac288a170d1422f592d40b02f997dec83a554e1c80a68d39f119daa2ef0"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall passe.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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'passe.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"))
passe.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 13 packages
- install csexp 1.5.2 [required by dune-configurator]
- install digestif 1.3.0 [required by mirage-crypto-rng]
- install dune 3.20.2 [required by passe]
- install dune-configurator 3.20.2 [required by mirage-crypto, mirage-crypto-rng]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install eqaf 0.10 [required by mirage-crypto]
- install logs 0.10.0 [required by mirage-crypto-rng]
- install mirage-crypto 2.0.2 [required by passe]
- install mirage-crypto-rng 2.0.2 [required by passe]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install passe 0.1.0 (pinned)
- install topkg 1.1.1 [required by logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved passe.0.1.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed eqaf.0.10
-> installed digestif.1.3.0
-> installed dune-configurator.3.20.2
-> installed mirage-crypto.2.0.2
-> installed mirage-crypto-rng.2.0.2
-> installed passe.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-12 03:12.48 ---> saved as "8cfdfa260bc5f711de807f54289957fbe37641d859165ba9a866130b2017a182"
Job succeeded
2026-01-12 03:12.55: Job succeeded