2026-02-15 17:59.28: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (678884e4ec55f2ac195c6a7b7aeaa8d9a401151d) (linux-x86_64:debian-13-5.4+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard 678884e4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 # debian-13-5.4+flambda_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.21.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options 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 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 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-15 17:59.28: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41-debian-13-5.4+flambda_opam-2.5-6e45dd436f5ab394585d405347a72a64" 2026-02-15 17:59.28: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41) (comment debian-13-5.4+flambda_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.21.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options 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 yojson.3.0.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.5 --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")) ) 2026-02-15 17:59.28: Waiting for resource in pool OCluster 2026-02-15 18:42.30: Waiting for worker… 2026-02-15 18:45.00: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 678884e Merge pull request #268 from jongleb/fix-type-dynmic (from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41' locally docker.io/ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41: Pulling from ocaml/opam ef235bf1a09a: Already exists 63ff7b8f62f7: Pulling fs layer d97a3c4f37e5: Pulling fs layer 998bb0585113: Pulling fs layer 94828ef2bfe2: Pulling fs layer 3dd00a8a6b86: Pulling fs layer 1816e5253dcb: Pulling fs layer e502341419e0: Pulling fs layer d97a3c4f37e5: Waiting 7741a83685ca: Pulling fs layer 713e411af135: Pulling fs layer 998bb0585113: Waiting 94828ef2bfe2: Waiting 5d3b19c24612: Pulling fs layer e502341419e0: Waiting 63ff7b8f62f7: Waiting 3dd00a8a6b86: Waiting 7741a83685ca: Waiting 29b7cdb1fafb: Pulling fs layer 015412fc79ef: Pulling fs layer 29b7cdb1fafb: Waiting bbb53f8a3678: Pulling fs layer 5d3b19c24612: Waiting e4b20c98bd52: Pulling fs layer 015412fc79ef: Waiting 09103d92a91d: Pulling fs layer 042e26f97610: Pulling fs layer e4b20c98bd52: Waiting 1ee2a20e6c74: Pulling fs layer 09103d92a91d: Waiting 83c7c07ee7d9: Pulling fs layer 042e26f97610: Waiting 4e9ca69a996f: Pulling fs layer 3e6921c56ad6: Pulling fs layer 1ee2a20e6c74: Waiting 83c7c07ee7d9: Waiting c16273f75711: Pulling fs layer 4e9ca69a996f: Waiting 4f4fb700ef54: Pulling fs layer 3e6921c56ad6: Waiting 4876e5de169a: Pulling fs layer c16273f75711: Waiting 924fedb47896: Pulling fs layer eab21cd4733f: Pulling fs layer 4f4fb700ef54: Waiting 4876e5de169a: Waiting 2a28c5a72f80: Pulling fs layer a565bce96cc2: Pulling fs layer 1b84da29c428: Pulling fs layer a99c55249385: Pulling fs layer 5043a4afe7d4: Pulling fs layer eab21cd4733f: Waiting e596723297c6: Pulling fs layer a565bce96cc2: Waiting 9233633d4448: Pulling fs layer f0cc407c3599: Pulling fs layer 5737f0b22df8: Pulling fs layer 9233633d4448: Waiting 1b84da29c428: Waiting 757775b7c837: Pulling fs layer f0cc407c3599: Waiting 5043a4afe7d4: Waiting 5737f0b22df8: Waiting 2d2d616aaf57: Pulling fs layer b240f925287f: Pulling fs layer a05b65e9dec1: Pulling fs layer 757775b7c837: Waiting 752e118a24d2: Pulling fs layer 2d2d616aaf57: Waiting b240f925287f: Waiting a05b65e9dec1: Waiting 6f4175cf580f: Pulling fs layer 8ccdc50d6c4f: Pulling fs layer f943e65f6a67: Pulling fs layer 0233655f7662: Pulling fs layer f943e65f6a67: Waiting f18eb7209da3: Pulling fs layer 6f4175cf580f: Waiting 721d63319ed2: Pulling fs layer 0233655f7662: Waiting 2cc4cab14882: Pulling fs layer d182efc22647: Pulling fs layer 721d63319ed2: Waiting 2cc4cab14882: Waiting d182efc22647: Waiting 63ff7b8f62f7: Verifying Checksum 63ff7b8f62f7: Download complete 63ff7b8f62f7: Pull complete d97a3c4f37e5: Download complete d97a3c4f37e5: Pull complete 998bb0585113: Verifying Checksum 998bb0585113: Download complete 94828ef2bfe2: Verifying Checksum 94828ef2bfe2: Download complete 998bb0585113: Pull complete 94828ef2bfe2: Pull complete 1816e5253dcb: Verifying Checksum 1816e5253dcb: Download complete e502341419e0: Verifying Checksum e502341419e0: Download complete 7741a83685ca: Verifying Checksum 7741a83685ca: Download complete 713e411af135: Verifying Checksum 713e411af135: Download complete 5d3b19c24612: Verifying Checksum 5d3b19c24612: Download complete 3dd00a8a6b86: Verifying Checksum 3dd00a8a6b86: Download complete 015412fc79ef: Verifying Checksum 015412fc79ef: Download complete 29b7cdb1fafb: Verifying Checksum 29b7cdb1fafb: Download complete 3dd00a8a6b86: Pull complete 1816e5253dcb: Pull complete e502341419e0: Pull complete 7741a83685ca: Pull complete 713e411af135: Pull complete 5d3b19c24612: Pull complete 29b7cdb1fafb: Pull complete 015412fc79ef: Pull complete e4b20c98bd52: Download complete 09103d92a91d: Verifying Checksum 09103d92a91d: Download complete bbb53f8a3678: Verifying Checksum bbb53f8a3678: Download complete 042e26f97610: Verifying Checksum 042e26f97610: Download complete 1ee2a20e6c74: Verifying Checksum 1ee2a20e6c74: Download complete bbb53f8a3678: Pull complete e4b20c98bd52: Pull complete 83c7c07ee7d9: Verifying Checksum 83c7c07ee7d9: Download complete 09103d92a91d: Pull complete 042e26f97610: Pull complete 4e9ca69a996f: Download complete 1ee2a20e6c74: Pull complete 83c7c07ee7d9: Pull complete 3e6921c56ad6: Verifying Checksum 3e6921c56ad6: Download complete c16273f75711: Verifying Checksum c16273f75711: Download complete 4e9ca69a996f: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4876e5de169a: Download complete 3e6921c56ad6: Pull complete c16273f75711: Pull complete 4f4fb700ef54: Pull complete 4876e5de169a: Pull complete eab21cd4733f: Verifying Checksum eab21cd4733f: Download complete 924fedb47896: Verifying Checksum 924fedb47896: Download complete 924fedb47896: Pull complete a565bce96cc2: Verifying Checksum a565bce96cc2: Download complete eab21cd4733f: Pull complete 2a28c5a72f80: Verifying Checksum 2a28c5a72f80: Download complete 2a28c5a72f80: Pull complete a565bce96cc2: Pull complete a99c55249385: Verifying Checksum a99c55249385: Download complete 1b84da29c428: Verifying Checksum 1b84da29c428: Download complete 1b84da29c428: Pull complete a99c55249385: Pull complete e596723297c6: Verifying Checksum e596723297c6: Download complete 5043a4afe7d4: Verifying Checksum 5043a4afe7d4: Download complete 5043a4afe7d4: Pull complete e596723297c6: Pull complete f0cc407c3599: Verifying Checksum f0cc407c3599: Download complete 9233633d4448: Verifying Checksum 9233633d4448: Download complete 9233633d4448: Pull complete 5737f0b22df8: Verifying Checksum 5737f0b22df8: Download complete f0cc407c3599: Pull complete 5737f0b22df8: Pull complete 2d2d616aaf57: Download complete 757775b7c837: Verifying Checksum 757775b7c837: Download complete a05b65e9dec1: Download complete b240f925287f: Verifying Checksum b240f925287f: Download complete 752e118a24d2: Verifying Checksum 752e118a24d2: Download complete 6f4175cf580f: Verifying Checksum 6f4175cf580f: Download complete f943e65f6a67: Verifying Checksum f943e65f6a67: Download complete 8ccdc50d6c4f: Verifying Checksum 8ccdc50d6c4f: Download complete 0233655f7662: Download complete 721d63319ed2: Verifying Checksum 721d63319ed2: Download complete 2cc4cab14882: Verifying Checksum 2cc4cab14882: Download complete d182efc22647: Verifying Checksum d182efc22647: Download complete 757775b7c837: Pull complete 2d2d616aaf57: Pull complete f18eb7209da3: Verifying Checksum f18eb7209da3: Download complete b240f925287f: Pull complete a05b65e9dec1: Pull complete 752e118a24d2: Pull complete 6f4175cf580f: Pull complete 8ccdc50d6c4f: Pull complete f943e65f6a67: Pull complete 0233655f7662: Pull complete f18eb7209da3: Pull complete 721d63319ed2: Pull complete 2cc4cab14882: Pull complete d182efc22647: Pull complete Digest: sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 Status: Downloaded newer image for ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41 2026-02-15 18:45.01 ---> using "99a562272dc8ce3c679ddc6d0cba880bddddf1e9ea3303dd28b933af799c6dd7" from cache /: (comment debian-13-5.4+flambda_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-15 18:45.01 ---> using "979124831c702b9ebdd46ca5988dc693ad2c8bdd46c7e8eb458e5f1b8578d558" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from 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.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-15 18:45.01 ---> using "ed36e33e2685751c6c787b82ebe87388d91f71485d9e9b7d5693bce3fc644ccf" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-15 18:45.01 ---> using "b81469fd0f2a80b576e0eb694d6d3cb9cd81729b257965237f6dd1e91fc1b2e6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-15 18:45.01 ---> using "5630e91122e70a7afd83fd5c1530e31b84e3c4824ac11ecb8163900e5dbaf849" from cache /src: (run (cache (opam-archives (target /home/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:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:45.01 ---> using "9ff0e7b03d79666cc3abfbec6d41fbdbceaa1650b9d0c3ae28ee99715dac12f9" from cache /src: (copy (src sqlgg.opam) (dst ./)) 2026-02-15 18:45.01 ---> using "c4b3a3999fdbc180b25effca909ded6d4a1743285680f2cd403463ed5abfec57" from cache /src: (run (network host) (shell "opam pin add -yn sqlgg.dev './'")) [sqlgg.dev] synchronised (file:///src) [WARNING] Failed checks on sqlgg package definition from source at file:///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:///src (version dev) 2026-02-15 18:45.01 ---> using "4b161195a23db45d8d63acc48fbfc351c39d6a358be36875142e421c0e53b3b7" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-15 18:45.01 ---> using "d7573247ede45c98009194d4ada18d1e5f5fa6ce72d952ee02a626c0cc3ad111" 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.21.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options 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 yojson.3.0.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.5 --depext-only -y sqlgg.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB] - Fetched 198 kB in 0s (923 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sqlgg.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options). [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 is already installed (current version is 5.4.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). # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:45.16 ---> saved as "6e43cfbeb7c103b3ec41384fab7a0f0dc2c7c5764f4afc0cae55f504f6ec453e" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options). [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 is already installed (current version is 5.4.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 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 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved mybuild.7 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.21.1 (cached) -> retrieved ocamlfind.1.9.8 (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 stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.21.1 -> installed menhirCST.20260209 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirLib.20260209 -> installed menhirGLR.20260209 -> installed menhirSdk.20260209 -> installed mybuild.7 -> installed integers.0.7.0 -> installed sexplib0.v0.17.0 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed yojson.3.0.0 -> installed extlib.1.8.0 -> 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-02-15 18:48.30 ---> saved as "0b44878a7821d3372df5097be0cc7896d82fe3d99a181c7ba4b8e9ae0b197b7b" /src: (copy (src .) (dst /src)) 2026-02-15 18:48.31 ---> saved as "6f8568d7d9f51219b7d9b51450e81df4a86080252b724e10bc8156cd5c1f2fb2" /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.4/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 impl/ocaml/.sqlgg_traits.objs/byte -I /home/opam/.opam/5.4/lib/integers -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/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 && /home/opam/.opam/5.4/bin/ocamlopt.opt -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 /home/opam/.opam/5.4/lib/integers -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/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/json_path && ./test_json_path.exe) ............................................ Ran: 44 tests in: 0.02 seconds. OK (cd _build/default && /home/opam/.opam/5.4/bin/menhir 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: 0.97 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 2026-02-15 18:48.57 ---> saved as "8a9af0bb1fb943d163802a8def05b7fdf74886cea2658c1b5f4190fc97f4b86e" Job succeeded 2026-02-15 18:48.57: Job succeeded