2026-04-03 11:35.55: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (682340c70970afe5c154e99f5ccc8b91abb532a4) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115Opam 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:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115# ubuntu-25.04-5.4_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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115-ubuntu-25.04-5.4_opam-2.5-c5aff99af23291b8071b5855fcd77ae5"2026-04-03 11:35.55: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)(comment ubuntu-25.04-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 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-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.12: Waiting for worker…2026-04-03 12:44.24: 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:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115' locallydocker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opamc62190a9ab61: Already exists9a2e0901dff5: Pulling fs layerb1f9cc70ae42: Pulling fs layerce0546b0dd1f: Pulling fs layer79301f00e8ba: Pulling fs layer9b295b25667c: Pulling fs layera31f71beef5e: Pulling fs layer5f6f7ff1dd75: Pulling fs layer9a2e0901dff5: Waitingb1f9cc70ae42: Waiting3326c804f772: Pulling fs layer9b295b25667c: Waitingdbc305c5cd35: Pulling fs layera31f71beef5e: Waitingc2cccf40b87f: Pulling fs layer79301f00e8ba: Waiting45e66d8ca585: Pulling fs layerce0546b0dd1f: Waitingfcefa7241269: Pulling fs layer3326c804f772: Waitingc2cccf40b87f: Waiting45e66d8ca585: Waitingdbc305c5cd35: Waiting5bf160151561: Pulling fs layer874b2264723c: Pulling fs layerada98df8f669: Pulling fs layer5bf160151561: Waitingab8d0ea6e4f6: Pulling fs layer874b2264723c: Waiting18a72a4bedd6: Pulling fs layerada98df8f669: Waitingbfcd7ea0ace8: Pulling fs layerab8d0ea6e4f6: Waiting76a18c947be5: Pulling fs layer6fd9d51ce26c: Pulling fs layerbfcd7ea0ace8: Waiting18a72a4bedd6: Waiting4f4fb700ef54: Pulling fs layer6fd9d51ce26c: Waiting77d410803a59: Pulling fs layer4f4fb700ef54: Waiting44e2dad9dd55: Pulling fs layer77d410803a59: Waitingb51e285283d3: Pulling fs layerdd8da5b96ca2: Pulling fs layer44e2dad9dd55: Waitingb51e285283d3: Waitingb46c436fcec9: Pulling fs layerdd8da5b96ca2: Waitinga9e62b40a1cc: Pulling fs layerf5ab56558ad4: Pulling fs layerb46c436fcec9: Waiting8f52d3d09866: Pulling fs layera9e62b40a1cc: Waitingf5ab56558ad4: Waiting39ac1f9b485e: Pulling fs layer8f52d3d09866: Waiting503fbe92c3b9: Pulling fs layer39ac1f9b485e: Waitingf3db52c04fc1: Pulling fs layer503fbe92c3b9: Waiting3bb40995af78: Pulling fs layerc83fbf1c12e8: Pulling fs layerf3db52c04fc1: Waiting3bb40995af78: Waitingad31772f43a8: Pulling fs layerc83fbf1c12e8: Waitingce60cf8100fe: Pulling fs layer0205937477da: Pulling fs layerad31772f43a8: Waitingce60cf8100fe: Waiting24ccf4b3cee6: Pulling fs layer0205937477da: Waiting04a8b415dd1b: Pulling fs layera0a04868c053: Pulling fs layerc2855634128b: Pulling fs layer24ccf4b3cee6: Waiting04a8b415dd1b: Waiting45975b81f847: Pulling fs layera0a04868c053: Waitinga05a44f66e3d: Pulling fs layerc2855634128b: Waiting45975b81f847: Waiting798eed38fd5f: Pulling fs layer45a2275c2287: Pulling fs layer798eed38fd5f: Waitingbfa4a39a96d8: Pulling fs layer45a2275c2287: Waitingbfa4a39a96d8: Waiting9a2e0901dff5: Download complete9a2e0901dff5: Pull completeb1f9cc70ae42: Download completeb1f9cc70ae42: Pull completece0546b0dd1f: Verifying Checksumce0546b0dd1f: Download complete79301f00e8ba: Verifying Checksum79301f00e8ba: Download completece0546b0dd1f: Pull complete79301f00e8ba: Pull complete9b295b25667c: Verifying Checksum9b295b25667c: Download completea31f71beef5e: Verifying Checksuma31f71beef5e: Download complete5f6f7ff1dd75: Verifying Checksum5f6f7ff1dd75: Download complete3326c804f772: Verifying Checksum3326c804f772: Download complete9b295b25667c: Pull completea31f71beef5e: Pull complete5f6f7ff1dd75: Pull complete3326c804f772: Pull completedbc305c5cd35: Verifying Checksumdbc305c5cd35: Download completedbc305c5cd35: Pull completec2cccf40b87f: Verifying Checksumc2cccf40b87f: Download completec2cccf40b87f: Pull complete45e66d8ca585: Verifying Checksum45e66d8ca585: Download complete45e66d8ca585: Pull completefcefa7241269: Verifying Checksumfcefa7241269: Download completefcefa7241269: Pull complete5bf160151561: Verifying Checksum5bf160151561: Download complete5bf160151561: Pull complete874b2264723c: Download complete874b2264723c: Pull completeada98df8f669: Download completeada98df8f669: Pull completeab8d0ea6e4f6: Verifying Checksumab8d0ea6e4f6: Download completeab8d0ea6e4f6: Pull complete18a72a4bedd6: Download completebfcd7ea0ace8: Verifying Checksumbfcd7ea0ace8: Download complete76a18c947be5: Verifying Checksum76a18c947be5: Download complete6fd9d51ce26c: Download complete4f4fb700ef54: Download complete77d410803a59: Download complete44e2dad9dd55: Verifying Checksum44e2dad9dd55: Download completeb51e285283d3: Download completedd8da5b96ca2: Verifying Checksumdd8da5b96ca2: Download completeb46c436fcec9: Download completea9e62b40a1cc: Verifying Checksuma9e62b40a1cc: Download completef5ab56558ad4: Download complete8f52d3d09866: Verifying Checksum8f52d3d09866: Download complete39ac1f9b485e: Download complete503fbe92c3b9: Verifying Checksum503fbe92c3b9: Download completef3db52c04fc1: Download complete3bb40995af78: Verifying Checksum3bb40995af78: Download completead31772f43a8: Verifying Checksumad31772f43a8: Download complete18a72a4bedd6: Pull completebfcd7ea0ace8: Pull complete76a18c947be5: Pull complete6fd9d51ce26c: Pull complete4f4fb700ef54: Pull complete77d410803a59: Pull complete44e2dad9dd55: Pull completeb51e285283d3: Pull completedd8da5b96ca2: Pull completeb46c436fcec9: Pull completea9e62b40a1cc: Pull completef5ab56558ad4: Pull complete8f52d3d09866: Pull complete39ac1f9b485e: Pull complete503fbe92c3b9: Pull completef3db52c04fc1: Pull complete3bb40995af78: Pull completec83fbf1c12e8: Verifying Checksumc83fbf1c12e8: Download complete0205937477da: Download complete24ccf4b3cee6: Download complete04a8b415dd1b: Verifying Checksum04a8b415dd1b: Download completea0a04868c053: Verifying Checksuma0a04868c053: Download completec2855634128b: Verifying Checksumc2855634128b: Download complete45975b81f847: Download completece60cf8100fe: Verifying Checksumce60cf8100fe: Download complete798eed38fd5f: Download complete45a2275c2287: Download completebfa4a39a96d8: Verifying Checksumbfa4a39a96d8: Download completea05a44f66e3d: Verifying Checksuma05a44f66e3d: Download completec83fbf1c12e8: Pull completead31772f43a8: Pull completece60cf8100fe: Pull complete0205937477da: Pull complete24ccf4b3cee6: Pull complete04a8b415dd1b: Pull completea0a04868c053: Pull completec2855634128b: Pull complete45975b81f847: Pull completea05a44f66e3d: Pull complete798eed38fd5f: Pull complete45a2275c2287: Pull completebfa4a39a96d8: Pull completeDigest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e1152026-04-03 12:44.24 ---> using "95bdebae0a545d6ea94d55419bd063ed0c35f612d0599400a10d8512d69a6778" from cache/: (comment ubuntu-25.04-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-04-03 12:44.24 ---> using "daac9f0907cd3aeff57945845e42d9387a97cc331d813ddd108b4acd63bf7314" 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 12:44.24 ---> using "034505edb0785968949353ccef53d2e6734e76b1b0ed109cb92459e2abc9bfa3" 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.24 ---> using "0347616b6723c8f712d85b59de102a237bd72b0458d03e761a1ef51167d830b2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 12:44.24 ---> using "334e6a11ef2042edf5439ad61b8d56383c8cff74ab21835cd8e65661afcd8e68" 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.24 ---> using "d092e9653fb6ea30946a32a6b0e9bc114fab57a2cf9db3c555075130c46050bf" from cache/src: (copy (src sqlgg.opam) (dst ./))2026-04-03 12:44.24 ---> using "e3f79b622ff73928e1b7edc1ab903999e21d8694c1e8d920bceb51417f26b2db" 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.24 ---> using "1462a2f00044e4ae654916ea2a219fb3a24af1686482d5ea22ce19708671d388" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 12:44.24 ---> using "1e6761069e1fceab8d87ca3a6243b1d723963d3a87cd0805d7d544a01c4a011d" 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-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"- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- 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.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.24 ---> using "512f596fb34c875c7e25950be005066d945a8dcd9eff1a5d44897657b37e3fe9" 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.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.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 stdlib-shims.0.3.0-> installed menhirLib.20260209-> installed menhirGLR.20260209-> installed menhirSdk.20260209-> installed mybuild.7-> installed cppo.1.8.0-> installed sexplib0.v0.17.0-> installed integers.0.7.0-> installed ocaml-compiler-libs.v0.17.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed extlib.1.8.0-> installed yojson.3.0.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.24 ---> using "40c30b67fc00945ee734779b7691c86b97ffa8397f6e6bf18534c17734833904" from cache/src: (copy (src .) (dst /src))2026-04-03 12:44.24 ---> saved as "4d2cc3ccdc6ec7dd177368cc9c2e09aebfc7b002c62c036b8f045039c793fe38"/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 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.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 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.02 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: 0.51 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.35 ---> saved as "af52594655589d30a62d54e315e098ef9a2cddc243718d651c8f8312c7a94c21"Job succeeded2026-04-03 12:44.35: Job succeeded