Organisationsocaml-ppxppx_deriving_yojson5c073f (master)debian-12-5.2_s390x_opam-2.3

debian-12-5.2_s390x_opam-2.3

Link Copied
Code Copied

Logs

2024-11-19 18:55.10: New job: test ocaml-ppx/ppx_deriving_yojson https://github.com/ocaml-ppx/ppx_deriving_yojson.git#refs/heads/master (5c073f127a275a1332f791b6f7e0cfe047ed3ec2) (linux-s390x:debian-12-5.2_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving_yojson.git" -b "master" && cd "ppx_deriving_yojson" && git reset --hard 5c073f12
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
# debian-12-5.2_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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_deriving_yojson.opam ./
RUN opam pin add -yn ppx_deriving_yojson.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 dune.3.16.1 host-arch-s390x.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppx_deriving_yojson.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-11-19 18:55.10: Using cache hint "ocaml-ppx/ppx_deriving_yojson-ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed-debian-12-5.2_s390x_opam-2.3-3b7021afe6835212c5dab1ccdf96ae1b"
2024-11-19 18:55.10: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
(comment debian-12-5.2_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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_deriving_yojson.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ppx_deriving_yojson.dev './'"))
(env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 dune.3.16.1 host-arch-s390x.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")
(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 ppx_deriving_yojson.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-11-19 18:55.10: Waiting for resource in pool OCluster
2024-11-19 21:38.41: Waiting for worker…
2024-11-20 01:25.58: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
All commits already cached
HEAD is now at 5c073f1 Switch changelog back to dev mode


(from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed' locally
docker.io/ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed: Pulling from ocaml/opam
9f9f8fa8b120: Already exists
8e6cbae09e36: Already exists
4ab695da637f: Already exists
5ad82a311d0e: Already exists
2b871046e303: Already exists
0687f8c393d0: Already exists
0c56b0a94aca: Already exists
bbdfdb2635ff: Already exists
5fd7b192f2d9: Already exists
169c467384fb: Already exists
2472ebc7595d: Already exists
c59ed37e713a: Already exists
868315a8af9a: Already exists
d0e7bb6a72db: Already exists
417ff03ca34f: Already exists
417ff03ca34f: Already exists
0526264c6b23: Already exists
a8b362961b12: Already exists
5508f3d135e1: Already exists
5049a0ab6dd0: Already exists
4f4fb700ef54: Already exists
fc6148839988: Already exists
ef433ac0a16f: Already exists
3eb65be92fa2: Already exists
467c4875a8aa: Already exists
9998672e06b6: Already exists
98741f23e93f: Already exists
b90a83b62eb8: Already exists
370f876bf8b8: Already exists
ee5b763fffc3: Already exists
0670d9f68814: Already exists
7f7db8e9ce1b: Already exists
24ec35890220: Already exists
ea2140c2a21a: Already exists
b657ebc86ba2: Already exists
78c0e74e3879: Already exists
c95975c30c0f: Already exists
81019a4d48d2: Already exists
3a4768b10a00: Pulling fs layer
26a5241f56da: Pulling fs layer
57a4ff4cd774: Pulling fs layer
f023f9cdd6ff: Pulling fs layer
e46759631a18: Pulling fs layer
980eceadf821: Pulling fs layer
a1c31d848656: Pulling fs layer
a1c31d848656: Waiting
f023f9cdd6ff: Waiting
e46759631a18: Waiting
980eceadf821: Waiting
3a4768b10a00: Verifying Checksum
3a4768b10a00: Download complete
3a4768b10a00: Pull complete
57a4ff4cd774: Verifying Checksum
57a4ff4cd774: Download complete
26a5241f56da: Verifying Checksum
26a5241f56da: Download complete
26a5241f56da: Pull complete
57a4ff4cd774: Pull complete
e46759631a18: Verifying Checksum
e46759631a18: Download complete
980eceadf821: Verifying Checksum
980eceadf821: Download complete
a1c31d848656: Verifying Checksum
a1c31d848656: Download complete
f023f9cdd6ff: Verifying Checksum
f023f9cdd6ff: Download complete
f023f9cdd6ff: Pull complete
e46759631a18: Pull complete
980eceadf821: Pull complete
a1c31d848656: Pull complete
Digest: sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Status: Downloaded newer image for ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
2024-11-20 01:25.59 ---> using "301baea5c55377dfb60673fe1fd6bd526b1062530b1467181a3675a41c13536f" from cache


/: (comment debian-12-5.2_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"))
2024-11-20 01:25.59 ---> using "53118481945e93ef1c9ae4ee9c72d258e7c6e9b2d9a6023a5a2f7e8e56f27886" 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 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] synchronised from file:///home/opam/opam-repository
2024-11-20 01:25.59 ---> using "cbd96a8dc0361c17241c7050dc00b51595bde60ff6ecd74d8ced9eabf1ed626e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-48-generic
The OCaml toplevel, version 5.2.1
2.3.0
2024-11-20 01:25.59 ---> using "bb5a3e197b07ea7dffab22346aefd13e82895d6be8badab4f61ca6aeee1939b1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-20 01:25.59 ---> using "c7b12fa60bc84c81268e85e76e03d1de0fadf79c8c5fcd4bffff9a708a740d3b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u"))
11bdbee611 Merge pull request #26909 from Octachron/ocaml-5.2.1


<><> 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.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 01:25.59 ---> using "3cd35eee81614162ed8c24036db937ee37c34b21f5a68fea60b19575e2e15dec" from cache


/src: (copy (src ppx_deriving_yojson.opam) (dst ./))
2024-11-20 01:26.07 ---> saved as "cac4a5cec0d19df4794c5bf3810fe36aa65a14f67c4430170d5f533525c88d69"


/src: (run (network host)
(shell "opam pin add -yn ppx_deriving_yojson.dev './'"))
[ppx_deriving_yojson.dev] synchronised (file:///src)
ppx_deriving_yojson is now pinned to file:///src (version dev)
2024-11-20 01:26.29 ---> saved as "3f7b1ca5e508a07a6b0faca0f2bbb8d02caaad9ed1b46ef02eafa3998aed72e1"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 dune.3.16.1 host-arch-s390x.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")


/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 ppx_deriving_yojson.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 [194 kB]
- Fetched 298 kB in 2s (170 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving_yojson.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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-nnp 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).
2024-11-20 01:27.10 ---> saved as "47813a9e095e411f1c3ebf55723baf86f5f025268ab34d029824f4cb44766daf"


/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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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-nnp 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 12 packages
- install cppo                1.7.0
- install dune                3.16.1
- install ocaml-compiler-libs v0.17.0
- install ocamlfind           1.9.6
- install ounit2              2.2.7
- install ppx_derivers        1.2.1
- install ppx_deriving        6.0.3
- install ppxlib              0.33.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install yojson              2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.7.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved dune.3.16.1  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.1
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed cppo.1.7.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed yojson.2.2.2
-> installed ppxlib.0.33.0
-> installed ppx_deriving.6.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 01:30.09 ---> saved as "caf4479bd2b4bfe5a59360462ac1b8925132f828614dc432cd28ec4b9a25ac4e"


/src: (copy (src .) (dst /src))
2024-11-20 01:30.27 ---> saved as "6d0dfcdd1950d6e1f0cf33a0deff577ed863cff3e3bb99a812e44d62e1043934"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test && ./test_ppx_yojson.exe)
.................................
Ran: 33 tests in: 5.40 seconds.
OK
2024-11-20 01:31.00 ---> saved as "a269f22768274407c7c60aff1f260c289d84b9de3e1b8138372a537e999d18a7"
Job succeeded
2024-11-20 01:31.01: Job succeeded