(for PR #29368)
2026-02-10 15:24.04: New job: build mirage-crypto-pk.2.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29368/head (66e177c9ccf11298b53a7c2c24dada57dd487d9b)
on archlinux-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/29368/head" && git reset --hard 66e177c9
git fetch origin master
git merge --no-edit f4c12add9cacd610d7ec6cc9fcb057902ca0a0f6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200
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 mirage-crypto-pk.2.0.3 2.0.3
RUN opam reinstall mirage-crypto-pk.2.0.3; \
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" != 'mirage-crypto-pk.2.0.3' && 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-02-10 15:24.04: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200-mirage-crypto-pk.2.0.3-66e177c9ccf11298b53a7c2c24dada57dd487d9b"
2026-02-10 15:24.04: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200)
(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 mirage-crypto-pk.2.0.3 2.0.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mirage-crypto-pk.2.0.3;\
\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\" != 'mirage-crypto-pk.2.0.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-10 15:24.04: Waiting for resource in pool OCluster
2026-02-10 15:29.49: Waiting for worker…
2026-02-10 15:33.48: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at f4c12add9c Merge pull request #29362 from xvw/fix-primavera-ownership
Updating f4c12add9c..66e177c9cc
Fast-forward
.../mirage-crypto-ec/mirage-crypto-ec.2.0.3/opam | 62 ++++++++++++++++++++++
.../mirage-crypto-pk/mirage-crypto-pk.2.0.3/opam | 43 +++++++++++++++
.../mirage-crypto-rng-miou-unix.2.0.3/opam | 39 ++++++++++++++
.../mirage-crypto-rng-mirage.2.0.3/opam | 40 ++++++++++++++
.../mirage-crypto-rng-mkernel.2.0.3/opam | 38 +++++++++++++
.../mirage-crypto-rng/mirage-crypto-rng.2.0.3/opam | 42 +++++++++++++++
packages/mirage-crypto/mirage-crypto.2.0.3/opam | 39 ++++++++++++++
7 files changed, 303 insertions(+)
create mode 100644 packages/mirage-crypto-ec/mirage-crypto-ec.2.0.3/opam
create mode 100644 packages/mirage-crypto-pk/mirage-crypto-pk.2.0.3/opam
create mode 100644 packages/mirage-crypto-rng-miou-unix/mirage-crypto-rng-miou-unix.2.0.3/opam
create mode 100644 packages/mirage-crypto-rng-mirage/mirage-crypto-rng-mirage.2.0.3/opam
create mode 100644 packages/mirage-crypto-rng-mkernel/mirage-crypto-rng-mkernel.2.0.3/opam
create mode 100644 packages/mirage-crypto-rng/mirage-crypto-rng.2.0.3/opam
create mode 100644 packages/mirage-crypto/mirage-crypto.2.0.3/opam
(from ocaml/opam:archlinux-ocaml-5.4@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.4@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200' locally
docker.io/ocaml/opam@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200: Pulling from ocaml/opam
d45715cfc670: Pulling fs layer
10f753da1c2e: Pulling fs layer
09e49f3a8cc5: Pulling fs layer
0ccf348cfa80: Pulling fs layer
2b84575e1f9b: Pulling fs layer
a00a666bf469: Pulling fs layer
0ccf348cfa80: Waiting
2b84575e1f9b: Waiting
a00a666bf469: Waiting
10f753da1c2e: Verifying Checksum
10f753da1c2e: Download complete
0ccf348cfa80: Verifying Checksum
0ccf348cfa80: Download complete
2b84575e1f9b: Verifying Checksum
2b84575e1f9b: Download complete
a00a666bf469: Verifying Checksum
a00a666bf469: Download complete
09e49f3a8cc5: Verifying Checksum
09e49f3a8cc5: Download complete
d45715cfc670: Verifying Checksum
d45715cfc670: Download complete
d45715cfc670: Pull complete
10f753da1c2e: Pull complete
09e49f3a8cc5: Pull complete
0ccf348cfa80: Pull complete
2b84575e1f9b: Pull complete
a00a666bf469: Pull complete
Digest: sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200
Status: Downloaded newer image for ocaml/opam@sha256:80b917b0d0f9bea38bf0b3aac775d90e736551e842807a004d9fd1665f1f9200
2026-02-10 15:35.57 ---> saved as "b9bf9523154c3dca53ff5dbb1a074bb319e92ad8e0fd427e7ecedbdb7949b579"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-10 15:35.58 ---> saved as "25f8589d616c7093e353de3b97c14a0333bc0665d7f3f5aeeb02d0826eb06277"
/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-02-10 15:36.27 ---> saved as "d49e739d82385a17c54001b3777d7d7db6823a323b8c89ede29cf23730d068e5"
/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=20260201.0.486523
# 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-02-10 15:36.29 ---> saved as "71e6cad460a0f7ac42a3347436c368fe1f94bb054fa7068f65a14213176bed7d"
/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-02-10 15:36.37 ---> saved as "175e6df681f00a29f7ab90803eb307806871ee6c21fe81be79a48c8be09d57c1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-10 15:36.44 ---> saved as "66b396ccbc7317cc6b8d31ef829a15528ade2cb8421e1e43b2669a75edf73bdc"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-10 15:37.06 ---> saved as "2fd4e8d9117f8e35d01dbf65ee58cc05af0900c27891ec45e80a722592214b89"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-02-10 15:37.07 ---> saved as "65a3d188a2ee7a3a28565ce8d23593a5da0008054c378c86acca07e96a501711"
/home/opam: (run (shell "opam pin add -k version -yn mirage-crypto-pk.2.0.3 2.0.3"))
mirage-crypto-pk is now pinned to version 2.0.3
2026-02-10 15:37.08 ---> saved as "a795dc01f7906ca665c8621a96bb4244857a45b007b69abbeb18608307ba5b65"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mirage-crypto-pk.2.0.3;\
\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\" != 'mirage-crypto-pk.2.0.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mirage-crypto-pk.2.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
∗ conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
∗ conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
∗ conf-pkg-config 4 [required by zarith]
∗ csexp 1.5.2 [required by dune-configurator]
∗ digestif 1.3.0 [required by mirage-crypto-pk]
∗ dune 3.21.0 [required by mirage-crypto-pk]
∗ dune-configurator 3.21.0 [required by mirage-crypto, mirage-crypto-rng]
∗ duration 0.2.1 [required by mirage-crypto-rng]
∗ eqaf 0.10 [required by mirage-crypto-pk]
∗ logs 0.10.0 [required by mirage-crypto-rng]
∗ mirage-crypto 2.0.3 [required by mirage-crypto-pk]
∗ mirage-crypto-pk 2.0.3 (pinned)
∗ mirage-crypto-rng 2.0.3 [required by mirage-crypto-pk]
∗ ocamlbuild 0.16.1 [required by logs]
∗ ocamlfind 1.9.8 [required by zarith]
∗ topkg 1.1.1 [required by logs]
∗ zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (9) Old Version New Version Net Change Download Size
-
- core/libmakepkg-dropins 18-1 20-1 0.00 MiB 0.01 MiB
- core/libp11-kit 0.26.1-1 0.26.2-1 0.00 MiB 0.49 MiB
- extra/libx11 1.8.12-2 1.8.13-1 -0.01 MiB 2.00 MiB
- core/linux-api-headers 6.18-1 6.19-1 0.09 MiB 1.49 MiB
- core/p11-kit 0.26.1-1 0.26.2-1 0.00 MiB 0.24 MiB
- core/systemd 259-2 259.1-1 0.17 MiB 9.43 MiB
- core/systemd-libs 259-2 259.1-1 0.00 MiB 1.25 MiB
- core/systemd-sysvcompat 259-2 259.1-1 0.00 MiB 0.01 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 14.99 MiB
- Total Installed Size: 60.47 MiB
- Net Upgrade Size: 0.45 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- systemd-259.1-1-x86_64 downloading...
- libx11-1.8.13-1-x86_64 downloading...
- linux-api-headers-6.19-1-x86_64 downloading...
- systemd-libs-259.1-1-x86_64 downloading...
- libp11-kit-0.26.2-1-x86_64 downloading...
- p11-kit-0.26.2-1-x86_64 downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- systemd-sysvcompat-259.1-1-x86_64 downloading...
- libmakepkg-dropins-20-1-any downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading linux-api-headers...
- installing pkgconf...
- upgrading libp11-kit...
- upgrading systemd-libs...
- upgrading p11-kit...
- upgrading libmakepkg-dropins...
- upgrading libx11...
- upgrading systemd...
- upgrading systemd-sysvcompat...
- :: Running post-transaction hooks...
- ( 1/11) Creating system user accounts...
- ( 2/11) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- ( 3/11) Updating journal message catalog...
- ( 4/11) Updating udev hardware database...
- ( 5/11) Applying kernel sysctl settings...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 6/11) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 7/11) Reloading user manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 8/11) Restarting marked services...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 9/11) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (10/11) Arming ConditionNeedsUpdate...
- (11/11) Reloading system bus configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-gmp-powm-sec.4 (cached)
⬇ retrieved csexp.1.5.2 (cached)
∗ installed conf-gmp.5
∗ installed conf-pkg-config.4
∗ installed conf-gmp-powm-sec.4
⬇ retrieved digestif.1.3.0 (cached)
⬇ retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
⬇ retrieved duration.0.2.1 (cached)
⬇ retrieved eqaf.0.10 (cached)
⬇ retrieved logs.0.10.0 (cached)
⬇ retrieved mirage-crypto.2.0.3, mirage-crypto-pk.2.0.3, mirage-crypto-rng.2.0.3 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed logs.0.10.0
∗ installed dune.3.21.0
∗ installed duration.0.2.1
∗ installed csexp.1.5.2
∗ installed eqaf.0.10
∗ installed digestif.1.3.0
∗ installed dune-configurator.3.21.0
∗ installed mirage-crypto.2.0.3
∗ installed mirage-crypto-rng.2.0.3
∗ installed mirage-crypto-pk.2.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 15:38.03 ---> saved as "572ab7b34849fa8599f33aa398ff699d9a2707d4457d3a3d89eefe01e7a5d7af"
Job succeeded
2026-02-10 15:38.12: Job succeeded