Organisationsygreksqlgga83ec2 ()windows-server-mingw-ltsc2025-5.4_opam-2.5

windows-server-mingw-ltsc2025-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-03-19 08:04.10: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (a83ec282612a49195d5a26babe56cf7cf0b4d8aa) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)
Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard a83ec282
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869
# windows-server-mingw-ltsc2025-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/local/bin/opam-2.5 /usr/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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqlgg.opam /cygwin64/home/opam/src/./
RUN opam pin add -yn sqlgg.dev '/cygwin64/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/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.22.0 extlib.1.8.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 mybuild.7 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-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y sqlgg.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /cygwin64/home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-03-19 08:04.10: Using cache hint "ygrek/sqlgg-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869-windows-server-mingw-ltsc2025-5.4_opam-2.5-3c6f1a82f52263c576310a8ea91d0086"
2026-03-19 08:04.10: Using OBuilder spec:
((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
(comment windows-server-mingw-ltsc2025-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sqlgg.opam) (dst /cygwin64/home/opam/src/./))
(run (network host)
(shell "opam pin add -yn sqlgg.dev '/cygwin64/home/opam/src/./'"))
(run (shell "echo '(lang dune 3.0)' > '/home/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.22.0 extlib.1.8.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 mybuild.7 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-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y sqlgg.dev $DEPS"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /cygwin64/home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-03-19 08:04.10: Waiting for resource in pool OCluster
2026-03-19 08:04.10: Waiting for worker…
2026-03-19 12:13.03: Got resource from pool OCluster
Building on ltsc2025-1
All commits already cached
HEAD is now at a83ec28 Merge pull request #270 from jongleb/dynamic-select-simple-syntax


(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
2026-03-19 12:13.13 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" from cache


C:/: (comment windows-server-mingw-ltsc2025-5.4_opam-2.5)


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


C:/: (env CLICOLOR_FORCE 1)


C:/: (env OPAMCOLOR always)


C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-03-19 12:13.13 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" from cache


C:/: (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] Initialised
2026-03-19 12:13.13 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cache


C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-26100 3.6.6-1.x86_64
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-19 12:13.13 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cache


C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b820e8c25e..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file://C:/cygwin64/home/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 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-03-19 12:13.13 ---> using "ced7f83c95757ead588801f972f0887e8eaeeba3e8859b2fa40215950a6457f6" from cache


C:/: (copy (src sqlgg.opam) (dst /cygwin64/home/opam/src/./))
2026-03-19 12:13.13 ---> using "ac845e22f0002fc0da6484cd91d137358a8a126960ab0578fb940e8b3f911c9d" from cache


C:/: (run (network host)
(shell "opam pin add -yn sqlgg.dev '/cygwin64/home/opam/src/./'"))
[sqlgg.dev] synchronised (file://C:/cygwin64/home/opam/src)
[WARNING] Failed checks on sqlgg package definition from source at file://C:/cygwin64/home/opam/src:
error  3: File format error in 'pin-depends' at line 44, column 4: while expecting versioned package: OpamPackage.of_string
sqlgg is now pinned to file://C:/cygwin64/home/opam/src (version dev)
2026-03-19 12:13.13 ---> using "966b38fdbf0cf412541eb619cb9527588da665929a9854670d294b287eb3099d" from cache


C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-03-19 12:13.13 ---> using "92312c845261a8de051de08561e215b389f91cf1e9197d92c15e52d6a4cea1ab" from cache


C:/: (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.22.0 extlib.1.8.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 mybuild.7 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-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0")


C:/: (env CI true)


C:/: (env OCAMLCI true)


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqlgg.dev] synchronised (file://C:/cygwin64/home/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.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 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.44).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:13.13 ---> using "141147e0b4e4bb7782f7153d386a416947a1e22d1b09282624d515a177482bc9" from cache


C:/: (run (cache (opam-archives (target "c:\\opam\\.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.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 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.44).
[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 21 packages
- install cppo                1.8.0
- install dune                3.22.0
- install extlib              1.8.0
- install integers            0.7.0
- install menhir              20260209
- install menhirCST           20260209
- install menhirGLR           20260209
- install menhirLib           20260209
- install menhirSdk           20260209
- install mybuild             7
- install ocaml-compiler-libs v0.17.0
- 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 ppxlib              0.37.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install yojson              3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved mybuild.7  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.22.0  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
[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:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\opam\.opam\5.4\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed dune.3.22.0
-> installed cppo.1.8.0
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed mybuild.7
-> installed extlib.1.8.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed integers.0.7.0
-> installed yojson.3.0.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed menhir.20260209
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:13.13 ---> using "44df3c1e99d6683baa116741858d144074e567da7dca096c729f37944bb744d4" from cache


C:/: (copy (src .) (dst /cygwin64/home/opam/src))
2026-03-19 12:14.06 ---> saved as "9d643e3c49a6f6ab4be338501f947c69dbb7caad4be15e96ec3c8694ac23f07b"


C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && C:\opam\.opam\5.4\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 impl/ocaml/.sqlgg_traits.objs/byte -I C:\opam\.opam\5.4\lib\integers -I C:\opam\.opam\5.4\lib\ppx_deriving/runtime -I C:\opam\.opam\5.4\lib\stdlib-shims -I json_path/.sqlgg_json_path.objs/byte -no-alias-deps -opaque -o impl/ocaml/.sqlgg_traits.objs/byte/sqlgg_stmt_cache.cmo -c -impl impl/ocaml/sqlgg_stmt_cache.ml)
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 && C:\opam\.opam\5.4\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 impl/ocaml/.sqlgg_traits.objs/byte -I impl/ocaml/.sqlgg_traits.objs/native -I C:\opam\.opam\5.4\lib\integers -I C:\opam\.opam\5.4\lib\ppx_deriving/runtime -I C:\opam\.opam\5.4\lib\stdlib-shims -I json_path/.sqlgg_json_path.objs/byte -I json_path/.sqlgg_json_path.objs/native -cmi-file impl/ocaml/.sqlgg_traits.objs/byte/sqlgg_stmt_cache.cmi -no-alias-deps -opaque -o impl/ocaml/.sqlgg_traits.objs/native/sqlgg_stmt_cache.cmx -c -impl impl/ocaml/sqlgg_stmt_cache.ml)
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/src && .\gen_version.exe version.ml)
fatal: not a git repository (or any of the parent directories): .git
(cd _build/default/json_path && .\test_json_path.exe)
............................................
Ran: 44 tests in: 0.03 seconds.
OK
(cd _build/default && C:\opam\.opam\5.4\bin\menhir.exe lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred)
Warning: 32 states have shift/reduce conflicts.
Warning: 3 states have reduce/reduce conflicts.
Warning: 124 shift/reduce conflicts were arbitrarily resolved.
Warning: 18 reduce/reduce conflicts were arbitrarily resolved.
(cd _build/default/src && .\cli.exe -test)
............................................................T.....................................................................................................................................................................................................................................................................................................................................................................................................................
Ran: 466 tests in: 1.31 seconds.
FAILED: Cases: 466 Tried: 466 Errors: 0 Failures: 0 Skip:  0 Todo: 1 Timeouts: 0.
Feature OnConflict is not supported for dialect MySQL (supported by: SQLite, PostgreSQL) at ON CONFLICT(col_1) DO UPDATE SET
col_2 = excluded.col_2,
col_3 = col_3
File "test/cram/enum_literals.t", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/test/cram/enum_literals.t _build/default/test/cram/enum_literals.t.corrected
diff --git a/_build/default/test/cram/enum_literals.t b/_build/default/test/cram/enum_literals.t.corrected
index ad4e333..033ad5f 100755
--- a/_build/default/test/cram/enum_literals.t
+++ b/_build/default/test/cram/enum_literals.t.corrected
@@ -1,5 +1,15 @@
Test Enum.to_literal generates proper SQL with quoted enum values:
$ /bin/sh ./sqlgg_test.sh test_build_enum_literals/test_enum.sql enum_literals.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'test_build_enum_literals/test_enum.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: enum_literals.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


File "test/cram/test.t", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/test/cram/test.t _build/default/test/cram/test.t.corrected
diff --git a/_build/default/test/cram/test.t b/_build/default/test/cram/test.t.corrected
index c080ddf..833c854 100755
--- a/_build/default/test/cram/test.t
+++ b/_build/default/test/cram/test.t.corrected
@@ -1,15 +1,45 @@
Issue183 is fixed:
$ /bin/sh ./sqlgg_test.sh registration_feedbacks.sql registration_feedbacks.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'registration_feedbacks.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: registration_feedbacks.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


Support reusable queries as CTE:
$ /bin/sh ./sqlgg_test.sh reusable_queries_as_ctes.sql reusable_queries_as_ctes.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'reusable_queries_as_ctes.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: reusable_queries_as_ctes.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


Implement set default feature:
$ /bin/sh ./sqlgg_test.sh set_default_syntax.sql set_default_syntax.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'set_default_syntax.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: set_default_syntax.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


@@ -19,16 +49,46 @@ Implement set default feature, no way to set DEFAULT for fields without DEFAULT:


WHERE IN tuples composable with the rest:
$ /bin/sh ./sqlgg_test.sh where_in_composable.sql where_in_composable.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'where_in_composable.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: where_in_composable.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


Implement type mappings, fst part, no insert, no update, no params, only select:
$ /bin/sh ./sqlgg_test.sh type_mappings.sql type_mappings.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'type_mappings.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: type_mappings.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


Implement type mappings, snd part, comparison op, IN, IN with tuples:
$ /bin/sh ./sqlgg_test.sh type_mappings_params.sql type_mappings_params.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'type_mappings_params.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: type_mappings_params.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


@@ -316,6 +376,16 @@ Test MySQL dialect with ON CONFLICT (should fail):


Test Json functions:
$ /bin/sh ./sqlgg_test.sh json_functions.sql json_functions.compare.ml
+  ./sqlgg_test.sh: line 2: $'\r': command not found

+  ./sqlgg_test.sh: line 5: $'\r': command not found

+  cat: 'json_functions.sql'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 7: $'\r': command not found

+  ./sqlgg_test.sh: line 12: output.ml: No such file or directory

+  ./sqlgg_test.sh: line 13: json_functions.compare.ml
: No such file or directory

+  diff: output_normalized.ml: No such file or directory

+  diff: 'compare_normalized.ml'$'\r': No such file or directory

+  ./sqlgg_test.sh: line 15: exit: 2
: numeric argument required

+  [2]

$ echo $?
0


"C:\cygwin64\bin\bash.exe" "-lc" "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-03-19 12:16.45: Job failed: Failed: Build failed