2026-03-26 14:46.28: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/301/head (807d04cd358e8320894d2ca85a6f335b9915d233) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" && cd "ppx_deriving" && git fetch origin "refs/pull/301/head" && git reset --hard 807d04cdcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb# debian-13-5.4_riscv64_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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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.0 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-03-26 14:46.28: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb-debian-13-5.4_riscv64_opam-2.5-e2fa4b4bf23e8b98311ded5611f77ddc"2026-03-26 14:46.28: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)(comment debian-13-5.4_riscv64_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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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.0 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-03-26 14:46.28: Waiting for resource in pool OCluster2026-03-26 21:09.38: Waiting for worker…2026-03-27 14:27.22: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devAll commits already cachedHEAD is now at 807d04c add `[@@deriving pp]` that only generates `pp` and not `show`(from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb' locallydocker.io/ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb: Pulling from ocaml/opam3be247472b67: Already exists1130a6599d48: Already exists4563094dc5bf: Already existsfe576e939753: Already exists796ec56fee5d: Already existsae1dbdab64f3: Already exists54ebe7f31159: Already exists9c74968441d6: Already exists8ff00744bcbe: Already existsbeefc92ce96c: Already exists13c3a23afc45: Already exists3ad6f94d2ab3: Already exists22575fc2056a: Already exists079151a0f1cd: Already exists3121107eb638: Already exists0fa7697d3886: Already existsb01afbafdb23: Already existsb01afbafdb23: Already existsf1fca7591d59: Already existsf0f274f772f6: Already exists9ce5599383df: Already exists3794f582ed46: Already exists4f4fb700ef54: Already existsa98d5511bfa4: Already exists644d5d83146e: Already exists736a3abf8060: Already existsfcf7694b8ff7: Already exists23acdcf20d0c: Already existsca82e2abed2b: Already exists7e0ab658accc: Already existsf0d1ebb4aea1: Already existsebc9ee3f3ea8: Already exists730afd2601cb: Already exists62485c2f91d4: Already existse018d49283ab: Already existse070b48b5cf1: Already exists6158a39b48ff: Already exists989b36477d41: Already existsa2020f8fe115: Already existsc382453fc245: Already existsa96fccb405ba: Already exists48f4eab97ee7: Pulling fs layer0c16dce1868e: Pulling fs layer3523be22c1ac: Pulling fs layera9761b50840d: Pulling fs layer7b0a2713f29f: Pulling fs layerdb782875bfc3: Pulling fs layer664ae43875a8: Pulling fs layera9761b50840d: Waitingdb782875bfc3: Waiting7b0a2713f29f: Waiting664ae43875a8: Waiting48f4eab97ee7: Verifying Checksum48f4eab97ee7: Download complete48f4eab97ee7: Pull complete0c16dce1868e: Verifying Checksum0c16dce1868e: Download complete0c16dce1868e: Pull complete3523be22c1ac: Download complete7b0a2713f29f: Verifying Checksum7b0a2713f29f: Download complete664ae43875a8: Verifying Checksum664ae43875a8: Download complete3523be22c1ac: Pull completedb782875bfc3: Verifying Checksumdb782875bfc3: Download completea9761b50840d: Verifying Checksuma9761b50840d: Download completea9761b50840d: Pull complete7b0a2713f29f: Pull completedb782875bfc3: Pull complete664ae43875a8: Pull completeDigest: sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fbStatus: Downloaded newer image for ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb2026-03-27 14:27.23 ---> using "e0905cb4ea77c127c2496da0afb75340dc772dd47ed162b86bc55e06e6af136a" from cache/: (comment debian-13-5.4_riscv64_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-03-27 14:27.23 ---> using "678184416a598483bd3e16c53def6d123ed7dc6797cbe0ea3c6b0a3dbcdc7bd5" 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-03-27 14:27.23 ---> using "ad7ed4390d364d59a28a0fd9fbdf3b2736407d154db8cc6883b591d30340507d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.5.02026-03-27 14:27.23 ---> using "045609221492a2388bb503a2166fe9e945abd6f25f13d0ab21aa83754ab14aed" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-27 14:27.23 ---> using "4f94c0140991a32313ae5fd6ef2a17627880235ae274410ce5cec7b38666b910" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..46f289cd37 master -> origin/master46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0<><> 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-03-27 14:27.23 ---> using "cb81b9d535497f7914d7525f0f0d437eb5a9736c26b69fbff76af761581f7feb" from cache/src: (copy (src ppx_deriving.opam) (dst ./))2026-03-27 14:27.23 ---> using "84db917710652c901580a9cbc600da311a2d327401ce6fad13420ca1dc13b7b1" from cache/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-03-27 14:27.23 ---> using "4ea9bd42ac26063aeaf587573c918e676ef684a09acca21fe03bc28566550d43" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-27 14:27.23 ---> using "0a47401e510660554cfbf81ae0119937162d82d7172fa5093ce9c9a82a643956" from cache/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.0 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 "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 riscv64 Packages [9380 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [108 kB]- Fetched 9718 kB in 5s (1920 kB/s)- Reading package lists...-<><> 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-03-27 14:27.23 ---> using "d18e12c2a2c259207c14c1c21473f43016182076e4c0747fe51c5ee2e38d2b90" 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-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.0- 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.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.0-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.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-03-27 14:27.23 ---> using "5182b5b59003e4dfc0e11aef172dc06b62bb23b2fc933a28ccad63a7c6e4f031" from cache/src: (copy (src .) (dst /src))2026-03-27 14:27.24 ---> saved as "0fe0ec5b4ca54a54bd20a27c0afb3866e6454a6f5948afa225caffee67336501"/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.14 seconds.OK(cd _build/default/src_test/fold && ./test_deriving_fold.exe)....Ran: 4 tests in: 0.14 seconds.OK(cd _build/default/src_test/ord && ./test_deriving_ord.exe)..............Ran: 14 tests in: 0.17 seconds.OK(cd _build/default/src_test/show && ./test_deriving_show.exe)........................Ran: 24 tests in: 0.18 seconds.OK(cd _build/default/src_test/create && ./test_deriving_create.exe)..Ran: 2 tests in: 0.11 seconds.OK(cd _build/default/src_test/eq && ./test_deriving_eq.exe)............Ran: 12 tests in: 0.14 seconds.OK(cd _build/default/src_test/iter && ./test_deriving_iter.exe)....Ran: 4 tests in: 0.12 seconds.OK(cd _build/default/src_test/make && ./test_deriving_make.exe)....Ran: 4 tests in: 0.11 seconds.OK(cd _build/default/src_test/map && ./test_deriving_map.exe)............Ran: 12 tests in: 0.14 seconds.OK(cd _build/default/src_test/deriving && ./test_ppx_deriving.exe)..Ran: 2 tests in: 0.12 seconds.OK2026-03-27 14:29.28 ---> saved as "634a7102eacd527be21de682ad9e65e41f9409a499d4db259d486877af1d617f"Job succeeded2026-03-27 14:29.28: Job succeeded