2025-09-16 10:10.59: New job: test ocaml-ppx/ppx_deriving_yojson https://github.com/ocaml-ppx/ppx_deriving_yojson.git#refs/pull/155/head (7898dda12c1b034fd27474b0139326a53b42eb0f) (linux-ppc64:debian-13-4.14_ppc64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving_yojson.git" && cd "ppx_deriving_yojson" && git fetch origin "refs/pull/155/head" && git reset --hard 7898dda1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7
# debian-13-4.14_ppc64_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 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.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 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.4 --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
2025-09-16 10:10.59: Using cache hint "ocaml-ppx/ppx_deriving_yojson-ocaml/opam:debian-13-ocaml-4.14@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7-debian-13-4.14_ppc64_opam-2.4-bf63b88076f5b89ebe96bdba47b842e5"
2025-09-16 10:10.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7)
(comment debian-13-4.14_ppc64_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 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.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 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.4 --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"))
)
2025-09-16 10:10.59: Waiting for resource in pool OCluster
2025-09-16 10:10.59: Waiting for worker…
2025-09-16 10:14.35: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
HEAD is now at 7898dda Support alternative representations of variants
(from ocaml/opam:debian-13-ocaml-4.14@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7' locally
docker.io/ocaml/opam@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7: Pulling from ocaml/opam
4cb8224e7ffc: Already exists
2881db2cc3cf: Already exists
cf01c503d686: Already exists
4054e65c31ad: Already exists
e6c01d044349: Already exists
e0a76dd209df: Already exists
ecab6eb02090: Already exists
438acffb07cb: Already exists
d40aab9c496a: Already exists
ce86cbfefb1d: Already exists
cad1f00a99f0: Already exists
e0155553d454: Already exists
613fd8361ffe: Already exists
676c1dbd7d45: Already exists
6ca47976dd8a: Already exists
bcfe9f127595: Already exists
175ac83e5cdf: Already exists
48d2a0e2b9a5: Already exists
b112c4ce8d57: Already exists
0f7191b2bdaa: Already exists
0f1085b9f93d: Already exists
4f4fb700ef54: Already exists
7ffac940511e: Already exists
5371474a2952: Already exists
4be0867080f1: Already exists
0af11b3d562b: Already exists
beeefac609e0: Already exists
faa6bec3a055: Already exists
f2ed69f80d8b: Already exists
83b8b73a5804: Already exists
bbb1508e54e8: Already exists
cdc3e1e54912: Already exists
815d1042e9ae: Already exists
4cc2ce004277: Already exists
a16325b67f55: Already exists
c5b7cc0b7bb5: Already exists
ee79fb7986e3: Already exists
7a865304e68a: Already exists
4027013c440c: Already exists
7add1e5ceb71: Already exists
263843bee3dd: Pulling fs layer
efb24c272c3e: Pulling fs layer
5c1fedbe3cc8: Pulling fs layer
d13d1247056e: Pulling fs layer
d13d1247056e: Waiting
efb24c272c3e: Verifying Checksum
efb24c272c3e: Download complete
5c1fedbe3cc8: Verifying Checksum
5c1fedbe3cc8: Download complete
d13d1247056e: Verifying Checksum
d13d1247056e: Download complete
263843bee3dd: Verifying Checksum
263843bee3dd: Download complete
263843bee3dd: Pull complete
efb24c272c3e: Pull complete
5c1fedbe3cc8: Pull complete
d13d1247056e: Pull complete
Digest: sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7
Status: Downloaded newer image for ocaml/opam@sha256:6ab8acf60f0dd3f20af03c7690718753517e736efbe4e7c56ed62371dec284a7
2025-09-16 10:14.35 ---> using "43ac4bc8375a61aab88ae42491994c7889850ec33654e7a9a12afd330966925b" from cache
/: (comment debian-13-4.14_ppc64_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-09-16 10:14.35 ---> using "dd95fc4d8714aded4ca92ab7f1bf1437abba8311198c472f76d4a47d93dc1682" 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-09-16 10:14.35 ---> using "b8a7b93a7078708cc2071dec1f58a560dab3991149caeca4da9e2c92cba2030d" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 10:14.35 ---> using "ee6b288fd6e2a60c995411c1305e64a2a068f46ed5325cfd5c30b767f680a754" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-16 10:14.35 ---> using "97c6b87b45e9489d4dc56628e5e6f647521602f680585b77682ce70de1d8f2f4" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bcac5d1731..7949ff40d8 master -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-16 10:14.35 ---> using "d88a111d0e66b4fdc59cea685c31b08974c9208d6ca377ac94246d544cb62e69" from cache
/src: (copy (src ppx_deriving_yojson.opam) (dst ./))
2025-09-16 10:14.35 ---> using "bd0ad42cee6d3de40fefdbc026fbd6d192eeab33a4014a56c0cdba0ca924a333" from cache
/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)
2025-09-16 10:14.35 ---> saved as "222372932dcf44bf94e2aaa78f24663dab4fbed5031c9aa33c59178db8b521a6"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 10:14.35 ---> saved as "019d7e20ffa92b94de3494c7f0538d2f3f4b666abfa5f6bcdfd58a82c5b734dc"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 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.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.36.0 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.4 --depext-only -y ppx_deriving_yojson.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 ppc64el Packages [38.3 kB]
- Fetched 129 kB in 1s (145 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving_yojson.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 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 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).
2025-09-16 10:15.00 ---> saved as "f87398e8bdab3eafbc8c54eba0c3e051a3ecb655953ecb6d042a7f8e08da7f3a"
/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 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 12 packages
- install cppo 1.8.0
- install dune 3.20.2
- install ocaml-compiler-libs v0.12.4
- install ocamlfind 1.9.8
- install ounit2 2.2.7
- install ppx_derivers 1.2.1
- install ppx_deriving 6.1.1
- install ppxlib 0.36.0
- install seq base
- install sexplib0 v0.17.0
- install stdlib-shims 0.3.0
- install yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved ppxlib.0.36.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ounit2.2.2.7
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed ppxlib.0.36.0
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 10:16.37 ---> saved as "2d3586b8a4c047815fcdfebf6ca6991a85a45133f98db5d985df86d5f74845c1"
/src: (copy (src .) (dst /src))
2025-09-16 10:16.37 ---> saved as "f3ab2114cb1777e5f157a49a51b0d037f5b93b92b47b269e4003475d0ad3f4f0"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test && ./test_ppx_yojson.exe)
............................................
Ran: 44 tests in: 3.69 seconds.
OK
2025-09-16 10:16.46 ---> saved as "ed8e6b598eb7995053bdca16303304670d587a8058088087ac6a9913e6159c8a"
Job succeeded
2025-09-16 10:16.46: Job succeeded