2026-02-15 17:59.47: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/622/head (2cd397da41a09b8ea196d777c06e107c71b5d030) (linux-x86_64:debian-13-5.4+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/622/head" && git reset --hard 2cd397da cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 # debian-13-5.4+flambda_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && 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.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.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-02-15 17:59.47: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41-debian-13-5.4+flambda_opam-2.5-29d24aa8961d2535aabae9f23f14c33f" 2026-02-15 17:59.47: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41) (comment debian-13-5.4+flambda_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && 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 (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 cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.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-02-15 17:59.47: Waiting for resource in pool OCluster 2026-02-15 20:05.40: Waiting for worker… 2026-02-15 20:09.33: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 2cd397da Support migrating external types (from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41' locally docker.io/ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41: Pulling from ocaml/opam ef235bf1a09a: Already exists 63ff7b8f62f7: Pulling fs layer d97a3c4f37e5: Pulling fs layer 998bb0585113: Pulling fs layer 94828ef2bfe2: Pulling fs layer 3dd00a8a6b86: Pulling fs layer 63ff7b8f62f7: Waiting 1816e5253dcb: Pulling fs layer d97a3c4f37e5: Waiting e502341419e0: Pulling fs layer 998bb0585113: Waiting 7741a83685ca: Pulling fs layer 94828ef2bfe2: Waiting 3dd00a8a6b86: Waiting e502341419e0: Waiting 713e411af135: Pulling fs layer 1816e5253dcb: Waiting 7741a83685ca: Waiting 5d3b19c24612: Pulling fs layer 29b7cdb1fafb: Pulling fs layer 015412fc79ef: Pulling fs layer bbb53f8a3678: Pulling fs layer 29b7cdb1fafb: Waiting 713e411af135: Waiting 5d3b19c24612: Waiting 015412fc79ef: Waiting e4b20c98bd52: Pulling fs layer bbb53f8a3678: Waiting 09103d92a91d: Pulling fs layer e4b20c98bd52: Waiting 09103d92a91d: Waiting 042e26f97610: Pulling fs layer 1ee2a20e6c74: Pulling fs layer 042e26f97610: Waiting 83c7c07ee7d9: Pulling fs layer 4e9ca69a996f: Pulling fs layer 1ee2a20e6c74: Waiting 83c7c07ee7d9: Waiting 3e6921c56ad6: Pulling fs layer c16273f75711: Pulling fs layer 4f4fb700ef54: Pulling fs layer 4876e5de169a: Pulling fs layer 3e6921c56ad6: Waiting 924fedb47896: Pulling fs layer 4f4fb700ef54: Waiting 4876e5de169a: Waiting 924fedb47896: Waiting eab21cd4733f: Pulling fs layer c16273f75711: Waiting eab21cd4733f: Waiting 2a28c5a72f80: Pulling fs layer a565bce96cc2: Pulling fs layer 2a28c5a72f80: Waiting 1b84da29c428: Pulling fs layer a99c55249385: Pulling fs layer 1b84da29c428: Waiting a565bce96cc2: Waiting 5043a4afe7d4: Pulling fs layer e596723297c6: Pulling fs layer a99c55249385: Waiting 5043a4afe7d4: Waiting 9233633d4448: Pulling fs layer e596723297c6: Waiting f0cc407c3599: Pulling fs layer 5737f0b22df8: Pulling fs layer f0cc407c3599: Waiting 757775b7c837: Pulling fs layer 9233633d4448: Waiting 757775b7c837: Waiting 2d2d616aaf57: Pulling fs layer b240f925287f: Pulling fs layer a05b65e9dec1: Pulling fs layer 2d2d616aaf57: Waiting 752e118a24d2: Pulling fs layer a05b65e9dec1: Waiting b240f925287f: Waiting 6f4175cf580f: Pulling fs layer 752e118a24d2: Waiting 8ccdc50d6c4f: Pulling fs layer 6f4175cf580f: Waiting f943e65f6a67: Pulling fs layer 0233655f7662: Pulling fs layer f18eb7209da3: Pulling fs layer 8ccdc50d6c4f: Waiting f943e65f6a67: Waiting 721d63319ed2: Pulling fs layer 2cc4cab14882: Pulling fs layer 721d63319ed2: Waiting d182efc22647: Pulling fs layer 0233655f7662: Waiting d182efc22647: Waiting 63ff7b8f62f7: Download complete 63ff7b8f62f7: Pull complete d97a3c4f37e5: Verifying Checksum d97a3c4f37e5: Download complete d97a3c4f37e5: Pull complete 998bb0585113: Verifying Checksum 998bb0585113: Download complete 998bb0585113: Pull complete 94828ef2bfe2: Verifying Checksum 94828ef2bfe2: Pull complete 1816e5253dcb: Verifying Checksum 1816e5253dcb: Download complete e502341419e0: Download complete 7741a83685ca: Verifying Checksum 7741a83685ca: Download complete 713e411af135: Verifying Checksum 713e411af135: Download complete 5d3b19c24612: Verifying Checksum 5d3b19c24612: Download complete 3dd00a8a6b86: Verifying Checksum 3dd00a8a6b86: Download complete 29b7cdb1fafb: Verifying Checksum 29b7cdb1fafb: Download complete bbb53f8a3678: Verifying Checksum bbb53f8a3678: Download complete e4b20c98bd52: Verifying Checksum e4b20c98bd52: Download complete 015412fc79ef: Download complete 09103d92a91d: Verifying Checksum 09103d92a91d: Download complete 042e26f97610: Verifying Checksum 042e26f97610: Download complete 1ee2a20e6c74: Download complete 83c7c07ee7d9: Verifying Checksum 83c7c07ee7d9: Download complete 4e9ca69a996f: Download complete 3dd00a8a6b86: Pull complete 3e6921c56ad6: Verifying Checksum 1816e5253dcb: Pull complete e502341419e0: Pull complete 7741a83685ca: Pull complete 713e411af135: Pull complete 5d3b19c24612: Pull complete 29b7cdb1fafb: Pull complete 015412fc79ef: Pull complete c16273f75711: Verifying Checksum c16273f75711: Download complete bbb53f8a3678: Pull complete e4b20c98bd52: Pull complete 09103d92a91d: Pull complete 042e26f97610: Pull complete 1ee2a20e6c74: Pull complete 83c7c07ee7d9: Pull complete 4e9ca69a996f: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 3e6921c56ad6: Pull complete c16273f75711: Pull complete 4f4fb700ef54: Pull complete 4876e5de169a: Verifying Checksum 4876e5de169a: Pull complete 924fedb47896: Verifying Checksum 924fedb47896: Download complete 924fedb47896: Pull complete eab21cd4733f: Download complete eab21cd4733f: Pull complete a565bce96cc2: Verifying Checksum a565bce96cc2: Download complete 2a28c5a72f80: Verifying Checksum 2a28c5a72f80: Download complete 2a28c5a72f80: Pull complete a565bce96cc2: Pull complete 1b84da29c428: Verifying Checksum 1b84da29c428: Download complete 1b84da29c428: Pull complete a99c55249385: Verifying Checksum a99c55249385: Download complete a99c55249385: Pull complete e596723297c6: Verifying Checksum e596723297c6: Download complete 5043a4afe7d4: Verifying Checksum 5043a4afe7d4: Pull complete e596723297c6: Pull complete f0cc407c3599: Verifying Checksum f0cc407c3599: Download complete 9233633d4448: Verifying Checksum 9233633d4448: Download complete 9233633d4448: Pull complete f0cc407c3599: Pull complete 5737f0b22df8: Verifying Checksum 5737f0b22df8: Download complete 5737f0b22df8: Pull complete 2d2d616aaf57: Download complete 757775b7c837: Verifying Checksum 757775b7c837: Download complete a05b65e9dec1: Verifying Checksum a05b65e9dec1: Download complete 752e118a24d2: Download complete 6f4175cf580f: Verifying Checksum 6f4175cf580f: Download complete 8ccdc50d6c4f: Verifying Checksum 8ccdc50d6c4f: Download complete f943e65f6a67: Verifying Checksum f943e65f6a67: Download complete 0233655f7662: Verifying Checksum 0233655f7662: Download complete f18eb7209da3: Verifying Checksum f18eb7209da3: Download complete 757775b7c837: Pull complete 2d2d616aaf57: Pull complete 721d63319ed2: Download complete 2cc4cab14882: Verifying Checksum 2cc4cab14882: Download complete d182efc22647: Verifying Checksum d182efc22647: Download complete b240f925287f: Verifying Checksum b240f925287f: Download complete b240f925287f: Pull complete a05b65e9dec1: Pull complete 752e118a24d2: Pull complete 6f4175cf580f: Pull complete 8ccdc50d6c4f: Pull complete f943e65f6a67: Pull complete 0233655f7662: Pull complete f18eb7209da3: Pull complete 721d63319ed2: Pull complete 2cc4cab14882: Pull complete d182efc22647: Pull complete Digest: sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 Status: Downloaded newer image for ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 2026-02-15 20:09.34 ---> using "99a562272dc8ce3c679ddc6d0cba880bddddf1e9ea3303dd28b933af799c6dd7" from cache /: (comment debian-13-5.4+flambda_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-02-15 20:09.34 ---> using "979124831c702b9ebdd46ca5988dc693ad2c8bdd46c7e8eb458e5f1b8578d558" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-15 20:09.34 ---> using "ed36e33e2685751c6c787b82ebe87388d91f71485d9e9b7d5693bce3fc644ccf" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-15 20:09.34 ---> using "b81469fd0f2a80b576e0eb694d6d3cb9cd81729b257965237f6dd1e91fc1b2e6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-15 20:09.34 ---> using "5630e91122e70a7afd83fd5c1530e31b84e3c4824ac11ecb8163900e5dbaf849" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> 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) 2026-02-15 20:09.34 ---> using "9ff0e7b03d79666cc3abfbec6d41fbdbceaa1650b9d0c3ae28ee99715dac12f9" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-02-15 20:09.34 ---> using "340f03386fe7a35a307e5d0e142b3e0c16f834ae0691e50ec4920cb1b1c904ca" from cache /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-02-15 20:09.34 ---> using "6f2e8bd8a7d13ff5a7e8d11b266ac6fb69f10ae22b3fa78b61e7d73515a00855" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-15 20:09.34 ---> using "a4274a5f5cbbf530a23247eba69db2a1d6a17c6150cff7b31f971b09e6c11623" from cache /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.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.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" - 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 [108 kB] - Fetched 198 kB in 0s (2650 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-variants is already installed (current version is 5.4.0+options). [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 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). # To update the current shell environment, run: eval $(opam env) 2026-02-15 20:09.34 ---> using "2e03cff83088384da193babcbd6cbb62adeba1ab636e790be567f9c488e4e7fd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options). [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 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 14 packages - install base v0.17.3 - install cinaps v0.15.1 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.21.1 - install dune-configurator 3.21.1 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.17.3 (cached) -> retrieved cinaps.v0.15.1 (cached) -> retrieved cmdliner.2.1.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 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 stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> installed cmdliner.2.1.0 -> installed ocamlfind.1.9.8 -> installed dune.3.21.1 -> installed ppx_derivers.1.2.1 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed csexp.1.5.2 -> installed re.1.14.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.21.1 -> installed base.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-15 20:09.34 ---> using "439375ff11a92d034a8243cf3beaba46d49bf3e6b72889c446100b30dba33b32" from cache /src: (copy (src .) (dst /src)) 2026-02-15 20:09.34 ---> saved as "9dcb9882643070a752733c8cd11082abd4a589d5281f86ea6bfac84f14316e92" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/byte -I test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I src/cinaps/.ppxlib_cinaps_helpers.objs/byte -I src/cinaps/.ppxlib_cinaps_helpers.objs/native -cmi-file test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl test/expect/.cinaps.8c99f1e2/cinaps.ml-gen) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I ast/.cinaps.43bc8a3e/.cinaps.eobjs/byte -I ast/.cinaps.43bc8a3e/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I ast/cinaps/.ast_cinaps_helpers.objs/byte -I ast/cinaps/.ast_cinaps_helpers.objs/native -cmi-file ast/.cinaps.43bc8a3e/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o ast/.cinaps.43bc8a3e/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl ast/.cinaps.43bc8a3e/cinaps.ml-gen) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I src/.cinaps.6d0a12df/.cinaps.eobjs/byte -I src/.cinaps.6d0a12df/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I src/cinaps/.ppxlib_cinaps_helpers.objs/byte -I src/cinaps/.ppxlib_cinaps_helpers.objs/native -cmi-file src/.cinaps.6d0a12df/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o src/.cinaps.6d0a12df/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl src/.cinaps.6d0a12df/cinaps.ml-gen) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I astlib/.cinaps.fe2bcd5f/.cinaps.eobjs/byte -I astlib/.cinaps.fe2bcd5f/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I astlib/cinaps/.astlib_cinaps_helpers.objs/byte -I astlib/cinaps/.astlib_cinaps_helpers.objs/native -cmi-file astlib/.cinaps.fe2bcd5f/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o astlib/.cinaps.fe2bcd5f/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl astlib/.cinaps.fe2bcd5f/cinaps.ml-gen) File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). 2026-02-15 20:09.50 ---> saved as "8458d22683a150b19506831a9f8252e336581f5b2ea0af9027d7a1d5edbb0e1c" Job succeeded 2026-02-15 20:09.50: Job succeeded