2025-04-14 13:32.44: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/pull/181/head (fc072d6959a0e1ce227b6184f2752079cc589b32) (linux-x86_64:alpine-3.21-4.14_opam-2.3)Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" && cd "sqlgg" && git fetch origin "refs/pull/181/head" && git reset --hard fc072d69cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7# alpine-3.21-4.14_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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.18.0 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --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-BLOCK2025-04-14 13:32.44: Using cache hint "ygrek/sqlgg-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7-alpine-3.21-4.14_opam-2.3-4aa99bdb436303947194f2394b3d2ef5"2025-04-14 13:32.44: Using OBuilder spec:((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7)(comment alpine-3.21-4.14_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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-threads.base base-unix.base cppo.1.8.0 dune.3.18.0 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.3 --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-04-14 13:32.44: Waiting for resource in pool OCluster2025-04-14 13:32.44: Waiting for worker…2025-04-14 13:32.46: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at fc072d6 support default value as expression(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7)Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7' locallydocker.io/ocaml/opam@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7: Pulling from ocaml/opam47b08425ee9b: Pulling fs layer47b08425ee9b: Waiting47b08425ee9b: Verifying Checksum47b08425ee9b: Download complete47b08425ee9b: Pull completeDigest: sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb7Status: Downloaded newer image for ocaml/opam@sha256:700cef7086e5ab8f24a42fb371b7be0855051db65c822dc447f90adc9609dbb72025-04-14 13:32.48 ---> using "bd1a6ff8682763d02f6ea8340f8477bfdb4114ca8e4b584f0035829bd3e9edc4" from cache/: (comment alpine-3.21-4.14_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-04-14 13:32.48 ---> using "08c106e1fd4eef95987d27e165990d0c74b35ad9f7a61009de6001a3d005ab04" 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 development 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-04-14 13:32.48 ---> using "e8352a7a53aae8114c97e90fe3f55bd8ec6747332e12685369d3d9e02c6c40fa" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.3.02025-04-14 13:32.48 ---> using "25045813cb5a43ee93f95304cadfb7b2589580ddea10628f152e811a80f14ca2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-14 13:32.48 ---> using "6363480d1e2bf665740aef6bfc75f8a23b62fb1eacfd7ceba5ca33df765d69a6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-04-14 13:33.06 ---> saved as "3dacf9d68887c3888508915b4370979a349836d4188f5987c8610f6615de1775"/src: (copy (src sqlgg.opam) (dst ./))2025-04-14 13:33.07 ---> saved as "a1a0cfd88026e869228597385da368042e69fdc7ddf64bf9e59a54958caf5fba"/src: (run (network host)(shell "opam pin add -yn sqlgg.dev './'"))[sqlgg.dev] synchronised (file:///src)sqlgg is now pinned to file:///src (version dev)2025-04-14 13:33.09 ---> saved as "38118be4e0b66f60e8ef0ee0f67f6571f883dd416bad923e82ad2ab7c5cfdf5b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-14 13:33.09 ---> saved as "cb86ff4c9c90c75743e777c7e28cb168af75177d5c83904aed86453c09de9304"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.18.0 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.3 --depext-only -y sqlgg.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.21.3-315-g3da6a37ba96 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]- v3.21.3-319-g9f9e2f299c9 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]- v20250108-5719-gfc4a77cd3ba [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20250108-5785-ga5f64477936 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20250108-5784-g43abde2e161 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 57732 distinct packages available<><> 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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-04-14 13:33.45 ---> saved as "72f0c2016cf3aeffebcbe106003cafec9763d3782974d7a56fcc6ce0bbdddb19"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 18 packages- install cppo 1.8.0- install dune 3.18.0- install extlib 1.8.0- install menhir 20240715- install menhirCST 20240715- install menhirLib 20240715- install menhirSdk 20240715- 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.0- install ppxlib 0.36.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved extlib.1.8.0 (cached)-> retrieved mybuild.7 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved dune.3.18.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.18.0-> installed menhirCST.20240715-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed menhirSdk.20240715-> installed mybuild.7-> installed sexplib0.v0.17.0-> installed menhirLib.20240715-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed extlib.1.8.0-> installed menhir.20240715-> installed ppxlib.0.36.0-> installed ppx_deriving.6.1.0Done.# To update the current shell environment, run: eval $(opam env)2025-04-14 13:34.34 ---> saved as "cb561f49806206e36d83370a7e26ffa7c2c6e4b37c1de741abf604a23730cc44"/src: (copy (src .) (dst /src))2025-04-14 13:34.34 ---> saved as "7bb6b3146cafa7a1a4b65b7545fd4f3da0783647e30c9f6ff74136d8765ad40b"/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/4.14/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: 134 shift/reduce conflicts were arbitrarily resolved.Warning: 18 reduce/reduce conflicts were arbitrarily resolved.(cd _build/default/src && ./cli.exe -test)......................T....................................................................................................................................................Ran: 171 tests in: 0.09 seconds.FAILED: Cases: 171 Tried: 171 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-04-14 13:34.42 ---> saved as "60c2d83b4a22580c18a5918c71076a4f162b5ea9957238d417a141f17809b41e"Job succeeded2025-04-14 13:34.43: Job succeeded