- github
- ocaml
- opam-repository
- a19ee4
- extras,s390x-ocaml-4.14,ppxlib-tools.0.36.0
(not at the head of any monitored branch or PR)
2025-02-28 13:52.39: New job: build ppxlib-tools.0.36.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27478/head (a19ee42e4348b6aae2bdfabe198ed43d190a6365)
on debian-12-ocaml-4.14/s390x
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27478/head" && git reset --hard a19ee42e
git fetch origin master
git merge --no-edit c27f09fa9e7c90f754413780e15d13ba8c13d377
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
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.36.0 0.36.0
RUN opam reinstall ppxlib-tools.0.36.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppxlib-tools.0.36.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 .
2025-02-28 13:52.39: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486-ppxlib-tools.0.36.0-a19ee42e4348b6aae2bdfabe198ed43d190a6365"
2025-02-28 13:52.39: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486)
(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.36.0 0.36.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppxlib-tools.0.36.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-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\" != 'ppxlib-tools.0.36.0' && 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-28 13:52.39: Waiting for resource in pool OCluster
2025-02-28 13:52.39: Waiting for worker…
2025-02-28 14:00.55: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files: 0% (43/22532)
Updating files: 1% (226/22532)
Updating files: 2% (451/22532)
Updating files: 3% (676/22532)
Updating files: 4% (902/22532)
Updating files: 5% (1127/22532)
Updating files: 6% (1352/22532)
Updating files: 7% (1578/22532)
Updating files: 8% (1803/22532)
Updating files: 9% (2028/22532)
Updating files: 10% (2254/22532)
Updating files: 11% (2479/22532)
Updating files: 11% (2521/22532)
Updating files: 12% (2704/22532)
Updating files: 13% (2930/22532)
Updating files: 14% (3155/22532)
Updating files: 15% (3380/22532)
Updating files: 16% (3606/22532)
Updating files: 17% (3831/22532)
Updating files: 18% (4056/22532)
Updating files: 19% (4282/22532)
Updating files: 20% (4507/22532)
Updating files: 21% (4732/22532)
Updating files: 22% (4958/22532)
Updating files: 23% (5183/22532)
Updating files: 24% (5408/22532)
Updating files: 25% (5633/22532)
Updating files: 26% (5859/22532)
Updating files: 27% (6084/22532)
Updating files: 27% (6276/22532)
Updating files: 28% (6309/22532)
Updating files: 29% (6535/22532)
Updating files: 30% (6760/22532)
Updating files: 31% (6985/22532)
Updating files: 32% (7211/22532)
Updating files: 33% (7436/22532)
Updating files: 34% (7661/22532)
Updating files: 35% (7887/22532)
Updating files: 36% (8112/22532)
Updating files: 37% (8337/22532)
Updating files: 38% (8563/22532)
Updating files: 39% (8788/22532)
Updating files: 40% (9013/22532)
Updating files: 41% (9239/22532)
Updating files: 42% (9464/22532)
Updating files: 43% (9689/22532)
Updating files: 44% (9915/22532)
Updating files: 45% (10140/22532)
Updating files: 46% (10365/22532)
Updating files: 47% (10591/22532)
Updating files: 48% (10816/22532)
Updating files: 49% (11041/22532)
Updating files: 50% (11266/22532)
Updating files: 51% (11492/22532)
Updating files: 52% (11717/22532)
Updating files: 53% (11942/22532)
Updating files: 54% (12168/22532)
Updating files: 55% (12393/22532)
Updating files: 56% (12618/22532)
Updating files: 56% (12622/22532)
Updating files: 57% (12844/22532)
Updating files: 58% (13069/22532)
Updating files: 59% (13294/22532)
Updating files: 60% (13520/22532)
Updating files: 61% (13745/22532)
Updating files: 62% (13970/22532)
Updating files: 63% (14196/22532)
Updating files: 64% (14421/22532)
Updating files: 65% (14646/22532)
Updating files: 66% (14872/22532)
Updating files: 67% (15097/22532)
Updating files: 68% (15322/22532)
Updating files: 69% (15548/22532)
Updating files: 70% (15773/22532)
Updating files: 71% (15998/22532)
Updating files: 72% (16224/22532)
Updating files: 73% (16449/22532)
Updating files: 74% (16674/22532)
Updating files: 75% (16899/22532)
Updating files: 76% (17125/22532)
Updating files: 77% (17350/22532)
Updating files: 78% (17575/22532)
Updating files: 79% (17801/22532)
Updating files: 80% (18026/22532)
Updating files: 81% (18251/22532)
Updating files: 82% (18477/22532)
Updating files: 83% (18702/22532)
Updating files: 84% (18927/22532)
Updating files: 85% (19153/22532)
Updating files: 86% (19378/22532)
Updating files: 87% (19603/22532)
Updating files: 88% (19829/22532)
Updating files: 89% (20054/22532)
Updating files: 89% (20135/22532)
Updating files: 90% (20279/22532)
Updating files: 91% (20505/22532)
Updating files: 92% (20730/22532)
Updating files: 93% (20955/22532)
Updating files: 94% (21181/22532)
Updating files: 95% (21406/22532)
Updating files: 96% (21631/22532)
Updating files: 97% (21857/22532)
Updating files: 98% (22082/22532)
Updating files: 99% (22307/22532)
Updating files: 100% (22532/22532)
Updating files: 100% (22532/22532), done.
HEAD is now at f00faee58a Add climate.0.5.0
HEAD is now at c27f09fa9e Merge pull request #27515 from xavierleroy/Xft
Updating c27f09fa9e..a19ee42e43
Fast-forward
packages/ppxlib-tools/ppxlib-tools.0.36.0/opam | 44 ++++++++++++++++++
packages/ppxlib/ppxlib.0.36.0/opam | 62 ++++++++++++++++++++++++++
2 files changed, 106 insertions(+)
create mode 100644 packages/ppxlib-tools/ppxlib-tools.0.36.0/opam
create mode 100644 packages/ppxlib/ppxlib.0.36.0/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486' locally
docker.io/ocaml/opam@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486: Pulling from ocaml/opam
92bc3bb38690: Already exists
8ceea505e23e: Already exists
2a468ae4380f: Already exists
aa8529ea5f7b: Already exists
2b524421cb76: Already exists
fdd13dbf1385: Already exists
418bd7fb5220: Already exists
a697c88e27b6: Already exists
29170f2f11a8: Already exists
89631b220465: Already exists
614fe0af4fa9: Already exists
62fdeff9be28: Already exists
44d385b51a2f: Already exists
0d688d5bd50a: Already exists
8a125ef5be23: Already exists
6c5ab01e5a0d: Already exists
6fab5f0bf733: Already exists
180e8911179f: Already exists
4a45c7004a22: Already exists
2b14abf96826: Already exists
4f4fb700ef54: Already exists
447f7be7f978: Already exists
b5ee5e1d61f3: Already exists
417161a572cb: Already exists
0be9056d674d: Already exists
41c69ad1a0ee: Already exists
163d7c2c8e4d: Already exists
4a389bcf29e3: Already exists
e96da4d8a88b: Already exists
877959eb4894: Already exists
b87450fa55e3: Already exists
fc278563bc78: Already exists
f9ab0fcf0a5a: Already exists
46302a739d14: Already exists
d17223feb1b8: Already exists
a83498163f75: Already exists
480cc0d757c1: Already exists
63aa40114802: Already exists
097dd1f6a19a: Already exists
707b17222586: Pulling fs layer
fa9ee5562399: Pulling fs layer
61afff5781c8: Pulling fs layer
33ad073fd216: Pulling fs layer
33ad073fd216: Waiting
61afff5781c8: Verifying Checksum
61afff5781c8: Download complete
fa9ee5562399: Verifying Checksum
fa9ee5562399: Download complete
33ad073fd216: Verifying Checksum
33ad073fd216: Download complete
707b17222586: Verifying Checksum
707b17222586: Download complete
707b17222586: Pull complete
fa9ee5562399: Pull complete
61afff5781c8: Pull complete
33ad073fd216: Pull complete
Digest: sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
Status: Downloaded newer image for ocaml/opam@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486
2025-02-28 14:01.12 ---> using "d50dd471fbb41d8ca626a6a2873fb75611100b95abf6d9adbc93e54a0ced6cf0" 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-28 14:01.13 ---> using "a135a4210cebfcca9bfceaf5cc6102754b90c839cd673bedb77fcc3d2fc73bd6" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-28 14:01.13 ---> using "196dfd6440724bd34e8907b0eacfe86cb22f24372d53bbee6d1e8826554f6666" 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 (34b7b4ec4af0ebd3c8fc4aee8088471be2ad48c7)
# self-upgrade no
# system arch=s390x 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 3
# repositories 1 (local), 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-02-28 14:01.13 ---> using "03d13470d5e34c442fb14338b627c707fbb4b1f5870e399e086c4d988729c23e" 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-28 14:01.13 ---> using "84602425ea6ab6166513b0ffba55272b18faccca4ccd0fe32f1dd29240d9c553" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-02-28 14:03.04 ---> saved as "f70dfe82ecec0ef00b7c292fbb3910fd5a89b5717d5a8f4cec3baa3f8c66127a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-28 14:07.34 ---> saved as "154321478b6290c9a004cfac523104a9b8cff0e633af2bb327f751a419625e4d"
/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 s390x Packages [212 kB]
- Fetched 316 kB in 1s (425 kB/s)
- Reading package lists...
-
2025-02-28 14:07.50 ---> saved as "51ef9dfb099330930f11c4d5e02887e24358ee5b248d5f19d3a2858b54b8aaeb"
/home/opam: (run (shell "opam pin add -k version -yn ppxlib-tools.0.36.0 0.36.0"))
ppxlib-tools is now pinned to version 0.36.0
2025-02-28 14:07.59 ---> saved as "b8469420c44dd3e609ae50a7fb3d0937252f6896f48a5ba251b484118817fc20"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppxlib-tools.0.36.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-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\" != 'ppxlib-tools.0.36.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.36.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install cmdliner 1.3.0 [required by ppxlib-tools]
- install dune 3.17.2 [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.36.0 [required by ppxlib-tools]
- install ppxlib-tools 0.36.0 (pinned)
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved dune.3.17.2 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.36.0, ppxlib-tools.0.36.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.36.0
-> installed ppxlib-tools.0.36.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-28 14:10.17 ---> saved as "ae9aa90853c1bc9f494545050561aff5c31a8246d1359365828a1a504059b8cb"
Job succeeded
2025-02-28 14:10.27: Job succeeded