2026-03-04 06:54.41: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (02d2df163b6bc0cd5cd71502bddf7bb2ab9b38f7) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard 02d2df16cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869# windows-server-mingw-ltsc2025-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.21.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /cygwin64/home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-04 06:54.41: 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-9beea9acdfdecfcc409505f23684ab6e"2026-03-04 06:54.41: 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.21.1 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-04 06:54.41: Waiting for resource in pool OCluster2026-03-04 06:54.41: Waiting for worker…2026-03-04 06:54.41: Got resource from pool OClusterBuilding on ltsc2025-2HEAD is now at 8cecf63 add missing Blob to_literalHEAD is now at 02d2df1 Merge pull request #271 from jongleb/blolb-to-literal(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)2026-03-04 06:55.00 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" from cacheC:/: (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-04 06:55.00 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" from cacheC:/: (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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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] Initialised2026-03-04 06:55.00 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cacheC:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-26100 3.6.6-1.x86_64The OCaml toplevel, version 5.4.02.5.02026-03-04 06:55.00 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cacheC:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file://C:/cygwin64/home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-03-04 06:55.00 ---> using "a0d9e0d7c9d5b32fb7d724ee470675e47ec362564b5a242a8fabe787c66973e7" from cacheC:/: (copy (src sqlgg.opam) (dst /cygwin64/home/opam/src/./))2026-03-04 06:55.00 ---> using "cbf024c74a003358de4b84cd70b4bb0763c9e23376e002bc9da1d57316cbd436" from cacheC:/: (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_stringsqlgg is now pinned to file://C:/cygwin64/home/opam/src (version dev)2026-03-04 06:55.00 ---> using "e721352518bb761c2f365d6188558c7c1c0922d91b22d45bbd7310aad3f7c7ca" from cacheC:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-03-04 06:55.00 ---> using "1eb6c7b81b77789735fe797415ada8a9db8408988b0a3dd88c0f529c432ef86e" from cacheC:/: (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.21.1 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-04 06:55.00 ---> using "af9bcbc0d5e01dd431671b345c5ffde8e45926fd06d57272478b3b686b30a5b0" from cacheC:/: (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.21.1- 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 (https://github.com/ygrek/ocaml-extlib/releases/download/1.8.0/extlib-1.8.0.tar.gz)-> retrieved integers.0.7.0 (https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz)-> retrieved mybuild.7 (https://github.com/ygrek/mybuild/releases/download/v7/mybuild-7.tbz)-> retrieved ocaml-compiler-libs.v0.17.0 (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.21.1 (cached)-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)-> retrieved ounit.2.2.7, ounit2.2.2.7 (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)-> retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)-> retrieved ppx_deriving.6.1.1 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.1.1/ppx_deriving-6.1.1.tar.gz)-> retrieved seq.base (2 extra sources)-> retrieved seq.base (2 extra sources)-> installed seq.base-> retrieved sexplib0.v0.17.0 (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)-> retrieved ppxlib.0.37.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz)-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)-> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.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:\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.21.1-> installed cppo.1.8.0-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed mybuild.7-> installed extlib.1.8.0-> installed ppx_derivers.1.2.1-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed integers.0.7.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed menhir.20260209-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-04 06:55.00 ---> using "8fed1d8ecd73b88168fcb8308bfe17f459e8500b5389392cf66d417600651db4" from cacheC:/: (copy (src .) (dst /cygwin64/home/opam/src))2026-03-04 06:55.01 ---> using "e1470c5a9803b7f96230bad4325adedeb0115f92cba8ed2ca2705b85626e286f" from cacheC:/: (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 beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, 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 beenautomatically added to the search path, but you should add -I +unix to thecommand-line to silence this alert (e.g. by adding unix to the list oflibraries in your dune file, or adding use_unix to your _tags file forocamlbuild, 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.08 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 SETcol_2 = excluded.col_2,col_3 = col_3File "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.correcteddiff --git a/_build/default/test/cram/enum_literals.t b/_build/default/test/cram/enum_literals.t.correctedindex 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 $?0File "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.correcteddiff --git a/_build/default/test/cram/test.t b/_build/default/test/cram/test.t.correctedindex 7afe4f0..bc56a61 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 $?0Support 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 $?0Implement 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 $?0Implement 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 $?0Implement 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 12026-03-04 06:58.08: Job failed: Failed: Build failed