Organisationsocaml-ppxppx_derivinge18c11 ()debian-12-4.14_s390x_opam-2.2

debian-12-4.14_s390x_opam-2.2

Logs

Show full logs
2024-10-31 15:17.48: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/290/head (e18c11e4e56349d52dcd0acb5e203d6f555ba262) (linux-s390x:debian-12-4.14_s390x_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" && cd "ppx_deriving" && git fetch origin "refs/pull/290/head" && git reset --hard e18c11e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c
# debian-12-4.14_s390x_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_deriving.opam ./
RUN opam pin add -yn ppx_deriving.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.7.0 dune.3.16.0 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ppx_deriving.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

2024-10-31 15:17.48: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c-debian-12-4.14_s390x_opam-2.2-e9830fb16c9a01e1e6f88f53af61b484"
2024-10-31 15:17.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c)
 (comment debian-12-4.14_s390x_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ppx_deriving.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ppx_deriving.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.7.0 dune.3.16.0 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.2 --depext-only -y ppx_deriving.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"))
)

2024-10-31 15:17.48: Waiting for resource in pool OCluster
2024-10-31 19:39.33: Waiting for worker…
2024-10-31 22:42.50: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at 07caea9 Adds [%derive.pp] expressions.
HEAD is now at e18c11e a few tests

