2025-12-05 13:43.05: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/297/head (5962c3bed06a7f15918bc06832fddf09a9236921) (linux-x86_64:debian-13-4.09_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" && cd "ppx_deriving" && git fetch origin "refs/pull/297/head" && git reset --hard 5962c3becat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.09@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5# debian-13-4.09_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppx_deriving.opam ./RUN opam pin add -yn ppx_deriving.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.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppx_deriving.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-05 13:43.05: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:debian-13-ocaml-4.09@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5-debian-13-4.09_opam-2.4-38a2661edf940c6eb35b094a21c4f8c2"2025-12-05 13:43.05: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5)(comment debian-13-4.09_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppx_deriving.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppx_deriving.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.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.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.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-12-05 13:43.05: Waiting for resource in pool OCluster2025-12-05 13:43.05: Waiting for worker…2025-12-05 13:43.06: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 5962c3b ppx_deriving.create: set [with_default_loc](from ocaml/opam:debian-13-ocaml-4.09@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5' locallydocker.io/ocaml/opam@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5: Pulling from ocaml/opam13cc39f8244a: Already existsb27d53669817: Already exists062c909e206e: Already exists265baae72087: Already existsb6b7b385247c: Already existsbfb7bf5b7c6d: Already existsb18c76fc18f2: Already exists6bdbb37ee35f: Already exists84035aa4da2d: Already exists0c3307e14207: Already exists30b92d637d72: Already exists991b07583706: Already existse1d7a79a1495: Already exists6b08d63c6214: Already exists4c7236344711: Already exists12506f41e8b0: Already exists12506f41e8b0: Already exists2330d596aec1: Already existsa48299f5ec62: Already exists04618a577568: Already exists8c4b002d072b: Already exists4f4fb700ef54: Already existsff68f05e2976: Already existsd5543b560a3e: Already exists4a9030bbb1ef: Already existsc59b3bec3411: Already exists85a7c9be9495: Already existsdbc6bd8f2e44: Already exists6680a5133ca2: Already exists470c0056084c: Already exists6b9af56b67cf: Already existsc572cde25fb3: Already exists033b2d405acf: Already exists663cc5b3d424: Already exists840bbd47fded: Already existsfb8f644ba010: Already exists66735543f230: Already exists7896354b8c11: Already existsa0063722d8c2: Already exists7018e4a5881b: Already exists5511230be26a: Pulling fs layer40f67569465d: Pulling fs layer0f008cb40208: Pulling fs layer6b7ca41647e0: Pulling fs layer5511230be26a: Waiting40f67569465d: Waiting6b7ca41647e0: Waiting0f008cb40208: Waiting5511230be26a: Verifying Checksum5511230be26a: Download complete40f67569465d: Download complete0f008cb40208: Verifying Checksum0f008cb40208: Download complete6b7ca41647e0: Verifying Checksum6b7ca41647e0: Download complete5511230be26a: Pull complete40f67569465d: Pull complete0f008cb40208: Pull complete6b7ca41647e0: Pull completeDigest: sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca5Status: Downloaded newer image for ocaml/opam@sha256:c9713bbef7f9ec11a54f557062e604c092b8bf7d019e50c23e614c693c4e0ca52025-12-05 13:44.08 ---> saved as "fdec8556ea76014db997247791612cf485e44bed45b0b0c070f584c6a0d62e30"/: (comment debian-13-4.09_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-12-05 13:44.08 ---> saved as "7637a87144ac5b0fa431f19e87275a98c9c9a544bf5ca307551f31f8cc56bbe0"/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] yThis 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] Initialised2025-12-05 13:44.36 ---> saved as "4cf22ea9a5b3d9107f08520d4de94d40f000372cd94e7b8a72ece69f3582c076"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.09.12.4.12025-12-05 13:44.36 ---> saved as "5aa15a979e7687af8447ad704f6d85d8fc0ba4e098a1b15d79f3c197586eab30"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-05 13:44.37 ---> saved as "db36bceb8290f313a40d424fd7e9a225005679df8422d79ebfaa50d351010bd2"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD21f97b2e6d..3e41859015 master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.4.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-12-05 13:44.59 ---> saved as "47794c54eb2310267049432d123bc77519c0dceebea036690fcf7b34cb3805cc"/src: (copy (src ppx_deriving.opam) (dst ./))2025-12-05 13:44.59 ---> saved as "4336d94092a6cda956fd535f5ea0ad0963720973967baba545f94d2b6d9ff69e"/src: (run (network host)(shell "opam pin add -yn ppx_deriving.dev './'"))[ppx_deriving.dev] synchronised (file:///src)ppx_deriving is now pinned to file:///src (version dev)2025-12-05 13:45.01 ---> saved as "e3bfec55cc02b5024c800465464e08265979db2199d5f8ea0970e42833e4270c"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-05 13:45.01 ---> saved as "e35f13327a0fd3f9eb8f7c71c02ed83d9e5108d945e2a5ce0fe125470558eb8d"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.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.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [81.6 kB]- Fetched 9983 kB in 1s (7070 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_deriving.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.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-12-05 13:45.11 ---> saved as "1ff409162db2235bd6cdd27c253b296db7895d680f9c6b8a99b31aa27110d1d6"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.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 10 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 ppxlib 0.37.0- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.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 seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved ppxlib.0.37.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.16.0-> installed ocaml-compiler-libs.v0.12.4-> installed cppo.1.8.0-> installed ounit2.2.2.7-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-05 13:45.57 ---> saved as "2e54b8a6e0995ff5e6472e0eed46acdd7355e172dd3fd6e61d2abb234e5d53ea"/src: (copy (src .) (dst /src))2025-12-05 13:45.57 ---> saved as "634d602355682cdbeb91f415ffdc830132101c0a4ef82cf1f1b4b68676cb4a7f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src_test/api && ./test_api.exe).Ran: 1 tests in: 0.10 seconds.OK(cd _build/default/src_test/fold && ./test_deriving_fold.exe)....Ran: 4 tests in: 0.10 seconds.OK(cd _build/default/src_test/iter && ./test_deriving_iter.exe)....Ran: 4 tests in: 0.10 seconds.OK(cd _build/default/src_test/create && ./test_deriving_create.exe)..Ran: 2 tests in: 0.10 seconds.OK(cd _build/default/src_test/ord && ./test_deriving_ord.exe)..............Ran: 14 tests in: 0.11 seconds.OK(cd _build/default/src_test/eq && ./test_deriving_eq.exe)............Ran: 12 tests in: 0.11 seconds.OK(cd _build/default/src_test/make && ./test_deriving_make.exe)....Ran: 4 tests in: 0.10 seconds.OK(cd _build/default/src_test/map && ./test_deriving_map.exe)............Ran: 12 tests in: 0.11 seconds.OK(cd _build/default/src_test/show && ./test_deriving_show.exe)......................Ran: 22 tests in: 0.11 seconds.OK(cd _build/default/src_test/deriving && ./test_ppx_deriving.exe)..Ran: 2 tests in: 0.10 seconds.OK2025-12-05 13:46.01 ---> saved as "ef8b1792b34e99a15ac70b91585a7be380dc0c0ef87ab13b7ce433efd748516d"Job succeeded2025-12-05 13:46.01: Job succeeded