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:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard 678884e4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41# debian-13-5.4+flambda_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-02-15 18:42.30: Waiting for worker…2026-02-15 18:45.00: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41: Pulling from ocaml/opamef235bf1a09a: Already exists63ff7b8f62f7: Pulling fs layerd97a3c4f37e5: Pulling fs layer998bb0585113: Pulling fs layer94828ef2bfe2: Pulling fs layer3dd00a8a6b86: Pulling fs layer1816e5253dcb: Pulling fs layere502341419e0: Pulling fs layerd97a3c4f37e5: Waiting7741a83685ca: Pulling fs layer713e411af135: Pulling fs layer998bb0585113: Waiting94828ef2bfe2: Waiting5d3b19c24612: Pulling fs layere502341419e0: Waiting63ff7b8f62f7: Waiting3dd00a8a6b86: Waiting7741a83685ca: Waiting29b7cdb1fafb: Pulling fs layer015412fc79ef: Pulling fs layer29b7cdb1fafb: Waitingbbb53f8a3678: Pulling fs layer5d3b19c24612: Waitinge4b20c98bd52: Pulling fs layer015412fc79ef: Waiting09103d92a91d: Pulling fs layer042e26f97610: Pulling fs layere4b20c98bd52: Waiting1ee2a20e6c74: Pulling fs layer09103d92a91d: Waiting83c7c07ee7d9: Pulling fs layer042e26f97610: Waiting4e9ca69a996f: Pulling fs layer3e6921c56ad6: Pulling fs layer1ee2a20e6c74: Waiting83c7c07ee7d9: Waitingc16273f75711: Pulling fs layer4e9ca69a996f: Waiting4f4fb700ef54: Pulling fs layer3e6921c56ad6: Waiting4876e5de169a: Pulling fs layerc16273f75711: Waiting924fedb47896: Pulling fs layereab21cd4733f: Pulling fs layer4f4fb700ef54: Waiting4876e5de169a: Waiting2a28c5a72f80: Pulling fs layera565bce96cc2: Pulling fs layer1b84da29c428: Pulling fs layera99c55249385: Pulling fs layer5043a4afe7d4: Pulling fs layereab21cd4733f: Waitinge596723297c6: Pulling fs layera565bce96cc2: Waiting9233633d4448: Pulling fs layerf0cc407c3599: Pulling fs layer5737f0b22df8: Pulling fs layer9233633d4448: Waiting1b84da29c428: Waiting757775b7c837: Pulling fs layerf0cc407c3599: Waiting5043a4afe7d4: Waiting5737f0b22df8: Waiting2d2d616aaf57: Pulling fs layerb240f925287f: Pulling fs layera05b65e9dec1: Pulling fs layer757775b7c837: Waiting752e118a24d2: Pulling fs layer2d2d616aaf57: Waitingb240f925287f: Waitinga05b65e9dec1: Waiting6f4175cf580f: Pulling fs layer8ccdc50d6c4f: Pulling fs layerf943e65f6a67: Pulling fs layer0233655f7662: Pulling fs layerf943e65f6a67: Waitingf18eb7209da3: Pulling fs layer6f4175cf580f: Waiting721d63319ed2: Pulling fs layer0233655f7662: Waiting2cc4cab14882: Pulling fs layerd182efc22647: Pulling fs layer721d63319ed2: Waiting2cc4cab14882: Waitingd182efc22647: Waiting63ff7b8f62f7: Verifying Checksum63ff7b8f62f7: Download complete63ff7b8f62f7: Pull completed97a3c4f37e5: Download completed97a3c4f37e5: Pull complete998bb0585113: Verifying Checksum998bb0585113: Download complete94828ef2bfe2: Verifying Checksum94828ef2bfe2: Download complete998bb0585113: Pull complete94828ef2bfe2: Pull complete1816e5253dcb: Verifying Checksum1816e5253dcb: Download completee502341419e0: Verifying Checksume502341419e0: Download complete7741a83685ca: Verifying Checksum7741a83685ca: Download complete713e411af135: Verifying Checksum713e411af135: Download complete5d3b19c24612: Verifying Checksum5d3b19c24612: Download complete3dd00a8a6b86: Verifying Checksum3dd00a8a6b86: Download complete015412fc79ef: Verifying Checksum015412fc79ef: Download complete29b7cdb1fafb: Verifying Checksum29b7cdb1fafb: Download complete3dd00a8a6b86: Pull complete1816e5253dcb: Pull completee502341419e0: Pull complete7741a83685ca: Pull complete713e411af135: Pull complete5d3b19c24612: Pull complete29b7cdb1fafb: Pull complete015412fc79ef: Pull completee4b20c98bd52: Download complete09103d92a91d: Verifying Checksum09103d92a91d: Download completebbb53f8a3678: Verifying Checksumbbb53f8a3678: Download complete042e26f97610: Verifying Checksum042e26f97610: Download complete1ee2a20e6c74: Verifying Checksum1ee2a20e6c74: Download completebbb53f8a3678: Pull completee4b20c98bd52: Pull complete83c7c07ee7d9: Verifying Checksum83c7c07ee7d9: Download complete09103d92a91d: Pull complete042e26f97610: Pull complete4e9ca69a996f: Download complete1ee2a20e6c74: Pull complete83c7c07ee7d9: Pull complete3e6921c56ad6: Verifying Checksum3e6921c56ad6: Download completec16273f75711: Verifying Checksumc16273f75711: Download complete4e9ca69a996f: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4876e5de169a: Download complete3e6921c56ad6: Pull completec16273f75711: Pull complete4f4fb700ef54: Pull complete4876e5de169a: Pull completeeab21cd4733f: Verifying Checksumeab21cd4733f: Download complete924fedb47896: Verifying Checksum924fedb47896: Download complete924fedb47896: Pull completea565bce96cc2: Verifying Checksuma565bce96cc2: Download completeeab21cd4733f: Pull complete2a28c5a72f80: Verifying Checksum2a28c5a72f80: Download complete2a28c5a72f80: Pull completea565bce96cc2: Pull completea99c55249385: Verifying Checksuma99c55249385: Download complete1b84da29c428: Verifying Checksum1b84da29c428: Download complete1b84da29c428: Pull completea99c55249385: Pull completee596723297c6: Verifying Checksume596723297c6: Download complete5043a4afe7d4: Verifying Checksum5043a4afe7d4: Download complete5043a4afe7d4: Pull completee596723297c6: Pull completef0cc407c3599: Verifying Checksumf0cc407c3599: Download complete9233633d4448: Verifying Checksum9233633d4448: Download complete9233633d4448: Pull complete5737f0b22df8: Verifying Checksum5737f0b22df8: Download completef0cc407c3599: Pull complete5737f0b22df8: Pull complete2d2d616aaf57: Download complete757775b7c837: Verifying Checksum757775b7c837: Download completea05b65e9dec1: Download completeb240f925287f: Verifying Checksumb240f925287f: Download complete752e118a24d2: Verifying Checksum752e118a24d2: Download complete6f4175cf580f: Verifying Checksum6f4175cf580f: Download completef943e65f6a67: Verifying Checksumf943e65f6a67: Download complete8ccdc50d6c4f: Verifying Checksum8ccdc50d6c4f: Download complete0233655f7662: Download complete721d63319ed2: Verifying Checksum721d63319ed2: Download complete2cc4cab14882: Verifying Checksum2cc4cab14882: Download completed182efc22647: Verifying Checksumd182efc22647: Download complete757775b7c837: Pull complete2d2d616aaf57: Pull completef18eb7209da3: Verifying Checksumf18eb7209da3: Download completeb240f925287f: Pull completea05b65e9dec1: Pull complete752e118a24d2: Pull complete6f4175cf580f: Pull complete8ccdc50d6c4f: Pull completef943e65f6a67: Pull complete0233655f7662: Pull completef18eb7209da3: Pull complete721d63319ed2: Pull complete2cc4cab14882: Pull completed182efc22647: Pull completeDigest: sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d41Status: Downloaded newer image for ocaml/opam@sha256:e5745e227280bb7cdb99c8b32d1ccd5effc1c6bfd6a3654ef56d5037a22e2d412026-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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-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-genericThe OCaml toplevel, version 5.4.02.5.02026-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-repositoryAlready 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_stringsqlgg 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.1Done.# 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 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 && /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 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/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 SETcol_2 = excluded.col_2,col_3 = col_32026-02-15 18:48.57 ---> saved as "8a9af0bb1fb943d163802a8def05b7fdf74886cea2658c1b5f4190fc97f4b86e"Job succeeded2026-02-15 18:48.57: Job succeeded