(from ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c' locally
docker.io/ocaml/opam@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c: Pulling from ocaml/opam
510daf83b7a2: Already exists
1e2a066fec4d: Already exists
166dfb72943d: Already exists
dff1eb3720f5: Already exists
08b627f34923: Already exists
3251eaec1223: Already exists
230c6a8e9020: Already exists
363cc25ae471: Already exists
cec51457a4c9: Already exists
dd754f46384c: Already exists
aa43763373fc: Already exists
25388055f4a1: Already exists
6d0d664932f6: Already exists
1337e8082a0b: Already exists
d09241f78cbf: Already exists
0a96ea147ebe: Already exists
de9c4bba074b: Already exists
3c56545c9a63: Already exists
d554ff0fc464: Already exists
4f4fb700ef54: Already exists
823156f7de2f: Already exists
0ed2d8fc46aa: Already exists
7a03effe4cb8: Already exists
7f3f0a3106b2: Already exists
dc80459a6569: Already exists
246f9c8ddfbf: Already exists
3d3903bd2e42: Already exists
786e54e7f51e: Already exists
3fd2a7d75cca: Already exists
69d1cc5ee79c: Already exists
ce817bea86d8: Already exists
28f61ab321af: Already exists
0fa056034b24: Already exists
e407e640365f: Already exists
9b0a409b3c1b: Already exists
51d5e8bf443c: Already exists
0795476d8ac9: Already exists
127f6aff3ea9: Pulling fs layer
045ac90753da: Pulling fs layer
4c20c57f7dcd: Pulling fs layer
f23f4c38d2e1: Pulling fs layer
f23f4c38d2e1: Waiting
4c20c57f7dcd: Download complete
045ac90753da: Verifying Checksum
045ac90753da: Download complete
f23f4c38d2e1: Verifying Checksum
f23f4c38d2e1: Download complete
127f6aff3ea9: Verifying Checksum
127f6aff3ea9: Download complete
127f6aff3ea9: Pull complete
045ac90753da: Pull complete
4c20c57f7dcd: Pull complete
f23f4c38d2e1: Pull complete
Digest: sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c
Status: Downloaded newer image for ocaml/opam@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c
2024-10-31 22:42.51 ---> using "d8cafdfcea4f4fc69225b83f042ba651f7812dc12d1bfb890556c295f0d8c5f2" from cache

/: (comment debian-12-4.14_s390x_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-31 22:42.51 ---> using "873387bfaf972b54dbc716fa28ba75f1e692140a964050318562b7374ad1461a" 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 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] synchronised from file:///home/opam/opam-repository
2024-10-31 22:42.52 ---> using "741435a8b1b4a603a061d4fdc603846c1a7ecb3511b4194c64d2c745d4a59282" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-45-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-10-31 22:42.52 ---> using "d82a07ca45af1012b147bb0603328ed5a41e7924a47ef480020476a2acfbe0cf" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-10-31 22:42.52 ---> using "40a3882cb5d3965190093b62aa3a29e6206fffeb8d5b7a819546ca0a3b18a019" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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.
# Run eval $(opam env) to update the current shell environment
2024-10-31 22:42.52 ---> using "8b8466c6cd9bc1c0f40431b1a808218114801241b10b2c9b6037ee7c77ecc304" from cache

/src: (copy (src ppx_deriving.opam) (dst ./))
2024-10-31 22:42.57 ---> saved as "8d199212705d1106758841053bc1b734cea76fadeec61730c6574715b10248b9"

/src: (run (network host)
           (shell "opam pin add -yn ppx_deriving.dev './'"))
[ppx_deriving.dev] synchronised (file:///src)
ppx_deriving is now pinned to file:///src (version dev)
2024-10-31 22:43.01 ---> saved as "1f4e032e0fc5e8ebc2b9b50aaa87759a55e909e959866aff6b6f9f43bea31f66"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.7.0 dune.3.16.0 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.2 --depext-only -y ppx_deriving.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 [180 kB]
- Fetched 283 kB in 0s (571 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 1).
[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-bigarray is already installed (current version is base).
2024-10-31 22:43.29 ---> saved as "60cb7429752f8e96f16d97818d42a0ae187109aa10597805c35bd0af1e3f4a90"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 1).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 10 packages
  - install cppo                1.7.0
  - install dune                3.16.0
  - install ocaml-compiler-libs v0.12.4
  - install ocamlfind           1.9.6
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppxlib              0.33.0
  - install seq                 base
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.7.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.7.0
-> installed ounit2.2.2.7
-> installed ppxlib.0.33.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-31 22:45.15 ---> saved as "0d71d957eb6d10ad8549615c98e447bec49f6418c6d9f1a1b4e9ac093e23d064"

/src: (copy (src .) (dst /src))
2024-10-31 22:45.18 ---> saved as "60e9b1f6908d09c1ee9217aca3975593a0c9468d3b5a02a64b5bda8d175893fc"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test/api && ./test_api.exe)
.
Ran: 1 tests in: 0.10 seconds.
OK
(cd _build/default/src_test/fold && ./test_deriving_fold.exe)
....
Ran: 4 tests in: 0.18 seconds.
OK
(cd _build/default/src_test/iter && ./test_deriving_iter.exe)
....
Ran: 4 tests in: 0.24 seconds.
OK
(cd _build/default/src_test/create && ./test_deriving_create.exe)
..
Ran: 2 tests in: 0.14 seconds.
OK
(cd _build/default/src_test/make && ./test_deriving_make.exe)
....
Ran: 4 tests in: 0.19 seconds.
OK
(cd _build/default/src_test/eq && ./test_deriving_eq.exe)
............
Ran: 12 tests in: 0.15 seconds.
OK
(cd _build/default/src_test/map && ./test_deriving_map.exe)
............
Ran: 12 tests in: 0.14 seconds.
OK
(cd _build/default/src_test/ord && ./test_deriving_ord.exe)
..............
Ran: 14 tests in: 0.12 seconds.
OK
(cd _build/default/src_test/show && ./test_deriving_show.exe)
.........................
Ran: 25 tests in: 0.16 seconds.
OK
(cd _build/default/src_test/deriving && ./test_ppx_deriving.exe)
..
Ran: 2 tests in: 0.11 seconds.
OK
2024-10-31 22:45.47 ---> saved as "2ff5339a8b8b8416b8c5f5f6c2fe5e17a6642aa05d9abeca936dd984da4274eb"
Job succeeded
2024-10-31 22:45.48: Job succeeded