- github
- ocaml
- opam-repository
- 387e2f
- extras,arm32-ocaml-4.14,ppxlib-tools.0.38.0
(not at the head of any monitored branch or PR)
2026-03-19 09:38.25: New job: build ppxlib-tools.0.38.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29563/head (387e2f5b0d8ca5a51f4ba81536f829fd909dafd1)
on debian-13-ocaml-4.14/arm32v7
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29563/head" && git reset --hard 387e2f5b
git fetch origin master
git merge --no-edit 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 ppxlib-tools.0.38.0 0.38.0
RUN opam reinstall ppxlib-tools.0.38.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppxlib-tools.0.38.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-19 09:38.25: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-ppxlib-tools.0.38.0-387e2f5b0d8ca5a51f4ba81536f829fd909dafd1"
2026-03-19 09:38.25: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
(shell /usr/bin/linux32 /bin/sh -c)
(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 ppxlib-tools.0.38.0 0.38.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppxlib-tools.0.38.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppxlib-tools.0.38.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-19 09:38.25: Waiting for resource in pool OCluster
2026-03-19 09:38.25: Waiting for worker…
2026-03-19 09:39.32: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0
Updating 9f189ca4f9..387e2f5b0d
Fast-forward
packages/ppxlib-tools/ppxlib-tools.0.38.0/opam | 46 +++++++++++++++++++
packages/ppxlib/ppxlib.0.38.0/opam | 63 ++++++++++++++++++++++++++
2 files changed, 109 insertions(+)
create mode 100644 packages/ppxlib-tools/ppxlib-tools.0.38.0/opam
create mode 100644 packages/ppxlib/ppxlib.0.38.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locally
docker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opam
e7e4c87ce695: Pulling fs layer
098244b1fe4f: Pulling fs layer
94a818ec2cdc: Pulling fs layer
29e77b813c7f: Pulling fs layer
b9dc986333a7: Pulling fs layer
023a3b8ea315: Pulling fs layer
2684ea5ea2fe: Pulling fs layer
93c319c970b2: Pulling fs layer
03f63d243d48: Pulling fs layer
237874024f5b: Pulling fs layer
954f264158bf: Pulling fs layer
85f6eb6723bd: Pulling fs layer
b9dc986333a7: Waiting
2882e9da3bb0: Pulling fs layer
023a3b8ea315: Waiting
2684ea5ea2fe: Waiting
4aabbd87a4c4: Pulling fs layer
4f386ee1e947: Pulling fs layer
76eac5355b1e: Pulling fs layer
93c319c970b2: Waiting
954f264158bf: Waiting
7732af2249d2: Pulling fs layer
03f63d243d48: Waiting
237874024f5b: Waiting
0864fc6233a3: Pulling fs layer
85f6eb6723bd: Waiting
29e77b813c7f: Waiting
74a602ddff51: Pulling fs layer
2882e9da3bb0: Waiting
eff8656d1a08: Pulling fs layer
4aabbd87a4c4: Waiting
4f386ee1e947: Waiting
480ead97e7de: Pulling fs layer
71d9c83b5938: Pulling fs layer
74a602ddff51: Waiting
76eac5355b1e: Waiting
7732af2249d2: Waiting
4f4fb700ef54: Pulling fs layer
0864fc6233a3: Waiting
46ffbb314b18: Pulling fs layer
480ead97e7de: Waiting
eff8656d1a08: Waiting
9ad678cce639: Pulling fs layer
71d9c83b5938: Waiting
cee0ad8655f3: Pulling fs layer
46ffbb314b18: Waiting
4f4fb700ef54: Waiting
9ad678cce639: Waiting
d7a6444c98ec: Pulling fs layer
cee0ad8655f3: Waiting
fb7ac70d48b8: Pulling fs layer
d7a6444c98ec: Waiting
9e9d8c0fc63b: Pulling fs layer
fb7ac70d48b8: Waiting
4fd15bd8b00c: Pulling fs layer
cfb25ffd51ce: Pulling fs layer
4fd15bd8b00c: Waiting
a1d4a67b1423: Pulling fs layer
b5f05950c5d7: Pulling fs layer
cfb25ffd51ce: Waiting
ffaeb3c9d76d: Pulling fs layer
a1d4a67b1423: Waiting
b5f05950c5d7: Waiting
4c3b6722757e: Pulling fs layer
ffaeb3c9d76d: Waiting
0f58a95c7a9b: Pulling fs layer
4c3b6722757e: Waiting
c3e40142c411: Pulling fs layer
0f58a95c7a9b: Waiting
7f8475cb6605: Pulling fs layer
05a50efaf303: Pulling fs layer
c3e40142c411: Waiting
6b01dec062a8: Pulling fs layer
9fd1e9989233: Pulling fs layer
6b01dec062a8: Waiting
433ff276b12f: Pulling fs layer
9fd1e9989233: Waiting
efd9b50fadc4: Pulling fs layer
433ff276b12f: Waiting
d1391430121a: Pulling fs layer
f656d97c5aae: Pulling fs layer
efd9b50fadc4: Waiting
d1391430121a: Waiting
f656d97c5aae: Waiting
94a818ec2cdc: Verifying Checksum
94a818ec2cdc: Download complete
098244b1fe4f: Verifying Checksum
098244b1fe4f: Download complete
b9dc986333a7: Verifying Checksum
b9dc986333a7: Download complete
e7e4c87ce695: Verifying Checksum
e7e4c87ce695: Download complete
e7e4c87ce695: Pull complete
098244b1fe4f: Pull complete
94a818ec2cdc: Pull complete
2684ea5ea2fe: Verifying Checksum
2684ea5ea2fe: Download complete
93c319c970b2: Verifying Checksum
93c319c970b2: Download complete
03f63d243d48: Verifying Checksum
03f63d243d48: Download complete
237874024f5b: Verifying Checksum
237874024f5b: Download complete
954f264158bf: Verifying Checksum
954f264158bf: Download complete
85f6eb6723bd: Verifying Checksum
85f6eb6723bd: Download complete
2882e9da3bb0: Verifying Checksum
2882e9da3bb0: Download complete
4aabbd87a4c4: Verifying Checksum
4aabbd87a4c4: Download complete
4f386ee1e947: Verifying Checksum
4f386ee1e947: Download complete
29e77b813c7f: Verifying Checksum
29e77b813c7f: Download complete
76eac5355b1e: Verifying Checksum
76eac5355b1e: Download complete
29e77b813c7f: Pull complete
b9dc986333a7: Pull complete
0864fc6233a3: Verifying Checksum
0864fc6233a3: Download complete
7732af2249d2: Verifying Checksum
7732af2249d2: Download complete
480ead97e7de: Verifying Checksum
480ead97e7de: Download complete
eff8656d1a08: Verifying Checksum
eff8656d1a08: Download complete
71d9c83b5938: Verifying Checksum
71d9c83b5938: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
46ffbb314b18: Verifying Checksum
46ffbb314b18: Download complete
9ad678cce639: Verifying Checksum
9ad678cce639: Download complete
cee0ad8655f3: Verifying Checksum
cee0ad8655f3: Download complete
d7a6444c98ec: Download complete
fb7ac70d48b8: Verifying Checksum
fb7ac70d48b8: Download complete
9e9d8c0fc63b: Download complete
cfb25ffd51ce: Verifying Checksum
cfb25ffd51ce: Download complete
4fd15bd8b00c: Verifying Checksum
4fd15bd8b00c: Download complete
a1d4a67b1423: Verifying Checksum
a1d4a67b1423: Download complete
b5f05950c5d7: Download complete
4c3b6722757e: Download complete
ffaeb3c9d76d: Verifying Checksum
ffaeb3c9d76d: Download complete
c3e40142c411: Verifying Checksum
c3e40142c411: Download complete
7f8475cb6605: Verifying Checksum
7f8475cb6605: Download complete
05a50efaf303: Verifying Checksum
05a50efaf303: Download complete
0f58a95c7a9b: Verifying Checksum
0f58a95c7a9b: Download complete
6b01dec062a8: Verifying Checksum
6b01dec062a8: Download complete
9fd1e9989233: Download complete
efd9b50fadc4: Verifying Checksum
efd9b50fadc4: Download complete
d1391430121a: Download complete
f656d97c5aae: Verifying Checksum
f656d97c5aae: Download complete
023a3b8ea315: Verifying Checksum
023a3b8ea315: Download complete
023a3b8ea315: Pull complete
2684ea5ea2fe: Pull complete
93c319c970b2: Pull complete
03f63d243d48: Pull complete
237874024f5b: Pull complete
954f264158bf: Pull complete
85f6eb6723bd: Pull complete
2882e9da3bb0: Pull complete
4aabbd87a4c4: Pull complete
4f386ee1e947: Pull complete
76eac5355b1e: Pull complete
7732af2249d2: Pull complete
0864fc6233a3: Pull complete
74a602ddff51: Pull complete
eff8656d1a08: Pull complete
480ead97e7de: Pull complete
71d9c83b5938: Pull complete
4f4fb700ef54: Pull complete
46ffbb314b18: Pull complete
9ad678cce639: Pull complete
cee0ad8655f3: Pull complete
d7a6444c98ec: Pull complete
fb7ac70d48b8: Pull complete
9e9d8c0fc63b: Pull complete
4fd15bd8b00c: Pull complete
cfb25ffd51ce: Pull complete
a1d4a67b1423: Pull complete
b5f05950c5d7: Pull complete
ffaeb3c9d76d: Pull complete
4c3b6722757e: Pull complete
0f58a95c7a9b: Pull complete
c3e40142c411: Pull complete
7f8475cb6605: Pull complete
05a50efaf303: Pull complete
6b01dec062a8: Pull complete
9fd1e9989233: Pull complete
433ff276b12f: Verifying Checksum
433ff276b12f: Download complete
433ff276b12f: Pull complete
efd9b50fadc4: Pull complete
d1391430121a: Pull complete
f656d97c5aae: Pull complete
Digest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
Status: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
2026-03-19 09:39.34 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-19 09:39.34 ---> using "29504d8ce018e095f39d6948933093131b27893320780d584f518b7e28db3d26" 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.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-19 09:39.34 ---> using "274e9bbf338c2fc3fcd256946ae98f58154fd513f1409c884b90a1e669746702" 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=arm32 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 79
# 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-19 09:39.34 ---> using "534e3dda0904378096cc690cedd47a598cf362deec7a171e4e9faeb7ce9226ef" 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-03-19 09:39.34 ---> using "9476d866306dbb71549d2145a07007bad19273087f82aeda92b3a37874047f0f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-19 09:39.40 ---> saved as "790f796108474ac856eece9d1e8f27732ddfadd0eb962d6792d1755bfe0bb394"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-19 09:40.10 ---> saved as "7d2b04c4d84924dfbdf0db2fed2b1188b99bc68956404de7a11d0218fd4c8658"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main armhf Packages [9237 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [109 kB]
- Fetched 9577 kB in 1s (6926 kB/s)
- Reading package lists...
-
2026-03-19 09:40.12 ---> saved as "76112cdcc57232c4c2b4273e2644c5fd05e04e49fd57d0103ae9f12447d8387a"
/home/opam: (run (shell "opam pin add -k version -yn ppxlib-tools.0.38.0 0.38.0"))
ppxlib-tools is now pinned to version 0.38.0
2026-03-19 09:40.13 ---> saved as "ad7033b18608b05dce8ade355897e592a5c9d4dfbdac45ce0070e7da14957e5e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppxlib-tools.0.38.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppxlib-tools.0.38.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppxlib-tools.0.38.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
- install cmdliner 2.1.0 [required by ppxlib-tools]
- install dune 3.22.0 [required by ppxlib-tools]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by ppxlib-tools]
- install ppxlib-tools 0.38.0 (pinned)
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install yojson 3.0.0 [required by ppxlib-tools]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved dune.3.22.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0, ppxlib-tools.0.38.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed yojson.3.0.0
-> installed ppxlib.0.38.0
-> installed ppxlib-tools.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 09:41.20 ---> saved as "262e351e5e20543060bc6b9d04a19b9ca38b4341b4469532bbaaf8713c83c672"
Job succeeded
2026-03-19 09:41.26: Job succeeded