Organisationsocaml-ppxppxlib1ac21d ()debian-13-5.4_s390x_opam-2.4

debian-13-5.4_s390x_opam-2.4

Link Copied
Code Copied

Logs

2025-12-02 16:15.59: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (1ac21d24715a3e08ad38efe083a98b2ee9589a9e) (linux-s390x:debian-13-5.4_s390x_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 1ac21d24
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df
# debian-13-5.4_s390x_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.20.2 dune-configurator.3.20.2 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.4 --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-12-02 16:15.59: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df-debian-13-5.4_s390x_opam-2.4-f43f1c817e1fd3192146aca5585587da"
2025-12-02 16:15.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df)
(comment debian-13-5.4_s390x_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.20.2 dune-configurator.3.20.2 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.4 --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-12-02 16:15.59: Waiting for resource in pool OCluster
2025-12-02 16:15.59: Waiting for worker…
2025-12-02 16:15.59: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files:   0% (4/422)
Updating files:   1% (5/422)
Updating files:   2% (9/422)
Updating files:   3% (13/422)
Updating files:   4% (17/422)
Updating files:   5% (22/422)
Updating files:   6% (26/422)
Updating files:   7% (30/422)
Updating files:   8% (34/422)
Updating files:   9% (38/422)
Updating files:  10% (43/422)
Updating files:  11% (47/422)
Updating files:  12% (51/422)
Updating files:  13% (55/422)
Updating files:  14% (60/422)
Updating files:  15% (64/422)
Updating files:  16% (68/422)
Updating files:  17% (72/422)
Updating files:  18% (76/422)
Updating files:  19% (81/422)
Updating files:  20% (85/422)
Updating files:  21% (89/422)
Updating files:  22% (93/422)
Updating files:  23% (98/422)
Updating files:  24% (102/422)
Updating files:  25% (106/422)
Updating files:  26% (110/422)
Updating files:  27% (114/422)
Updating files:  28% (119/422)
Updating files:  29% (123/422)
Updating files:  30% (127/422)
Updating files:  31% (131/422)
Updating files:  32% (136/422)
Updating files:  33% (140/422)
Updating files:  34% (144/422)
Updating files:  35% (148/422)
Updating files:  36% (152/422)
Updating files:  37% (157/422)
Updating files:  38% (161/422)
Updating files:  39% (165/422)
Updating files:  40% (169/422)
Updating files:  41% (174/422)
Updating files:  42% (178/422)
Updating files:  43% (182/422)
Updating files:  44% (186/422)
Updating files:  45% (190/422)
Updating files:  46% (195/422)
Updating files:  47% (199/422)
Updating files:  48% (203/422)
Updating files:  49% (207/422)
Updating files:  50% (211/422)
Updating files:  51% (216/422)
Updating files:  52% (220/422)
Updating files:  53% (224/422)
Updating files:  54% (228/422)
Updating files:  55% (233/422)
Updating files:  56% (237/422)
Updating files:  57% (241/422)
Updating files:  58% (245/422)
Updating files:  59% (249/422)
Updating files:  60% (254/422)
Updating files:  61% (258/422)
Updating files:  62% (262/422)
Updating files:  63% (266/422)
Updating files:  64% (271/422)
Updating files:  65% (275/422)
Updating files:  66% (279/422)
Updating files:  67% (283/422)
Updating files:  68% (287/422)
Updating files:  69% (292/422)
Updating files:  70% (296/422)
Updating files:  71% (300/422)
Updating files:  72% (304/422)
Updating files:  73% (309/422)
Updating files:  74% (313/422)
Updating files:  75% (317/422)
Updating files:  76% (321/422)
Updating files:  77% (325/422)
Updating files:  78% (330/422)
Updating files:  79% (334/422)
Updating files:  80% (338/422)
Updating files:  81% (342/422)
Updating files:  82% (347/422)
Updating files:  83% (351/422)
Updating files:  84% (355/422)
Updating files:  85% (359/422)
Updating files:  86% (363/422)
Updating files:  87% (368/422)
Updating files:  88% (372/422)
Updating files:  89% (376/422)
Updating files:  90% (380/422)
Updating files:  91% (385/422)
Updating files:  92% (389/422)
Updating files:  93% (393/422)
Updating files:  94% (397/422)
Updating files:  95% (401/422)
Updating files:  96% (406/422)
Updating files:  97% (410/422)
Updating files:  98% (414/422)
Updating files:  99% (418/422)
Updating files: 100% (422/422)
Updating files: 100% (422/422), done.
HEAD is now at 5fef41b7 Switch back to dev mode
HEAD is now at 1ac21d24 Merge pull request #614 from patricoferris/keep-dune-pkg-happy


(from ocaml/opam:debian-13-ocaml-5.4@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df' locally
docker.io/ocaml/opam@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df: Pulling from ocaml/opam
Digest: sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df
Status: Downloaded newer image for ocaml/opam@sha256:00f98861b4e62c403f5224ec1466dfe5cc30cde41298c74241c07923873b08df
2025-12-02 16:16.03 ---> using "054fdb4422e30d19ef6487a8ee774bb3e3b90f8c7a3484f58b1cccb4d328135b" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-02 16:16.03 ---> using "e473c685a4a9f3c3df6033473271a1b25f7028b7df81d4753770070a48984453" 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
2025-12-02 16:16.03 ---> using "8a1d769b93d46728df2c7c7884d538cc74cbd3ad03b7b99bcca4a31c5a1e283a" 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.4.1
2025-12-02 16:16.03 ---> using "3aa38fd93f5421c4c44258b47ad7e0658d70df294411172b522a2f748116ba8f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-02 16:16.03 ---> using "d688a2a7c699d380954fb39f20a005243dff5b5b18faf794b0dcd8d8ad56356a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2ec6d6cc92..cdece73aa3  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)


<><> 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)
2025-12-02 16:16.03 ---> using "8bbfa23e7c35078bca15eb69bc792b8d9bc4bc89cd0bf2a9bb4ca7cc971bf346" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-12-02 16:16.16 ---> saved as "5128616fe936166e435d63e170a8493de35125e86cece7733d53f0b9d3d13e7b"


/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)
2025-12-02 16:16.44 ---> saved as "9d79c49a77023a950f56af18ae83b8e433703746686bace9a1ac00585657e690"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-02 16:17.01 ---> saved as "94663a9e5b8d2526161491235da22f2f3f3088743c13dcfef46f56a200988c0f"


/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.20.2 dune-configurator.3.20.2 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.4 --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 [70.1 kB]
- Fetched 161 kB in 1s (274 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).
2025-12-02 16:17.35 ---> saved as "ff6165b1e490eb5634f85fef7522d3303900e238360bcb14f8fc9471e08b6509"


/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.20.2
- install dune-configurator       3.20.2
- 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 ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (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.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed re.1.14.0
-> 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-12-02 16:20.44 ---> saved as "345401ae47cd989c52fc4c2d8d7b40a2d59732cfdc761e128e30caca4dfb7359"


/src: (copy (src .) (dst /src))
2025-12-02 16:20.49 ---> saved as "62ab08b62b4e17c3e141f92602fecad9bfe2d35cd933b5bd9b1ed1eed66f3832"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-12-02 16:22.41 ---> saved as "c96ea3abc52f6a33cf18978a85ed7632e2f276dece03df8b1162586102732da0"
Job succeeded
2025-12-02 16:22.42: Job succeeded