2026-06-02 17:02.01: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (df9d10b5163b35d646b75dc412237280e43273d0) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard df9d10b5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 # debian-13-4.14_riscv64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./ RUN opam pin add -yn ppxlib.dev './' && \ opam pin add -yn ppxlib-tools.dev './' && \ opam pin add -yn ppxlib-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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 2026-06-02 17:02.01: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148-debian-13-4.14_riscv64_opam-2.5-b6845581f92920747431b0604845e618" 2026-06-02 17:02.01: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148) (comment debian-13-4.14_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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-06-02 17:02.01: Waiting for resource in pool OCluster 2026-06-02 17:02.04: Waiting for worker… 2026-06-03 17:15.37: Got resource from pool OCluster Building on riscv-qemu-molpadia-1 hint: Using 'master' as the name for the initial branch. This default branch name hint: will change to "main" in Git 3.0. To configure the initial branch name hint: to use in all of your new repositories, which will suppress this warning, hint: call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ppxlib.git-5fafe69709f8b3adce4abae87ffdb924de396fb8/.git/ Updating files: 57% (278/487) Updating files: 58% (283/487) Updating files: 59% (288/487) Updating files: 60% (293/487) Updating files: 61% (298/487) Updating files: 62% (302/487) Updating files: 63% (307/487) Updating files: 64% (312/487) Updating files: 65% (317/487) Updating files: 66% (322/487) Updating files: 67% (327/487) Updating files: 68% (332/487) Updating files: 69% (337/487) Updating files: 70% (341/487) Updating files: 71% (346/487) Updating files: 72% (351/487) Updating files: 73% (356/487) Updating files: 74% (361/487) Updating files: 75% (366/487) Updating files: 76% (371/487) Updating files: 77% (375/487) Updating files: 78% (380/487) Updating files: 79% (385/487) Updating files: 80% (390/487) Updating files: 81% (395/487) Updating files: 82% (400/487) Updating files: 83% (405/487) Updating files: 84% (410/487) Updating files: 85% (414/487) Updating files: 86% (419/487) Updating files: 87% (424/487) Updating files: 88% (429/487) Updating files: 89% (434/487) Updating files: 90% (439/487) Updating files: 91% (444/487) Updating files: 92% (449/487) Updating files: 93% (453/487) Updating files: 94% (458/487) Updating files: 95% (463/487) Updating files: 96% (468/487) Updating files: 97% (473/487) Updating files: 98% (478/487) Updating files: 99% (483/487) Updating files: 100% (487/487) Updating files: 100% (487/487), done. HEAD is now at df9d10b5 Merge pull request #642 from NathanReb/update-5-6-support (from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148' locally docker.io/ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148: Pulling from ocaml/opam 16def90c9320: Pulling fs layer 2fb6ad275801: Pulling fs layer 8f948ee65c8c: Pulling fs layer e3857620b2e3: Pulling fs layer 757abf2776cc: Pulling fs layer 0579cb6ab594: Pulling fs layer 147d6f7e3ac8: Pulling fs layer ce822b37f90d: Pulling fs layer 4ed8411f916d: Pulling fs layer 7a17e2d8fc06: Pulling fs layer c602fc8ace5e: Pulling fs layer d0814598e157: Pulling fs layer 2a662ad093c5: Pulling fs layer e5454370caa7: Pulling fs layer abb5d92a5a6e: Pulling fs layer abb5d92a5a6e: Pulling fs layer 95892e90f5bd: Pulling fs layer a29ae65dad1a: Pulling fs layer eca8d6ac8a47: Pulling fs layer c8e548f9b440: Pulling fs layer 79abe6ba87ae: Pulling fs layer 0cfd154e1e5d: Pulling fs layer 9228a6b99d0b: Pulling fs layer c6c7822b3a69: Pulling fs layer 2b34933fa0a0: Pulling fs layer 4f4fb700ef54: Pulling fs layer 23dd9958186a: Pulling fs layer 77c9fb28163e: Pulling fs layer 4046ebec70f9: Pulling fs layer 24962eb9bb70: Pulling fs layer 0f824191c7cc: Pulling fs layer 07e5d6b3cb74: Pulling fs layer e6cfbfba1b05: Pulling fs layer 6d5ea7e5e4af: Pulling fs layer 171b3f10d791: Pulling fs layer 0381acc2a8b0: Pulling fs layer 63d4a5fad49f: Pulling fs layer 9f25489b0b07: Pulling fs layer 5f5a05b1009d: Pulling fs layer 98c684fb6d19: Pulling fs layer 9fcd716da651: Pulling fs layer 6d089a99df41: Pulling fs layer 90e88fab92d1: Pulling fs layer f44b4a5b92bf: Pulling fs layer 4f4fb700ef54: Already exists 8f948ee65c8c: Download complete 7a17e2d8fc06: Download complete 2a662ad093c5: Download complete abb5d92a5a6e: Download complete 95892e90f5bd: Download complete eca8d6ac8a47: Download complete 0579cb6ab594: Download complete 147d6f7e3ac8: Download complete d0814598e157: Download complete c6c7822b3a69: Download complete e5454370caa7: Download complete 9228a6b99d0b: Download complete 0cfd154e1e5d: Download complete c602fc8ace5e: Download complete 24962eb9bb70: Download complete 98c684fb6d19: Download complete c8e548f9b440: Download complete 6d5ea7e5e4af: Download complete e3857620b2e3: Download complete 0381acc2a8b0: Download complete 6d089a99df41: Download complete 07e5d6b3cb74: Download complete 2b34933fa0a0: Download complete 5f5a05b1009d: Download complete 90e88fab92d1: Download complete 0f824191c7cc: Download complete e6cfbfba1b05: Download complete 23dd9958186a: Download complete 9fcd716da651: Download complete f44b4a5b92bf: Download complete 757abf2776cc: Download complete 171b3f10d791: Download complete 79abe6ba87ae: Download complete 4046ebec70f9: Download complete 2fb6ad275801: Download complete ce822b37f90d: Download complete 16def90c9320: Download complete 63d4a5fad49f: Download complete 9f25489b0b07: Download complete 16def90c9320: Pull complete 7a17e2d8fc06: Pull complete 0381acc2a8b0: Pull complete 4ed8411f916d: Download complete 2fb6ad275801: Pull complete 24962eb9bb70: Pull complete 9f25489b0b07: Pull complete 4046ebec70f9: Pull complete 171b3f10d791: Pull complete 79abe6ba87ae: Pull complete 63d4a5fad49f: Pull complete ce822b37f90d: Pull complete e3857620b2e3: Pull complete 77c9fb28163e: Download complete 757abf2776cc: Pull complete 6d089a99df41: Pull complete 8f948ee65c8c: Pull complete 2a662ad093c5: Pull complete abb5d92a5a6e: Pull complete 0cfd154e1e5d: Pull complete 6d5ea7e5e4af: Pull complete 4f4fb700ef54: Pull complete 95892e90f5bd: Pull complete 147d6f7e3ac8: Pull complete 9228a6b99d0b: Pull complete 5f5a05b1009d: Pull complete 90e88fab92d1: Pull complete 98c684fb6d19: Pull complete c8e548f9b440: Pull complete 2b34933fa0a0: Pull complete 23dd9958186a: Pull complete f44b4a5b92bf: Pull complete 0579cb6ab594: Pull complete c6c7822b3a69: Pull complete eca8d6ac8a47: Pull complete a29ae65dad1a: Download complete 4ed8411f916d: Pull complete 9fcd716da651: Pull complete 77c9fb28163e: Pull complete d0814598e157: Pull complete c602fc8ace5e: Pull complete 07e5d6b3cb74: Pull complete a29ae65dad1a: Pull complete 0f824191c7cc: Pull complete e6cfbfba1b05: Pull complete e5454370caa7: Pull complete Digest: sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 Status: Downloaded newer image for ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 2026-06-03 17:16.35 ---> using "e71f5e93635579aa375264ff191cd7628a76bff17fa38e70c7301fbe5a55a510" from cache /: (comment debian-13-4.14_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-06-03 17:16.35 ---> using "0cf8b1f5e58dd7e6eb772897ce3a08791c101d5fcb5cd281143337c7032e9454" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..2974a97c3d master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-06-03 17:16.35 ---> using "999bc6e03eb112d0f9500a2bbe73443e958fb74e039c1f464dfb8ff5d3a8830a" 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-03 17:16.35 ---> using "66cb9e76b0430f0e836af009830b24ad40443c36256cffa9a88fb9ae25c11497" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-14-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-03 17:16.35 ---> using "ccd53a3f42b4dfec8bd6bf9d24e47305bd082dd83d4b31f7a56b3032bc5f6a9d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-03 17:16.35 ---> using "efac0a770b2a8fa5973d0ef60b8c9e4fea2c160ef754087b940d27f0bfef6500" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 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-06-03 17:16.35 ---> using "26878ee28a98c7f5e12c6d44342acba5c94d2574cd18b1bf09d7433aa6020e73" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-06-03 17:16.37 ---> saved as "13129f428ff2c5925a105b2a480abe8d323c619eafead8eb96087b413fff689b" /src: (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) [ppxlib.dev] synchronised (file:///src) ppxlib is now pinned to file:///src (version dev) [ppxlib-tools.dev] synchronised (file:///src) ppxlib-tools is now pinned to file:///src (version dev) [NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch. [ppxlib-bench.dev] synchronised (file:///src) ppxlib-bench is now pinned to file:///src (version dev) 2026-06-03 17:18.17 ---> saved as "30efb316342b151f2b3b8f8d280a31466af9635e60251ceed8ac97732e8c89e1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-03 17:18.19 ---> saved as "8e6f91f1ddc62d2499690f6b9efc964ca1906c46e403822478698921453ba287" /src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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 [9379 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [187 kB] - Fetched 9797 kB in 15s (634 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///src) [ppxlib-bench.dev] synchronised (file:///src) [ppxlib-tools.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.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). # To update the current shell environment, run: eval $(opam env) 2026-06-03 17:21.31 ---> saved as "6a929917736ebcf8b0a7de40d12aa1d4dff17418984679c52e3b2657e76277b6" /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.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 base v0.16.5 - install cinaps v0.15.1 - install cmdliner 2.1.1 - install csexp 1.5.2 - install dune 3.23.1 - install dune-configurator 3.23.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.16.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.5 (cached) -> retrieved cinaps.v0.15.1 (https://opam.ocaml.org/cache) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.1 (https://opam.ocaml.org/cache) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache) -> retrieved re.1.14.0 (cached) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved yojson.3.0.0 (https://opam.ocaml.org/cache) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed cmdliner.2.1.1 -> installed ocamlfind.1.9.8 -> installed dune.3.23.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed yojson.3.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.23.1 -> installed base.v0.16.5 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-03 17:42.43 ---> saved as "159c1ac8f44a71aafd86b35eecfc6ff2eaccfb57cab42f4b1b7a15eac9c8b68e" /src: (copy (src .) (dst /src)) 2026-06-03 17:42.54 ---> saved as "6bf28cdd3d58a4b763d5f0635b6bb9fbccf898d7ac4740f10eee2abe424ca4ad" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-06-03 17:56.05 ---> saved as "d11169cd6d28921429674db37d54a9f8d87bb3f43ea7fb1d2cdda6a43e90bce5" Job succeeded 2026-06-03 17:56.09: Job succeeded