- github
- ocaml
- opam-repository
- 567635
- extras,arm32-ocaml-5.3,caqti-async.2.1.2
(not at the head of any monitored branch or PR)
2025-03-25 15:01.28: New job: build caqti-async.2.1.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (567635cc1911b41a3acedae0e4192d0ce0027f4c)
on debian-12-ocaml-5.3/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/27655/head" && git reset --hard 567635cc
git fetch origin master
git merge --no-edit 48e47466f5898fbf475b71788bcf587634373afa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6
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 caqti-async.2.1.2 2.1.2
RUN opam reinstall caqti-async.2.1.2; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-async.2.1.2' && 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-03-25 15:01.28: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6-caqti-async.2.1.2-567635cc1911b41a3acedae0e4192d0ce0027f4c"
2025-03-25 15:01.28: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6)
(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 caqti-async.2.1.2 2.1.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-async.2.1.2;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-async.2.1.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-03-25 15:01.28: Waiting for resource in pool OCluster
2025-03-25 15:01.30: Waiting for worker…
2025-03-25 15:28.51: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
Updating files: 81% (18483/22711)
Updating files: 82% (18624/22711)
Updating files: 83% (18851/22711)
Updating files: 84% (19078/22711)
Updating files: 85% (19305/22711)
Updating files: 86% (19532/22711)
Updating files: 87% (19759/22711)
Updating files: 88% (19986/22711)
Updating files: 89% (20213/22711)
Updating files: 90% (20440/22711)
Updating files: 91% (20668/22711)
Updating files: 92% (20895/22711)
Updating files: 93% (21122/22711)
Updating files: 94% (21349/22711)
Updating files: 95% (21576/22711)
Updating files: 96% (21803/22711)
Updating files: 97% (22030/22711)
Updating files: 98% (22257/22711)
Updating files: 99% (22484/22711)
Updating files: 100% (22711/22711)
Updating files: 100% (22711/22711), done.
HEAD is now at 48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0
Updating 48e47466f5..567635cc19
Fast-forward
packages/caqti-async/caqti-async.2.1.2/opam | 2 +-
.../caqti-driver-mariadb.2.2.2/opam | 32 ++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam | 32 ++++++++++
.../caqti-driver-postgresql.2.2.2/opam | 36 +++++++++++
.../caqti-driver-sqlite3.2.2.2/opam | 32 ++++++++++
packages/caqti-eio/caqti-eio.2.1.2/opam | 2 +-
packages/caqti-lwt/caqti-lwt.2.2.2/opam | 38 ++++++++++++
packages/caqti-miou/caqti-miou.2.2.2/opam | 35 +++++++++++
packages/caqti-mirage/caqti-mirage.2.2.2/opam | 42 +++++++++++++
packages/caqti-tls/caqti-tls.2.1.2/opam | 2 +-
packages/caqti/caqti.2.2.2/opam | 69 ++++++++++++++++++++++
11 files changed, 319 insertions(+), 3 deletions(-)
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.2.2/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.2.2/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.2.2/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.2.2/opam
create mode 100644 packages/caqti-miou/caqti-miou.2.2.2/opam
create mode 100644 packages/caqti-mirage/caqti-mirage.2.2.2/opam
create mode 100644 packages/caqti/caqti.2.2.2/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6' locally
docker.io/ocaml/opam@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6: Pulling from ocaml/opam
5576e96bebb9: Already exists
d7ddc21b61ad: Pulling fs layer
37f0b41c8148: Pulling fs layer
85d00e29b857: Pulling fs layer
702430110111: Pulling fs layer
e5d9118aa51a: Pulling fs layer
0a07af4137cb: Pulling fs layer
9308d2961654: Pulling fs layer
ff1c4cca29a3: Pulling fs layer
9308d2961654: Waiting
ff1c4cca29a3: Waiting
e5d9118aa51a: Waiting
0a07af4137cb: Waiting
37f0b41c8148: Verifying Checksum
37f0b41c8148: Download complete
85d00e29b857: Download complete
d7ddc21b61ad: Verifying Checksum
d7ddc21b61ad: Download complete
0a07af4137cb: Verifying Checksum
0a07af4137cb: Download complete
9308d2961654: Download complete
702430110111: Download complete
ff1c4cca29a3: Verifying Checksum
ff1c4cca29a3: Download complete
d7ddc21b61ad: Pull complete
37f0b41c8148: Pull complete
85d00e29b857: Pull complete
702430110111: Pull complete
e5d9118aa51a: Verifying Checksum
e5d9118aa51a: Download complete
e5d9118aa51a: Pull complete
0a07af4137cb: Pull complete
9308d2961654: Pull complete
ff1c4cca29a3: Pull complete
Digest: sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6
Status: Downloaded newer image for ocaml/opam@sha256:5a79b8ffb5868bfc5c88dfab9b962e86c6fa183e3001cf6ba4987aa02c83ead6
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-03-25 15:28.53 ---> using "89e163bf8e695f5d2e3e78e4fee9c628393509a97a48d415e560db945ce05916" 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"))
2025-03-25 15:28.53 ---> using "bc74fb5e153ded5dcc3c236dfad800f54c09ce531d27c51dfaf8e0690c8edadc" 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.
Continue? [Y/n] y
This development 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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
2025-03-25 15:28.53 ---> using "69be1b94a94e282701237aab72f26467a9f3113094f0dc1770d6f56c5af04e4b" 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.4.0~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79)
# self-upgrade no
# system arch=arm32 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 79
# repositories 1 (local), 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native false
# ocaml:native-tools false
# ocaml:native-dynlink false
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0+bytecode-only
2025-03-25 15:28.53 ---> using "a330c730054c7e857e384b66121894edcc7a1e099f319153a70bac6203e90dee" 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/"))
2025-03-25 15:28.53 ---> using "55c23b8612a41f76d8b69df06ee1e21f019207838aac29a0098d40edd33632a0" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-25 15:28.54 ---> using "5079aac46e22840b1cf035fd8fe9cae995b242b2709a6014baff83633622897d" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-25 15:28.54 ---> using "75f15d3dbf989db51a318beced54dc77a72ef04b868a1472eca89e6fa1870caa" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [231 kB]
- Fetched 334 kB in 1s (376 kB/s)
- Reading package lists...
-
2025-03-25 15:28.54 ---> using "fb3200370b475f95058a0a9e79205be62aa3e22a13da0c98a18fee8aaa91e47f" from cache
/home/opam: (run (shell "opam pin add -k version -yn caqti-async.2.1.2 2.1.2"))
caqti-async is now pinned to version 2.1.2
2025-03-25 15:28.55 ---> saved as "79a7fc1339313b7c4a97bb5eaa5e1d05e3e9a55bdaf183bc12c8ca6ce7486bee"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-async.2.1.2;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-async.2.1.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caqti-async.2.1.2 is not installed. Install it? [Y/n] y
* Missing dependency:
- caqti-async >= 2.1.2 -> async_kernel >= v0.17.0
unmet availability conditions: 'arch != "arm32" & arch != "x86_32"'
No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall caqti-async.2.1.2;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'caqti-async.2.1.2' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-03-25 15:29.17: Job failed: Failed: Build failed
2025-03-25 15:29.17: Log analysis:
2025-03-25 15:29.17: >>>
No solution found, exiting
(score = 100)
2025-03-25 15:29.17: [SKIP] Package not available