- github
- ocaml
- opam-repository
- f44051
- extras,ppc64-ocaml-4.14,conf-gmp-paths.1
(not at the head of any monitored branch or PR)
2025-04-15 14:39.56: New job: build conf-gmp-paths.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27759/head (f440514054381fd678f9e815efbbfe85985a51eb)
on debian-12-ocaml-4.14/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/27759/head" && git reset --hard f4405140
git fetch origin master
git merge --no-edit 70b82be6e261da74b766f9bb1344a1ecd5b1909d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 conf-gmp-paths.1 1
RUN opam reinstall conf-gmp-paths.1; \
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" != 'conf-gmp-paths.1' && 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-04-15 14:39.56: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f-conf-gmp-paths.1-f440514054381fd678f9e815efbbfe85985a51eb"
2025-04-15 14:39.56: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 conf-gmp-paths.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gmp-paths.1;\
\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\" != 'conf-gmp-paths.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-04-15 14:39.56: Waiting for resource in pool OCluster
2025-04-15 14:39.56: Waiting for worker…
2025-04-15 14:39.57: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
Updating files: 21% (4923/22865)
Updating files: 22% (5031/22865)
Updating files: 23% (5259/22865)
Updating files: 24% (5488/22865)
Updating files: 25% (5717/22865)
Updating files: 26% (5945/22865)
Updating files: 27% (6174/22865)
Updating files: 28% (6403/22865)
Updating files: 29% (6631/22865)
Updating files: 30% (6860/22865)
Updating files: 31% (7089/22865)
Updating files: 32% (7317/22865)
Updating files: 33% (7546/22865)
Updating files: 34% (7775/22865)
Updating files: 35% (8003/22865)
Updating files: 36% (8232/22865)
Updating files: 37% (8461/22865)
Updating files: 38% (8689/22865)
Updating files: 39% (8918/22865)
Updating files: 40% (9146/22865)
Updating files: 41% (9375/22865)
Updating files: 42% (9604/22865)
Updating files: 43% (9832/22865)
Updating files: 44% (10061/22865)
Updating files: 45% (10290/22865)
Updating files: 46% (10518/22865)
Updating files: 47% (10747/22865)
Updating files: 48% (10976/22865)
Updating files: 48% (11062/22865)
Updating files: 49% (11204/22865)
Updating files: 50% (11433/22865)
Updating files: 51% (11662/22865)
Updating files: 52% (11890/22865)
Updating files: 53% (12119/22865)
Updating files: 54% (12348/22865)
Updating files: 55% (12576/22865)
Updating files: 56% (12805/22865)
Updating files: 57% (13034/22865)
Updating files: 58% (13262/22865)
Updating files: 59% (13491/22865)
Updating files: 60% (13719/22865)
Updating files: 61% (13948/22865)
Updating files: 62% (14177/22865)
Updating files: 63% (14405/22865)
Updating files: 64% (14634/22865)
Updating files: 65% (14863/22865)
Updating files: 66% (15091/22865)
Updating files: 67% (15320/22865)
Updating files: 68% (15549/22865)
Updating files: 68% (15671/22865)
Updating files: 69% (15777/22865)
Updating files: 70% (16006/22865)
Updating files: 71% (16235/22865)
Updating files: 72% (16463/22865)
Updating files: 73% (16692/22865)
Updating files: 74% (16921/22865)
Updating files: 75% (17149/22865)
Updating files: 76% (17378/22865)
Updating files: 77% (17607/22865)
Updating files: 78% (17835/22865)
Updating files: 79% (18064/22865)
Updating files: 80% (18292/22865)
Updating files: 81% (18521/22865)
Updating files: 82% (18750/22865)
Updating files: 83% (18978/22865)
Updating files: 84% (19207/22865)
Updating files: 85% (19436/22865)
Updating files: 86% (19664/22865)
Updating files: 87% (19893/22865)
Updating files: 88% (20122/22865)
Updating files: 89% (20350/22865)
Updating files: 90% (20579/22865)
Updating files: 91% (20808/22865)
Updating files: 91% (20954/22865)
Updating files: 92% (21036/22865)
Updating files: 93% (21265/22865)
Updating files: 94% (21494/22865)
Updating files: 95% (21722/22865)
Updating files: 96% (21951/22865)
Updating files: 97% (22180/22865)
Updating files: 98% (22408/22865)
Updating files: 99% (22637/22865)
Updating files: 100% (22865/22865)
Updating files: 100% (22865/22865), done.
HEAD is now at 70b82be6e2 Merge pull request #27756 from chetmurthy/release-camlp5-8.03.04
Merge made by the 'ort' strategy.
packages/conf-gmp-paths/conf-gmp-paths.1/opam | 2 +-
packages/conf-mpfr-paths/conf-mpfr-paths.1/opam | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(from ocaml/opam:debian-12-ocaml-4.14@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f' locally
docker.io/ocaml/opam@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f: Pulling from ocaml/opam
Digest: sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f
Status: Downloaded newer image for ocaml/opam@sha256:0e1c0c3e8f83b26532955d7a420df6115367ab60757e99cdf75e352a0fac5c9f
2025-04-15 14:40.53 ---> using "2f96098ca64536c0f756b634979ed57a5989f4b83d73d7d6e109fd62db855d82" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-15 14:40.53 ---> using "7abccba2150d7afbabfb8bc5eff60f821abce5589dfdce43bf8982c0792f6fd8" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-15 14:40.53 ---> using "ce5fe6eadbaea3a9cfd3b8c9cdf2089231c20fe0554a99094ce97e6d3e9b9386" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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 (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-04-15 14:40.53 ---> using "b5eec840953087e40980db65e44308f48f7764b4160b4acddd17d0b87bfb27e4" 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-04-15 14:40.53 ---> using "5ac7a46ddfd5e53cce53366af29aa34eebf0f665bc00599dc2f8bb1ea659c41e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-04-15 14:41.48 ---> saved as "cc8fe9ba5e391f17313aa74046bfe44c37e11ad961d26624073c6121e5c97888"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-15 14:42.36 ---> saved as "33af93e24fd75029198881b07661bcbc1c9e6827f193e6b82ad7a868401464ee"
/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 [241 kB]
- Fetched 344 kB in 0s (705 kB/s)
- Reading package lists...
-
2025-04-15 14:42.39 ---> saved as "a4058f1ef8259b826f5b8b6b106e320f285fe28c066918f9a34a1f2b723c5bae"
/home/opam: (run (shell "opam pin add -k version -yn conf-gmp-paths.1 1"))
conf-gmp-paths is now pinned to version 1
2025-04-15 14:42.40 ---> saved as "b33e103414e1261d8a9d0f62c5a0286c6907b0e3ee9f95dec2eb003ca406e7c1"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gmp-paths.1;\
\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\" != 'conf-gmp-paths.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-gmp-paths.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
- install conf-findutils 1 [required by ez-conf-lib]
- install conf-gmp-paths 1 (pinned)
- install ez-conf-lib 2 [required by conf-gmp-paths]
The following system packages will first need to be installed:
libgmp-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:ppc64el.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18689 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp-paths.1 (cached)
-> retrieved ez-conf-lib.2 (cached)
-> installed conf-findutils.1
-> installed ez-conf-lib.2
-> installed conf-gmp-paths.1
Done.
<><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> header file found in /usr/include/powerpc64le-linux-gnu
=> library file found in /usr/lib/powerpc64le-linux-gnu
# To update the current shell environment, run: eval $(opam env)
2025-04-15 14:42.51 ---> saved as "6b3cb2f2fbda8fc3ae1b13817311de5733360442ca70bf9abaa80f66baf286d2"
Job succeeded
2025-04-15 14:43.11: Job succeeded