2025-12-17 13:51.35: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (10f0d5c03fa6c5988d73f7245bc3db9bc8dc353e) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4) Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 10f0d5c0 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b # ubuntu-22.04-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 extlib.1.8.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.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.4 --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 2025-12-17 13:51.35: Using cache hint "ygrek/sqlgg-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b-ubuntu-22.04-5.4_opam-2.4-1dab07d2e9b8faaef5acd15e17dba876" 2025-12-17 13:51.35: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b) (comment ubuntu-22.04-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host) (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.20.2 extlib.1.8.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.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.4 --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")) ) 2025-12-17 13:51.35: Waiting for resource in pool OCluster 2025-12-17 17:08.11: Waiting for worker… 2025-12-17 17:13.23: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 10f0d5c fix json to literal (from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b' locally docker.io/ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b: Pulling from ocaml/opam 7e49dc6156b0: Pulling fs layer 277489037e33: Pulling fs layer 5536f9b95256: Pulling fs layer 2c6e079b8a8a: Pulling fs layer 16d46a509c90: Pulling fs layer 18d81e642e16: Pulling fs layer ee1d4656e61f: Pulling fs layer 8f0f8941159e: Pulling fs layer 3f2ff2430a7f: Pulling fs layer 337d7dec713d: Pulling fs layer e733f12b410c: Pulling fs layer 617bf2ecaf35: Pulling fs layer b8326fc41276: Pulling fs layer ef20ef18c9d1: Pulling fs layer 586c22805e9c: Pulling fs layer 5bba78ae83f0: Pulling fs layer 58f27f7d4b76: Pulling fs layer 4f4fb700ef54: Pulling fs layer 15d203cc0fcf: Pulling fs layer 15787f62e7bc: Pulling fs layer 7bde8086daf3: Pulling fs layer c8795f0be74f: Pulling fs layer bf1686ddcf2f: Pulling fs layer 6190e5884020: Pulling fs layer d3ef051d940f: Pulling fs layer 74516cbf13d5: Pulling fs layer 6daf3235d47b: Pulling fs layer 828602f5a7e1: Pulling fs layer 1c2200cbac34: Pulling fs layer ddcac09cadd2: Pulling fs layer 96becae306e0: Pulling fs layer e391052d0a0a: Pulling fs layer 092f96d7da41: Pulling fs layer 624752d22710: Pulling fs layer 26503a58709c: Pulling fs layer 5164467c0bfc: Pulling fs layer 7f9d35f4e99c: Pulling fs layer 3147a6c41603: Pulling fs layer 872643ed9c97: Pulling fs layer e758a0505734: Pulling fs layer 6a9372ca22fd: Pulling fs layer 37e65f83e45a: Pulling fs layer d2cf42473256: Pulling fs layer e799ed481193: Pulling fs layer 946bbc7fcb10: Pulling fs layer e1776c4acb7c: Pulling fs layer 2c6e079b8a8a: Waiting 16d46a509c90: Waiting 18d81e642e16: Waiting ee1d4656e61f: Waiting 8f0f8941159e: Waiting 3f2ff2430a7f: Waiting 337d7dec713d: Waiting e733f12b410c: Waiting 617bf2ecaf35: Waiting b8326fc41276: Waiting ef20ef18c9d1: Waiting 586c22805e9c: Waiting 5bba78ae83f0: Waiting 58f27f7d4b76: Waiting 4f4fb700ef54: Waiting 15d203cc0fcf: Waiting 15787f62e7bc: Waiting 7bde8086daf3: Waiting c8795f0be74f: Waiting bf1686ddcf2f: Waiting 6190e5884020: Waiting d3ef051d940f: Waiting 74516cbf13d5: Waiting 6daf3235d47b: Waiting 828602f5a7e1: Waiting 1c2200cbac34: Waiting ddcac09cadd2: Waiting 96becae306e0: Waiting e391052d0a0a: Waiting 092f96d7da41: Waiting 624752d22710: Waiting 26503a58709c: Waiting 5164467c0bfc: Waiting 7f9d35f4e99c: Waiting 3147a6c41603: Waiting 872643ed9c97: Waiting e758a0505734: Waiting 6a9372ca22fd: Waiting 37e65f83e45a: Waiting d2cf42473256: Waiting e799ed481193: Waiting 946bbc7fcb10: Waiting e1776c4acb7c: Waiting 277489037e33: Verifying Checksum 277489037e33: Download complete 5536f9b95256: Verifying Checksum 5536f9b95256: Download complete 16d46a509c90: Verifying Checksum 16d46a509c90: Download complete 7e49dc6156b0: Verifying Checksum 7e49dc6156b0: Download complete ee1d4656e61f: Verifying Checksum ee1d4656e61f: Download complete 2c6e079b8a8a: Verifying Checksum 2c6e079b8a8a: Download complete 8f0f8941159e: Verifying Checksum 8f0f8941159e: Download complete 3f2ff2430a7f: Verifying Checksum 3f2ff2430a7f: Download complete 337d7dec713d: Verifying Checksum 337d7dec713d: Download complete e733f12b410c: Download complete 617bf2ecaf35: Verifying Checksum 617bf2ecaf35: Download complete b8326fc41276: Verifying Checksum b8326fc41276: Download complete ef20ef18c9d1: Download complete 18d81e642e16: Verifying Checksum 18d81e642e16: Download complete 586c22805e9c: Download complete 5bba78ae83f0: Download complete 58f27f7d4b76: Verifying Checksum 58f27f7d4b76: Download complete 4f4fb700ef54: Download complete 15d203cc0fcf: Verifying Checksum 15d203cc0fcf: Download complete 15787f62e7bc: Verifying Checksum 15787f62e7bc: Download complete 7bde8086daf3: Verifying Checksum 7bde8086daf3: Download complete c8795f0be74f: Verifying Checksum c8795f0be74f: Download complete bf1686ddcf2f: Verifying Checksum bf1686ddcf2f: Download complete 6190e5884020: Download complete d3ef051d940f: Verifying Checksum d3ef051d940f: Download complete 74516cbf13d5: Download complete 6daf3235d47b: Verifying Checksum 6daf3235d47b: Download complete 828602f5a7e1: Verifying Checksum 828602f5a7e1: Download complete 1c2200cbac34: Download complete 96becae306e0: Download complete ddcac09cadd2: Verifying Checksum ddcac09cadd2: Download complete e391052d0a0a: Verifying Checksum e391052d0a0a: Download complete 092f96d7da41: Verifying Checksum 092f96d7da41: Download complete 26503a58709c: Download complete 7e49dc6156b0: Pull complete 277489037e33: Pull complete 5536f9b95256: Pull complete 7f9d35f4e99c: Verifying Checksum 7f9d35f4e99c: Download complete 3147a6c41603: Verifying Checksum 3147a6c41603: Download complete 872643ed9c97: Verifying Checksum 872643ed9c97: Download complete e758a0505734: Download complete 6a9372ca22fd: Verifying Checksum 6a9372ca22fd: Download complete 37e65f83e45a: Download complete 5164467c0bfc: Verifying Checksum 5164467c0bfc: Download complete e799ed481193: Download complete 946bbc7fcb10: Verifying Checksum 946bbc7fcb10: Download complete e1776c4acb7c: Verifying Checksum e1776c4acb7c: Download complete 2c6e079b8a8a: Pull complete 16d46a509c90: Pull complete 624752d22710: Verifying Checksum 624752d22710: Download complete d2cf42473256: Verifying Checksum d2cf42473256: Download complete 18d81e642e16: Pull complete ee1d4656e61f: Pull complete 8f0f8941159e: Pull complete 3f2ff2430a7f: Pull complete 337d7dec713d: Pull complete e733f12b410c: Pull complete 617bf2ecaf35: Pull complete b8326fc41276: Pull complete ef20ef18c9d1: Pull complete 586c22805e9c: Pull complete 5bba78ae83f0: Pull complete 58f27f7d4b76: Pull complete 4f4fb700ef54: Pull complete 15d203cc0fcf: Pull complete 15787f62e7bc: Pull complete 7bde8086daf3: Pull complete c8795f0be74f: Pull complete bf1686ddcf2f: Pull complete 6190e5884020: Pull complete d3ef051d940f: Pull complete 74516cbf13d5: Pull complete 6daf3235d47b: Pull complete 828602f5a7e1: Pull complete 1c2200cbac34: Pull complete ddcac09cadd2: Pull complete 96becae306e0: Pull complete e391052d0a0a: Pull complete 092f96d7da41: Pull complete 624752d22710: Pull complete 26503a58709c: Pull complete 5164467c0bfc: Pull complete 7f9d35f4e99c: Pull complete 3147a6c41603: Pull complete 872643ed9c97: Pull complete e758a0505734: Pull complete 6a9372ca22fd: Pull complete 37e65f83e45a: Pull complete d2cf42473256: Pull complete e799ed481193: Pull complete 946bbc7fcb10: Pull complete e1776c4acb7c: Pull complete Digest: sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b Status: Downloaded newer image for ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b 2025-12-17 17:13.27 ---> using "7f91e2bb83d6d357ae6dfb3920265348795501d90daa6df00769b7d07a85dd88" from cache /: (comment ubuntu-22.04-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-17 17:13.27 ---> using "b10baba17702824ce3397886586a74a86b43df56e830340d91504f8930049b89" 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] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-17 17:13.27 ---> using "38cd054f629c2ff65a759fcc3d2903d8d15e320c75afff53a053aa42a098b1c3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-12-17 17:13.27 ---> using "699d03d14ea2f9b02d41e070a8808a882e511d19afee5b2765468c809dcb1a1a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-17 17:13.28 ---> using "74cfbcc9a295d0845e9bd1e64f215006dd5eac3329883f731cc3cadb6f8b0a21" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..c199949faa master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-17 17:13.28 ---> using "741fab8f8b4870ddd5052c4bcabd8380bb2782bdc085c9dfa53ca3ebcba6e261" from cache /src: (copy (src sqlgg.opam) (dst ./)) 2025-12-17 17:13.28 ---> saved as "640a5630c58478956430359e3a4bd994a6c9322f0643152d960bf77fa06c74de" /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 43, column 4: while expecting versioned package: OpamPackage.of_string sqlgg is now pinned to file:///src (version dev) 2025-12-17 17:13.31 ---> saved as "966ca80ba3a01a0a42af21b4fa1815d9e786d256c885203982f25d93dd0d0b99" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-17 17:13.31 ---> saved as "d129c13a2536eaf2bc080b732a3fcc28c19996f3d30524e47ca8951bd1a153be" /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.20.2 extlib.1.8.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.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.4 --depext-only -y sqlgg.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.3 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3965 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [40.3 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB] - Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB] - Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB] - Fetched 22.4 MB in 2s (13.0 MB/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.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). 2025-12-17 17:13.48 ---> saved as "3c1e2120aede8d8c934e78910beb7f3a0a2dd4684387fcdff10e43530755e5fd" /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 19 packages - install cppo 1.8.0 - install dune 3.20.2 - install extlib 1.8.0 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - 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.37.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 mybuild.7 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved dune.3.20.2 (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.37.0 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed menhirCST.20250912 -> installed ppx_derivers.1.2.1 -> installed mybuild.7 -> installed menhirSdk.20250912 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.17.0 -> installed menhirLib.20250912 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ounit2.2.2.7 -> installed ounit.2.2.7 -> installed yojson.3.0.0 -> installed extlib.1.8.0 -> installed menhir.20250912 -> installed ppxlib.0.37.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-17 17:16.50 ---> saved as "ee4b9b000a1cc6dca4d39b6bbb6932ffbc8cbda60874a7a77b73e03782baceed" /src: (copy (src .) (dst /src)) 2025-12-17 17:16.51 ---> saved as "1591c9af79dc8d9f1db70eefb32175aa463039f245a012c22f03b707a0bda59d" /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/ppx_deriving/runtime -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/ppx_deriving/runtime -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.04 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: 29 states have shift/reduce conflicts. Warning: 3 states have reduce/reduce conflicts. Warning: 119 shift/reduce conflicts were arbitrarily resolved. Warning: 18 reduce/reduce conflicts were arbitrarily resolved. (cd _build/default/src && ./cli.exe -test) ......................T..................................................................................................................................................................................................................................................................................................................................................................................................................... Ran: 428 tests in: 0.84 seconds. FAILED: Cases: 428 Tried: 428 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 2025-12-17 17:17.17 ---> saved as "8aa7db9eec592b2f2b12e3ad343a2e907287224b9da15d7d95b5cf56df6527dd" Job succeeded 2025-12-17 17:17.17: Job succeeded