2026-03-28 07:31.10: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/267/head (924e5967fa8055b08852e4617cd6f1d4a689ced5) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/267/head" && git reset --hard 924e5967cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c# fedora-42-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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-threads.base base-unix.base cppo.1.8.0 dune.3.22.0 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-03-28 07:31.10: Using cache hint "ygrek/sqlgg-ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c-fedora-42-4.14_opam-2.5-634c803bf979e391187fbc1852036d8d"2026-03-28 07:31.10: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)(comment fedora-42-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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-threads.base base-unix.base cppo.1.8.0 dune.3.22.0 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-03-28 07:31.10: Waiting for resource in pool OCluster2026-03-28 07:56.28: Waiting for worker…2026-03-28 07:58.54: Got resource from pool OClusterBuilding on doris.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/sqlgg.git-66157ed3e92602c74ab60b13c44d7db6de1c3e01/.git/HEAD is now at 924e596 fix optional param in update stmt(from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c' locallydocker.io/ocaml/opam@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c: Pulling from ocaml/opamf11155b5d7d3: Pulling fs layerc0441fd37335: Pulling fs layer7da60934020f: Pulling fs layera3c2df9bb26c: Pulling fs layerf0624cfef3a3: Pulling fs layer11e0556d36f7: Pulling fs layera3c2df9bb26c: Waiting11e0556d36f7: Waitingf0624cfef3a3: Waitingc0441fd37335: Verifying Checksumc0441fd37335: Download completea3c2df9bb26c: Verifying Checksuma3c2df9bb26c: Download completef0624cfef3a3: Download complete11e0556d36f7: Verifying Checksum11e0556d36f7: Download completef11155b5d7d3: Verifying Checksumf11155b5d7d3: Download complete7da60934020f: Verifying Checksum7da60934020f: Download completef11155b5d7d3: Pull completec0441fd37335: Pull complete7da60934020f: Pull completea3c2df9bb26c: Pull completef0624cfef3a3: Pull complete11e0556d36f7: Pull completeDigest: sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0cStatus: Downloaded newer image for ocaml/opam@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c2026-03-28 07:59.17 ---> using "44f1cb10c69e1b35dfc0df6b713e7e500ed17f28146321c7d88e072120c36624" from cache/: (comment fedora-42-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 5.0 KiB/s | 5.4 KiB | 00m01sFedora 42 - x86_64 100% | 76.9 KiB/s | 23.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-03-28 07:59.17 ---> using "d744e315ef8eb40b3230f43f701ca8d3d2b41c46e4e03ea91955855077feb6e1" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-28 07:59.17 ---> using "dfb864731ec4bbfef0572266c2a6a7218d6a1b23d4e908e66ab342275000b982" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-03-28 07:59.17 ---> using "323893d982682c5b14096989181ce32b8633f77cf28be2ce8539a7e44beadb61" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.02026-03-28 07:59.17 ---> using "7675d3f5ac0869676693e80a05873a0684bbfc7e1835169107d2f9451d200446" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-28 07:59.17 ---> using "1928b7a86cc24575995ff900edbd943f1723f3be8a844d4150ee1407412415fe" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD76bf2ed944..65664dc5b2 master -> origin/master46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[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-03-28 07:59.17 ---> using "db732d73ecfca142c34537bad69573259c3f41ff7a1cb236adcdd5e01b5b6a41" from cache/src: (copy (src sqlgg.opam) (dst ./))2026-03-28 07:59.17 ---> saved as "ae01ec82e5ba735e61e6581c16621b72b42786732aaf15be5925bd9587068944"/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-03-28 07:59.18 ---> saved as "763082795e47513461bc9e981964e749664dd907a8e4a6bb41c82cf457aea00f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-28 07:59.18 ---> saved as "2f267ed3661efaf623e8e6dc76ca65a3d9ba36807e6faa3feb54cb65e362d3c9"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.22.0 extlib.1.8.0 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mybuild.7 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-03-28 07:59.26 ---> saved as "68d786003794861b01674d5e6db00f6df066838fbee08fb4a96200ed98865abd"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-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.0- install extlib 1.8.0- install integers 0.7.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install mybuild 7- install ocaml-compiler-libs v0.12.4- 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.12.4 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.0-> installed menhirCST.20260209-> installed ppx_derivers.1.2.1-> installed menhirGLR.20260209-> installed stdlib-shims.0.3.0-> installed menhirLib.20260209-> installed mybuild.7-> installed cppo.1.8.0-> installed menhirSdk.20260209-> installed sexplib0.v0.17.0-> installed integers.0.7.0-> installed ocaml-compiler-libs.v0.12.4-> installed extlib.1.8.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> 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-03-28 08:00.14 ---> saved as "ecf2ffbf0cf38bafe3b956674fb64a9573099b52b667cf4a1e44aa57a73f5445"/src: (copy (src .) (dst /src))2026-03-28 08:00.14 ---> saved as "e61c4076c1b6a124f35736cbe864fab47be445f745fb39e0fde1150fd2c5a944"/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/json_path && ./test_json_path.exe)............................................Ran: 44 tests in: 0.02 seconds.OK(cd _build/default && /home/opam/.opam/4.14/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.42 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-03-28 08:00.25 ---> saved as "20ea147b303dca4dcf2f70383cb473d26df534608972494705d03d3e9552c08e"Job succeeded2026-03-28 08:00.25: Job succeeded