Organisationsygreksqlgga9972b ()windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Logs

Show full logs
2025-01-25 11:45.42: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/149/head (a9972b63dfb6c7c9a9e36a16b3d4962196ce87a8) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/149/head" && git reset --hard a9972b63
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqlgg.opam /Users/opam/src/./
RUN opam pin add -yn sqlgg.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 dune.3.17.2 extlib.1.8.0 flexdll.0.43 host-arch-x86_64.1 host-system-mingw.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 mybuild.7 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-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.5 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.34.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build

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

2025-01-25 11:45.42: Using cache hint "ygrek/sqlgg-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-edd416741adfa3e5937d9520e8eb8549"
2025-01-25 11:45.42: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
 (comment windows-server-2022-amd64-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src sqlgg.opam) (dst /Users/opam/src/./))
 (run (network host)
      (shell "opam pin add -yn sqlgg.dev '/Users/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
 (env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 dune.3.17.2 extlib.1.8.0 flexdll.0.43 host-arch-x86_64.1 host-system-mingw.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 mybuild.7 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-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.5 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.34.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /Users/opam/src))
 (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-01-25 11:45.42: Waiting for resource in pool OCluster
2025-01-25 13:47.03: Waiting for worker…
2025-01-25 14:23.24: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at a9972b6 Make insert_id : int64 option

(from windows-server-2022-amd64-ocaml-5.3)
2025-01-25 14:23.24 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache

/: (comment windows-server-2022-amd64-5.3_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-25 14:23.24 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" from cache

/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.

<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>

opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.

How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
  2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
  3. Use Cygwin installation found in C:\cygwin64
  4. Use another existing Cygwin/MSYS2 installation
  5. Abort initialisation

[1/2/3/4/5] 1
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 file://C:/Users/opam/opam-repository
2025-01-25 14:23.24 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-25 14:23.24 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..12d8668654  master     -> origin/master
d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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, 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-01-25 14:23.24 ---> using "b9b18164af441233f4f43daa015ea9f56139293897cce4d8a1341d2d2c8cf3ac" from cache

/: (copy (src sqlgg.opam) (dst /Users/opam/src/./))
2025-01-25 14:23.24 ---> using "2533a59325bf350732c3e4d2d80fe8ce0520926b432d6d758d925a5313ef0980" from cache

/: (run (network host)
        (shell "opam pin add -yn sqlgg.dev '/Users/opam/src/./'"))
[sqlgg.dev] synchronised (file://C:/Users/opam/src/.)
sqlgg is now pinned to file://C:/Users/opam/src/. (version dev)
2025-01-25 14:23.24 ---> using "b100fc75239aaaa46a16ccbfe54c5072570a1a0c1a03bad8022e4b476b760e6c" from cache

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-01-25 14:23.24 ---> using "43c71283cbb4ac37450d37a78d4d4269f80d77071ee57d23d67face7b25916b6" from cache

/: (env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 dune.3.17.2 extlib.1.8.0 flexdll.0.43 host-arch-x86_64.1 host-system-mingw.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 mybuild.7 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-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.5 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.34.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqlgg.dev] synchronised (file://C:/Users/opam/src/.)

[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2025-01-25 14:23.24 ---> using "8138d30868221609af9ff9fa367987208a4bfde95dcb9788c42292753730db69" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== install 18 packages
  - install cppo                1.8.0
  - install dune                3.17.2
  - install extlib              1.8.0
  - install menhir              20240715
  - install menhirCST           20240715
  - install menhirLib           20240715
  - install menhirSdk           20240715
  - install mybuild             7
  - install ocaml-compiler-libs v0.17.0
  - install ocamlfind           1.9.5
  - install ounit               2.2.7
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppxlib              0.34.0
  - install seq                 base
  - install sexplib0            v0.17.0
  - install stdlib-shims        0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved mybuild.7  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ppxlib.0.34.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.17.2  (https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz)
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed dune.3.17.2
-> installed menhirCST.20240715
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed mybuild.7
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed menhirLib.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed extlib.1.8.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed ppxlib.0.34.0
-> installed ppx_deriving.6.0.3
-> installed menhir.20240715
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-25 14:23.24 ---> using "3de14f7bd35e7cceb5e16807664127ca9719bf4a96f2524312f17abee1f5c481" from cache

/: (copy (src .) (dst /Users/opam/src))
2025-01-25 14:23.43 ---> saved as "c9ac5bd73aac85f9cdca28fa2241c9e3cb1d8fb4586c16ab9d519f5edf71f517"

/: (run (shell "cd /cygdrive/c/Users/opam/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 /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.3.0\bin\menhir.exe lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred)
Warning: 30 states have shift/reduce conflicts.
Warning: 3 states have reduce/reduce conflicts.
Warning: 135 shift/reduce conflicts were arbitrarily resolved.
Warning: 18 reduce/reduce conflicts were arbitrarily resolved.
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -bin-annot-occurrences -I src/.cli.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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 && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -bin-annot-occurrences -I src/.cli.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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 && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -bin-annot-occurrences -I src/.cli.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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 && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlopt.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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 && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -strict-sequence -strict-formats -short-paths -keep-locs -w +A@8-e-40-41-42-44-45-48-70 -g -bin-annot -bin-annot-occurrences -I src/.cli.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\stdlib-shims -I lib/.sqlgg.objs/byte -no-alias-deps -opaque -open Dune__exe -o src/.cli.eobjs/byte/dune__exe__Test.cmo -c -impl src/test.pp.ml)
File "src/test.ml", line 145, characters 7-23:
145 |     if String.ends_with name "?" then
             ^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlopt.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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 && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlopt.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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 && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlopt.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\extlib -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\oUnit -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ounit2\advanced -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\ppx_deriving/runtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\opam\5.3.0\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__Test.cmx -c -impl src/test.pp.ml)
File "src/test.ml", line 145, characters 7-23:
145 |     if String.ends_with name "?" then
             ^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label suffix was omitted in the application of this function.
(cd _build/default/src && .\cli.exe -test)
......................T...........................................................................................................................
Ran: 146 tests in: 0.09 seconds.
FAILED: Cases: 146 Tried: 146 Errors: 0 Failures: 0 Skip:  0 Todo: 1 Timeouts: 0.
2025-01-25 14:24.05 ---> saved as "90d7c2badb59bde3bdd1ee02ce4b719dd6ed032fd1075d6947a0b93678ba3dd3"
Job succeeded
2025-01-25 14:24.05: Job succeeded