2026-04-03 11:35.55: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (682340c70970afe5c154e99f5ccc8b91abb532a4) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 682340c7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 # debian-13-4.14_x86_32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.38.0 seq.base sexplib0.v0.16.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-04-03 11:35.55: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3-debian-13-4.14_x86_32_opam-2.5-4d39ec38b92c09166fbcc868a59cc221" 2026-04-03 11:35.55: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3) (comment debian-13-4.14_x86_32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (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.22.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.38.0 seq.base sexplib0.v0.16.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-04-03 11:35.55: Waiting for resource in pool OCluster 2026-04-03 12:40.25: Waiting for worker… 2026-04-03 12:44.27: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 682340c Merge pull request #272 from jongleb/no-enum (from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3' locally docker.io/ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3: Pulling from ocaml/opam cdaf5c618b8f: Pulling fs layer 37b25bd564f1: Pulling fs layer b4419f8ddf31: Pulling fs layer cdaf5c618b8f: Waiting fcddae90f741: Pulling fs layer 7bdc78f9e5b7: Pulling fs layer 5691c8ad5025: Pulling fs layer b4419f8ddf31: Waiting fcddae90f741: Waiting 37b25bd564f1: Waiting a00659447ced: Pulling fs layer 5691c8ad5025: Waiting 7bdc78f9e5b7: Waiting 6da4c329d826: Pulling fs layer 7eb67c4488c7: Pulling fs layer ecb12f6f1366: Pulling fs layer 6da4c329d826: Waiting 0bb29fc35e8f: Pulling fs layer 7eb67c4488c7: Waiting a00659447ced: Waiting ecb12f6f1366: Waiting 38773acba29b: Pulling fs layer 0bb29fc35e8f: Waiting 4ecb7fe6e6cd: Pulling fs layer a6ded0c5c651: Pulling fs layer a618a67fa30c: Pulling fs layer 7cfbd53f9185: Pulling fs layer 4ecb7fe6e6cd: Waiting a6ded0c5c651: Waiting 38773acba29b: Waiting 2dd6d5e64b1f: Pulling fs layer a618a67fa30c: Waiting 7cfbd53f9185: Waiting 2dd6d5e64b1f: Waiting 66e4c8c5b80d: Pulling fs layer 93512fc5f7ca: Pulling fs layer 66e4c8c5b80d: Waiting 99a5c1cc5cf4: Pulling fs layer e77a47d92406: Pulling fs layer 93512fc5f7ca: Waiting 4f4fb700ef54: Pulling fs layer 99a5c1cc5cf4: Waiting 1e645893c166: Pulling fs layer e77a47d92406: Waiting 4f4fb700ef54: Waiting 4d79b77ccb64: Pulling fs layer 8f92218ad268: Pulling fs layer d37cd7807d67: Pulling fs layer 1e645893c166: Waiting 4d79b77ccb64: Waiting 8f92218ad268: Waiting eae9cdbb8e94: Pulling fs layer d37cd7807d67: Waiting 00e84e4dddf6: Pulling fs layer ec5e1e9d7a11: Pulling fs layer 5a366988733e: Pulling fs layer 00e84e4dddf6: Waiting eae9cdbb8e94: Waiting ec5e1e9d7a11: Waiting 5d3dff2b6c80: Pulling fs layer 5a366988733e: Waiting 2d08b04c2596: Pulling fs layer 5d3dff2b6c80: Waiting fb41acb401da: Pulling fs layer 2d08b04c2596: Waiting 7af27a693e4f: Pulling fs layer 615b51657365: Pulling fs layer ac9ea76617e5: Pulling fs layer fb41acb401da: Waiting 2f380e108faf: Pulling fs layer 615b51657365: Waiting abe564c0399a: Pulling fs layer 7af27a693e4f: Waiting 4958a3486050: Pulling fs layer 7937a8b7141c: Pulling fs layer 2f380e108faf: Waiting dd688a1942d3: Pulling fs layer abe564c0399a: Waiting ac9ea76617e5: Waiting 4958a3486050: Waiting 4bf64a7280b4: Pulling fs layer 7937a8b7141c: Waiting dd688a1942d3: Waiting 19061a131e0c: Pulling fs layer 4bf64a7280b4: Waiting 557682a965aa: Pulling fs layer 557682a965aa: Waiting 19061a131e0c: Waiting cdaf5c618b8f: Verifying Checksum cdaf5c618b8f: Download complete 37b25bd564f1: Download complete b4419f8ddf31: Verifying Checksum b4419f8ddf31: Download complete fcddae90f741: Verifying Checksum fcddae90f741: Download complete cdaf5c618b8f: Pull complete 37b25bd564f1: Pull complete b4419f8ddf31: Pull complete fcddae90f741: Pull complete 7bdc78f9e5b7: Verifying Checksum 7bdc78f9e5b7: Download complete 7bdc78f9e5b7: Pull complete 5691c8ad5025: Download complete a00659447ced: Verifying Checksum a00659447ced: Download complete 6da4c329d826: Verifying Checksum 6da4c329d826: Download complete 7eb67c4488c7: Verifying Checksum 7eb67c4488c7: Download complete ecb12f6f1366: Verifying Checksum ecb12f6f1366: Download complete 5691c8ad5025: Pull complete a00659447ced: Pull complete 6da4c329d826: Pull complete 7eb67c4488c7: Pull complete ecb12f6f1366: Pull complete 38773acba29b: Verifying Checksum 38773acba29b: Download complete 4ecb7fe6e6cd: Verifying Checksum 4ecb7fe6e6cd: Download complete a6ded0c5c651: Verifying Checksum a6ded0c5c651: Download complete a618a67fa30c: Verifying Checksum a618a67fa30c: Download complete 7cfbd53f9185: Download complete 2dd6d5e64b1f: Verifying Checksum 2dd6d5e64b1f: Download complete 66e4c8c5b80d: Verifying Checksum 66e4c8c5b80d: Download complete 93512fc5f7ca: Download complete 99a5c1cc5cf4: Download complete e77a47d92406: Verifying Checksum e77a47d92406: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 1e645893c166: Verifying Checksum 1e645893c166: Download complete 4d79b77ccb64: Download complete 8f92218ad268: Download complete d37cd7807d67: Verifying Checksum d37cd7807d67: Download complete eae9cdbb8e94: Verifying Checksum eae9cdbb8e94: Download complete 0bb29fc35e8f: Verifying Checksum 0bb29fc35e8f: Download complete 0bb29fc35e8f: Pull complete ec5e1e9d7a11: Download complete 38773acba29b: Pull complete 5a366988733e: Download complete 5d3dff2b6c80: Verifying Checksum 5d3dff2b6c80: Download complete 4ecb7fe6e6cd: Pull complete fb41acb401da: Verifying Checksum fb41acb401da: Download complete a6ded0c5c651: Pull complete a618a67fa30c: Pull complete 7cfbd53f9185: Pull complete 2dd6d5e64b1f: Pull complete 66e4c8c5b80d: Pull complete 7af27a693e4f: Download complete 93512fc5f7ca: Pull complete 2d08b04c2596: Verifying Checksum 2d08b04c2596: Download complete 99a5c1cc5cf4: Pull complete e77a47d92406: Pull complete 4f4fb700ef54: Pull complete 1e645893c166: Pull complete 4d79b77ccb64: Pull complete 8f92218ad268: Pull complete d37cd7807d67: Pull complete eae9cdbb8e94: Pull complete 00e84e4dddf6: Pull complete ec5e1e9d7a11: Pull complete 5a366988733e: Pull complete 5d3dff2b6c80: Pull complete 2d08b04c2596: Pull complete fb41acb401da: Pull complete 7af27a693e4f: Pull complete ac9ea76617e5: Verifying Checksum ac9ea76617e5: Download complete 615b51657365: Verifying Checksum 615b51657365: Download complete abe564c0399a: Download complete 4958a3486050: Verifying Checksum 4958a3486050: Download complete 2f380e108faf: Verifying Checksum 2f380e108faf: Download complete 7937a8b7141c: Download complete dd688a1942d3: Verifying Checksum dd688a1942d3: Download complete 4bf64a7280b4: Verifying Checksum 4bf64a7280b4: Download complete 19061a131e0c: Verifying Checksum 19061a131e0c: Download complete 557682a965aa: Verifying Checksum 615b51657365: Pull complete ac9ea76617e5: Pull complete 2f380e108faf: Pull complete abe564c0399a: Pull complete 4958a3486050: Pull complete 7937a8b7141c: Pull complete dd688a1942d3: Pull complete 4bf64a7280b4: Pull complete 19061a131e0c: Pull complete 557682a965aa: Pull complete Digest: sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 Status: Downloaded newer image for ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3 2026-04-03 12:44.27 ---> using "144829ac18adee3ed2c937d60c6837f2a7221b0e51b71a587628f9a8fb15158c" from cache /: (comment debian-13-4.14_x86_32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-03 12:44.27 ---> using "4a3158bef7b8cf4c821f0f33790c2da156eaba233979d14c51c3d94e0e2c7699" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-03 12:44.27 ---> using "84298cc13d95008e3a47c067bcb09e14db4c5c65fe4fd15689ea87ab844dde19" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-03 12:44.27 ---> using "4ce42fb9795d97183513d9c90c019250431dcfbc296ac508228bf56b5b5b98e2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 12:44.27 ---> using "1fd4531578544d578796569008156d1d2a9a92f22078d0458c62a8457f50b2d5" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..2a4b439041 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-03 12:44.27 ---> using "afd0249b52134f6377e1991ef8c4425ff71797dece50c1a0a93ec8cb6c3cbb1e" from cache /src: (copy (src sqlgg.opam) (dst ./)) 2026-04-03 12:44.27 ---> using "92cadf6127025e3cab5d7b5687b66ac8c171f0eae3219f77bdfb1d8459779913" 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-04-03 12:44.27 ---> using "955004787fdcffe280a36631d6ec918ecdb33b7bc02000f508c0803ab5da2dbf" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 12:44.27 ---> using "3c298871619807e7eeeee4ff37b2dfbf5319646a133f5908514a3cc35c02cdc2" from cache /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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.38.0 seq.base sexplib0.v0.16.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" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main i386 Packages [9430 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [112 kB] - Fetched 9773 kB in 1s (8284 kB/s) - Reading package lists... - <><> 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-04-03 12:44.27 ---> using "e8ddb480c3b06dd2843c62fecb320fbe3a47ad2afe54b043ab69f2c7dbe09968" 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 21 packages - install cppo 1.8.0 - install dune 3.22.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.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.38.0 - install seq base - install sexplib0 v0.16.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 ocamlfind.1.9.8 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.1 (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.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved ppxlib.0.38.0 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.22.1 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed cppo.1.8.0 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed mybuild.7 -> installed sexplib0.v0.16.0 -> installed integers.0.7.0 -> installed extlib.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed yojson.3.0.0 -> installed menhir.20260209 -> installed ppxlib.0.38.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 12:44.27 ---> using "93cdebc481d52e3f3d141b53e1af2ef9a8ca699d0af25c9aa786ca0801a04ba1" from cache /src: (copy (src .) (dst /src)) 2026-04-03 12:44.28 ---> saved as "d4f28a345d3c459954ed358c8e744576173a1c16425aee6fbd1d5aef33f75f95" /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.36 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-04-03 12:44.39 ---> saved as "337c396aef219733abf648ce6b4f63ac0bbdcce1972649043504e1d035419ea0" Job succeeded 2026-04-03 12:44.39: Job succeeded