2025-02-07 19:17.06: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/152/head (a0e42907d62bf729690fe3019634a47775f2dd69) (macos-x86_64:macos-homebrew-5.3_opam-2.3) Base: macos-homebrew-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/152/head" && git reset --hard a0e42907 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 # macos-homebrew-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 sqlgg.opam ./src/./ RUN opam pin add -yn sqlgg.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./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.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.35.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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-02-07 19:17.06: Using cache hint "ygrek/sqlgg-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-ab55e81b51f29d9a8f18f01484509994" 2025-02-07 19:17.06: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src sqlgg.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn sqlgg.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./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.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-02-07 19:17.06: Waiting for resource in pool OCluster 2025-02-07 19:17.06: Waiting for worker… 2025-02-07 19:17.06: Got resource from pool OCluster Building on i7-worker-01 HEAD is now at 585f7c0 implement safe enums: literals + poly variants gen HEAD is now at a0e4290 implement safe enums: literals + poly variants gen (from macos-homebrew-ocaml-5.3) 2025-02-07 19:17.08 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2025-02-07 19:17.09 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /Users/mac1000/.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:///Users/mac1000/opam-repository 2025-02-07 19:17.09 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.3.0 2.3.0 2025-02-07 19:17.09 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 67e940587b..3ee951993d master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/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. # To update the current shell environment, run: eval $(opam env) 2025-02-07 19:17.10 ---> using "a1cad0881881595cdc1653ba1b51b2989dd649c9b74b79e4cbb697413cf6129f" from cache /: (copy (src sqlgg.opam) (dst ./src/./)) 2025-02-07 19:17.10 ---> using "103fc4aed317247c5c34b9fce38f7df807679288be98e7a7aad56d9282db766f" from cache /: (run (network host) (shell "opam pin add -yn sqlgg.dev './src/./'")) [sqlgg.dev] synchronised (file:///Users/mac1000/src) sqlgg is now pinned to file:///Users/mac1000/src (version dev) 2025-02-07 19:17.11 ---> using "cc7da4fe06d6b210f3b45f8aa3870a10e471246b5f2c0274905ced5d1ff8888d" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-02-07 19:17.11 ---> using "33f00e5f0f456b84cdff1c0f0516791e5665637ef292e0bfb081390bf6f1184b" from cache /: (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.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:4ffc8607e08e9bd536f1df71643b2ecb4cea1a15be9226f297008bc34d0bc8e2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.7.el_capitan.bottle.tar.gz - ==> Pouring portable-ruby-3.3.7.el_capitan.bottle.tar.gz - ==> Homebrew collects anonymous analytics. - Read the analytics documentation (and how to opt-out) here: - https://docs.brew.sh/Analytics - No analytics have been recorded yet (nor will be during this `brew` run). - - ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: - https://github.com/Homebrew/brew#donations - - Updated 2 taps (homebrew/core and homebrew/cask). - ==> New Formulae - evil-helix - ==> New Casks - chatwise <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sqlgg.dev] synchronised (file:///Users/mac1000/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-02-07 19:17.11 ---> using "c41d40a19640720b60b0023dc61c6db1613c6f01b2b32ad4f6ea30853f68e09f" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-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 - 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.8 - 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.35.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 ocamlfind.1.9.8 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (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 stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.17.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.17.2 -> installed stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> installed menhirCST.20240715 -> installed mybuild.7 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed sexplib0.v0.17.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed extlib.1.8.0 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed menhir.20240715 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-07 19:17.12 ---> using "974189fa6c9dc70f7ea761e9200eb74e910c15aab4ad1a4e3282f4ee2867d4c6" from cache /: (copy (src .) (dst ./src)) 2025-02-07 19:17.14 ---> saved as "0f1f7d9bc1864e0e01c16653b6b02bcfd26518451ee8da079d5694e335393f46" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/src && ./gen_version.exe version.ml) fatal: not a git repository (or any parent up to mount point /Users) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). (cd _build/default && /Users/mac1000/.opam/5.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: 136 shift/reduce conflicts were arbitrarily resolved. Warning: 18 reduce/reduce conflicts were arbitrarily resolved. (cd _build/default && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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 && /Users/mac1000/.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 /Users/mac1000/.opam/5.3.0/lib/extlib -I /Users/mac1000/.opam/5.3.0/lib/oUnit -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/ounit2 -I /Users/mac1000/.opam/5.3.0/lib/ounit2/advanced -I /Users/mac1000/.opam/5.3.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.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: 158 tests in: 0.13 seconds. FAILED: Cases: 158 Tried: 158 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0. 2025-02-07 19:17.23 ---> saved as "f3bed43101ebc39052529d99f2a536c4dfe3ac5d1cee43ee366031390c3c0d39" Job succeeded 2025-02-07 19:17.30: Job succeeded