Organisationsygreksqlggb573c7 ()macos-homebrew-5.1_opam-2.1

macos-homebrew-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:25.15: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/128/head (b573c7c638caed7d63986d9ebe74beb7a3849088) (macos-x86_64:macos-homebrew-5.1_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/128/head" && git reset --hard b573c7c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqlgg.opam ./src/./
RUN opam pin add -yn sqlgg.dev './src/./'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 extlib.1.7.9 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mybuild.6 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 result.1.5 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.1 --depext-only -y sqlgg.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 09:25.15: Using cache hint "ygrek/sqlgg-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_opam-2.1-24f593e34b24f96e95b3f54be9d3446e"
2024-05-10 09:25.15: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src sqlgg.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn sqlgg.dev './src/./'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 extlib.1.7.9 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mybuild.6 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y sqlgg.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 09:25.15: Waiting for resource in pool OCluster
2024-05-11 06:59.28: Waiting for worker…
2024-05-11 07:51.01: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
HEAD is now at b573c7c add test


(from macos-homebrew-ocaml-5.1)
2024-05-11 07:51.02 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-11 07:51.03 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-11 07:51.03 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 22.5.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 07:51.04 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 07:51.05 ---> using "cabee6b61444bc33d210024577406e218f69742c8bcf128a36e96832a17bee72" from cache


/: (copy (src sqlgg.opam) (dst ./src/./))
2024-05-11 07:51.05 ---> using "75ba0def6a811029bcf78e81637ba9dc9ece16de9b0fed19c3591827fba22eb7" from cache


/: (run (network host)
        (shell "opam pin add -yn sqlgg.dev './src/./'"))
[sqlgg.dev] synchronised (file:///Users/mac1000/src)
sqlgg is now pinned to file:///Users/mac1000/src (version dev)
2024-05-11 07:51.06 ---> using "37929d0db6caf2789b1787bcf05d9afdc51cc9c0ffd1b60bfb791d989c264683" from cache


/: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 extlib.1.7.9 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mybuild.6 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y sqlgg.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqlgg.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 5
Constructing conflict graph...
Conflict graph has 8 + 6 = 14 vertices
2024-05-11 07:51.07 ---> using "94f011cc1a60f713c4a8e4562d04d36a5a890b172947f4860f94ad466da51d2b" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install dune                3.15.2
  - install ocamlfind           1.9.6
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install result              1.5
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install cppo                1.6.9
  - install mybuild             6
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install extlib              1.7.9
  - install ounit               2.2.7
  - install ppx_deriving        5.2.1
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved extlib.1.7.9  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved mybuild.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ounit.2.2.7  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed mybuild.6
-> installed dune.3.15.2
-> installed menhirCST.20231231
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed cppo.1.6.9
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed extlib.1.7.9
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
-> installed menhir.20231231
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 07:51.07 ---> using "381d173fdd22ebb4be6b941d7dfbaa5e4bc253ae76758772a4e1dbfe19d949dc" from cache


/: (copy (src .) (dst ./src))
2024-05-11 07:51.10 ---> saved as "d28378a7790f0e5a276a44ab09a95187fa1137cd92a1f0755f73313697fbc831"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src && ./gen_version.exe version.ml)
fatal: not a git repository (or any parent up to mount point /Users)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/menhir lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred)
Warning: 26 states have shift/reduce conflicts.
Warning: 3 states have reduce/reduce conflicts.
Warning: 124 shift/reduce conflicts were arbitrarily resolved.
Warning: 17 reduce/reduce conflicts were arbitrarily resolved.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -I src/.cli.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/extlib -I /Users/mac1000/.opam/5.1.1/lib/oUnit -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ounit2 -I /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced -I /Users/mac1000/.opam/5.1.1/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.1.1/lib/result -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I lib/.sqlgg.objs/byte -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/byte/dune__exe__Gen.cmo -c -impl src/gen.pp.ml)
File "src/gen.ml", line 25, characters 17-24:
25 | let output fmt = kprintf indent_endline fmt
                      ^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.


