2025-07-31 07:30.32: New job: test ocaml-ppx/ppx_deriving_yojson https://github.com/ocaml-ppx/ppx_deriving_yojson.git#refs/heads/master (c6c2adbe033f0cfd68a9cfc93f0a66df5d00b3ac) (linux-arm64:debian-12-4.14_arm32_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2 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 c6c2adbe cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2 # debian-12-4.14_arm32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.19.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.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-07-31 07:30.32: Using cache hint "ocaml-ppx/ppx_deriving_yojson-ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2-debian-12-4.14_arm32_opam-2.4-669fd364254f3e1d0d45b26be7d8358a" 2025-07-31 07:30.32: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2) (comment debian-12-4.14_arm32_opam-2.4) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.19.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.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-07-31 07:30.32: Waiting for resource in pool OCluster 2025-07-31 09:40.31: Waiting for worker… 2025-07-31 09:58.51: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at c6c2adb Merge pull request #164 from Niols/issue-163 (from ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2' locally docker.io/ocaml/opam@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2: Pulling from ocaml/opam 772cd338ba0d: Pulling fs layer 772cd338ba0d: Verifying Checksum 772cd338ba0d: Download complete 772cd338ba0d: Pull complete Digest: sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2 Status: Downloaded newer image for ocaml/opam@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-07-31 09:58.51 ---> using "8111fc7d4314963906f1edeeb308c334ef0ba46189da15a05e488edda8236ca0" from cache /: (comment debian-12-4.14_arm32_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-07-31 09:58.51 ---> using "73f9665e4e9d9f4185cbf242a16ee761b1e98fe5f37430d9e8aaa1a69798a68a" 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-07-31 09:58.51 ---> using "44f6a2957854ba128175e5aa62ccd71db4770f65edcd0e8525e7345485ef403c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-07-31 09:58.51 ---> using "6e6aa191fef757e14be00dd5dc5e07cc03db1c729e452a2ab955c6f1b7e22ae7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:58.51 ---> using "c68b21e73d3663fbf3d3ea794a9f79d71f61932d1a396c635ecab2a6154f7e46" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> 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-07-31 09:58.51 ---> using "2be0213f281330a165a1d89b7a8d8d31b05a92e21d587f55fda9049f82d713be" from cache /src: (copy (src ppx_deriving_yojson.opam) (dst ./)) 2025-07-31 09:58.51 ---> using "0d3dbb26e18e72567e85e857fd883951bf636a2750087abb8b4b432bc6a570ac" 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-07-31 09:58.51 ---> using "76cfcde790adf630f4828bb226bf4fe5444ec7a0e8fd092efa9ba2913e743edd" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:58.51 ---> using "16531115d1f04d6ee02039e85664b899750c8c6390c7f5a8c359a4fe2ef2578d" from cache /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.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.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 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 bookworm-updates/main armhf Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main armhf Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages [6928 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [253 kB] - Fetched 383 kB in 1s (620 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-07-31 09:58.51 ---> using "fa810be127b3b0556dd573a991e05ededad72a1ec5d6298c689ee88c874e7572" 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 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.19.1 - 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 stdlib-shims.0.3.0 (cached) -> retrieved dune.3.19.1 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved yojson.3.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.19.1 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.17.0 -> installed yojson.3.0.0 -> installed cppo.1.8.0 -> installed ounit2.2.2.7 -> installed ppxlib.0.36.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:59.35 ---> saved as "84c2e0cb4c8b576c78679a2af158f94d72aaaf8368abad6d3ca965a508e03a09" /src: (copy (src .) (dst /src)) 2025-07-31 09:59.35 ---> saved as "b9babe9f3ff1360b72c76a1b4d83cc0c4bfc803c417aa09d9d744a90ad155c15" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/src_test && ./test_ppx_yojson.exe) .................................... Ran: 36 tests in: 2.39 seconds. OK 2025-07-31 09:59.43 ---> saved as "dc4f10094d95f1464a6ae8c8a484f69289568e7505fd1ce13bc83d5bf8c2dcd2" Job succeeded 2025-07-31 09:59.43: Job succeeded