2026-01-30 08:42.06: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (ff16631f198e288c2b9c0df876e8a3092a0b332a) (linux-x86_64:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard ff16631fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-threads.base base-unix.base cppo.1.8.0 dune.3.21.0 extlib.1.8.0 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 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-01-30 08:42.06: Using cache hint "ygrek/sqlgg-ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5-fedora-43-4.14_opam-2.5-4621525ce2744ff58a446f6c6fd0b2ef"2026-01-30 08:42.06: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5)(comment fedora-43-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-threads.base base-unix.base cppo.1.8.0 dune.3.21.0 extlib.1.8.0 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 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-01-30 08:42.06: Waiting for resource in pool OCluster2026-01-30 08:42.07: Waiting for worker…2026-01-30 08:42.07: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at ff16631 Merge pull request #264 from jongleb/dynamic-select-5(from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5' locallydocker.io/ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5: Pulling from ocaml/opam1216d224fefc: Already existsd2b80d0f9692: Pulling fs layerb44754d8bf82: Pulling fs layer36abc5888bbf: Pulling fs layer13ceeda275e3: Pulling fs layer9d0a0e279caf: Pulling fs layer13ceeda275e3: Waiting40e2d63e6bc8: Pulling fs layer9d0a0e279caf: Waiting75b3ac574ea6: Pulling fs layer40e2d63e6bc8: Waiting1049f777ea82: Pulling fs layer75b3ac574ea6: Waiting03fc9df51c6a: Pulling fs layer1049f777ea82: Waitingb047e90b13a5: Pulling fs layer9e9b975180f0: Pulling fs layerb047e90b13a5: Waiting67d0d0d5c8c1: Pulling fs layer89a5d6bde7a7: Pulling fs layer9e9b975180f0: Waiting67d0d0d5c8c1: Waiting1d93c1211989: Pulling fs layer89a5d6bde7a7: Waiting29eae7cc87b0: Pulling fs layer1d93c1211989: Waiting29eae7cc87b0: Waitingcbc0891b6ad5: Pulling fs layer1dcdb5dba4d6: Pulling fs layercbc0891b6ad5: Waitingcbbbe6830481: Pulling fs layer1dcdb5dba4d6: Waiting21e1ea572da2: Pulling fs layercbbbe6830481: Waiting4f4fb700ef54: Pulling fs layer21e1ea572da2: Waiting98b69470db28: Pulling fs layer4f4fb700ef54: Waiting2dcdfd57803f: Pulling fs layer98b69470db28: Waiting379ef38822e9: Pulling fs layer2dcdfd57803f: Waiting3bc4f9dcff1f: Pulling fs layer379ef38822e9: Waitingd9698ccc8ea7: Pulling fs layer3bc4f9dcff1f: Waiting5ed663178eca: Pulling fs layerd9698ccc8ea7: Waitingc8305c642087: Pulling fs layer5ed663178eca: Waiting8f6d93fd556f: Pulling fs layer921519ed1807: Pulling fs layer8f6d93fd556f: Waitingc60d13ca69bb: Pulling fs layer921519ed1807: Waiting2aac9c9633a8: Pulling fs layerc60d13ca69bb: Waitingc0e95d961175: Pulling fs layer2aac9c9633a8: Waiting27ce8579a8e4: Pulling fs layerc0e95d961175: Waitingfe5862feaa51: Pulling fs layer27ce8579a8e4: Waitinge29132ca7758: Pulling fs layerfe5862feaa51: Waiting7f1e364d449b: Pulling fs layere29132ca7758: Waitinga8bd8d8144bc: Pulling fs layer571a3efac70d: Pulling fs layer7f1e364d449b: Waiting9c68ae25f7d9: Pulling fs layer571a3efac70d: Waiting0f9e015b3d2e: Pulling fs layer9c68ae25f7d9: Waiting6bbac6cf626c: Pulling fs layer1357dfaab010: Pulling fs layer84b864a466fe: Pulling fs layer6bbac6cf626c: Waiting1357dfaab010: Waiting84b864a466fe: Waitingd2b80d0f9692: Verifying Checksumd2b80d0f9692: Download completed2b80d0f9692: Pull completeb44754d8bf82: Verifying Checksumb44754d8bf82: Download completeb44754d8bf82: Pull complete36abc5888bbf: Verifying Checksum36abc5888bbf: Download complete40e2d63e6bc8: Verifying Checksum40e2d63e6bc8: Download complete9d0a0e279caf: Verifying Checksum9d0a0e279caf: Download complete1049f777ea82: Verifying Checksum1049f777ea82: Download complete75b3ac574ea6: Verifying Checksum75b3ac574ea6: Download complete03fc9df51c6a: Verifying Checksum03fc9df51c6a: Download complete9e9b975180f0: Verifying Checksum9e9b975180f0: Download complete67d0d0d5c8c1: Verifying Checksum67d0d0d5c8c1: Download complete89a5d6bde7a7: Download complete1d93c1211989: Verifying Checksum1d93c1211989: Download completeb047e90b13a5: Verifying Checksumb047e90b13a5: Download completecbc0891b6ad5: Download complete29eae7cc87b0: Download complete13ceeda275e3: Verifying Checksum13ceeda275e3: Download complete1dcdb5dba4d6: Verifying Checksum1dcdb5dba4d6: Download completecbbbe6830481: Verifying Checksumcbbbe6830481: Download complete21e1ea572da2: Download complete4f4fb700ef54: Download complete2dcdfd57803f: Download complete98b69470db28: Verifying Checksum98b69470db28: Download complete379ef38822e9: Download completed9698ccc8ea7: Verifying Checksumd9698ccc8ea7: Download complete3bc4f9dcff1f: Verifying Checksum3bc4f9dcff1f: Download complete5ed663178eca: Verifying Checksum5ed663178eca: Download complete921519ed1807: Verifying Checksum921519ed1807: Download complete8f6d93fd556f: Verifying Checksum8f6d93fd556f: Download completec8305c642087: Verifying Checksumc8305c642087: Download completec60d13ca69bb: Verifying Checksumc60d13ca69bb: Download complete2aac9c9633a8: Verifying Checksum2aac9c9633a8: Download completec0e95d961175: Verifying Checksumc0e95d961175: Download completefe5862feaa51: Download complete7f1e364d449b: Verifying Checksum7f1e364d449b: Download completea8bd8d8144bc: Verifying Checksuma8bd8d8144bc: Download complete571a3efac70d: Download complete36abc5888bbf: Pull complete13ceeda275e3: Pull complete9d0a0e279caf: Pull complete40e2d63e6bc8: Pull complete75b3ac574ea6: Pull complete1049f777ea82: Pull complete03fc9df51c6a: Pull completeb047e90b13a5: Pull complete9e9b975180f0: Pull complete67d0d0d5c8c1: Pull complete89a5d6bde7a7: Pull complete1d93c1211989: Pull complete29eae7cc87b0: Pull completecbc0891b6ad5: Pull complete1dcdb5dba4d6: Pull completecbbbe6830481: Pull complete21e1ea572da2: Pull complete4f4fb700ef54: Pull complete98b69470db28: Pull complete2dcdfd57803f: Pull complete379ef38822e9: Pull complete3bc4f9dcff1f: Pull completed9698ccc8ea7: Pull complete5ed663178eca: Pull completec8305c642087: Pull complete8f6d93fd556f: Pull complete921519ed1807: Pull completec60d13ca69bb: Pull complete2aac9c9633a8: Pull completec0e95d961175: Pull complete9c68ae25f7d9: Verifying Checksum9c68ae25f7d9: Download completee29132ca7758: Verifying Checksume29132ca7758: Download complete6bbac6cf626c: Verifying Checksum6bbac6cf626c: Download complete1357dfaab010: Download complete84b864a466fe: Download complete27ce8579a8e4: Verifying Checksum27ce8579a8e4: Download complete0f9e015b3d2e: Verifying Checksum0f9e015b3d2e: Download complete27ce8579a8e4: Pull completefe5862feaa51: Pull completee29132ca7758: Pull complete7f1e364d449b: Pull completea8bd8d8144bc: Pull complete571a3efac70d: Pull complete9c68ae25f7d9: Pull complete0f9e015b3d2e: Pull complete6bbac6cf626c: Pull complete1357dfaab010: Pull complete84b864a466fe: Pull completeDigest: sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5Status: Downloaded newer image for ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded52026-01-30 08:42.08 ---> using "f9a5319fd08a3d0936869d3ca5942bd93cc92745d834f6a608361cb54a429951" from cache/: (comment fedora-43-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 40.1 KiB/s | 22.1 KiB | 00m01sFedora 43 openh264 (From Cisco) - x86_ 100% | 3.2 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 104.0 KiB/s | 19.9 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-01-30 08:42.08 ---> using "8ac7509c8bdad31fa4853da6b480df4d12af853b2635e4a86c46dbdc2eec4f40" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-30 08:42.08 ---> using "ee8230386aa91c1af05ea74b49b036d1cc62222cc9641aecdb0585c755bda359" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-01-30 08:42.08 ---> using "cb1fef56e6c814614e4ac3e804b34fc9119eb4a773dcf17de00c5f3b9031864e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-30 08:42.08 ---> using "d05ee483c51035e435b0c841d1f8fa8b18538cdc3594578e7841555f6001396d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-30 08:42.08 ---> using "6184ae243d77c34883d81aa8cac0d5634ef60821820cf75a0dbabb8c4362d65a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..1ec33afa28 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patchesThe following actions will be performed:=== recompile 2 packages- recompile ocaml 4.14.2 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.4.14.2-> installed ocaml.4.14.2-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead# To update the current shell environment, run: eval $(opam env)2026-01-30 08:42.08 ---> using "1ca540ca7128792296769eb676cb127be790e21f508321aecbd15e1f6030b1e5" from cache/src: (copy (src sqlgg.opam) (dst ./))2026-01-30 08:42.08 ---> using "58d880c3a898741f25bf785e2639727bd1c28250d8d9a6a15f870f7eb0e197f8" 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-01-30 08:42.08 ---> using "b85701044ad955d6007dd5c439c3421c4e4e4be3f8e357fd513fd9d3d2a50941" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-30 08:42.08 ---> using "162ebbee0fb20a39d78a5ad3a5097d2289424b4e4801199e1fab20c02df0b688" from cache/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.21.0 extlib.1.8.0 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-01-30 08:42.08 ---> using "ca4b56e802d6cda057fa50bcf4fb75a3280c73c4a94de9b424a0db56ddf2c7aa" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 20 packages- install cppo 1.8.0- install dune 3.21.0- install extlib 1.8.0- install integers 0.7.0- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mybuild 7- install ocaml-compiler-libs v0.12.4- 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.12.4 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.21.0 (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.0-> installed menhirCST.20250912-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed mybuild.7-> installed menhirSdk.20250912-> installed sexplib0.v0.17.0-> installed integers.0.7.0-> installed cppo.1.8.0-> installed menhirLib.20250912-> installed ocaml-compiler-libs.v0.12.4-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed yojson.3.0.0-> installed extlib.1.8.0-> installed menhir.20250912-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-30 08:42.08 ---> using "cec46e5391dcb0cdf5fabcc9d9e0386071f19ca6ab030f5f1bae0036bd00fa35" from cache/src: (copy (src .) (dst /src))2026-01-30 08:42.08 ---> using "c7b51577e27fbc8455b4248e26cfb86c23aea4ffb64690a0c95e20048470990c" from cache/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/json_path && ./test_json_path.exe)............................................Ran: 44 tests in: 0.02 seconds.OK(cd _build/default && /home/opam/.opam/4.14/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.55 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-01-30 08:42.08 ---> using "eb5d85c22bfc96b8e65a6f568b3a58eab1f826529d2c64fe3b48da16a26a4471" from cacheJob succeeded2026-01-30 08:42.07: Job succeeded