2025-09-16 10:10.56: New job: test ocaml-ppx/ppx_deriving_yojson https://github.com/ocaml-ppx/ppx_deriving_yojson.git#refs/heads/master (1a4b06d2045ed91f30d72cdd8cce7d002c3c2503) (linux-x86_64:debian-13-4.13_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e 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 1a4b06d2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e # debian-13-4.13_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.13.1 ocaml-base-compiler.4.13.1 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.16.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.56: Using cache hint "ocaml-ppx/ppx_deriving_yojson-ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e-debian-13-4.13_opam-2.4-fbd2c96a487c2a30089029ac2278a637" 2025-09-16 10:10.56: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e) (comment debian-13-4.13_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.13.1 ocaml-base-compiler.4.13.1 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.16.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.56: Waiting for resource in pool OCluster 2025-09-16 10:25.31: Waiting for worker… 2025-09-16 10:25.48: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 1a4b06d Remove the disclaimer to not use ppx_deriving_yojson from the README (from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e) Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e' locally docker.io/ocaml/opam@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e: Pulling from ocaml/opam 15b1d8a5ff03: Pulling fs layer 4d5eb3ed0208: Pulling fs layer b44e00377829: Pulling fs layer 93018e586176: Pulling fs layer 587e432a29e2: Pulling fs layer cdf304204754: Pulling fs layer a444cfe202e3: Pulling fs layer 964991c828c0: Pulling fs layer a94458d90f79: Pulling fs layer e972c69afbc9: Pulling fs layer 3997d62e9de2: Pulling fs layer d78ea61f72f9: Pulling fs layer c68a1176424c: Pulling fs layer 63495b383f1a: Pulling fs layer b44e00377829: Waiting aa1a6204320d: Pulling fs layer 187b2023e0b3: Pulling fs layer 4787e66ddf43: Pulling fs layer 973a552bac2d: Pulling fs layer 587e432a29e2: Waiting 8ad831d15267: Pulling fs layer cdf304204754: Waiting a8377bc33a29: Pulling fs layer 84a002321686: Pulling fs layer a444cfe202e3: Waiting 4f4fb700ef54: Pulling fs layer 5d52c4f201d6: Pulling fs layer 93018e586176: Waiting 68ef19bc296a: Pulling fs layer 964991c828c0: Waiting 1cda2aa0af1b: Pulling fs layer 769f31bcfe07: Pulling fs layer a94458d90f79: Waiting b1d715eb0b34: Pulling fs layer e972c69afbc9: Waiting 6b92d559de80: Pulling fs layer a8377bc33a29: Waiting 3997d62e9de2: Waiting 973a552bac2d: Waiting 1552f16d9075: Pulling fs layer 7a69328970da: Pulling fs layer e66b1fc86e6f: Pulling fs layer b14737f10b30: Pulling fs layer 4b7cf33f8dea: Pulling fs layer 0499d18bfcaa: Pulling fs layer fb0e4a52e51b: Pulling fs layer af1ea896d29c: Pulling fs layer cff41317f198: Pulling fs layer fbb90a49a8ca: Pulling fs layer 2f7f155032eb: Pulling fs layer 769f31bcfe07: Waiting 02f68e1ce660: Pulling fs layer 94722d583c59: Pulling fs layer b1d715eb0b34: Waiting 271ba31d3db0: Pulling fs layer 6b92d559de80: Waiting c99433d5cb1d: Pulling fs layer 84a002321686: Waiting 939cd5d5e507: Pulling fs layer 8ad831d15267: Waiting 7a69328970da: Waiting e66b1fc86e6f: Waiting c68a1176424c: Waiting b14737f10b30: Waiting 5d52c4f201d6: Waiting 2f7f155032eb: Waiting 63495b383f1a: Waiting 4b7cf33f8dea: Waiting af1ea896d29c: Waiting c99433d5cb1d: Waiting 0499d18bfcaa: Waiting 94722d583c59: Waiting 1cda2aa0af1b: Waiting 4787e66ddf43: Waiting fbb90a49a8ca: Waiting 68ef19bc296a: Waiting 02f68e1ce660: Waiting 4f4fb700ef54: Waiting fb0e4a52e51b: Waiting 4d5eb3ed0208: Verifying Checksum 4d5eb3ed0208: Download complete b44e00377829: Download complete 15b1d8a5ff03: Verifying Checksum 15b1d8a5ff03: Download complete 587e432a29e2: Verifying Checksum 587e432a29e2: Download complete 15b1d8a5ff03: Pull complete 4d5eb3ed0208: Pull complete b44e00377829: Pull complete 93018e586176: Verifying Checksum 93018e586176: Download complete 93018e586176: Pull complete 587e432a29e2: Pull complete a444cfe202e3: Verifying Checksum a444cfe202e3: Download complete 964991c828c0: Verifying Checksum 964991c828c0: Download complete a94458d90f79: Verifying Checksum a94458d90f79: Download complete e972c69afbc9: Verifying Checksum e972c69afbc9: Download complete 3997d62e9de2: Verifying Checksum 3997d62e9de2: Download complete d78ea61f72f9: Verifying Checksum d78ea61f72f9: Download complete c68a1176424c: Verifying Checksum c68a1176424c: Download complete 63495b383f1a: Verifying Checksum 63495b383f1a: Download complete aa1a6204320d: Download complete 187b2023e0b3: Verifying Checksum 187b2023e0b3: Download complete 4787e66ddf43: Verifying Checksum 4787e66ddf43: Download complete 8ad831d15267: Download complete a8377bc33a29: Verifying Checksum a8377bc33a29: Download complete 84a002321686: Verifying Checksum 84a002321686: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 5d52c4f201d6: Download complete 68ef19bc296a: Download complete 1cda2aa0af1b: Verifying Checksum 1cda2aa0af1b: Download complete 769f31bcfe07: Verifying Checksum 769f31bcfe07: Download complete b1d715eb0b34: Download complete 6b92d559de80: Verifying Checksum 6b92d559de80: Download complete 1552f16d9075: Verifying Checksum 1552f16d9075: Download complete 7a69328970da: Verifying Checksum 7a69328970da: Download complete e66b1fc86e6f: Download complete b14737f10b30: Download complete 4b7cf33f8dea: Verifying Checksum 4b7cf33f8dea: Download complete 0499d18bfcaa: Download complete fb0e4a52e51b: Verifying Checksum fb0e4a52e51b: Download complete af1ea896d29c: Download complete cff41317f198: Verifying Checksum cff41317f198: Download complete fbb90a49a8ca: Download complete 2f7f155032eb: Download complete 02f68e1ce660: Verifying Checksum 02f68e1ce660: Download complete 94722d583c59: Verifying Checksum 94722d583c59: Download complete 271ba31d3db0: Verifying Checksum 271ba31d3db0: Download complete c99433d5cb1d: Verifying Checksum c99433d5cb1d: Download complete 939cd5d5e507: Download complete cdf304204754: Verifying Checksum cdf304204754: Download complete cdf304204754: Pull complete a444cfe202e3: Pull complete 964991c828c0: Pull complete a94458d90f79: Pull complete e972c69afbc9: Pull complete 3997d62e9de2: Pull complete d78ea61f72f9: Pull complete c68a1176424c: Pull complete 63495b383f1a: Pull complete aa1a6204320d: Pull complete 187b2023e0b3: Pull complete 4787e66ddf43: Pull complete 973a552bac2d: Pull complete 8ad831d15267: Pull complete a8377bc33a29: Pull complete 84a002321686: Pull complete 4f4fb700ef54: Pull complete 5d52c4f201d6: Pull complete 68ef19bc296a: Pull complete 1cda2aa0af1b: Pull complete 769f31bcfe07: Pull complete b1d715eb0b34: Pull complete 6b92d559de80: Pull complete 1552f16d9075: Pull complete 7a69328970da: Pull complete e66b1fc86e6f: Pull complete b14737f10b30: Pull complete 4b7cf33f8dea: Pull complete 0499d18bfcaa: Pull complete fb0e4a52e51b: Pull complete af1ea896d29c: Pull complete cff41317f198: Pull complete fbb90a49a8ca: Pull complete 2f7f155032eb: Pull complete 02f68e1ce660: Pull complete 94722d583c59: Pull complete 271ba31d3db0: Pull complete c99433d5cb1d: Pull complete 939cd5d5e507: Pull complete Digest: sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e Status: Downloaded newer image for ocaml/opam@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e 2025-09-16 10:25.49 ---> using "edc61b5613d526714c47ca7477704e6216df8c199e369c488443808988d2a3ba" from cache /: (comment debian-13-4.13_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:25.49 ---> using "db0365f9e783ff2c38923d5987189ff7c6b3ea34d00037b79605c8ce09dadc39" 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. [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-16 10:25.49 ---> using "d655376f1b328583c124d5aee788d10f9c4f2593bb39a3e9f1a549b759496a57" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.13.1 2.4.1 2025-09-16 10:25.49 ---> using "537996ed5dc51738f1bf92750ec11a482391cf41635c886974602ec9c6fcb00f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-16 10:25.49 ---> using "63911a6b594163eaad95d039548bda0913389ae466376dc50b9628593a7aa064" 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:25.49 ---> using "dbd7c25497fa1fe6f0828b286c8199665ea4e64c36cf136b717121a4ce38f3cd" from cache /src: (copy (src ppx_deriving_yojson.opam) (dst ./)) 2025-09-16 10:25.49 ---> saved as "9adbedebf4fe887917b0cb7d8b22bbbd8221919c4e2ee339676120a42061cfcc" /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:25.52 ---> saved as "9da50f3d5f08f5e51bec6322265e1bbd0ce94e18ddd6d97cb5a411091d8f5ac3" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-16 10:25.53 ---> saved as "712f93419042b170f53e84f9f44cd8de558c31bc68da6ca943c3da1a2ef4d58a" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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.16.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 amd64 Packages [40.2 kB] - Fetched 131 kB in 0s (849 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.13.1). [NOTE] Package ocaml is already installed (current version is 4.13.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). 2025-09-16 10:26.10 ---> saved as "42871e3221e45700b75eb4b5e0fb2ff4314fe422bed07681f824c6f14ca0de0e" /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.13.1). [NOTE] Package ocaml is already installed (current version is 4.13.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 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.16.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.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved dune.3.20.2 (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.16.0 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ounit2.2.2.7 -> 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:27.42 ---> saved as "0010909f757fd389b96e69b7eb79a39207ea1380bb17c45e7a76799cdbc6b2c5" /src: (copy (src .) (dst /src)) 2025-09-16 10:27.43 ---> saved as "dd1571d25ef982218fcc9782e2384a6d79d6f09a36310cea4246306a80bc9b04" /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: 1.97 seconds. OK 2025-09-16 10:27.51 ---> saved as "6f6331df8ecdb46071ccf1b4e4623ab9f73977ffff52d99fd20013366920ff3f" Job succeeded 2025-09-16 10:27.51: Job succeeded