2025-10-15 10:19.43: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/v1.x (2a28839e75e03a60cea6188ea5eed81bdefc5a9a) (linux-x86_64:debian-13-5.3_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "v1.x" && cd "ppx_import" && git reset --hard 2a28839e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 # debian-13-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 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.4 --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 2025-10-15 10:19.43: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4-debian-13-5.3_opam-2.4-034a06e38c6e8847b567c2c513e4885c" 2025-10-15 10:19.43: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4) (comment debian-13-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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 (network host) (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 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 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.4 --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")) ) 2025-10-15 10:19.43: Waiting for resource in pool OCluster 2025-10-15 12:05.13: Waiting for worker… 2025-10-15 12:08.34: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 2a28839 Merge pull request #104 from ejgallego/ocaml_54_1x (from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4' locally docker.io/ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4: Pulling from ocaml/opam cae3b572364a: Already exists 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer f34ea90e6bf7: Pulling fs layer b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f34ea90e6bf7: Waiting f76df728146d: Pulling fs layer b44a65709156: Waiting 1fee769dfcf3: Pulling fs layer 4c25908bbac9: Waiting 9089a7f69af3: Pulling fs layer 6f758b47b2a0: Pulling fs layer f76df728146d: Waiting 9089a7f69af3: Waiting 16b225bbb395: Pulling fs layer 6f758b47b2a0: Waiting abbf3ec39b68: Pulling fs layer 1a61521655a9: Pulling fs layer 16b225bbb395: Waiting 6a8565a9e443: Pulling fs layer abbf3ec39b68: Waiting 1a61521655a9: Waiting c059a4cbd7b9: Pulling fs layer 3a00fdc9e291: Pulling fs layer 6a8565a9e443: Waiting a0b62589bd38: Pulling fs layer c059a4cbd7b9: Waiting 6e8d713bf843: Pulling fs layer 3a00fdc9e291: Waiting bca1fd5341ba: Pulling fs layer a0b62589bd38: Waiting 6e8d713bf843: Waiting 34b9849c2772: Pulling fs layer bca1fd5341ba: Waiting 4f4fb700ef54: Pulling fs layer 34b9849c2772: Waiting d8d3d0744e38: Pulling fs layer 4f4fb700ef54: Waiting 788c7ce0e0e5: Pulling fs layer a297eab0ca3b: Pulling fs layer d8d3d0744e38: Waiting 2e79af39acdb: Pulling fs layer 788c7ce0e0e5: Waiting a297eab0ca3b: Waiting 8858e600236c: Pulling fs layer 2e79af39acdb: Waiting 9efe23d1fe7d: Pulling fs layer 47d185934312: Pulling fs layer 8858e600236c: Waiting 9efe23d1fe7d: Waiting 64a949a6caff: Pulling fs layer c9d6a7c18bb1: Pulling fs layer 47d185934312: Waiting e4fde4815f0c: Pulling fs layer c9d6a7c18bb1: Waiting d1f759c16950: Pulling fs layer 64a949a6caff: Waiting e4fde4815f0c: Waiting f3dd45bf195f: Pulling fs layer d1f759c16950: Waiting 3985a6049101: Pulling fs layer aae849592418: Pulling fs layer f3dd45bf195f: Waiting 3985a6049101: Waiting 6173459dc6b2: Pulling fs layer aae849592418: Waiting 7f16ef63bee0: Pulling fs layer 6173459dc6b2: Waiting fe355de6a899: Pulling fs layer 7f16ef63bee0: Waiting b0bc5a15bc9d: Pulling fs layer 5ef8881599f6: Pulling fs layer b0bc5a15bc9d: Waiting 43070a8c11bb: Pulling fs layer 5ef8881599f6: Waiting 50f4a5d16176: Pulling fs layer caf5c7cd45dc: Pulling fs layer 43070a8c11bb: Waiting 50f4a5d16176: Waiting cc4f1ac4e98a: Pulling fs layer caf5c7cd45dc: Waiting 005888d39869: Pulling fs layer cc4f1ac4e98a: Waiting 97352f987d81: Pulling fs layer 005888d39869: Waiting 97352f987d81: Waiting 820d433882fc: Download complete 820d433882fc: Pull complete f06108004adb: Verifying Checksum f06108004adb: Download complete f34ea90e6bf7: Verifying Checksum f34ea90e6bf7: Download complete 8f6112f72fa5: Download complete 8f6112f72fa5: Pull complete 4c25908bbac9: Verifying Checksum 4c25908bbac9: Download complete f06108004adb: Pull complete f76df728146d: Verifying Checksum f76df728146d: Download complete f34ea90e6bf7: Pull complete 1fee769dfcf3: Verifying Checksum 1fee769dfcf3: Download complete 9089a7f69af3: Verifying Checksum 9089a7f69af3: Download complete 6f758b47b2a0: Verifying Checksum 6f758b47b2a0: Download complete 16b225bbb395: Verifying Checksum 16b225bbb395: Download complete 1a61521655a9: Verifying Checksum 1a61521655a9: Download complete abbf3ec39b68: Download complete 6a8565a9e443: Verifying Checksum 3a00fdc9e291: Download complete a0b62589bd38: Verifying Checksum a0b62589bd38: Download complete c059a4cbd7b9: Download complete 6e8d713bf843: Download complete bca1fd5341ba: Verifying Checksum bca1fd5341ba: Download complete 34b9849c2772: Verifying Checksum 34b9849c2772: Download complete 4f4fb700ef54: Download complete d8d3d0744e38: Download complete a297eab0ca3b: Verifying Checksum a297eab0ca3b: Download complete 788c7ce0e0e5: Download complete 2e79af39acdb: Download complete 8858e600236c: Verifying Checksum 8858e600236c: Download complete 9efe23d1fe7d: Download complete 47d185934312: Download complete c9d6a7c18bb1: Verifying Checksum c9d6a7c18bb1: Download complete 64a949a6caff: Verifying Checksum 64a949a6caff: Download complete e4fde4815f0c: Download complete f3dd45bf195f: Download complete d1f759c16950: Verifying Checksum d1f759c16950: Download complete aae849592418: Verifying Checksum aae849592418: Download complete b44a65709156: Verifying Checksum b44a65709156: Download complete 7f16ef63bee0: Download complete fe355de6a899: Verifying Checksum fe355de6a899: Download complete b0bc5a15bc9d: Download complete 5ef8881599f6: Verifying Checksum 5ef8881599f6: Download complete 43070a8c11bb: Download complete 50f4a5d16176: Verifying Checksum 50f4a5d16176: Download complete 3985a6049101: Verifying Checksum 3985a6049101: Download complete cc4f1ac4e98a: Verifying Checksum cc4f1ac4e98a: Download complete 005888d39869: Verifying Checksum 005888d39869: Download complete 97352f987d81: Verifying Checksum 97352f987d81: Download complete b44a65709156: Pull complete 4c25908bbac9: Pull complete f76df728146d: Pull complete 1fee769dfcf3: Pull complete 9089a7f69af3: Pull complete 6f758b47b2a0: Pull complete 16b225bbb395: Pull complete abbf3ec39b68: Pull complete 1a61521655a9: Pull complete 6a8565a9e443: Pull complete c059a4cbd7b9: Pull complete 3a00fdc9e291: Pull complete a0b62589bd38: Pull complete 6e8d713bf843: Pull complete bca1fd5341ba: Pull complete 34b9849c2772: Pull complete 4f4fb700ef54: Pull complete d8d3d0744e38: Pull complete 788c7ce0e0e5: Pull complete a297eab0ca3b: Pull complete 2e79af39acdb: Pull complete 8858e600236c: Pull complete 9efe23d1fe7d: Pull complete 47d185934312: Pull complete 64a949a6caff: Pull complete c9d6a7c18bb1: Pull complete e4fde4815f0c: Pull complete d1f759c16950: Pull complete f3dd45bf195f: Pull complete 3985a6049101: Pull complete aae849592418: Pull complete caf5c7cd45dc: Verifying Checksum caf5c7cd45dc: Download complete 6173459dc6b2: Download complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 5ef8881599f6: Pull complete 43070a8c11bb: Pull complete 50f4a5d16176: Pull complete caf5c7cd45dc: Pull complete cc4f1ac4e98a: Pull complete 005888d39869: Pull complete 97352f987d81: Pull complete Digest: sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 Status: Downloaded newer image for ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 2025-10-15 12:08.34 ---> using "77049904df58751db5fcb353ed61a57fdb0b9630ae2ead1464d594fce0fbfad2" from cache /: (comment debian-13-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-15 12:08.34 ---> using "cf43e47227f5a0b7d7455a5cdc71b4852fc5a20e0dbc45da7f1e848e5a4a1782" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-15 12:08.34 ---> using "24aa2bbd8c0dade82563ed15067d299431d528565700a0d557f897902624a14f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-10-15 12:08.34 ---> using "b3ddb47dba6c20cebab94d5a04ad748ec33cd6bde37f6d0960bd261d310ff086" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-15 12:08.34 ---> using "4ad3d9c94a8e3eecdf261740e7a950a91cc1b237e1f69002a3013e03add4caed" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..12d0447fd1 master -> origin/master deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0 <><> 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-base-compiler.5.4.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) 2025-10-15 12:08.34 ---> using "21ff1d9e2106380a3f4088131d4eb1e0dde5f2e146fab4ce48c34d375958b73c" from cache /src: (copy (src ppx_import.opam) (dst ./)) 2025-10-15 12:08.34 ---> saved as "6a5b2e0d5a95f15801beb6975290249b21d8bf9216c12dfe766628031fccad23" /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) 2025-10-15 12:08.37 ---> saved as "b4c008e1d181e586cc05033f114b431d7e1d65a50257143771fd6cd7e330471f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-15 12:08.38 ---> saved as "45a229006f772e4e2e978c93e7ffb400a6a4e27bbdef03556f5157f8ccec2681" /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 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 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.4 --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 amd64 Packages [53.8 kB] - Fetched 145 kB in 0s (795 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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). 2025-10-15 12:08.59 ---> saved as "501192736a89f32b3c16b32075455a05ead3c03322fdc14e23c867d84582e2d7" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 18 packages - install base v0.17.3 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - 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.1.1 - install ppx_sexp_conv v0.17.1 - install ppxlib 0.37.0 - install ppxlib_jane v0.17.4 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.17.3 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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.1.1 (cached) -> retrieved ppx_sexp_conv.v0.17.1 (cached) -> retrieved ppxlib_jane.v0.17.4 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed dune-configurator.3.20.2 -> installed base.v0.17.3 -> installed ppxlib.0.37.0 -> installed ppxlib_jane.v0.17.4 -> installed ppx_deriving.6.1.1 -> installed ppx_sexp_conv.v0.17.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-15 12:10.38 ---> saved as "4a638c7c9bbb8d094056e27cfc3721545860dd8fefc1b49956020c0073e2e34a" /src: (copy (src .) (dst /src)) 2025-10-15 12:10.39 ---> saved as "5ff72402ffe06c1ded723d5118f55a2c9240be61b66295d00f005f7b0c20416f" /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.11 seconds. OK 2025-10-15 12:10.45 ---> saved as "d5b382261af1c2c13c41ec3c3adc1eaee5bb04e521d8fb24c2c0d04d891ff3a7" Job succeeded 2025-10-15 12:10.45: Job succeeded