File "src/gen.ml", line 27, characters 16-23:
27 | let print fmt = kprintf print_endline fmt
                     ^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -I src/.cli.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/extlib -I /Users/mac1000/.opam/5.1.1/lib/oUnit -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ounit2 -I /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced -I /Users/mac1000/.opam/5.1.1/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.1.1/lib/result -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I lib/.sqlgg.objs/byte -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/byte/dune__exe__Gen_cxx.cmo -c -impl src/gen_cxx.pp.ml)
File "src/gen_cxx.ml", line 30, characters 21-35:
30 | let comment () fmt = Printf.kprintf (indent_endline $ quote_comment_inline $ (^) "// ") fmt
                          ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -I src/.cli.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/extlib -I /Users/mac1000/.opam/5.1.1/lib/oUnit -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ounit2 -I /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced -I /Users/mac1000/.opam/5.1.1/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.1.1/lib/result -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I lib/.sqlgg.objs/byte -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/byte/dune__exe__Gen_caml.cmo -c -impl src/gen_caml.pp.ml)
File "src/gen_caml.ml", line 118, characters 21-35:
118 | let comment () fmt = Printf.kprintf (indent_endline $ make_comment) fmt
                           ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -I src/.cli.eobjs/byte -I src/.cli.eobjs/native -I /Users/mac1000/.opam/5.1.1/lib/extlib -I /Users/mac1000/.opam/5.1.1/lib/oUnit -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ounit2 -I /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced -I /Users/mac1000/.opam/5.1.1/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.1.1/lib/result -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I lib/.sqlgg.objs/byte -I lib/.sqlgg.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/native/dune__exe__Gen.cmx -c -impl src/gen.pp.ml)
File "src/gen.ml", line 25, characters 17-24:
25 | let output fmt = kprintf indent_endline fmt
                      ^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.


File "src/gen.ml", line 27, characters 16-23:
27 | let print fmt = kprintf print_endline fmt
                     ^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -I src/.cli.eobjs/byte -I src/.cli.eobjs/native -I /Users/mac1000/.opam/5.1.1/lib/extlib -I /Users/mac1000/.opam/5.1.1/lib/oUnit -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ounit2 -I /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced -I /Users/mac1000/.opam/5.1.1/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.1.1/lib/result -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I lib/.sqlgg.objs/byte -I lib/.sqlgg.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/native/dune__exe__Gen_cxx.cmx -c -impl src/gen_cxx.pp.ml)
File "src/gen_cxx.ml", line 30, characters 21-35:
30 | let comment () fmt = Printf.kprintf (indent_endline $ quote_comment_inline $ (^) "// ") fmt
                          ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.opt -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -I src/.cli.eobjs/byte -I src/.cli.eobjs/native -I /Users/mac1000/.opam/5.1.1/lib/extlib -I /Users/mac1000/.opam/5.1.1/lib/oUnit -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ounit2 -I /Users/mac1000/.opam/5.1.1/lib/ounit2/advanced -I /Users/mac1000/.opam/5.1.1/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.1.1/lib/result -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I lib/.sqlgg.objs/byte -I lib/.sqlgg.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/native/dune__exe__Gen_caml.cmx -c -impl src/gen_caml.pp.ml)
File "src/gen_caml.ml", line 118, characters 21-35:
118 | let comment () fmt = Printf.kprintf (indent_endline $ make_comment) fmt
                           ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Printf.kprintf
Use Printf.ksprintf instead.
(cd _build/default/src && ./cli.exe -test)
......................T...................................
Ran: 58 tests in: 0.04 seconds.
FAILED: Cases: 58 Tried: 58 Errors: 0 Failures: 0 Skip:  0 Todo: 1 Timeouts: 0.
2024-05-11 07:51.18 ---> saved as "45ac1d32bc0249098e2e81a132bfd9ebdc00afb15c8a6bbc87a70ef7b15e3305"
Job succeeded
2024-05-11 07:51.25: Job succeeded