2025-12-15 14:44.59: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (e7ff3012b87dc16be1b058b0f480f944c8d1a165) (linux-x86_64:fedora-43-5.4_opam-2.4) Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566 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:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566 # fedora-43-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.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 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-12-15 14:44.59: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566-fedora-43-5.4_opam-2.4-5129308f210c74ec10163f92fab47b72" 2025-12-15 14:44.59: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566) (comment fedora-43-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.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 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-12-15 14:44.59: Waiting for resource in pool OCluster 2025-12-16 00:06.51: Waiting for worker… 2025-12-16 00:07.39: Got resource from pool OCluster Building on toxis.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:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566' locally docker.io/ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566: Pulling from ocaml/opam 3a6ccf50917d: Pulling fs layer 2ac39db0f7b1: Pulling fs layer 4ab95fa37585: Pulling fs layer ef05642a6c19: Pulling fs layer 6ce4105a6817: Pulling fs layer 3a6ccf50917d: Waiting 482e731bee2c: Pulling fs layer 2ac39db0f7b1: Waiting 82b20b1785fc: Pulling fs layer 4ab95fa37585: Waiting ef05642a6c19: Waiting 5033efba3ea4: Pulling fs layer ac061f34d5de: Pulling fs layer 6ce4105a6817: Waiting 482e731bee2c: Waiting 3699d934db19: Pulling fs layer c70084606501: Pulling fs layer 82b20b1785fc: Waiting 5033efba3ea4: Waiting ac061f34d5de: Waiting 92cba88bcd96: Pulling fs layer 87d6cf018c95: Pulling fs layer c70084606501: Waiting 47a5774c8fa4: Pulling fs layer a7a793f430ef: Pulling fs layer 87d6cf018c95: Waiting 50749af763e4: Pulling fs layer 1931ff52ea8f: Pulling fs layer 50749af763e4: Waiting d6cbdb0b2976: Pulling fs layer 1931ff52ea8f: Waiting c21f3fb8010b: Pulling fs layer d6cbdb0b2976: Waiting 006e8a0d5bfe: Pulling fs layer 4f4fb700ef54: Pulling fs layer 006e8a0d5bfe: Waiting bff3cbb02176: Pulling fs layer b5138c38b1e4: Pulling fs layer f9df0a6b27ec: Pulling fs layer 4f4fb700ef54: Waiting bff3cbb02176: Waiting 199f7dd22bb1: Pulling fs layer b5138c38b1e4: Waiting 4704820b8848: Pulling fs layer f9df0a6b27ec: Waiting 813e8e89161a: Pulling fs layer 199f7dd22bb1: Waiting 3fef5dd9f9c7: Pulling fs layer 4704820b8848: Waiting 813e8e89161a: Waiting 33b83451bd83: Pulling fs layer f32a57644710: Pulling fs layer 40216abfd9f1: Pulling fs layer 33b83451bd83: Waiting d689b2a1b34b: Pulling fs layer c515a0f2353f: Pulling fs layer 40216abfd9f1: Waiting 6b7f7c537f40: Pulling fs layer d689b2a1b34b: Waiting 2def47abdae6: Pulling fs layer 6b7f7c537f40: Waiting fd11b9527539: Pulling fs layer b49b2a2f9119: Pulling fs layer 23b9806e7d7a: Pulling fs layer b49b2a2f9119: Waiting 2def47abdae6: Waiting 251f6be3be0f: Pulling fs layer fd11b9527539: Waiting 77df5933f202: Pulling fs layer f363410542aa: Pulling fs layer 251f6be3be0f: Waiting 02b0f83c8144: Pulling fs layer 77df5933f202: Waiting 561ad12063d7: Pulling fs layer bb777ec2f169: Pulling fs layer 02b0f83c8144: Waiting 561ad12063d7: Waiting bb777ec2f169: Waiting 2ac39db0f7b1: Download complete 3a6ccf50917d: Verifying Checksum 3a6ccf50917d: Download complete 3a6ccf50917d: Pull complete 2ac39db0f7b1: Pull complete ef05642a6c19: Verifying Checksum ef05642a6c19: Download complete 6ce4105a6817: Verifying Checksum 6ce4105a6817: Download complete 482e731bee2c: Verifying Checksum 482e731bee2c: Download complete 82b20b1785fc: Verifying Checksum 82b20b1785fc: Download complete 5033efba3ea4: Verifying Checksum 5033efba3ea4: Download complete 4ab95fa37585: Verifying Checksum 4ab95fa37585: Download complete ac061f34d5de: Verifying Checksum ac061f34d5de: Download complete 3699d934db19: Verifying Checksum 3699d934db19: Download complete 92cba88bcd96: Verifying Checksum 92cba88bcd96: Download complete c70084606501: Verifying Checksum c70084606501: Download complete 87d6cf018c95: Download complete 47a5774c8fa4: Download complete a7a793f430ef: Verifying Checksum a7a793f430ef: Download complete 50749af763e4: Download complete 1931ff52ea8f: Verifying Checksum 1931ff52ea8f: Download complete d6cbdb0b2976: Verifying Checksum d6cbdb0b2976: Download complete c21f3fb8010b: Verifying Checksum c21f3fb8010b: Download complete 006e8a0d5bfe: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete f9df0a6b27ec: Verifying Checksum f9df0a6b27ec: Download complete b5138c38b1e4: Verifying Checksum b5138c38b1e4: Download complete 199f7dd22bb1: Verifying Checksum 199f7dd22bb1: Download complete 4704820b8848: Download complete 813e8e89161a: Download complete 3fef5dd9f9c7: Verifying Checksum 3fef5dd9f9c7: Download complete bff3cbb02176: Download complete 33b83451bd83: Verifying Checksum f32a57644710: Verifying Checksum f32a57644710: Download complete 40216abfd9f1: Verifying Checksum 40216abfd9f1: Download complete d689b2a1b34b: Verifying Checksum d689b2a1b34b: Download complete c515a0f2353f: Verifying Checksum c515a0f2353f: Download complete 2def47abdae6: Download complete 4ab95fa37585: Pull complete b49b2a2f9119: Verifying Checksum b49b2a2f9119: Download complete 23b9806e7d7a: Verifying Checksum 23b9806e7d7a: Download complete 251f6be3be0f: Download complete 77df5933f202: Verifying Checksum 77df5933f202: Download complete fd11b9527539: Verifying Checksum fd11b9527539: Download complete 6b7f7c537f40: Verifying Checksum 6b7f7c537f40: Download complete 561ad12063d7: Verifying Checksum 561ad12063d7: Download complete 02b0f83c8144: Verifying Checksum 02b0f83c8144: Download complete f363410542aa: Verifying Checksum f363410542aa: Download complete bb777ec2f169: Verifying Checksum bb777ec2f169: Download complete ef05642a6c19: Pull complete 6ce4105a6817: Pull complete 482e731bee2c: Pull complete 82b20b1785fc: Pull complete 5033efba3ea4: Pull complete ac061f34d5de: Pull complete 3699d934db19: Pull complete c70084606501: Pull complete 92cba88bcd96: Pull complete 87d6cf018c95: Pull complete 47a5774c8fa4: Pull complete a7a793f430ef: Pull complete 50749af763e4: Pull complete 1931ff52ea8f: Pull complete d6cbdb0b2976: Pull complete c21f3fb8010b: Pull complete 006e8a0d5bfe: Pull complete 4f4fb700ef54: Pull complete bff3cbb02176: Pull complete b5138c38b1e4: Pull complete f9df0a6b27ec: Pull complete 199f7dd22bb1: Pull complete 4704820b8848: Pull complete 813e8e89161a: Pull complete 3fef5dd9f9c7: Pull complete 33b83451bd83: Pull complete f32a57644710: Pull complete 40216abfd9f1: Pull complete d689b2a1b34b: Pull complete c515a0f2353f: Pull complete 6b7f7c537f40: Pull complete 2def47abdae6: Pull complete fd11b9527539: Pull complete b49b2a2f9119: Pull complete 23b9806e7d7a: Pull complete 251f6be3be0f: Pull complete 77df5933f202: Pull complete f363410542aa: Pull complete 02b0f83c8144: Pull complete 561ad12063d7: Pull complete bb777ec2f169: Pull complete Digest: sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566 Status: Downloaded newer image for ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566 2025-12-16 00:07.39 ---> using "ba6d18b62928370460223f977de9308ec394ac268d94d34b0cee5d6ca2044b67" from cache /: (comment fedora-43-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 100% | 31.0 KiB/s | 22.6 KiB | 00m01s Fedora 43 - x86_64 - Updates 100% | 33.9 KiB/s | 16.3 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.6 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2025-12-16 00:07.39 ---> using "ebfa901ac87bf29ca544c436b2f9cbf6f6f1bdfd291057300223062de1ad063b" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-16 00:07.39 ---> using "3744f82be5b6b77c96af9c3adea90de92e65e64c2cc811548d5ea0e65762bb62" 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 2025-12-16 00:07.40 ---> using "bb474263ea5495105e41a9e56a75be580b1f25658eb0d1b39eb4f6fdcc85d812" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-12-16 00:07.40 ---> using "24297fa171fb50abf71238f13f5d2788863dfb642ff69f0b34b0ee964ecb8732" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-16 00:07.40 ---> using "f9b8f77de7cecf0e74a6275f4190edb64fc8391a175a0014fd0901beb2d7a51c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 2ec6d6cc92..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-16 00:07.40 ---> using "5ef2727654c3b30d5132387703338434fc0f08c948d972b15da31b82fd6515eb" from cache /src: (copy (src ppx_import.opam) (dst ./)) 2025-12-16 00:07.40 ---> saved as "f19c26a1e78efc31f3f10827a45ff34f15d80b9c9dbc68cee73eb9589c9a39ca" /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-12-16 00:07.41 ---> saved as "91743d6d0363adf6dc559e9b56ecd5425f640d0ed13a9e6cc9c848c3283956cf" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-16 00:07.42 ---> saved as "0d06fcfad5bcf9bae400a9834e1ca11ec6b6b86a85bc7111fa00163ed9560bac" /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.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 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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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.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). 2025-12-16 00:08.01 ---> saved as "124e2e9e9b1d141f843020da136434a256f1a507daf7eb0e2ad27649fdd525bc" /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 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 sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed cppo.1.8.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-12-16 00:10.28 ---> saved as "38b86a5957f4d57b3be24c0befa23a5f9e53c2ecb13ce58fd3dcde9191c8344a" /src: (copy (src .) (dst /src)) 2025-12-16 00:10.28 ---> saved as "dded1481f34fc8193ad56f1868a1af5d5114b7fba4448459956ad2da22c4af0f" /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-12-16 00:10.38 ---> saved as "886e08a1fcc8922810f71d40903ef63b0ea7ca2d19c8f9d40d4810148801603c" Job succeeded 2025-12-16 00:10.38: Job succeeded