2026-04-13 10:24.40: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (e7ff3012b87dc16be1b058b0f480f944c8d1a165) (linux-arm64:debian-13-4.14_arm64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "master" && cd "ppx_import" && git reset --hard e7ff3012 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109 # debian-13-4.14_arm64_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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --chown=1000:1000 ppx_import.opam ./ RUN opam pin add -yn ppx_import.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.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 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.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.5 --depext-only -y ppx_import.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-04-13 10:24.40: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109-debian-13-4.14_arm64_opam-2.5-70985eedf1e5485d8344a20d60434895" 2026-04-13 10:24.40: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109) (comment debian-13-4.14_arm64_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_import.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppx_import.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.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 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.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.5 --depext-only -y ppx_import.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-13 10:24.40: Waiting for resource in pool OCluster 2026-04-13 11:16.42: Waiting for worker… 2026-04-13 11:33.43: Got resource from pool OCluster Building on ainia.caelum.ci.dev All commits already cached HEAD is now at e7ff301 Merge pull request #100 from Octachron/Support_OCaml_5.4 (from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109' locally docker.io/ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109: Pulling from ocaml/opam deab8db42772: Already exists 0e3be483d5aa: Already exists 068cb436b3a9: Already exists 876321ecdfda: Already exists 273508c8cc8f: Already exists 0127577a5c6f: Already exists 3a9ccd696d58: Already exists 07e9e46cfc73: Already exists 90969cd95f06: Already exists 73bba924289b: Already exists 95b440bef6e0: Already exists 4d557eea525f: Already exists 66433cb92d59: Already exists c84c96b2584b: Already exists 4c2683e0739d: Already exists 5d1e421ae43b: Already exists 30b477dede6e: Already exists 30b477dede6e: Already exists ae38f53b91ad: Already exists 2891aff3bb84: Already exists 557b57ba5e84: Already exists 26aa66f0772d: Already exists 4f4fb700ef54: Already exists 052acd1bf2d5: Already exists 574caf9a2301: Already exists 84389297cf64: Already exists 6bbca6fcf80a: Already exists a3d41e3ab742: Already exists 8d1ee78e3cbb: Already exists 7e42808b1a06: Already exists 145716f86fbb: Already exists 96f1a7065127: Already exists bf34a5cce066: Already exists b208125ec0c1: Already exists eb9f72cac455: Already exists b5c4657cdf92: Already exists 8600938f91bb: Already exists 2ddefa03d6ee: Already exists 62e3edde3b1e: Already exists 767c1c88ccf6: Already exists 0d5131c49294: Already exists 9c2c11790be8: Pulling fs layer 2584a6dfc06c: Pulling fs layer cec11c32adaa: Pulling fs layer d831832b8f59: Pulling fs layer d831832b8f59: Waiting cec11c32adaa: Download complete 2584a6dfc06c: Verifying Checksum 2584a6dfc06c: Download complete 9c2c11790be8: Verifying Checksum 9c2c11790be8: Download complete 9c2c11790be8: Pull complete 2584a6dfc06c: Pull complete cec11c32adaa: Pull complete d831832b8f59: Pull complete Digest: sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109 Status: Downloaded newer image for ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109 2026-04-13 11:33.44 ---> using "853e3fdac7d8137a097410d60184de0a363c7c18364d78eaac3fa862c4d4862b" from cache /: (comment debian-13-4.14_arm64_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-13 11:33.44 ---> using "08ea8f836be9d9dbc14b98292c65edba305af4c661e7cc2804e3b5ce5fe2519e" 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.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] Initialised 2026-04-13 11:33.44 ---> using "b40aea51f0301344ae3f42fcd7534cc2abca62a171f9ac0dbe434190a7a52f5e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-13 11:33.44 ---> using "496ba401a603502712c0f8c7dc229480b2690d50c4cbcb035289331a652d2ab3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-13 11:33.44 ---> using "6817a84d7a32db085e0d3669870aebe83f18b6dfb95e1e56d33055a33ca58097" 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")) d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-13 11:33.44 ---> using "425d93cdb2572c0affdfea9caddba896d335ecc199c3dcc1b1dfc97e16805f43" from cache /src: (copy (src ppx_import.opam) (dst ./)) 2026-04-13 11:33.44 ---> saved as "cb3783659a6a2785b1a5229901d37c65321f7c27cbae6123857e4bf61d552384" /src: (run (network host) (shell "opam pin add -yn ppx_import.dev './'")) [ppx_import.dev] synchronised (file:///src) ppx_import is now pinned to file:///src (version dev) 2026-04-13 11:33.46 ---> saved as "17e23e9f71c91fa65cb7804ec02faf19fdb44cb4b5564513a718b02e6c17d587" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-13 11:33.47 ---> saved as "186068dfabe4dc91e8803a2e018d811d8bc0be52c36428d23edd54a91acb98f3" /src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.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 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.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.5 --depext-only -y ppx_import.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main arm64 Packages [122 kB] - Fetched 213 kB in 0s (1572 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_import.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-04-13 11:33.57 ---> saved as "2e4e0de469d86bb317123747108f65ca2d604cdda8af1411e991532c36fcd0fc" /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 16 packages - install base v0.16.4 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.22.1 - install dune-configurator 3.22.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ounit 2.2.7 - install ounit2 2.2.7 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.4 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ounit.2.2.7, ounit2.2.2.7 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.22.1, dune-configurator.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 csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed dune-configurator.3.22.1 -> installed base.v0.16.4 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed ppx_sexp_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-13 11:35.08 ---> saved as "c0da8432bebed95c6981ff2338b2e326325ddf843d1f837d8c7a4a721bcd620e" /src: (copy (src .) (dst /src)) 2026-04-13 11:35.09 ---> saved as "fb8b3e244124b55b631a65e473cedb57769f10e4c9e494a61fe9245501a87a55" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe) .... Ran: 4 tests in: 0.25 seconds. OK 2026-04-13 11:35.21 ---> saved as "0b17f8e0c6aff8e4cd58b2069e7c1b270b3b850a15c408543c13052d1d352e2a" Job succeeded 2026-04-13 11:35.21: Job succeeded