Organisationsocaml-ppxppxlibdf9d10 (main)debian-13-5.4+flambda_opam-2.5

debian-13-5.4+flambda_opam-2.5

Logs

Show full logs
2026-06-02 15:01.15: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (df9d10b5163b35d646b75dc412237280e43273d0) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard df9d10b5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
# 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 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-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.1+options 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-06-02 15:01.15: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9-debian-13-5.4+flambda_opam-2.5-a4cf4d5b4d9dc2a0cd947cc925f9c916"
2026-06-02 15:01.15: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)
 (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 (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-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.1+options 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-06-02 15:01.15: Waiting for resource in pool OCluster
2026-06-02 16:20.21: Waiting for worker…
2026-06-02 16:24.39: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at df9d10b5 Merge pull request #642 from NathanReb/update-5-6-support

(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9' locally
docker.io/ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9: Pulling from ocaml/opam
f32f49ce655a: Already exists
fd21ad20ea72: Already exists
350fea6fdd1f: Already exists
ee1c6e6495fe: Already exists
ca3f7d195dd8: Already exists
2db963a7a6c4: Already exists
097f281792a9: Already exists
e1179adf7e6f: Already exists
9910f5ef2330: Already exists
56254a8cc260: Already exists
c25ffc1034a2: Already exists
2f984283cef7: Already exists
65afd386c6bd: Already exists
69e32d325951: Already exists
1fbcbf284526: Already exists
f06818f9d74c: Already exists
da36d673ac3a: Already exists
938d32f4a9c3: Already exists
e8b60f8dbe46: Already exists
c7dfee8223c7: Already exists
d3255826ed1a: Already exists
4f4fb700ef54: Already exists
3e510ecd1a29: Already exists
cbac9186cbdc: Already exists
6c607cb9312a: Already exists
f220bcb43b84: Already exists
2c97950df42a: Already exists
e06ff79658b8: Already exists
fc86d2d179bb: Already exists
cfc21adeca13: Already exists
88f8a5f78fe6: Already exists
a68949be79e8: Already exists
6be6ee7bfec5: Already exists
6ed8cb715fa8: Already exists
b3e3e6b7c11c: Already exists
438c528cea8d: Already exists
c8af8023de66: Already exists
de29ca428654: Already exists
ab951542eba7: Already exists
db047cfd8365: Already exists
a89316b3efdd: Pulling fs layer
8601ac07e880: Pulling fs layer
1c1e8b5aa2d6: Pulling fs layer
888f8ca97020: Pulling fs layer
2e0139e636e6: Pulling fs layer
ec64e8d20974: Pulling fs layer
2e0139e636e6: Waiting
e44c3547185b: Pulling fs layer
888f8ca97020: Waiting
e44c3547185b: Waiting
ec64e8d20974: Waiting
a89316b3efdd: Verifying Checksum
a89316b3efdd: Download complete
a89316b3efdd: Pull complete
8601ac07e880: Download complete
8601ac07e880: Pull complete
1c1e8b5aa2d6: Verifying Checksum
2e0139e636e6: Verifying Checksum
2e0139e636e6: Download complete
1c1e8b5aa2d6: Pull complete
ec64e8d20974: Download complete
e44c3547185b: Verifying Checksum
e44c3547185b: Download complete
888f8ca97020: Verifying Checksum
888f8ca97020: Download complete
888f8ca97020: Pull complete
2e0139e636e6: Pull complete
ec64e8d20974: Pull complete
e44c3547185b: Pull complete
Digest: sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Status: Downloaded newer image for ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
2026-06-02 16:24.40 ---> using "6fc637dd7aead0e25b5413fc7c453961c6a66b0075b09c406ad013dd09c7d95a" 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-06-02 16:24.40 ---> using "4d0bd359b6ff63c6ff07ca1dcdd19b10974423245f2f05a4cc47a1259ca44d35" 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"))
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-02 16:24.40 ---> using "3401544e8ce5c088bea9275eb6f826b6eac3892ca5c04e18c818899284c2a67d" 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.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
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-02 16:24.40 ---> using "977de69b51a6eccdb87d4c403409dbd0a9e9a761e48d52bb0267ab23041b9743" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-02 16:24.40 ---> using "1a12dfd8cbae4b38209fc07d4ce92d6057a492c475d386858cd9379b78f30b74" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-02 16:24.40 ---> using "580b1a9a987f26de17c757b34f149c4db24e3b42e6f2e4aa4bd60788178ff292" 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-06-02 16:24.40 ---> using "3a39fdeabe341dd7ecfbe40ed44261907011d55bd5466d257fc51a588476143c" from cache

/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-06-02 16:24.40 ---> saved as "d73dd3deb8fc8c737f152836431751e1a34cc55b86de4a73b37e734be931297c"

/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-06-02 16:24.49 ---> saved as "cb6301e81c18144109002f7565e1e0a2fc9bcd480cd45a53f02a3afaf1fe049f"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-02 16:24.50 ---> saved as "d016f74f5f861385c8f390105414dd6d760f7f1814b0e39f1439c7485e426be2"

/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-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.1+options 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 "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 [195 kB]
- Fetched 286 kB in 0s (1163 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.1+options).
[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 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-06-02 16:25.09 ---> saved as "54459513fa154e0f2f95021935163145c352ca8c0c2cf72543b0e21bed1ccee1"

/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.1+options).
[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 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 ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (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 ocaml_intrinsics_kernel.v0.17.2
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed ocaml-compiler-libs.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-06-02 16:28.48 ---> saved as "a3816953255f1416b74b2678d5d93fbb541cd645027607284de2c9b7a9ecc443"

/src: (copy (src .) (dst /src))
2026-06-02 16:28.49 ---> saved as "13bddc6ef411c2147c9f859a7d2df1919f21eeb7d0e6bfa709fe8d114aaadd02"

/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.a11867db/.cinaps.eobjs/byte -I test/expect/.cinaps.a11867db/.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.a11867db/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o test/expect/.cinaps.a11867db/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl test/expect/.cinaps.a11867db/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.7c83e97a/.cinaps.eobjs/byte -I src/.cinaps.7c83e97a/.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.7c83e97a/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o src/.cinaps.7c83e97a/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl src/.cinaps.7c83e97a/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.d5d13568/.cinaps.eobjs/byte -I ast/.cinaps.d5d13568/.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.d5d13568/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o ast/.cinaps.d5d13568/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl ast/.cinaps.d5d13568/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.73d63a88/.cinaps.eobjs/byte -I astlib/.cinaps.73d63a88/.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.73d63a88/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o astlib/.cinaps.73d63a88/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl astlib/.cinaps.73d63a88/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-06-02 16:30.57 ---> saved as "c395b5f5dbfcb7ba5839b3f35f5074c71f80df29a2a4b14e293bb3fb0f78f0c1"
Job succeeded
2026-06-02 16:30.57: Job succeeded