2026-04-03 11:37.46: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/heads/master (c6e1b0899e83407f376ce14ae19ad102f5ad4439) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" -b "master" && cd "ppx_deriving" && git reset --hard c6e1b089cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --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-BLOCK2026-04-03 11:37.46: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591-opensuse-15.6-5.4_opam-2.5-9c0560d9e69ae50821a513e5b23bf249"2026-04-03 11:37.46: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)(comment opensuse-15.6-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.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.5 --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")))2026-04-03 11:37.46: Waiting for resource in pool OCluster2026-04-03 20:10.11: Waiting for worker…2026-04-03 20:12.15: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at c6e1b08 Merge pull request #297 from arvidj/aj/create-set-default-loc(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591' locallydocker.io/ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591: Pulling from ocaml/opamcf0250ddcb79: Already exists99d6228551d3: Pulling fs layereb9744e995eb: Pulling fs layer5ae1a21f2990: Pulling fs layere38ab4698354: Pulling fs layer9a5662450177: Pulling fs layer99d6228551d3: Waiting5ae1a21f2990: Waitinge38ab4698354: Waiting476dc93a5a76: Pulling fs layer3726ac50f1a1: Pulling fs layercae38fdf66bd: Pulling fs layer31993a0324ec: Pulling fs layer9a5662450177: Waiting3726ac50f1a1: Waiting2d362c465023: Pulling fs layer7ac0c4ac1b7d: Pulling fs layercae38fdf66bd: Waiting31993a0324ec: Waiting2d362c465023: Waitingf696c93325ec: Pulling fs layer4a19fe572635: Pulling fs layerf696c93325ec: Waiting264628790d1f: Pulling fs layer934484690cb7: Pulling fs layer4a19fe572635: Waiting264628790d1f: Waiting8ffdfee9f956: Pulling fs layer676e0a41c843: Pulling fs layer8637e8d57023: Pulling fs layer4f4fb700ef54: Pulling fs layer8ffdfee9f956: Waiting70a843b0e124: Pulling fs layer676e0a41c843: Waitinga6ee600dcedf: Pulling fs layer4f4fb700ef54: Waiting70a843b0e124: Waiting030ed89b21b4: Pulling fs layer7e41148aff92: Pulling fs layer030ed89b21b4: Waiting2ab16f67a61d: Pulling fs layer9c259d4cd45b: Pulling fs layer7e41148aff92: Waitinga74b17d442a2: Pulling fs layere80055926786: Pulling fs layer9c259d4cd45b: Waitingffb97e0921dc: Pulling fs layer7313cd36453e: Pulling fs layere80055926786: Waiting8fd197a1e0b6: Pulling fs layerc8073b345e19: Pulling fs layer8fd197a1e0b6: Waitingf56d37d0326a: Pulling fs layerc1bfcfbe1453: Pulling fs layer41ff16dcdf3c: Pulling fs layerf56d37d0326a: Waitingcbe2a067d63a: Pulling fs layerc8073b345e19: Waitingc1bfcfbe1453: Waiting65ca06df0321: Pulling fs layer41ff16dcdf3c: Waitingcbe2a067d63a: Waitingbb9ce1267676: Pulling fs layer65ca06df0321: Waitingf32cc46a62fc: Pulling fs layer8df21db24745: Pulling fs layerbb9ce1267676: Waitingf32cc46a62fc: Waiting717f71e75fbf: Pulling fs layerf50f423e5f7d: Pulling fs layer8df21db24745: Waiting130578962785: Pulling fs layer717f71e75fbf: Waitingeb66f1ce35ef: Pulling fs layerf50f423e5f7d: Waiting130578962785: Waiting659b7fa104b4: Pulling fs layereb66f1ce35ef: Waiting659b7fa104b4: Waiting99d6228551d3: Download complete99d6228551d3: Pull complete5ae1a21f2990: Verifying Checksum5ae1a21f2990: Download completee38ab4698354: Download complete9a5662450177: Verifying Checksum9a5662450177: Download complete476dc93a5a76: Verifying Checksum476dc93a5a76: Download complete3726ac50f1a1: Verifying Checksum3726ac50f1a1: Download completecae38fdf66bd: Verifying Checksumcae38fdf66bd: Download complete31993a0324ec: Verifying Checksumeb9744e995eb: Verifying Checksumeb9744e995eb: Download complete2d362c465023: Verifying Checksum2d362c465023: Download complete7ac0c4ac1b7d: Verifying Checksum7ac0c4ac1b7d: Download completef696c93325ec: Verifying Checksumf696c93325ec: Download complete4a19fe572635: Verifying Checksum4a19fe572635: Download complete264628790d1f: Verifying Checksum264628790d1f: Download complete934484690cb7: Download complete8ffdfee9f956: Download complete676e0a41c843: Verifying Checksum676e0a41c843: Download complete8637e8d57023: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete70a843b0e124: Download completea6ee600dcedf: Download complete030ed89b21b4: Verifying Checksum030ed89b21b4: Download completeeb9744e995eb: Pull complete2ab16f67a61d: Download complete7e41148aff92: Download complete9c259d4cd45b: Download completee80055926786: Download completea74b17d442a2: Download completeffb97e0921dc: Verifying Checksumffb97e0921dc: Download complete7313cd36453e: Verifying Checksum7313cd36453e: Download complete8fd197a1e0b6: Verifying Checksum8fd197a1e0b6: Download completec8073b345e19: Verifying Checksumc8073b345e19: Download completec1bfcfbe1453: Download completecbe2a067d63a: Verifying Checksumcbe2a067d63a: Download complete65ca06df0321: Download completebb9ce1267676: Verifying Checksumf32cc46a62fc: Verifying Checksumf32cc46a62fc: Download complete8df21db24745: Download complete41ff16dcdf3c: Verifying Checksum41ff16dcdf3c: Download complete717f71e75fbf: Verifying Checksum717f71e75fbf: Download complete130578962785: Download completeeb66f1ce35ef: Verifying Checksumeb66f1ce35ef: Download complete659b7fa104b4: Verifying Checksum659b7fa104b4: Download complete5ae1a21f2990: Pull completee38ab4698354: Pull complete9a5662450177: Pull completef50f423e5f7d: Verifying Checksumf50f423e5f7d: Download complete476dc93a5a76: Pull complete3726ac50f1a1: Pull completecae38fdf66bd: Pull completef56d37d0326a: Verifying Checksumf56d37d0326a: Download complete31993a0324ec: Pull complete2d362c465023: Pull complete7ac0c4ac1b7d: Pull completef696c93325ec: Pull complete4a19fe572635: Pull complete264628790d1f: Pull complete934484690cb7: Pull complete8ffdfee9f956: Pull complete676e0a41c843: Pull complete8637e8d57023: Pull complete4f4fb700ef54: Pull complete70a843b0e124: Pull completea6ee600dcedf: Pull complete030ed89b21b4: Pull complete7e41148aff92: Pull complete2ab16f67a61d: Pull complete9c259d4cd45b: Pull completea74b17d442a2: Pull completee80055926786: Pull completeffb97e0921dc: Pull complete7313cd36453e: Pull complete8fd197a1e0b6: Pull completec8073b345e19: Pull completef56d37d0326a: Pull completec1bfcfbe1453: Pull complete41ff16dcdf3c: Pull completecbe2a067d63a: Pull complete65ca06df0321: Pull completebb9ce1267676: Pull completef32cc46a62fc: Pull complete8df21db24745: Pull complete717f71e75fbf: Pull completef50f423e5f7d: Pull complete130578962785: Pull completeeb66f1ce35ef: Pull complete659b7fa104b4: Pull completeDigest: sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591Status: Downloaded newer image for ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c15912026-04-03 20:12.15 ---> using "c6a1131d87fe81b3c5dd0a1a137a8f5539f4e2f1fd1faba8a2efef22e8c4eba9" from cache/: (comment opensuse-15.6-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-03 20:12.15 ---> using "aba125f442ebca1613bb2dc403fa17f047432f612fe1fe553be27d9e02cd9dd7" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 20:12.15 ---> using "9958be451c1edb34a483a57a08196fec3220f75513964403498fe28c613b8a9f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 20:12.15 ---> using "fcd9c1d34ef35aa901203eee22440fe414d47a07fca0ba30d8c25a578321e6ea" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 20:12.15 ---> using "b971d9c91a5370a63037966e03acbc1f3330aa7e4ec33858cf986917a901851d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..d28e8bf13a master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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.5.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)2026-04-03 20:12.15 ---> using "fe3b36e4a58d2538594eee6a8742fcb56cdeda72a83986eb1b225914f0ec098f" from cache/src: (copy (src ppx_deriving.opam) (dst ./))2026-04-03 20:12.16 ---> saved as "96cecfcab242c6001cfe4aedf7dec9807cc36aad9808579da76b95363ff8f432"/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)2026-04-03 20:12.17 ---> saved as "32cca811a8592a60b9ba8a0fab830decf811f204e24b178e698fb7622ac2999f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 20:12.17 ---> saved as "e14d4c0d88f7c5daf8072bdd020f377299bbb466c9657e64aca855eca86f954a"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib0.v0.17.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.5 --depext-only -y ppx_deriving.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ...- .....- ....- ....- ....- ....- ....- ..........done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- ....- ....- ....- ....- ....- ....- .......- ............- ..........- ..........- ..........- ..........- ...- ..- ..- .- ....- ..- done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_deriving.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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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).# To update the current shell environment, run: eval $(opam env)2026-04-03 20:13.50 ---> saved as "a8b50d7122654648723c0a46fa4c4d9b942e850f6657025348a170f90ee0ed37"/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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-effects 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 10 packages- install cppo 1.8.0- install dune 3.22.1- install ocaml-compiler-libs v0.17.0- install ocamlfind 1.9.8- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppxlib 0.38.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (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.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved dune.3.22.1 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.1-> 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.17.0-> installed ounit2.2.2.7-> installed ppxlib.0.38.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 20:14.38 ---> saved as "6fd81faba46d92d8c819009bbd9a1635432ac8e10c8a203730eb8507637a1d10"/src: (copy (src .) (dst /src))2026-04-03 20:14.39 ---> saved as "56cf29e40627d11ee1edec87260b80a98a2b5a1d97c5ce8444c673cdcb0c6b0d"/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.11 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/ord && ./test_deriving_ord.exe)..............Ran: 14 tests in: 0.11 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/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.11 seconds.OK2026-04-03 20:14.45 ---> saved as "e3e950578829dcc7bc2e5be86ca3d95cbcd18a0f06d5a49a1f6d25dc5b47adab"Job succeeded2026-04-03 20:14.45: Job succeeded