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-5.4_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 682340c7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f# debian-13-5.4_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 $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.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f-debian-13-5.4_x86_32_opam-2.5-f5305ab1522188c875b404275daf783b"2026-04-03 11:35.55: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f)(comment debian-13-5.4_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-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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 OCluster2026-04-03 12:40.20: Waiting for worker…2026-04-03 12:44.25: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 682340c Merge pull request #272 from jongleb/no-enum(from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f' locallydocker.io/ocaml/opam@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f: Pulling from ocaml/opamcdaf5c618b8f: Pulling fs layer37b25bd564f1: Pulling fs layercdaf5c618b8f: Waitingb4419f8ddf31: Pulling fs layer37b25bd564f1: Waitingfcddae90f741: Pulling fs layer7bdc78f9e5b7: Pulling fs layer5691c8ad5025: Pulling fs layera00659447ced: Pulling fs layer7bdc78f9e5b7: Waiting6da4c329d826: Pulling fs layer5691c8ad5025: Waiting7eb67c4488c7: Pulling fs layerfcddae90f741: Waitinga00659447ced: Waitingecb12f6f1366: Pulling fs layer6da4c329d826: Waiting7eb67c4488c7: Waiting0bb29fc35e8f: Pulling fs layerecb12f6f1366: Waiting38773acba29b: Pulling fs layer0bb29fc35e8f: Waiting4ecb7fe6e6cd: Pulling fs layera6ded0c5c651: Pulling fs layera618a67fa30c: Pulling fs layer7cfbd53f9185: Pulling fs layer2dd6d5e64b1f: Pulling fs layera618a67fa30c: Waiting38773acba29b: Waiting66e4c8c5b80d: Pulling fs layera6ded0c5c651: Waiting2dd6d5e64b1f: Waiting7cfbd53f9185: Waiting93512fc5f7ca: Pulling fs layer4ecb7fe6e6cd: Waiting99a5c1cc5cf4: Pulling fs layere77a47d92406: Pulling fs layer93512fc5f7ca: Waiting4f4fb700ef54: Pulling fs layer1e645893c166: Pulling fs layer4d79b77ccb64: Pulling fs layer99a5c1cc5cf4: Waiting8f92218ad268: Pulling fs layer1e645893c166: Waitingd37cd7807d67: Pulling fs layer66e4c8c5b80d: Waitingeae9cdbb8e94: Pulling fs layer4f4fb700ef54: Waiting8f92218ad268: Waiting00e84e4dddf6: Pulling fs layerec5e1e9d7a11: Pulling fs layereae9cdbb8e94: Waiting5a366988733e: Pulling fs layerec5e1e9d7a11: Waiting5d3dff2b6c80: Pulling fs layer5a366988733e: Waiting2d08b04c2596: Pulling fs layerfb41acb401da: Pulling fs layer2d08b04c2596: Waiting7af27a693e4f: Pulling fs layerfb41acb401da: Waiting615b51657365: Pulling fs layerac9ea76617e5: Pulling fs layer2f380e108faf: Pulling fs layer615b51657365: Waitingac9ea76617e5: Waitingabe564c0399a: Pulling fs layer4958a3486050: Pulling fs layer7937a8b7141c: Pulling fs layer4958a3486050: Waiting2e40cefb48f7: Pulling fs layerf621bcf90303: Pulling fs layer7937a8b7141c: Waiting52843526e764: Pulling fs layer6b4582dba7d3: Pulling fs layer2e40cefb48f7: Waiting0989d6de0bfa: Pulling fs layer52843526e764: Waiting278bff09f876: Pulling fs layer6b4582dba7d3: Waiting7b517c3d6b3e: Pulling fs layer7b517c3d6b3e: Waitingcdaf5c618b8f: Verifying Checksumcdaf5c618b8f: Download complete37b25bd564f1: Download completeb4419f8ddf31: Verifying Checksumb4419f8ddf31: Download completefcddae90f741: Verifying Checksumfcddae90f741: Download completecdaf5c618b8f: Pull complete37b25bd564f1: Pull completeb4419f8ddf31: Pull completefcddae90f741: Pull complete7bdc78f9e5b7: Verifying Checksum7bdc78f9e5b7: Download complete7bdc78f9e5b7: Pull complete5691c8ad5025: Download completea00659447ced: Verifying Checksuma00659447ced: Download complete6da4c329d826: Verifying Checksum6da4c329d826: Download complete7eb67c4488c7: Verifying Checksum7eb67c4488c7: Download completeecb12f6f1366: Verifying Checksumecb12f6f1366: Download complete5691c8ad5025: Pull completea00659447ced: Pull complete6da4c329d826: Pull complete7eb67c4488c7: Pull completeecb12f6f1366: Pull complete38773acba29b: Verifying Checksum38773acba29b: Download complete4ecb7fe6e6cd: Verifying Checksum4ecb7fe6e6cd: Download completea6ded0c5c651: Verifying Checksuma6ded0c5c651: Download completea618a67fa30c: Verifying Checksuma618a67fa30c: Download complete7cfbd53f9185: Download complete2dd6d5e64b1f: Verifying Checksum2dd6d5e64b1f: Download complete66e4c8c5b80d: Verifying Checksum66e4c8c5b80d: Download complete93512fc5f7ca: Download complete99a5c1cc5cf4: Download completee77a47d92406: Verifying Checksume77a47d92406: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1e645893c166: Verifying Checksum1e645893c166: Download complete4d79b77ccb64: Download completed37cd7807d67: Verifying Checksumd37cd7807d67: Download completeeae9cdbb8e94: Verifying Checksumeae9cdbb8e94: Download complete0bb29fc35e8f: Verifying Checksum0bb29fc35e8f: Download complete0bb29fc35e8f: Pull complete00e84e4dddf6: Download completeec5e1e9d7a11: Download complete38773acba29b: Pull complete5a366988733e: Verifying Checksum5a366988733e: Download complete5d3dff2b6c80: Download complete4ecb7fe6e6cd: Pull completefb41acb401da: Verifying Checksumfb41acb401da: Download completea6ded0c5c651: Pull completea618a67fa30c: Pull complete7cfbd53f9185: Pull complete2dd6d5e64b1f: Pull complete66e4c8c5b80d: Pull complete7af27a693e4f: Download complete93512fc5f7ca: Pull complete2d08b04c2596: Verifying Checksum2d08b04c2596: Download complete99a5c1cc5cf4: Pull completee77a47d92406: Pull complete4f4fb700ef54: Pull complete1e645893c166: Pull complete4d79b77ccb64: Pull complete8f92218ad268: Pull completed37cd7807d67: Pull completeeae9cdbb8e94: Pull complete00e84e4dddf6: Pull completeec5e1e9d7a11: Pull complete5a366988733e: Pull complete5d3dff2b6c80: Pull complete2d08b04c2596: Pull completefb41acb401da: Pull complete7af27a693e4f: Pull completeac9ea76617e5: Verifying Checksumac9ea76617e5: Download complete615b51657365: Verifying Checksum615b51657365: Download completeabe564c0399a: Download complete4958a3486050: Verifying Checksum4958a3486050: Download complete2f380e108faf: Verifying Checksum2f380e108faf: Download complete2e40cefb48f7: Verifying Checksum2e40cefb48f7: Download complete7937a8b7141c: Download completef621bcf90303: Download complete52843526e764: Verifying Checksum52843526e764: Download complete0989d6de0bfa: Verifying Checksum0989d6de0bfa: Download complete278bff09f876: Verifying Checksum278bff09f876: Download complete7b517c3d6b3e: Download complete615b51657365: Pull completeac9ea76617e5: Pull complete2f380e108faf: Pull completeabe564c0399a: Pull complete4958a3486050: Pull complete7937a8b7141c: Pull complete2e40cefb48f7: Pull completef621bcf90303: Pull complete52843526e764: Pull complete6b4582dba7d3: Verifying Checksum6b4582dba7d3: Download complete6b4582dba7d3: Pull complete0989d6de0bfa: Pull complete278bff09f876: Pull complete7b517c3d6b3e: Pull completeDigest: sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024fStatus: Downloaded newer image for ocaml/opam@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f2026-04-03 12:44.26 ---> using "6ef7c4dfa260c69dbf612c0803aa6fe165260bac8a8ff025165083c7f4ed60d5" from cache/: (comment debian-13-5.4_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.26 ---> using "6070637481c758e5cea84d8fd48c7b367b64ae41b9c6d5510a91855bf6bd8368" 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.Continue? [Y/n] yThis 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.[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.26 ---> using "f6fb08f30833a6f425444a0b0d5842399e7941155fa50e27c69030458654429b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 12:44.26 ---> using "62ac654a3761b416478ffcdcdd3186f0fa7eb4bf349dd01f0b072be695f9e5e9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 12:44.26 ---> using "257ece4f5b38c88d6ce21f79de330467746628390bcc6cd8555cf5711f81e46c" 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..2a4b439041 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.26 ---> using "76d93163518f28b36cf3903343e731411efd04690d4db972b45f4b27e331f11e" from cache/src: (copy (src sqlgg.opam) (dst ./))2026-04-03 12:44.26 ---> using "bb90099b0ca6c3f237b3cae0cf5b8032b6e5a48fe37c8a422caf40fd8796e021" 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.26 ---> using "500ae72ffd3d3d462e2ea44d1cbe338e3c96696a43c98ebedecc548d4c11c73c" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 12:44.26 ---> using "df385547140f08fe98a4d51e5a026ad9d5a66fa35f7e43a31eec4c57b56859fc" 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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 (7593 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-option-bytecode-only 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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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.26 ---> using "aed9773bc4caf707028900b79ddc692d271b064c26c0a82fd19f9859a1d15d46" 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-option-bytecode-only 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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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.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.17.0 (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 ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed menhirGLR.20260209-> installed sexplib0.v0.16.0-> installed menhirLib.20260209-> installed integers.0.7.0-> installed mybuild.7-> installed menhirSdk.20260209-> installed cppo.1.8.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed yojson.3.0.0-> installed extlib.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> 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.26 ---> using "ccf993eabf04be8a2470eb4b53d741c456838d10da82b1de1dcdbf4e75cd979d" from cache/src: (copy (src .) (dst /src))2026-04-03 12:44.26 ---> saved as "a8ae8ddd1ab572103bebf6c09b31983f68f7124750172e2fe1b9df17d899766b"/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 -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 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.05 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: 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: 1.96 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:45.11 ---> saved as "f5dd161dcbd57a3cbb2c205091a7b230381cbb6795ad9a8afd4fee5da40cacd3"Job succeeded2026-04-03 12:45.11: Job succeeded