2025-01-25 11:45.42: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/149/head (a9972b63dfb6c7c9a9e36a16b3d4962196ce87a8) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3) Base: freebsd-14.1-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 freebsd-14.1-ocaml-5.3 # freebsd-14.1-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ RUN opam pin add -yn sqlgg.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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-options-vanilla.1 ocamlfind.1.9.6 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" 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 . /src RUN 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-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-d0624b05b5ad97426e710b9b15ae97d4" 2025-01-25 11:45.42: Using OBuilder spec: ((from freebsd-14.1-ocaml-5.3) (comment freebsd-14.1-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "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 ./)) (run (network host) (shell "opam pin add -yn sqlgg.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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-options-vanilla.1 ocamlfind.1.9.6 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") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-01-25 11:45.42: Waiting for resource in pool OCluster 2025-01-25 15:07.18: Waiting for worker… 2025-01-25 16:33.44: Got resource from pool OCluster Building on summer All commits already cached HEAD is now at a9972b6 Make insert_id : int64 option (from freebsd-14.1-ocaml-5.3) 2025-01-25 16:21.42 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache /: (comment freebsd-14.1-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam")) 2025-01-25 16:21.43 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" from cache /src: (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. This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-01-25 16:21.43 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 5.3.0 2.3.0 2025-01-25 16:21.43 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-25 16:21.43 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache /src: (run (cache (opam-archives (target /home/opam/.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 git+file:///home/opam/opam-repository 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.4.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-01-25 16:21.43 ---> using "4eb208040cda2a2f7ec1b917d9cec8f54296e83b55e7273644d6fc2a9e93287e" from cache /src: (copy (src sqlgg.opam) (dst ./)) 2025-01-25 16:21.44 ---> using "914baef42678eb127820892264482d44de9722717c6506be59cc5058760f0956" from cache /src: (run (network host) (shell "opam pin add -yn sqlgg.dev './'")) [sqlgg.dev] synchronised (file:///src) sqlgg is now pinned to file:///src (version dev) 2025-01-25 16:21.44 ---> using "fef0e39c410e5739f119c42bbc9c3abf57b35c3085e6942fa90eb5f6919b8a0e" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-01-25 16:21.44 ---> using "62e90eda058aa5fc30218c0e68d36215a8290df6e8e39cb6a6f2ca458d4fe19a" from cache /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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-options-vanilla.1 ocamlfind.1.9.6 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") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sqlgg.dev] synchronised (file:///src) [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-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 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). 2025-01-25 16:21.44 ---> using "fb9ff1de112a3d90ee14909e6a5e90f6a1c6d39f44f1068908ff74a238436a0d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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-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 base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 18 packages ∗ cppo 1.8.0 ∗ dune 3.17.2 ∗ extlib 1.8.0 ∗ menhir 20240715 ∗ menhirCST 20240715 ∗ menhirLib 20240715 ∗ menhirSdk 20240715 ∗ mybuild 7 ∗ ocaml-compiler-libs v0.17.0 ∗ ocamlfind 1.9.6 ∗ 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 <><> 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.6 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving.6.0.3 (cached) ⬇ retrieved ounit.2.2.7, ounit2.2.2.7 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved ppxlib.0.34.0 (cached) ⬇ retrieved dune.3.17.2 (cached) ∗ installed ocamlfind.1.9.6 ∗ installed dune.3.17.2 ∗ installed menhirCST.20240715 ∗ installed stdlib-shims.0.3.0 ∗ installed ppx_derivers.1.2.1 ∗ installed mybuild.7 ∗ installed cppo.1.8.0 ∗ installed menhirSdk.20240715 ∗ installed menhirLib.20240715 ∗ installed sexplib0.v0.17.0 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed ounit2.2.2.7 ∗ installed ounit.2.2.7 ∗ installed extlib.1.8.0 ∗ installed ppxlib.0.34.0 ∗ installed menhir.20240715 ∗ installed ppx_deriving.6.0.3 Done. 2025-01-25 16:21.45 ---> using "85a3310596bd6a076998e34e463292c06cb5ada93170d5505907618da2c2b411" from cache /src: (copy (src .) (dst /src)) 2025-01-25 16:21.45 ---> saved as "90de677825cdf35ca77b7d09a470ee59f19d4f1bfd12785c17a4fd3b384b067f" /src: (run (shell "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 of the parent directories): .git (cd _build/default && /home/opam/.opam/5.3.0/bin/menhir 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 && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I src/.cli.eobjs/byte -I /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I src/.cli.eobjs/byte -I /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I src/.cli.eobjs/byte -I /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 -bin-annot-occurrences -I src/.cli.eobjs/byte -I /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/extlib -I /home/opam/.opam/5.3.0/lib/oUnit -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ounit2 -I /home/opam/.opam/5.3.0/lib/ounit2/advanced -I /home/opam/.opam/5.3.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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.19 seconds. FAILED: Cases: 146 Tried: 146 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0. 2025-01-25 16:22.06 ---> saved as "77bbf6a0ce60603461da01af28dde7ee0b62f19d0d9ed24ad81c2040bc6bc03a" Job succeeded 2025-01-25 16:34.09: Job succeeded