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:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard ff16631f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-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 $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-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 OCluster 2026-01-30 08:42.07: Waiting for worker… 2026-01-30 08:42.07: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5: Pulling from ocaml/opam 1216d224fefc: Already exists d2b80d0f9692: Pulling fs layer b44754d8bf82: Pulling fs layer 36abc5888bbf: Pulling fs layer 13ceeda275e3: Pulling fs layer 9d0a0e279caf: Pulling fs layer 13ceeda275e3: Waiting 40e2d63e6bc8: Pulling fs layer 9d0a0e279caf: Waiting 75b3ac574ea6: Pulling fs layer 40e2d63e6bc8: Waiting 1049f777ea82: Pulling fs layer 75b3ac574ea6: Waiting 03fc9df51c6a: Pulling fs layer 1049f777ea82: Waiting b047e90b13a5: Pulling fs layer 9e9b975180f0: Pulling fs layer b047e90b13a5: Waiting 67d0d0d5c8c1: Pulling fs layer 89a5d6bde7a7: Pulling fs layer 9e9b975180f0: Waiting 67d0d0d5c8c1: Waiting 1d93c1211989: Pulling fs layer 89a5d6bde7a7: Waiting 29eae7cc87b0: Pulling fs layer 1d93c1211989: Waiting 29eae7cc87b0: Waiting cbc0891b6ad5: Pulling fs layer 1dcdb5dba4d6: Pulling fs layer cbc0891b6ad5: Waiting cbbbe6830481: Pulling fs layer 1dcdb5dba4d6: Waiting 21e1ea572da2: Pulling fs layer cbbbe6830481: Waiting 4f4fb700ef54: Pulling fs layer 21e1ea572da2: Waiting 98b69470db28: Pulling fs layer 4f4fb700ef54: Waiting 2dcdfd57803f: Pulling fs layer 98b69470db28: Waiting 379ef38822e9: Pulling fs layer 2dcdfd57803f: Waiting 3bc4f9dcff1f: Pulling fs layer 379ef38822e9: Waiting d9698ccc8ea7: Pulling fs layer 3bc4f9dcff1f: Waiting 5ed663178eca: Pulling fs layer d9698ccc8ea7: Waiting c8305c642087: Pulling fs layer 5ed663178eca: Waiting 8f6d93fd556f: Pulling fs layer 921519ed1807: Pulling fs layer 8f6d93fd556f: Waiting c60d13ca69bb: Pulling fs layer 921519ed1807: Waiting 2aac9c9633a8: Pulling fs layer c60d13ca69bb: Waiting c0e95d961175: Pulling fs layer 2aac9c9633a8: Waiting 27ce8579a8e4: Pulling fs layer c0e95d961175: Waiting fe5862feaa51: Pulling fs layer 27ce8579a8e4: Waiting e29132ca7758: Pulling fs layer fe5862feaa51: Waiting 7f1e364d449b: Pulling fs layer e29132ca7758: Waiting a8bd8d8144bc: Pulling fs layer 571a3efac70d: Pulling fs layer 7f1e364d449b: Waiting 9c68ae25f7d9: Pulling fs layer 571a3efac70d: Waiting 0f9e015b3d2e: Pulling fs layer 9c68ae25f7d9: Waiting 6bbac6cf626c: Pulling fs layer 1357dfaab010: Pulling fs layer 84b864a466fe: Pulling fs layer 6bbac6cf626c: Waiting 1357dfaab010: Waiting 84b864a466fe: Waiting d2b80d0f9692: Verifying Checksum d2b80d0f9692: Download complete d2b80d0f9692: Pull complete b44754d8bf82: Verifying Checksum b44754d8bf82: Download complete b44754d8bf82: Pull complete 36abc5888bbf: Verifying Checksum 36abc5888bbf: Download complete 40e2d63e6bc8: Verifying Checksum 40e2d63e6bc8: Download complete 9d0a0e279caf: Verifying Checksum 9d0a0e279caf: Download complete 1049f777ea82: Verifying Checksum 1049f777ea82: Download complete 75b3ac574ea6: Verifying Checksum 75b3ac574ea6: Download complete 03fc9df51c6a: Verifying Checksum 03fc9df51c6a: Download complete 9e9b975180f0: Verifying Checksum 9e9b975180f0: Download complete 67d0d0d5c8c1: Verifying Checksum 67d0d0d5c8c1: Download complete 89a5d6bde7a7: Download complete 1d93c1211989: Verifying Checksum 1d93c1211989: Download complete b047e90b13a5: Verifying Checksum b047e90b13a5: Download complete cbc0891b6ad5: Download complete 29eae7cc87b0: Download complete 13ceeda275e3: Verifying Checksum 13ceeda275e3: Download complete 1dcdb5dba4d6: Verifying Checksum 1dcdb5dba4d6: Download complete cbbbe6830481: Verifying Checksum cbbbe6830481: Download complete 21e1ea572da2: Download complete 4f4fb700ef54: Download complete 2dcdfd57803f: Download complete 98b69470db28: Verifying Checksum 98b69470db28: Download complete 379ef38822e9: Download complete d9698ccc8ea7: Verifying Checksum d9698ccc8ea7: Download complete 3bc4f9dcff1f: Verifying Checksum 3bc4f9dcff1f: Download complete 5ed663178eca: Verifying Checksum 5ed663178eca: Download complete 921519ed1807: Verifying Checksum 921519ed1807: Download complete 8f6d93fd556f: Verifying Checksum 8f6d93fd556f: Download complete c8305c642087: Verifying Checksum c8305c642087: Download complete c60d13ca69bb: Verifying Checksum c60d13ca69bb: Download complete 2aac9c9633a8: Verifying Checksum 2aac9c9633a8: Download complete c0e95d961175: Verifying Checksum c0e95d961175: Download complete fe5862feaa51: Download complete 7f1e364d449b: Verifying Checksum 7f1e364d449b: Download complete a8bd8d8144bc: Verifying Checksum a8bd8d8144bc: Download complete 571a3efac70d: Download complete 36abc5888bbf: Pull complete 13ceeda275e3: Pull complete 9d0a0e279caf: Pull complete 40e2d63e6bc8: Pull complete 75b3ac574ea6: Pull complete 1049f777ea82: Pull complete 03fc9df51c6a: Pull complete b047e90b13a5: Pull complete 9e9b975180f0: Pull complete 67d0d0d5c8c1: Pull complete 89a5d6bde7a7: Pull complete 1d93c1211989: Pull complete 29eae7cc87b0: Pull complete cbc0891b6ad5: Pull complete 1dcdb5dba4d6: Pull complete cbbbe6830481: Pull complete 21e1ea572da2: Pull complete 4f4fb700ef54: Pull complete 98b69470db28: Pull complete 2dcdfd57803f: Pull complete 379ef38822e9: Pull complete 3bc4f9dcff1f: Pull complete d9698ccc8ea7: Pull complete 5ed663178eca: Pull complete c8305c642087: Pull complete 8f6d93fd556f: Pull complete 921519ed1807: Pull complete c60d13ca69bb: Pull complete 2aac9c9633a8: Pull complete c0e95d961175: Pull complete 9c68ae25f7d9: Verifying Checksum 9c68ae25f7d9: Download complete e29132ca7758: Verifying Checksum e29132ca7758: Download complete 6bbac6cf626c: Verifying Checksum 6bbac6cf626c: Download complete 1357dfaab010: Download complete 84b864a466fe: Download complete 27ce8579a8e4: Verifying Checksum 27ce8579a8e4: Download complete 0f9e015b3d2e: Verifying Checksum 0f9e015b3d2e: Download complete 27ce8579a8e4: Pull complete fe5862feaa51: Pull complete e29132ca7758: Pull complete 7f1e364d449b: Pull complete a8bd8d8144bc: Pull complete 571a3efac70d: Pull complete 9c68ae25f7d9: Pull complete 0f9e015b3d2e: Pull complete 6bbac6cf626c: Pull complete 1357dfaab010: Pull complete 84b864a466fe: Pull complete Digest: sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 Status: Downloaded newer image for ocaml/opam@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5 2026-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 | 00m01s Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.2 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 104.0 KiB/s | 19.9 KiB | 00m00s Repositories 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] y Format 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] Initialised 2026-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-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-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_HEAD a6b2f19780..1ec33afa28 master -> origin/master 873cb18c37 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#patches The 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.3 Done. <><> 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_string sqlgg 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.1 Done. # 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 SET col_2 = excluded.col_2, col_3 = col_3 2026-01-30 08:42.08 ---> using "eb5d85c22bfc96b8e65a6f568b3a58eab1f826529d2c64fe3b48da16a26a4471" from cache Job succeeded 2026-01-30 08:42.07: Job succeeded