2026-05-05 14:41.07: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/276/head (d75eac197132acdd69ca90ff5ebe0f4c5eb42f37) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/276/head" && git reset --hard d75eac19 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b # ubuntu-25.10-5.4_opam-2.5 USER 1000:1000 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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.23.0 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 $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-05-05 14:41.07: Using cache hint "ygrek/sqlgg-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b-ubuntu-25.10-5.4_opam-2.5-49a95ce9733bc685b543e51d503b21bb" 2026-05-05 14:41.07: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b) (comment ubuntu-25.10-5.4_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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.23.0 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-05-05 14:41.07: Waiting for resource in pool OCluster 2026-05-05 18:18.02: Waiting for worker… 2026-05-05 18:24.30: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at d75eac1 Add support for PostgreSQL-style `ALTER COLUMN` syntax (from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b' locally docker.io/ocaml/opam@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b: Pulling from ocaml/opam 16c195d4c5e9: Already exists 1c62812e7321: Pulling fs layer 8a4b09d2a7a7: Pulling fs layer 3318481042ff: Pulling fs layer 3efb10c5a696: Pulling fs layer 888f94101ffe: Pulling fs layer cb111e18f70b: Pulling fs layer 4577a01d97fc: Pulling fs layer 36c03f94b287: Pulling fs layer b55120cc7c58: Pulling fs layer 4577a01d97fc: Waiting 36c03f94b287: Waiting cb111e18f70b: Waiting 40f87b6b7b5e: Pulling fs layer 888f94101ffe: Waiting b6b4461886a5: Pulling fs layer b55120cc7c58: Waiting 3efb10c5a696: Waiting 82cf66283d29: Pulling fs layer 1a02079536a8: Pulling fs layer 40f87b6b7b5e: Waiting b6b4461886a5: Waiting 82cf66283d29: Waiting 2e0bc88eb84b: Pulling fs layer 1a02079536a8: Waiting 09b28afbcd46: Pulling fs layer 2e0bc88eb84b: Waiting 00cd2b8865d8: Pulling fs layer 2e4e2f0309f4: Pulling fs layer 00cd2b8865d8: Waiting 50db42a840cc: Pulling fs layer 2e4e2f0309f4: Waiting 5913402ab519: Pulling fs layer 519e922f93a7: Pulling fs layer 50db42a840cc: Waiting 5913402ab519: Waiting 332f52403f35: Pulling fs layer 519e922f93a7: Waiting 4f4fb700ef54: Pulling fs layer a6f5d82bd51a: Pulling fs layer 22b6b33dc014: Pulling fs layer 332f52403f35: Waiting 4f4fb700ef54: Waiting a6f5d82bd51a: Waiting c4ba1bb0beef: Pulling fs layer 22b6b33dc014: Waiting 819f9134fecb: Pulling fs layer c4ba1bb0beef: Waiting 3a2ab9b94171: Pulling fs layer 1cf4451cd5ed: Pulling fs layer 819f9134fecb: Waiting ff69b5cd68bc: Pulling fs layer 1cf4451cd5ed: Waiting 3a2ab9b94171: Waiting cd0e15413539: Pulling fs layer ff69b5cd68bc: Waiting 3f08ff270ed3: Pulling fs layer 7a3d3f919aa8: Pulling fs layer c98da4399bf5: Pulling fs layer cd0e15413539: Waiting af6ae49e31af: Pulling fs layer 3f08ff270ed3: Waiting 7a3d3f919aa8: Waiting c98da4399bf5: Waiting 1c5876ef1c32: Pulling fs layer 0090888c3ffc: Pulling fs layer af6ae49e31af: Waiting 201e5e865a7a: Pulling fs layer d369afea098a: Pulling fs layer 1c5876ef1c32: Waiting 0090888c3ffc: Waiting 201e5e865a7a: Waiting b826f9587249: Pulling fs layer d369afea098a: Waiting d7b96966ef4d: Pulling fs layer 679cdcbf0694: Pulling fs layer d7b96966ef4d: Waiting 1c95b99f9a8a: Pulling fs layer 679cdcbf0694: Waiting 0768d7b60399: Pulling fs layer 8ee00cb0cdd7: Pulling fs layer 172110b2444b: Pulling fs layer 0e9c7540a7ed: Pulling fs layer 1c95b99f9a8a: Waiting 0768d7b60399: Waiting 8ee00cb0cdd7: Waiting 9cee72d1c6b0: Pulling fs layer 172110b2444b: Waiting 9cee72d1c6b0: Waiting 0e9c7540a7ed: Waiting 8a4b09d2a7a7: Download complete 1c62812e7321: Verifying Checksum 1c62812e7321: Download complete 1c62812e7321: Pull complete 8a4b09d2a7a7: Pull complete 3318481042ff: Download complete cb111e18f70b: Verifying Checksum cb111e18f70b: Download complete 3318481042ff: Pull complete 4577a01d97fc: Verifying Checksum 4577a01d97fc: Download complete 3efb10c5a696: Verifying Checksum 3efb10c5a696: Download complete 36c03f94b287: Verifying Checksum 36c03f94b287: Download complete 888f94101ffe: Verifying Checksum 888f94101ffe: Download complete b55120cc7c58: Verifying Checksum b55120cc7c58: Download complete 40f87b6b7b5e: Verifying Checksum 40f87b6b7b5e: Download complete 3efb10c5a696: Pull complete b6b4461886a5: Verifying Checksum b6b4461886a5: Download complete 82cf66283d29: Verifying Checksum 82cf66283d29: Download complete 1a02079536a8: Verifying Checksum 1a02079536a8: Download complete 2e0bc88eb84b: Verifying Checksum 2e0bc88eb84b: Download complete 09b28afbcd46: Verifying Checksum 09b28afbcd46: Download complete 00cd2b8865d8: Verifying Checksum 00cd2b8865d8: Download complete 2e4e2f0309f4: Download complete 50db42a840cc: Download complete 5913402ab519: Verifying Checksum 5913402ab519: Download complete 519e922f93a7: Download complete 332f52403f35: Verifying Checksum 332f52403f35: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a6f5d82bd51a: Download complete 22b6b33dc014: Download complete c4ba1bb0beef: Download complete 819f9134fecb: Verifying Checksum 819f9134fecb: Download complete 3a2ab9b94171: Download complete 1cf4451cd5ed: Download complete ff69b5cd68bc: Verifying Checksum ff69b5cd68bc: Download complete cd0e15413539: Verifying Checksum cd0e15413539: Download complete 3f08ff270ed3: Verifying Checksum 3f08ff270ed3: Download complete 7a3d3f919aa8: Verifying Checksum 7a3d3f919aa8: Download complete c98da4399bf5: Download complete af6ae49e31af: Verifying Checksum af6ae49e31af: Download complete 0090888c3ffc: Verifying Checksum d369afea098a: Verifying Checksum d369afea098a: Download complete b826f9587249: Download complete d7b96966ef4d: Verifying Checksum d7b96966ef4d: Download complete 679cdcbf0694: Verifying Checksum 679cdcbf0694: Download complete 1c95b99f9a8a: Verifying Checksum 1c95b99f9a8a: Download complete 0768d7b60399: Verifying Checksum 0768d7b60399: Download complete 8ee00cb0cdd7: Verifying Checksum 8ee00cb0cdd7: Download complete 172110b2444b: Verifying Checksum 172110b2444b: Download complete 0e9c7540a7ed: Verifying Checksum 0e9c7540a7ed: Download complete 201e5e865a7a: Verifying Checksum 201e5e865a7a: Download complete 888f94101ffe: Pull complete cb111e18f70b: Pull complete 9cee72d1c6b0: Verifying Checksum 9cee72d1c6b0: Download complete 4577a01d97fc: Pull complete 36c03f94b287: Pull complete 1c5876ef1c32: Verifying Checksum 1c5876ef1c32: Download complete b55120cc7c58: Pull complete 40f87b6b7b5e: Pull complete b6b4461886a5: Pull complete 82cf66283d29: Pull complete 1a02079536a8: Pull complete 2e0bc88eb84b: Pull complete 09b28afbcd46: Pull complete 00cd2b8865d8: Pull complete 2e4e2f0309f4: Pull complete 50db42a840cc: Pull complete 5913402ab519: Pull complete 519e922f93a7: Pull complete 332f52403f35: Pull complete 4f4fb700ef54: Pull complete a6f5d82bd51a: Pull complete 22b6b33dc014: Pull complete c4ba1bb0beef: Pull complete 819f9134fecb: Pull complete 3a2ab9b94171: Pull complete 1cf4451cd5ed: Pull complete ff69b5cd68bc: Pull complete cd0e15413539: Pull complete 3f08ff270ed3: Pull complete 7a3d3f919aa8: Pull complete c98da4399bf5: Pull complete af6ae49e31af: Pull complete 1c5876ef1c32: Pull complete 0090888c3ffc: Pull complete 201e5e865a7a: Pull complete d369afea098a: Pull complete b826f9587249: Pull complete d7b96966ef4d: Pull complete 679cdcbf0694: Pull complete 1c95b99f9a8a: Pull complete 0768d7b60399: Pull complete 8ee00cb0cdd7: Pull complete 172110b2444b: Pull complete 0e9c7540a7ed: Pull complete 9cee72d1c6b0: Pull complete Digest: sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b Status: Downloaded newer image for ocaml/opam@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b 2026-05-05 18:52.17 ---> using "6f30897515c1e824a950778ea676e229c104637b6aa7ebb64a6b53fea7d6cfa7" from cache /: (comment ubuntu-25.10-5.4_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-05-05 18:52.17 ---> using "ed652262ffe41adc8028dee056f45315aa4f3887ab4acc45b8d73186149e101e" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-05 18:52.17 ---> using "ad4cd56fa8230439a361a9df0e86dd3506d48c3e5068086c2933cdd52eceab67" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-110-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-05-05 18:52.17 ---> using "71a2c562bc27d627cf1dd84848313ec1ea0634d615bb73f843054f8c68abea91" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 18:52.17 ---> using "575fef843e896b9779ee1eb6db58ec4085b692ac117dad7cfb2598c75e137f99" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..163a32c4d5 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible 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-05-05 18:52.17 ---> using "887546401ab4f60287232f98c148b5a155dfc7f4ce54ee694d142d5d1c0d615a" from cache /src: (copy (src sqlgg.opam) (dst ./)) 2026-05-05 18:52.17 ---> using "a182edc88aacbc8bab2a2bbc332b1eea03051205bab7da22984a5b6adf8d1c53" 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-05-05 18:52.17 ---> using "68df207325bb6375d8045525e1ffa34133cfdc892ed54f796312fff3464523c3" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 18:52.17 ---> using "3d6c0b57093e2d4f0352d10a733c413c36090c571ab2c7356e29f1411e4e7a41" 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.23.0 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease - Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [298 kB] - Get:5 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [380 kB] - Get:7 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [2684 B] - Get:8 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [276 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [382 kB] - Get:10 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [518 kB] - Get:11 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [297 kB] - Get:12 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.5 kB] - Get:13 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [3995 B] - Fetched 2584 kB in 1s (3181 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.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-05-05 18:52.17 ---> using "1ac077bf595d4a488a7abc9c94c78970185460f8b442d3a1bfae5f879803c1f3" 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.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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.23.0 - 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.23.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.38.0 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.23.0 -> installed menhirCST.20260209 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed cppo.1.8.0 -> installed mybuild.7 -> installed sexplib0.v0.17.0 -> installed integers.0.7.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed yojson.3.0.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed extlib.1.8.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-05-05 18:52.17 ---> using "c1e43c6743ae9a1a43c017300eb013cf82d5a1be355460901b3daec23f915607" from cache /src: (copy (src .) (dst /src)) 2026-05-05 18:52.17 ---> saved as "fc13018b3300cf122ff8254047318db3683295d5eb4d97559fb57b93cc9ab665" /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 been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, 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 been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, 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.4/bin/menhir lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred) Warning: 30 states have shift/reduce conflicts. Warning: 3 states have reduce/reduce conflicts. Warning: 121 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 SET col_2 = excluded.col_2, col_3 = col_3 2026-05-05 18:52.29 ---> saved as "525ce79ce4658b6e064b3c95156f01b842c4a680e4b6898dd5c433a67001fd16" Job succeeded 2026-05-05 18:52.29: Job succeeded