Organisationsygreksqlgg682340 (ahrefs)ubuntu-25.04-5.4_opam-2.5

ubuntu-25.04-5.4_opam-2.5

Logs

Show full logs
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:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 682340c7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
# ubuntu-25.04-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.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 $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-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 OCluster
2026-04-03 12:40.12: Waiting for worker…
2026-04-03 12:44.24: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD 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' locally
docker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opam
c62190a9ab61: Already exists
9a2e0901dff5: Pulling fs layer
b1f9cc70ae42: Pulling fs layer
ce0546b0dd1f: Pulling fs layer
79301f00e8ba: Pulling fs layer
9b295b25667c: Pulling fs layer
a31f71beef5e: Pulling fs layer
5f6f7ff1dd75: Pulling fs layer
9a2e0901dff5: Waiting
b1f9cc70ae42: Waiting
3326c804f772: Pulling fs layer
9b295b25667c: Waiting
dbc305c5cd35: Pulling fs layer
a31f71beef5e: Waiting
c2cccf40b87f: Pulling fs layer
79301f00e8ba: Waiting
45e66d8ca585: Pulling fs layer
ce0546b0dd1f: Waiting
fcefa7241269: Pulling fs layer
3326c804f772: Waiting
c2cccf40b87f: Waiting
45e66d8ca585: Waiting
dbc305c5cd35: Waiting
5bf160151561: Pulling fs layer
874b2264723c: Pulling fs layer
ada98df8f669: Pulling fs layer
5bf160151561: Waiting
ab8d0ea6e4f6: Pulling fs layer
874b2264723c: Waiting
18a72a4bedd6: Pulling fs layer
ada98df8f669: Waiting
bfcd7ea0ace8: Pulling fs layer
ab8d0ea6e4f6: Waiting
76a18c947be5: Pulling fs layer
6fd9d51ce26c: Pulling fs layer
bfcd7ea0ace8: Waiting
18a72a4bedd6: Waiting
4f4fb700ef54: Pulling fs layer
6fd9d51ce26c: Waiting
77d410803a59: Pulling fs layer
4f4fb700ef54: Waiting
44e2dad9dd55: Pulling fs layer
77d410803a59: Waiting
b51e285283d3: Pulling fs layer
dd8da5b96ca2: Pulling fs layer
44e2dad9dd55: Waiting
b51e285283d3: Waiting
b46c436fcec9: Pulling fs layer
dd8da5b96ca2: Waiting
a9e62b40a1cc: Pulling fs layer
f5ab56558ad4: Pulling fs layer
b46c436fcec9: Waiting
8f52d3d09866: Pulling fs layer
a9e62b40a1cc: Waiting
f5ab56558ad4: Waiting
39ac1f9b485e: Pulling fs layer
8f52d3d09866: Waiting
503fbe92c3b9: Pulling fs layer
39ac1f9b485e: Waiting
f3db52c04fc1: Pulling fs layer
503fbe92c3b9: Waiting
3bb40995af78: Pulling fs layer
c83fbf1c12e8: Pulling fs layer
f3db52c04fc1: Waiting
3bb40995af78: Waiting
ad31772f43a8: Pulling fs layer
c83fbf1c12e8: Waiting
ce60cf8100fe: Pulling fs layer
0205937477da: Pulling fs layer
ad31772f43a8: Waiting
ce60cf8100fe: Waiting
24ccf4b3cee6: Pulling fs layer
0205937477da: Waiting
04a8b415dd1b: Pulling fs layer
a0a04868c053: Pulling fs layer
c2855634128b: Pulling fs layer
24ccf4b3cee6: Waiting
04a8b415dd1b: Waiting
45975b81f847: Pulling fs layer
a0a04868c053: Waiting
a05a44f66e3d: Pulling fs layer
c2855634128b: Waiting
45975b81f847: Waiting
798eed38fd5f: Pulling fs layer
45a2275c2287: Pulling fs layer
798eed38fd5f: Waiting
bfa4a39a96d8: Pulling fs layer
45a2275c2287: Waiting
bfa4a39a96d8: Waiting
9a2e0901dff5: Download complete
9a2e0901dff5: Pull complete
b1f9cc70ae42: Download complete
b1f9cc70ae42: Pull complete
ce0546b0dd1f: Verifying Checksum
ce0546b0dd1f: Download complete
79301f00e8ba: Verifying Checksum
79301f00e8ba: Download complete
ce0546b0dd1f: Pull complete
79301f00e8ba: Pull complete
9b295b25667c: Verifying Checksum
9b295b25667c: Download complete
a31f71beef5e: Verifying Checksum
a31f71beef5e: Download complete
5f6f7ff1dd75: Verifying Checksum
5f6f7ff1dd75: Download complete
3326c804f772: Verifying Checksum
3326c804f772: Download complete
9b295b25667c: Pull complete
a31f71beef5e: Pull complete
5f6f7ff1dd75: Pull complete
3326c804f772: Pull complete
dbc305c5cd35: Verifying Checksum
dbc305c5cd35: Download complete
dbc305c5cd35: Pull complete
c2cccf40b87f: Verifying Checksum
c2cccf40b87f: Download complete
c2cccf40b87f: Pull complete
45e66d8ca585: Verifying Checksum
45e66d8ca585: Download complete
45e66d8ca585: Pull complete
fcefa7241269: Verifying Checksum
fcefa7241269: Download complete
fcefa7241269: Pull complete
5bf160151561: Verifying Checksum
5bf160151561: Download complete
5bf160151561: Pull complete
874b2264723c: Download complete
874b2264723c: Pull complete
ada98df8f669: Download complete
ada98df8f669: Pull complete
ab8d0ea6e4f6: Verifying Checksum
ab8d0ea6e4f6: Download complete
ab8d0ea6e4f6: Pull complete
18a72a4bedd6: Download complete
bfcd7ea0ace8: Verifying Checksum
bfcd7ea0ace8: Download complete
76a18c947be5: Verifying Checksum
76a18c947be5: Download complete
6fd9d51ce26c: Download complete
4f4fb700ef54: Download complete
77d410803a59: Download complete
44e2dad9dd55: Verifying Checksum
44e2dad9dd55: Download complete
b51e285283d3: Download complete
dd8da5b96ca2: Verifying Checksum
dd8da5b96ca2: Download complete
b46c436fcec9: Download complete
a9e62b40a1cc: Verifying Checksum
a9e62b40a1cc: Download complete
f5ab56558ad4: Download complete
8f52d3d09866: Verifying Checksum
8f52d3d09866: Download complete
39ac1f9b485e: Download complete
503fbe92c3b9: Verifying Checksum
503fbe92c3b9: Download complete
f3db52c04fc1: Download complete
3bb40995af78: Verifying Checksum
3bb40995af78: Download complete
ad31772f43a8: Verifying Checksum
ad31772f43a8: Download complete
18a72a4bedd6: Pull complete
bfcd7ea0ace8: Pull complete
76a18c947be5: Pull complete
6fd9d51ce26c: Pull complete
4f4fb700ef54: Pull complete
77d410803a59: Pull complete
44e2dad9dd55: Pull complete
b51e285283d3: Pull complete
dd8da5b96ca2: Pull complete
b46c436fcec9: Pull complete
a9e62b40a1cc: Pull complete
f5ab56558ad4: Pull complete
8f52d3d09866: Pull complete
39ac1f9b485e: Pull complete
503fbe92c3b9: Pull complete
f3db52c04fc1: Pull complete
3bb40995af78: Pull complete
c83fbf1c12e8: Verifying Checksum
c83fbf1c12e8: Download complete
0205937477da: Download complete
24ccf4b3cee6: Download complete
04a8b415dd1b: Verifying Checksum
04a8b415dd1b: Download complete
a0a04868c053: Verifying Checksum
a0a04868c053: Download complete
c2855634128b: Verifying Checksum
c2855634128b: Download complete
45975b81f847: Download complete
ce60cf8100fe: Verifying Checksum
ce60cf8100fe: Download complete
798eed38fd5f: Download complete
45a2275c2287: Download complete
bfa4a39a96d8: Verifying Checksum
bfa4a39a96d8: Download complete
a05a44f66e3d: Verifying Checksum
a05a44f66e3d: Download complete
c83fbf1c12e8: Pull complete
ad31772f43a8: Pull complete
ce60cf8100fe: Pull complete
0205937477da: Pull complete
24ccf4b3cee6: Pull complete
04a8b415dd1b: Pull complete
a0a04868c053: Pull complete
c2855634128b: Pull complete
45975b81f847: Pull complete
a05a44f66e3d: Pull complete
798eed38fd5f: Pull complete
45a2275c2287: Pull complete
bfa4a39a96d8: Pull complete
Digest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115
2026-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] 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
2026-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-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-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_HEAD
   ffb54b9bdd..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything 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_string
sqlgg 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.1
Done.
# 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 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.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 SET
      col_2 = excluded.col_2,
      col_3 = col_3
2026-04-03 12:44.35 ---> saved as "af52594655589d30a62d54e315e098ef9a2cddc243718d651c8f8312c7a94c21"
Job succeeded
2026-04-03 12:44.35: Job succeeded