Organisationsocaml-ppxppxlib07c686 (main)debian-13-5.4_s390x_opam-2.5

debian-13-5.4_s390x_opam-2.5

Logs

Show full logs
2026-02-19 09:21.57: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (07c686acdacbfa44aecf9193ef1241bc0a65da85) (linux-s390x:debian-13-5.4_s390x_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 07c686ac
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff
# debian-13-5.4_s390x_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.14.0 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.5 --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

2026-02-19 09:21.57: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff-debian-13-5.4_s390x_opam-2.5-4e24483ff863a883e0f01f8b16cf5694"
2026-02-19 09:21.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff)
 (comment debian-13-5.4_s390x_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.14.0 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.5 --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"))
)

2026-02-19 09:21.57: Waiting for resource in pool OCluster
2026-02-19 09:21.57: Waiting for worker…
2026-02-19 09:23.40: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files:   1% (9/468)
Updating files:   2% (10/468)
Updating files:   3% (15/468)
Updating files:   4% (19/468)
Updating files:   5% (24/468)
Updating files:   6% (29/468)
Updating files:   7% (33/468)
Updating files:   8% (38/468)
Updating files:   9% (43/468)
Updating files:  10% (47/468)
Updating files:  11% (52/468)
Updating files:  12% (57/468)
Updating files:  13% (61/468)
Updating files:  14% (66/468)
Updating files:  15% (71/468)
Updating files:  16% (75/468)
Updating files:  17% (80/468)
Updating files:  18% (85/468)
Updating files:  19% (89/468)
Updating files:  20% (94/468)
Updating files:  21% (99/468)
Updating files:  22% (103/468)
Updating files:  23% (108/468)
Updating files:  24% (113/468)
Updating files:  25% (117/468)
Updating files:  26% (122/468)
Updating files:  27% (127/468)
Updating files:  28% (132/468)
Updating files:  29% (136/468)
Updating files:  30% (141/468)
Updating files:  31% (146/468)
Updating files:  32% (150/468)
Updating files:  33% (155/468)
Updating files:  34% (160/468)
Updating files:  35% (164/468)
Updating files:  36% (169/468)
Updating files:  37% (174/468)
Updating files:  38% (178/468)
Updating files:  39% (183/468)
Updating files:  40% (188/468)
Updating files:  41% (192/468)
Updating files:  42% (197/468)
Updating files:  43% (202/468)
Updating files:  44% (206/468)
Updating files:  45% (211/468)
Updating files:  46% (216/468)
Updating files:  47% (220/468)
Updating files:  48% (225/468)
Updating files:  49% (230/468)
Updating files:  50% (234/468)
Updating files:  51% (239/468)
Updating files:  52% (244/468)
Updating files:  53% (249/468)
Updating files:  54% (253/468)
Updating files:  55% (258/468)
Updating files:  56% (263/468)
Updating files:  57% (267/468)
Updating files:  58% (272/468)
Updating files:  59% (277/468)
Updating files:  60% (281/468)
Updating files:  61% (286/468)
Updating files:  62% (291/468)
Updating files:  63% (295/468)
Updating files:  64% (300/468)
Updating files:  65% (305/468)
Updating files:  66% (309/468)
Updating files:  67% (314/468)
Updating files:  68% (319/468)
Updating files:  69% (323/468)
Updating files:  70% (328/468)
Updating files:  71% (333/468)
Updating files:  72% (337/468)
Updating files:  73% (342/468)
Updating files:  74% (347/468)
Updating files:  75% (351/468)
Updating files:  76% (356/468)
Updating files:  77% (361/468)
Updating files:  78% (366/468)
Updating files:  79% (370/468)
Updating files:  80% (375/468)
Updating files:  81% (380/468)
Updating files:  82% (384/468)
Updating files:  83% (389/468)
Updating files:  84% (394/468)
Updating files:  85% (398/468)
Updating files:  86% (403/468)
Updating files:  87% (408/468)
Updating files:  88% (412/468)
Updating files:  89% (417/468)
Updating files:  90% (422/468)
Updating files:  91% (426/468)
Updating files:  92% (431/468)
Updating files:  93% (436/468)
Updating files:  94% (440/468)
Updating files:  95% (445/468)
Updating files:  96% (450/468)
Updating files:  97% (454/468)
Updating files:  98% (459/468)
Updating files:  99% (464/468)
Updating files: 100% (468/468)
Updating files: 100% (468/468), done.
HEAD is now at 24acbc7b Document future feature support
HEAD is now at 07c686ac Merge pull request #627 from NathanReb/document-future-nodes-manipulation

(from ocaml/opam:debian-13-ocaml-5.4@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff' locally
docker.io/ocaml/opam@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff: Pulling from ocaml/opam
Digest: sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff
Status: Downloaded newer image for ocaml/opam@sha256:589d4f3ba5a7bf1d647cdf132cd4bc6a583b4538d1b4334807c7b1da0d552fff
2026-02-19 09:23.46 ---> using "f46092bc7b56a9f31907b011f3c0d41957ea0f32efdd7a78133da055f1da0eb1" from cache

/: (comment debian-13-5.4_s390x_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-19 09:23.46 ---> using "796333135c40977069543e99abb85c29e800da596929f223ef5a1172905ad9e3" 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.

This 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
2026-02-19 09:23.46 ---> using "9740694339c4e30b7294aaae86f1fc1a5e16059525aa76017d6e84fdd5b42fcf" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-71-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-19 09:23.46 ---> using "6db426180fe5022ed54c9185f1b76dfa29c93d967854f1d8920d7cc6bbb46406" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-19 09:23.46 ---> using "1e075cff059ed7cbd40486a3a499a2497d882d8aaa72bce4e66670a863185008" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   340ee6fd1f..66fe1c299d  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-19 09:23.46 ---> using "87bb9085725a762782eab0d9f12a45df6309bcab73b5debae70afa984fae867b" from cache

/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-02-19 09:23.47 ---> using "9053bc3280647e140b3cb8b41648ef1c8927dae9ea329b8fe7c30b9155a96a3e" from cache

/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)
[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2026-02-19 09:23.47 ---> using "3776cd22d5455a7cb228faac8991fac40470b288a5bdba8a257a6297e204c611" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-19 09:23.47 ---> using "da99155d94a78dabbf50be0379801b28c0f2101506fb4667d1f4f314752b9a43" from cache

/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.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.14.0 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.5 --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 trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [98.0 kB]
- Fetched 189 kB in 0s (1265 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-02-19 09:23.47 ---> using "8b32bf075382bd9ae4ee66465d7c32dbb10727219842a5afe5d8996344449e93" from cache

/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 14 packages
  - install base                    v0.17.3
  - install cinaps                  v0.15.1
  - install cmdliner                2.1.0
  - install csexp                   1.5.2
  - install dune                    3.21.1
  - install dune-configurator       3.21.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.14.0
  - install sexplib0                v0.17.0
  - install stdlib-shims            0.3.0
  - install yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed dune.3.21.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.21.1
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed base.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-19 09:23.47 ---> using "092023c16911b6225454daf932ed5df20b05291d497b945ad2bb89f0234d0f40" from cache

/src: (copy (src .) (dst /src))
2026-02-19 09:23.47 ---> using "694bf6053a1a8ff156005ba6e21dabb8304a07772fdd965126818b67a55da4b7" from cache

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-02-19 09:23.47 ---> using "0d8d00c58f331b73e06586b092a68a960a2b8233622ce660c8a9046426343332" from cache
Job succeeded
2026-02-19 09:23.48: Job succeeded