- github
- ocaml
- opam-repository
- 20766a
- extras,ppc64-ocaml-5.3,spices.0.0.3,tests
(not at the head of any monitored branch or PR)
2025-02-10 15:09.12: New job: test spices.0.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/25273/head (20766ae4a537a13e1ac026d21b630f786edfe10d)
on debian-12-ocaml-5.3/ppc64le
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/25273/head" && git reset --hard 20766ae4
git fetch origin master
git merge --no-edit 36f4d2d5ceb882a79fd7d7f956b490201da67226
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05
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 spices.0.0.3 0.0.3
RUN opam reinstall spices.0.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'spices.0.0.3' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test spices.0.0.3) || true
RUN opam reinstall --with-test --verbose spices.0.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'spices.0.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-02-10 15:09.12: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05-spices.0.0.3-20766ae4a537a13e1ac026d21b630f786edfe10d"
2025-02-10 15:09.12: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05)
(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 spices.0.0.3 0.0.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall spices.0.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-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\" != 'spices.0.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"))
(run (network host)
(shell "(opam reinstall --with-test spices.0.0.3) || true"))
(run (shell "opam reinstall --with-test --verbose spices.0.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-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\" != 'spices.0.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-02-10 15:09.12: Waiting for resource in pool OCluster
2025-02-10 15:14.19: Waiting for worker…
2025-02-10 15:55.25: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
Updating files: 12% (2985/23306)
Updating files: 13% (3030/23306)
Updating files: 14% (3263/23306)
Updating files: 15% (3496/23306)
Updating files: 16% (3729/23306)
Updating files: 17% (3963/23306)
Updating files: 18% (4196/23306)
Updating files: 19% (4429/23306)
Updating files: 20% (4662/23306)
Updating files: 21% (4895/23306)
Updating files: 22% (5128/23306)
Updating files: 23% (5361/23306)
Updating files: 24% (5594/23306)
Updating files: 24% (5734/23306)
Updating files: 25% (5827/23306)
Updating files: 26% (6060/23306)
Updating files: 27% (6293/23306)
Updating files: 28% (6526/23306)
Updating files: 29% (6759/23306)
Updating files: 30% (6992/23306)
Updating files: 31% (7225/23306)
Updating files: 32% (7458/23306)
Updating files: 33% (7691/23306)
Updating files: 34% (7925/23306)
Updating files: 35% (8158/23306)
Updating files: 36% (8391/23306)
Updating files: 37% (8624/23306)
Updating files: 37% (8669/23306)
Updating files: 38% (8857/23306)
Updating files: 39% (9090/23306)
Updating files: 40% (9323/23306)
Updating files: 41% (9556/23306)
Updating files: 42% (9789/23306)
Updating files: 43% (10022/23306)
Updating files: 44% (10255/23306)
Updating files: 45% (10488/23306)
Updating files: 46% (10721/23306)
Updating files: 47% (10954/23306)
Updating files: 48% (11187/23306)
Updating files: 48% (11189/23306)
Updating files: 49% (11420/23306)
Updating files: 50% (11653/23306)
Updating files: 51% (11887/23306)
Updating files: 52% (12120/23306)
Updating files: 53% (12353/23306)
Updating files: 54% (12586/23306)
Updating files: 55% (12819/23306)
Updating files: 56% (13052/23306)
Updating files: 57% (13285/23306)
Updating files: 57% (13394/23306)
Updating files: 58% (13518/23306)
Updating files: 59% (13751/23306)
Updating files: 60% (13984/23306)
Updating files: 61% (14217/23306)
Updating files: 62% (14450/23306)
Updating files: 63% (14683/23306)
Updating files: 64% (14916/23306)
Updating files: 65% (15149/23306)
Updating files: 66% (15382/23306)
Updating files: 66% (15602/23306)
Updating files: 67% (15616/23306)
Updating files: 68% (15849/23306)
Updating files: 69% (16082/23306)
Updating files: 70% (16315/23306)
Updating files: 71% (16548/23306)
Updating files: 72% (16781/23306)
Updating files: 73% (17014/23306)
Updating files: 74% (17247/23306)
Updating files: 75% (17480/23306)
Updating files: 75% (17577/23306)
Updating files: 76% (17713/23306)
Updating files: 77% (17946/23306)
Updating files: 78% (18179/23306)
Updating files: 79% (18412/23306)
Updating files: 80% (18645/23306)
Updating files: 81% (18878/23306)
Updating files: 81% (19016/23306)
Updating files: 82% (19111/23306)
Updating files: 83% (19344/23306)
Updating files: 84% (19578/23306)
Updating files: 85% (19811/23306)
Updating files: 86% (20044/23306)
Updating files: 87% (20277/23306)
Updating files: 88% (20510/23306)
Updating files: 88% (20544/23306)
Updating files: 89% (20743/23306)
Updating files: 90% (20976/23306)
Updating files: 91% (21209/23306)
Updating files: 92% (21442/23306)
Updating files: 93% (21675/23306)
Updating files: 93% (21813/23306)
Updating files: 94% (21908/23306)
Updating files: 95% (22141/23306)
Updating files: 96% (22374/23306)
Updating files: 97% (22607/23306)
Updating files: 98% (22840/23306)
Updating files: 99% (23073/23306)
Updating files: 100% (23306/23306)
Updating files: 100% (23306/23306), done.
HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1
Merge made by the 'ort' strategy.
packages/leaves/leaves.0.0.3/opam | 42 ++++++++++++++++++++++++++++++++++
packages/minttea/minttea.0.0.3/opam | 43 +++++++++++++++++++++++++++++++++++
packages/spices/spices.0.0.3/opam | 45 +++++++++++++++++++++++++++++++++++++
3 files changed, 130 insertions(+)
create mode 100644 packages/leaves/leaves.0.0.3/opam
create mode 100644 packages/minttea/minttea.0.0.3/opam
create mode 100644 packages/spices/spices.0.0.3/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05' locally
docker.io/ocaml/opam@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05: Pulling from ocaml/opam
Digest: sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05
Status: Downloaded newer image for ocaml/opam@sha256:1d3fd45ec9832144bcb164acf0ef5c10009a71ec5cfb7f6368546c9b4f1ecc05
2025-02-10 16:01.27 ---> using "06aee59eddcb53b5f9f1f888ec49c36256a79daa6d548cf6de118aaee933404f" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-02-10 16:01.27 ---> using "ab4da06d44382120ec5fafafe49b860c56b00a8862b1800d169c87fdd30a0712" 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 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.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-10 16:01.27 ---> using "f94697361521e60e4ff1cb9b6313cbab95171d4915a7d96057bfac83b1a51362" 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 (747e73667ad9d054b0f736be205c0013e1bec087)
# self-upgrade no
# system arch=ppc64 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 175
# 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-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# 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
2025-02-10 16:01.27 ---> using "aae8c047165be7fec581ebc05f9c76f5d69fe84fc88abf0663d8bd8c98a7b70a" 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-02-10 16:01.27 ---> using "bb3be6f22fe7c812c77e9e5610ce2b29811f57c679d1c15c09843d1fe3b4b4d3" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-02-10 16:01.29 ---> using "5ae21c7b09afe645e15b0f5e8c941591f12b8c4c69675de65a91ee691ff6e876" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-10 16:03.07 ---> saved as "69ab031413b425ed88d87598186a9c79f2d27c610ef6c4b518320e0e5701800b"
/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 ppc64el Packages [230 kB]
- Fetched 334 kB in 1s (620 kB/s)
- Reading package lists...
-
2025-02-10 16:03.15 ---> saved as "36dba55e32c3dc2a261427bec596a9043ce69d60d57618c75e3617f0762f23b1"
/home/opam: (run (shell "opam pin add -k version -yn spices.0.0.3 0.0.3"))
spices is now pinned to version 0.0.3
2025-02-10 16:03.23 ---> saved as "ee7019ea9e0b9662ea4164f448c02a5e2e0c7ee92dcb2eaf7aed42b9eec12ea0"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall spices.0.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-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\" != 'spices.0.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"))
spices.0.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install colors 0.0.1 [required by spices]
- install dune 3.17.2 [required by spices]
- install ocamlbuild 0.15.0 [required by uutf]
- install ocamlfind 1.9.8 [required by uutf]
- install spices 0.0.3 (pinned)
- install topkg 1.0.7 [required by uutf]
- install tty 0.0.2 [required by spices]
- install uutf 1.0.3 [required by tty]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved colors.0.0.1 (https://github.com/leostera/colors/releases/download/0.0.1/colors-0.0.1.tbz)
-> retrieved dune.3.17.2 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved spices.0.0.3 (https://github.com/leostera/minttea/releases/download/0.0.3/minttea-0.0.3.tbz)
-> retrieved topkg.1.0.7 (cached)
-> retrieved tty.0.0.2 (https://github.com/leostera/tty/releases/download/0.0.2/tty-0.0.2.tbz)
-> retrieved uutf.1.0.3 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed dune.3.17.2
-> installed colors.0.0.1
-> installed tty.0.0.2
-> installed spices.0.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-10 16:04.15 ---> saved as "904a317a40f15d2872884900926a46b3aecac9df9288c13ab08d14c33b39d84f"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test spices.0.0.3) || true"))
* Missing dependency:
- spices >= 0.0.3 -> minttea >= 0.0.3 -> riot = 0.0.8
unmet availability conditions: 'arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" & os != "freebsd"'
No solution found, exiting
2025-02-10 16:04.34 ---> saved as "ae3c3f6fa6d4d2e6fea0b840b912e478bc0d3dde37f251070b036345898efc9f"
/home/opam: (run (shell "opam reinstall --with-test --verbose spices.0.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-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\" != 'spices.0.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"))
* Missing dependency:
- spices >= 0.0.3 -> minttea >= 0.0.3 -> riot = 0.0.8
unmet availability conditions: 'arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" & os != "freebsd"'
No solution found, exiting
'opam reinstall --with-test --verbose spices.0.0.3' failed.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose spices.0.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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'spices.0.0.3' && 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-02-10 16:06.00: Job failed: Failed: Build failed
2025-02-10 16:06.00: Log analysis:
2025-02-10 16:06.00: >>>
No solution found, exiting
(score = 100)
2025-02-10 16:06.00: >>>
No solution found, exiting
(score = 100)
2025-02-10 16:06.00: [SKIP] Package not available