Organisationsocaml-ppxppxlib4aaeff ()debian-12-5.3_s390x_opam-2.3

debian-12-5.3_s390x_opam-2.3

Link Copied
Code Copied

Logs

2025-07-23 10:20.04: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/587/head (4aaeff917403d479c18de5c751d1d7c7b95a8651) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/587/head" && git reset --hard 4aaeff91
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
# debian-12-5.3_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
opam pin add -yn ppxlib-tools.dev './' && \
opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-07-23 10:20.04: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04-debian-12-5.3_s390x_opam-2.3-89ba7dec5439846f48defa272304c2be"
2025-07-23 10:20.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04)
(comment debian-12-5.3_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-07-23 10:20.04: Waiting for resource in pool OCluster
2025-07-23 10:20.04: Waiting for worker…
2025-07-23 11:29.07: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files:   3% (14/414)
Updating files:   4% (17/414)
Updating files:   5% (21/414)
Updating files:   6% (25/414)
Updating files:   7% (29/414)
Updating files:   8% (34/414)
Updating files:   9% (38/414)
Updating files:  10% (42/414)
Updating files:  11% (46/414)
Updating files:  12% (50/414)
Updating files:  13% (54/414)
Updating files:  14% (58/414)
Updating files:  15% (63/414)
Updating files:  16% (67/414)
Updating files:  17% (71/414)
Updating files:  18% (75/414)
Updating files:  19% (79/414)
Updating files:  20% (83/414)
Updating files:  21% (87/414)
Updating files:  21% (88/414)
Updating files:  22% (92/414)
Updating files:  23% (96/414)
Updating files:  24% (100/414)
Updating files:  25% (104/414)
Updating files:  26% (108/414)
Updating files:  27% (112/414)
Updating files:  28% (116/414)
Updating files:  29% (121/414)
Updating files:  30% (125/414)
Updating files:  31% (129/414)
Updating files:  32% (133/414)
Updating files:  33% (137/414)
Updating files:  34% (141/414)
Updating files:  35% (145/414)
Updating files:  36% (150/414)
Updating files:  37% (154/414)
Updating files:  38% (158/414)
Updating files:  39% (162/414)
Updating files:  40% (166/414)
Updating files:  41% (170/414)
Updating files:  42% (174/414)
Updating files:  43% (179/414)
Updating files:  44% (183/414)
Updating files:  45% (187/414)
Updating files:  46% (191/414)
Updating files:  47% (195/414)
Updating files:  48% (199/414)
Updating files:  49% (203/414)
Updating files:  50% (207/414)
Updating files:  51% (212/414)
Updating files:  52% (216/414)
Updating files:  53% (220/414)
Updating files:  54% (224/414)
Updating files:  55% (228/414)
Updating files:  56% (232/414)
Updating files:  57% (236/414)
Updating files:  58% (241/414)
Updating files:  59% (245/414)
Updating files:  60% (249/414)
Updating files:  61% (253/414)
Updating files:  62% (257/414)
Updating files:  63% (261/414)
Updating files:  64% (265/414)
Updating files:  65% (270/414)
Updating files:  66% (274/414)
Updating files:  67% (278/414)
Updating files:  68% (282/414)
Updating files:  69% (286/414)
Updating files:  70% (290/414)
Updating files:  71% (294/414)
Updating files:  72% (299/414)
Updating files:  73% (303/414)
Updating files:  74% (307/414)
Updating files:  75% (311/414)
Updating files:  76% (315/414)
Updating files:  77% (319/414)
Updating files:  78% (323/414)
Updating files:  79% (328/414)
Updating files:  80% (332/414)
Updating files:  81% (336/414)
Updating files:  82% (340/414)
Updating files:  83% (344/414)
Updating files:  84% (348/414)
Updating files:  85% (352/414)
Updating files:  86% (357/414)
Updating files:  87% (361/414)
Updating files:  88% (365/414)
Updating files:  89% (369/414)
Updating files:  90% (373/414)
Updating files:  91% (377/414)
Updating files:  92% (381/414)
Updating files:  93% (386/414)
Updating files:  94% (390/414)
Updating files:  95% (394/414)
Updating files:  96% (398/414)
Updating files:  97% (402/414)
Updating files:  98% (406/414)
Updating files:  99% (410/414)
Updating files: 100% (414/414)
Updating files: 100% (414/414), done.
HEAD is now at 31e56384 Merge pull request #570 from patricoferris/ci
HEAD is now at 4aaeff91 Inline List.find_index in gencopy


(from ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04' locally
docker.io/ocaml/opam@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04: Pulling from ocaml/opam
Digest: sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
Status: Downloaded newer image for ocaml/opam@sha256:1a370b9c3d802931a0774c32ad20feaca623e546c167a3625dfada84f6a83b04
2025-07-23 11:29.13 ---> using "13a5f4701a1ce1ddc93e0833d2d4c344e17c0c9e6214a9fc159defbcabd1a66b" from cache


/: (comment debian-12-5.3_s390x_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-23 11:29.13 ---> using "7753f2c6234053a37aed766a62dce4e388ecd69e41bef33840a5d2f490b1a00e" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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] Initialised
2025-07-23 11:29.13 ---> using "04a585b79b957eda82a066b77e8d39108bc86f98765f9b04ee863594631ecd57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-23 11:29.13 ---> using "3760254ff8b25d005fc9e4e22fae37f253bb02d09fb43bbd90542e9ce58b2fb7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-23 11:29.13 ---> using "b9b037ce30958284d894a5acbe78ae408b1a371d3ae4e1e3d67cf874de58f8c3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-23 11:29.13 ---> using "953a0fec4dc2533a08ec6a0e6eb68c4c54f69c0ac9bb81b35228dc9cb3c52e84" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-07-23 11:29.25 ---> saved as "e001ca9700fdf6c7eac138168ffa49b398c6952ddfc4f8ab775e02bd117fb8c4"


/src: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2025-07-23 11:29.51 ---> saved as "bdec9f6d02c030bf7b81f42a4c22eaeb65eb4efc812d26b564611a579c3624d7"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-23 11:30.02 ---> saved as "4514322bd2d2a9673fb198a4d57f249325328983a77ecff97641506d9845930e"


/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /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 [241 kB]
- Fetched 344 kB in 1s (330 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib-tools.dev] synchronised (file:///src)
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-07-23 11:30.33 ---> saved as "6aae56c813e75ea276303dae9ccbe3c7c65f7ba4991bbe9b1ead2ea40ab579fe"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
- install base                    v0.17.3
- install cinaps                  v0.15.1
- install cmdliner                1.3.0
- install csexp                   1.5.2
- install dune                    3.19.1
- install dune-configurator       3.19.1
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.8
- install ppx_derivers            1.2.1
- install re                      1.13.2
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install yojson                  3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.13.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.19.1
-> installed re.1.13.2
-> installed cinaps.v0.15.1
-> installed yojson.3.0.0
-> installed base.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-23 11:32.56 ---> saved as "a929fc5643780963dd6d24cd535b82c8b90a167a1c178e8cfbc9444b84aa77c6"


/src: (copy (src .) (dst /src))
2025-07-23 11:33.01 ---> saved as "ab2d2f172431d60c957ee540b550e1531e4208dea277828d45d50cad94193250"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-07-23 11:35.04 ---> saved as "f1b0357912fa067afcbc56b4424eac014cc974c315cda0d96839a9ab87a87a95"
Job succeeded
2025-07-23 11:35.05: Job succeeded