- github
- ocaml
- opam-repository
- 3f8e3a
- extras,x86_32-ocaml-4.14,lwt_ppx.2.0.3
(not at the head of any monitored branch or PR)
2025-12-08 15:16.57: New job: build lwt_ppx.2.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
on debian-13-ocaml-4.14/i386
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba
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 lwt_ppx.2.0.3 2.0.3
RUN opam reinstall lwt_ppx.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_ppx.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 .
2025-12-08 15:16.57: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba-lwt_ppx.2.0.3-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba)
(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 lwt_ppx.2.0.3 2.0.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_ppx.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 \"\\\"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\" != 'lwt_ppx.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"))
)
2025-12-08 15:16.57: Waiting for resource in pool OCluster
2025-12-08 16:18.54: Waiting for worker…
2025-12-08 16:24.14: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 2 +-
packages/tezt/tezt.2.0.0/opam | 2 +-
packages/tezt/tezt.3.0.0/opam | 2 +-
packages/tezt/tezt.4.3.0/opam | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba' locally
docker.io/ocaml/opam@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba: Pulling from ocaml/opam
bf2a49c12274: Pulling fs layer
dca4f18d8fa1: Pulling fs layer
61a5e29d19d8: Pulling fs layer
fe51421e228e: Pulling fs layer
f08d504ba988: Pulling fs layer
54bed919fa1d: Pulling fs layer
314627a97143: Pulling fs layer
e021ff7c828a: Pulling fs layer
4de705a4bed9: Pulling fs layer
49af77cf5fb6: Pulling fs layer
5c9434b45253: Pulling fs layer
78b72c8a0ca7: Pulling fs layer
b104156bf499: Pulling fs layer
314627a97143: Waiting
e3d7d5db5fd0: Pulling fs layer
e021ff7c828a: Waiting
61a5e29d19d8: Waiting
4de705a4bed9: Waiting
e11023ff4af7: Pulling fs layer
78b72c8a0ca7: Waiting
b104156bf499: Waiting
f08d504ba988: Waiting
ad196a63334c: Pulling fs layer
49af77cf5fb6: Waiting
b5bede31abbb: Pulling fs layer
5c9434b45253: Waiting
e11023ff4af7: Waiting
27f50ab4f689: Pulling fs layer
71a7f91ffbff: Pulling fs layer
27f50ab4f689: Waiting
190efb818579: Pulling fs layer
b5bede31abbb: Waiting
5bdec9477c9d: Pulling fs layer
71a7f91ffbff: Waiting
570e93459cdb: Pulling fs layer
4f4fb700ef54: Pulling fs layer
570e93459cdb: Waiting
648dfe082b46: Pulling fs layer
d222c8cc4d60: Pulling fs layer
3fd106caebdc: Pulling fs layer
4f4fb700ef54: Waiting
3bbba631ea0e: Pulling fs layer
648dfe082b46: Waiting
46a8be0a0632: Pulling fs layer
3fd106caebdc: Waiting
505866fe4cd7: Pulling fs layer
46a8be0a0632: Waiting
ebc694c942d2: Pulling fs layer
a7c57f0687e8: Pulling fs layer
140d8fc2bf28: Pulling fs layer
505866fe4cd7: Waiting
ebc694c942d2: Waiting
c9ca4ba68528: Pulling fs layer
8797d8b2a3d6: Pulling fs layer
845a0247aca9: Pulling fs layer
8797d8b2a3d6: Waiting
962c020b46f3: Pulling fs layer
fc619b999527: Pulling fs layer
f4eab0db5ca8: Pulling fs layer
962c020b46f3: Waiting
b7cc2554af1f: Pulling fs layer
f4eab0db5ca8: Waiting
f475288e8a6f: Pulling fs layer
052606ef227a: Pulling fs layer
eb3d3926dc50: Pulling fs layer
1d2e09a8836b: Pulling fs layer
eb3d3926dc50: Waiting
2cb544725787: Pulling fs layer
189cb91d82c5: Pulling fs layer
2cb544725787: Waiting
189cb91d82c5: Waiting
dca4f18d8fa1: Verifying Checksum
dca4f18d8fa1: Download complete
61a5e29d19d8: Verifying Checksum
61a5e29d19d8: Download complete
bf2a49c12274: Verifying Checksum
bf2a49c12274: Download complete
f08d504ba988: Download complete
fe51421e228e: Verifying Checksum
fe51421e228e: Download complete
314627a97143: Verifying Checksum
e021ff7c828a: Verifying Checksum
e021ff7c828a: Download complete
4de705a4bed9: Verifying Checksum
4de705a4bed9: Download complete
bf2a49c12274: Pull complete
dca4f18d8fa1: Pull complete
61a5e29d19d8: Pull complete
fe51421e228e: Pull complete
f08d504ba988: Pull complete
54bed919fa1d: Verifying Checksum
54bed919fa1d: Download complete
49af77cf5fb6: Verifying Checksum
49af77cf5fb6: Download complete
5c9434b45253: Verifying Checksum
5c9434b45253: Download complete
78b72c8a0ca7: Verifying Checksum
78b72c8a0ca7: Download complete
e3d7d5db5fd0: Verifying Checksum
e3d7d5db5fd0: Download complete
b104156bf499: Verifying Checksum
b104156bf499: Download complete
e11023ff4af7: Verifying Checksum
e11023ff4af7: Download complete
ad196a63334c: Download complete
b5bede31abbb: Download complete
27f50ab4f689: Verifying Checksum
27f50ab4f689: Download complete
71a7f91ffbff: Download complete
190efb818579: Verifying Checksum
190efb818579: Download complete
5bdec9477c9d: Verifying Checksum
5bdec9477c9d: Download complete
570e93459cdb: Verifying Checksum
570e93459cdb: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
648dfe082b46: Download complete
d222c8cc4d60: Download complete
3fd106caebdc: Download complete
3bbba631ea0e: Download complete
46a8be0a0632: Download complete
505866fe4cd7: Verifying Checksum
505866fe4cd7: Download complete
ebc694c942d2: Verifying Checksum
a7c57f0687e8: Download complete
140d8fc2bf28: Verifying Checksum
140d8fc2bf28: Download complete
c9ca4ba68528: Download complete
8797d8b2a3d6: Verifying Checksum
8797d8b2a3d6: Download complete
845a0247aca9: Download complete
fc619b999527: Download complete
962c020b46f3: Verifying Checksum
962c020b46f3: Download complete
b7cc2554af1f: Verifying Checksum
b7cc2554af1f: Download complete
f475288e8a6f: Download complete
052606ef227a: Verifying Checksum
052606ef227a: Download complete
54bed919fa1d: Pull complete
314627a97143: Pull complete
e021ff7c828a: Pull complete
4de705a4bed9: Pull complete
49af77cf5fb6: Pull complete
5c9434b45253: Pull complete
78b72c8a0ca7: Pull complete
b104156bf499: Pull complete
e3d7d5db5fd0: Pull complete
e11023ff4af7: Pull complete
ad196a63334c: Pull complete
b5bede31abbb: Pull complete
27f50ab4f689: Pull complete
71a7f91ffbff: Pull complete
190efb818579: Pull complete
5bdec9477c9d: Pull complete
570e93459cdb: Pull complete
4f4fb700ef54: Pull complete
648dfe082b46: Pull complete
d222c8cc4d60: Pull complete
3fd106caebdc: Pull complete
3bbba631ea0e: Pull complete
46a8be0a0632: Pull complete
505866fe4cd7: Pull complete
ebc694c942d2: Pull complete
a7c57f0687e8: Pull complete
140d8fc2bf28: Pull complete
c9ca4ba68528: Pull complete
8797d8b2a3d6: Pull complete
eb3d3926dc50: Verifying Checksum
eb3d3926dc50: Download complete
845a0247aca9: Pull complete
1d2e09a8836b: Verifying Checksum
1d2e09a8836b: Download complete
2cb544725787: Download complete
189cb91d82c5: Verifying Checksum
189cb91d82c5: Download complete
f4eab0db5ca8: Download complete
962c020b46f3: Pull complete
fc619b999527: Pull complete
f4eab0db5ca8: Pull complete
b7cc2554af1f: Pull complete
f475288e8a6f: Pull complete
052606ef227a: Pull complete
eb3d3926dc50: Pull complete
1d2e09a8836b: Pull complete
2cb544725787: Pull complete
189cb91d82c5: Pull complete
Digest: sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba
Status: Downloaded newer image for ocaml/opam@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-12-08 16:25.34 ---> saved as "1615004ddcc88be47b2ac4c4af04f731009877767e5b23ac43f791ac711fc8db"
/: (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"))
2025-12-08 16:25.34 ---> saved as "310eb88ec617880652e1012a5ff46dcb212b3aae2f087489405cd91c662b31ce"
/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
2025-12-08 16:26.13 ---> saved as "8fc291694d482e6db246b222b4fc35c370b316892763ff31ec07e8eb50660d19"
/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_32 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 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
2025-12-08 16:26.14 ---> saved as "d01ed238bd7a8b05b89ef57c8229299e2849672b87014c2191c72b2de1c00b3c"
/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/"))
2025-12-08 16:26.22 ---> saved as "4af3d3af1526410064e4a9c3dc11cf42d8d72129d4ed0d01fc020b3615ea7a11"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 16:26.34 ---> saved as "71d6e649a70e615e68ad192b6bb5aaede39a19cc1dced9076e500d6107aa50b9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 16:27.06 ---> saved as "02362ef880452ccb98d9d6585544b7254f182906115da212a1c98d2ca26502cf"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main i386 Packages [73.4 kB]
- Fetched 164 kB in 1s (286 kB/s)
- Reading package lists...
-
2025-12-08 16:27.08 ---> saved as "d19e4344a10e80a764d49c9de23a9eca8c3932fd71ee0fe843fd6a2e97e48625"
/home/opam: (run (shell "opam pin add -k version -yn lwt_ppx.2.0.3 2.0.3"))
lwt_ppx is now pinned to version 2.0.3
2025-12-08 16:27.09 ---> saved as "4ce7f32e2e9d130697c72e69d77e23d1712649c4e55906280d2a87ffa1b7b2a6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_ppx.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 \"\\\"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\" != 'lwt_ppx.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"))
lwt_ppx.2.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install base-bytes base [required by ocplib-endian]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by lwt_ppx]
- install dune-configurator 3.20.2 [required by lwt]
- install lwt 5.9.2 [required by lwt_ppx]
- install lwt_ppx 2.0.3 (pinned)
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ocplib-endian 1.2 [required by lwt]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.35.0 [required by lwt_ppx]
- install sexplib0 v0.16.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved lwt_ppx.2.0.3 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed ppxlib.0.35.0
-> installed lwt_ppx.2.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-08 16:28.11 ---> saved as "4d6f5ca83cf0efa6b830a0db6e57ddf14c2591e532a4e21ed370e13ad50ddcd8"
Job succeeded
2025-12-08 16:28.43: Job succeeded