2026-04-03 11:35.55: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/267/head (924e5967fa8055b08852e4617cd6f1d4a689ced5) (linux-x86_64:debian-13-5.3_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/267/head" && git reset --hard 924e5967cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1# debian-13-5.3_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.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-04-03 11:35.55: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1-debian-13-5.3_opam-2.5-de7e0243f5bda630fd0c7e4c2fbf6aaf"2026-04-03 11:35.55: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1)(comment debian-13-5.3_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 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.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-04-03 11:35.55: Waiting for resource in pool OCluster2026-04-03 12:40.02: Waiting for worker…2026-04-03 12:44.13: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 924e596 fix optional param in update stmt(from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1' locallydocker.io/ocaml/opam@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer866771c43bf5: Waiting7df34a5cd5f1: Pulling fs layerfd712d3eb935: Pulling fs layere793768537e6: Waiting4b9fb8c99118: Pulling fs layer1e49bea09367: Waitingfd712d3eb935: Waiting9d9a01948b94: Pulling fs layered323d3d481a: Waiting7df34a5cd5f1: Waiting4b9fb8c99118: Waiting0f1514f90b32: Pulling fs layer9d9a01948b94: Waitinge1ec5a753447: Pulling fs layer03cc323e2f71: Pulling fs layer0f1514f90b32: Waitingc09c08ea9749: Pulling fs layere1ec5a753447: Waiting03cc323e2f71: Waitingb36b619f8e6b: Pulling fs layerc09c08ea9749: Waiting195344ca5274: Pulling fs layerb36b619f8e6b: Waiting228ee78582a6: Pulling fs layer504bde1c25b3: Pulling fs layer195344ca5274: Waiting9d8b1356c89f: Pulling fs layer228ee78582a6: Waiting504bde1c25b3: Waiting568fb6dda155: Pulling fs layer9d8b1356c89f: Waitingc499c9198aea: Pulling fs layer568fb6dda155: Waiting048e5e358118: Pulling fs layerc499c9198aea: Waiting871ca48eb45d: Pulling fs layer4f4fb700ef54: Pulling fs layera5a2568b9df9: Pulling fs layer048e5e358118: Waiting068cf3106ac8: Pulling fs layer559f54ec9b29: Pulling fs layer798ffd96fde5: Pulling fs layere9a891bf80d7: Pulling fs layerd720cfe12674: Pulling fs layer068cf3106ac8: Waitingc81c932f4a91: Pulling fs layer79f24fa3bb11: Pulling fs layer8c1debcd8c20: Pulling fs layer871ca48eb45d: Waitinge9a891bf80d7: Waiting1bb2cfea7250: Pulling fs layer559f54ec9b29: Waiting2b3d3ca75e4c: Pulling fs layer798ffd96fde5: Waiting4f4fb700ef54: Waiting557cacaf263c: Pulling fs layerd720cfe12674: Waitinga5a2568b9df9: Waitingd10483022eef: Pulling fs layerc81c932f4a91: Waiting8c1debcd8c20: Waiting2b3d3ca75e4c: Waiting7b62a90d8223: Pulling fs layer1bb2cfea7250: Waiting28ce8ea66e72: Pulling fs layer79f24fa3bb11: Waitingd975909ea717: Pulling fs layerd10483022eef: Waiting5c215c69c247: Pulling fs layer557cacaf263c: Waiting28ce8ea66e72: Waiting7b62a90d8223: Waitinge7c082452a54: Pulling fs layerd975909ea717: Waitingd07fbd330640: Pulling fs layer5c215c69c247: Waiting7d6e07f490b4: Pulling fs layer7c969737c994: Pulling fs layer5f4b58380b1f: Pulling fs layer0baab51bcd0b: Pulling fs layere7c082452a54: Waitingd07fbd330640: Waiting044b3ed4ba51: Pulling fs layer7d6e07f490b4: Waiting2be224ec2bff: Pulling fs layer0baab51bcd0b: Waiting2be224ec2bff: Waiting044b3ed4ba51: Waiting5f4b58380b1f: Waiting1e49bea09367: Verifying Checksum1e49bea09367: Download completee793768537e6: Download complete7df34a5cd5f1: Verifying Checksum7df34a5cd5f1: Download complete866771c43bf5: Verifying Checksum866771c43bf5: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download completee1ec5a753447: Verifying Checksume1ec5a753447: Download complete03cc323e2f71: Verifying Checksum03cc323e2f71: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull completeed323d3d481a: Pull complete7df34a5cd5f1: Pull complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download completefd712d3eb935: Verifying Checksumfd712d3eb935: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete195344ca5274: Verifying Checksum195344ca5274: Download complete9d8b1356c89f: Download complete568fb6dda155: Verifying Checksum568fb6dda155: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download completec499c9198aea: Verifying Checksumc499c9198aea: Download complete048e5e358118: Verifying Checksum048e5e358118: Download complete871ca48eb45d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea5a2568b9df9: Verifying Checksuma5a2568b9df9: Download complete068cf3106ac8: Verifying Checksum068cf3106ac8: Download complete559f54ec9b29: Download complete798ffd96fde5: Verifying Checksum798ffd96fde5: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download completed720cfe12674: Verifying Checksumd720cfe12674: Download completec81c932f4a91: Download complete8c1debcd8c20: Verifying Checksum8c1debcd8c20: Download complete1bb2cfea7250: Verifying Checksum1bb2cfea7250: Download complete79f24fa3bb11: Verifying Checksum79f24fa3bb11: Download complete557cacaf263c: Verifying Checksum557cacaf263c: Download complete2b3d3ca75e4c: Download complete7b62a90d8223: Download completed975909ea717: Verifying Checksum5c215c69c247: Verifying Checksum5c215c69c247: Download completee7c082452a54: Verifying Checksume7c082452a54: Download completed10483022eef: Verifying Checksumd10483022eef: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull completed07fbd330640: Verifying Checksumd07fbd330640: Download complete7d6e07f490b4: Download complete7c969737c994: Verifying Checksum7c969737c994: Download complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download complete0baab51bcd0b: Verifying Checksum0baab51bcd0b: Download complete044b3ed4ba51: Download complete2be224ec2bff: Verifying Checksum2be224ec2bff: Download complete5f4b58380b1f: Verifying Checksum5f4b58380b1f: Download completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull completed07fbd330640: Pull complete7d6e07f490b4: Pull complete7c969737c994: Pull complete5f4b58380b1f: Pull complete0baab51bcd0b: Pull complete044b3ed4ba51: Pull complete2be224ec2bff: Pull completeDigest: sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1Status: Downloaded newer image for ocaml/opam@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d12026-04-03 12:44.14 ---> using "fa087069cd4913e9575aba52692d4f0e549203496289924a2b385444c7b95f42" from cache/: (comment debian-13-5.3_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-04-03 12:44.14 ---> using "65a89563dad9e49507b822a7e48d4ee1adb3b7e988d00271e2242e8d7b23612b" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 12:44.14 ---> using "efb3e27c48ef6bb8e7692ace1582d326dd8b3cec177d782dbb5496b9e9009d6f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.3.02.5.02026-04-03 12:44.14 ---> using "c97f89925c634fa7327e31393c7a9cf98fae3fe9dae76ef165dd1735a2e1bd2f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 12:44.14 ---> using "24d739d2e3d927c0f45a4990ccba9d44992ed6aec8944e77d4f6ed43c062e418" 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_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.14 ---> using "0df3cfd81a97625080025422d002784c12a0f3c2e9a979d006fba7cdfdb74642" from cache/src: (copy (src sqlgg.opam) (dst ./))2026-04-03 12:44.14 ---> using "da196cbcb3f1ede436b33045ed2cee3a4bfa106f1dd71630889f050dd9fe3e53" 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-04-03 12:44.14 ---> using "1a36b3ddf1c6126bedf7eaf679be09ae6b1a2b5677bc6d53e73cad0445da2929" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 12:44.14 ---> using "fd78eea8bd46c2a296089f6ee1372d9fe77907c4590ed92c34e9457fa7aca5d5" 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.22.1 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.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"- 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 amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]- Fetched 10.0 MB in 1s (9982 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-04-03 12:44.14 ---> using "9cd60f6150f45553f7d1f27635bb594e12cefd377a96e2c8a3a2651a091a99ce" 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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.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.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.38.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.22.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.38.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.1-> installed menhirCST.20260209-> installed ppx_derivers.1.2.1-> installed menhirGLR.20260209-> installed stdlib-shims.0.3.0-> installed menhirLib.20260209-> installed mybuild.7-> installed menhirSdk.20260209-> installed sexplib0.v0.17.0-> installed cppo.1.8.0-> installed integers.0.7.0-> installed ocaml-compiler-libs.v0.17.0-> installed yojson.3.0.0-> installed extlib.1.8.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed menhir.20260209-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 12:44.14 ---> using "f35c06c131a6bb3f36818ea89450d28127ca845bb1ce72497ede9f842ef6ca50" from cache/src: (copy (src .) (dst /src))2026-04-03 12:44.14 ---> saved as "642abdce59def1f75abfe0c6cb90d8c5fb0e964f42bf3eb70748aa61d163a9c4"/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.3/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.3/lib/integers -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/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.3/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.3/lib/integers -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/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.01 seconds.OK(cd _build/default && /home/opam/.opam/5.3/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.48 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-04-03 12:44.25 ---> saved as "565e2ed5c533ada8fe498871cd22f54d3c2a338cfd20201af47200676ec4ac84"Job succeeded2026-04-03 12:44.25: Job succeeded