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-x86_64:debian-13-5.0_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.0@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d 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-5.0@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d # debian-13-5.0_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-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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-5.0@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d-debian-13-5.0_opam-2.4-1bc85209b547c24eb097c1b4ee2f78b5" 2025-09-16 10:10.59: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.0@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d) (comment debian-13-5.0_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-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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:25.53: Waiting for worker… 2025-09-16 10:27.11: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 7898dda Support alternative representations of variants (from ocaml/opam:debian-13-ocaml-5.0@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d) Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d' locally docker.io/ocaml/opam@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d: Pulling from ocaml/opam b3875669f2c3: Pulling fs layer b3875669f2c3: Verifying Checksum b3875669f2c3: Download complete b3875669f2c3: Pull complete Digest: sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d Status: Downloaded newer image for ocaml/opam@sha256:33e9689e5fd80c50356dcf1f3f4a489001e441c6f4fd811414fdb4344ccb003d 2025-09-16 10:27.12 ---> using "8495c7ba27b99334ff112cc0115bd07f740312d7c326ce9a8bba3c40fc36016c" from cache /: (comment debian-13-5.0_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:27.12 ---> using "3b288494246d21562c918a4ae593f89ae232af4c14f1b87c9c4046f749ee5232" 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 [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:27.12 ---> using "78d9e4025c5458464b3c1017776443dace2ac22276f93262c0e5d530cb40cb90" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.0.0 2.4.1 2025-09-16 10:27.12 ---> using "091aa0380293533714e91e2be3ff2feaed9555906ee35c5a401bb9620dd9c124" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-16 10:27.12 ---> using "a31cd285fedf916b9e4d219b33646b4590434829e61f52ad6ed88d226884a946" 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:27.12 ---> using "feff47b23f05b07115415a0283f12c5d35dd2abd0276530de2afb90216eb6152" from cache /src: (copy (src ppx_deriving_yojson.opam) (dst ./)) 2025-09-16 10:27.12 ---> using "1475186c0316d43d035d56940d1a27043700484b3ce6594de6e1e44019016afd" 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:27.12 ---> using "eccd5af5d241a69e7b5dde1051c3533a48070ce90502e191556f7ec4eebe039e" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-16 10:27.12 ---> using "5061416292c12639bb6265c46d58126e68637382339e16017bff75019ff4a0ff" from cache /src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 amd64 Packages [40.2 kB] - Fetched 131 kB in 0s (767 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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.0). [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). 2025-09-16 10:27.12 ---> using "3ecbed00e8bd0fde39179b0816e0d417adb0ebe961d9bcf623d904ffc8759f6a" 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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.0). [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.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 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.17.0 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed yojson.3.0.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-09-16 10:27.37 ---> saved as "45e758315d6991dd393383107a64e9bc36bb1ec41ac7c514f3f28d56e94f80a0" /src: (copy (src .) (dst /src)) 2025-09-16 10:27.38 ---> saved as "289ebafdf1106d8e344d827af1847389996d9575c182644e49dab0981d3d9375" /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.51 seconds. OK 2025-09-16 10:27.47 ---> saved as "91a7b10fa61774f276c0f9cf63a53af069f356fd1ee4fe9fa38a4198475492d1" Job succeeded 2025-09-16 10:27.48: Job succeeded