2026-05-26 17:18.15: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/640/head (f7aea0815af5188e826de63d14734985ca9ec70a) (linux-x86_64:opensuse-16.0-5.4_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/640/head" && git reset --hard f7aea081 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24 # opensuse-16.0-5.4_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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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-05-26 17:18.15: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24-opensuse-16.0-5.4_opam-2.5-b66640535634494ff3041c37cc49ba3f" 2026-05-26 17:18.15: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24) (comment opensuse-16.0-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 (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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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-05-26 17:18.15: Waiting for resource in pool OCluster 2026-05-26 17:18.15: Waiting for worker… 2026-05-26 17:18.16: Got resource from pool OCluster Building on toxis.caelum.ci.dev HEAD is now at d58b716d Bump sexplib0 HEAD is now at f7aea081 Add suggestions to invalid_encoding error (from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24) 2026-05-26 17:18.17 ---> using "cb0f9324e23304add51463aebce1007d7ca172f3128873d0a9c3d295d6a1ab25" from cache /: (comment opensuse-16.0-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-05-26 17:18.17 ---> using "f2793a2f977ff547a423af46c71a9cd2b92e896ddbe73373f4a9197924c60cbf" 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..418d45864d master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-26 17:18.17 ---> using "8bd7e59d99786527e9fe895ca94718d99553741264cac221622446523c4984e5" 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. Continue? [Y/n] y 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. [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-05-26 17:18.17 ---> using "3d69309ea56d9cef4202e0f3d733061dd4270ae18290fc557f5ad193b1ef7cc7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-26 17:18.17 ---> using "732c85c1f4ecf0021d751a7c63e20d0dad9d7fcb51cb89804eb8b4977dd05cc1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-26 17:18.17 ---> using "13900893aeb74a615c6732855a6b7ae754de1f2da9367481a00fde09f06a1d64" 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 The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 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-05-26 17:18.17 ---> using "066c0fea6be771a878265fe12aa011ae46965869f7920143ad7670f7c36d6c4d" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-05-26 17:18.17 ---> saved as "439cd9c356232f371d4b5dd9baf9e3ac9d720175c14e48d733d50152f129dcfc" /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-05-26 17:18.20 ---> saved as "2e2ccf256d3fab223f9449157ac7e1543df146804138dfe06838a72563874d37" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-26 17:18.20 ---> saved as "7bdc6269708cc7a733da8c0ab2a65be0802dbc82ca0224b3ad018f224cd739f5" /src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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 "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - ....... - ......... - .......... - .......... - ........ - ....... - .......... - ........ - ........ - ....... - ......... - ......... - ......... - ......... - .......... - .......... - ...done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.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-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-05-26 17:18.51 ---> saved as "ffe64b10212d44193d6e6e68ff217f913f0ad3b87a1c6c16c9e0fe3620850741" /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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.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-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 13 packages - install base v0.17.3 - 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.17.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.17.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.17.3 (cached) -> retrieved cinaps.v0.15.1 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved yojson.3.0.0 (cached) -> 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 ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed re.1.14.0 -> installed sexplib0.v0.17.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.23.1 -> installed base.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-26 17:19.58 ---> saved as "cb61339f866036f6f43829d1396a8e198fc27d7dff01a238cec7ff412f4dac10" /src: (copy (src .) (dst /src)) 2026-05-26 17:19.58 ---> saved as "32bea7423d4224989cfda48c7b4493b70cf1c8c8c912cb138b77ad640fd9c979" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 21, characters 2-42: 21 | (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Duplicate dependency on package (sexplib0 (and :with-test (>= v0.15))) in 'depends' field. If you want to specify multiple constraints, combine them using (and ...). Hint: To disable this warning, add the following to your dune-project file: (warnings (duplicate_deps disabled)) File "test/encoding/504/migrations/run.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/encoding/504/migrations/run.t _build/default/test/encoding/504/migrations/run.t.corrected diff --git a/_build/default/test/encoding/504/migrations/run.t b/_build/default/test/encoding/504/migrations/run.t.corrected index 7ab50ef..d9e3d92 100644 --- a/_build/default/test/encoding/504/migrations/run.t +++ b/_build/default/test/encoding/504/migrations/run.t.corrected @@ -56,8 +56,11 @@ We also check our invalid decoding logic: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: ppxlib invalid encoding: ppxlib.migration.pexp_labeled_tuple_5_4 - Ppxlib failed to decode a feature from the OCaml 5.4 AST. If this does - not seem right, please do open an issue at + Ppxlib failed to decode a feature from the OCaml 5.4 AST. This is + likely caused by the use of a 5.4+ language feature within code + directly interpreted by a ppx. If you'd like this feature to be + supported by the ppx involved, please reach out to the ppx + maintainers. If this does not seem right, please do open an issue at https://github.com/ocaml-ppx/ppxlib/issues. [1] "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-05-26 17:20.22: Job failed: Failed: Build failed