2025-03-20 12:58.12: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (ed1b61f273761f4b2ddb894703a3fee08c4ab6d7) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)Base: openbsd-76-amd64-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard ed1b61f2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-76-amd64-ocaml-5.3# openbsd-76-amd64-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 8d19977bcd20607919a25e688e963280f2746425 || git fetch origin master) && git reset -q --hard 8d19977bcd20607919a25e688e963280f2746425 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 sqlgg.opam /home/opam/src/./RUN opam pin add -yn sqlgg.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.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 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-03-20 12:58.12: Using cache hint "ygrek/sqlgg-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-8001d4d8477edf2c7828ba8734d34c82"2025-03-20 12:58.12: Using OBuilder spec:((from openbsd-76-amd64-ocaml-5.3)(comment openbsd-76-amd64-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8d19977bcd20607919a25e688e963280f2746425 || git fetch origin master) && git reset -q --hard 8d19977bcd20607919a25e688e963280f2746425 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src sqlgg.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn sqlgg.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-03-20 12:58.12: Waiting for resource in pool OCluster2025-03-20 12:58.12: Waiting for worker…2025-03-20 12:58.29: Got resource from pool OClusterBuilding on bremusaAll commits already cachedHEAD is now at ed1b61f Merge pull request #161 from jongleb/fix-maybe-response-id(from openbsd-76-amd64-ocaml-5.3)2025-03-20 12:58.29 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache/: (comment openbsd-76-amd64-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-03-20 12:58.29 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repository2025-03-20 12:58.29 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.6The OCaml toplevel, version 5.3.02.3.02025-03-20 12:58.29 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8d19977bcd20607919a25e688e963280f2746425 || git fetch origin master) && git reset -q --hard 8d19977bcd20607919a25e688e963280f2746425 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf93eb7cb02..8d19977bcd master -> origin/master8d19977bcd Release ppx_deriving.6.1.0 (#27621)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from 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-03-20 13:01.31 ---> saved as "258741b3901f3e54451dbad4cde74ad3d725cbd788f58d5e751b66b987471782"/: (copy (src sqlgg.opam) (dst /home/opam/src/./))2025-03-20 13:02.28 ---> saved as "d1bb4d2014ac23a6147a9aea229cee9d7446f7343bf15ac22c72f5f904846cd6"/: (run (network host)(shell "opam pin add -yn sqlgg.dev '/home/opam/src/./'"))[sqlgg.dev] synchronised (file:///home/opam/src)sqlgg is now pinned to file:///home/opam/src (version dev)2025-03-20 13:03.22 ---> saved as "d07d051517ef8625b150fee7f7c050b1c79a8853b845c560e832590c941092a2"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-03-20 13:04.18 ---> saved as "89770a53e07bb83316a7dc0923d4f8b22b45097c45ce2a2941bb5f52520bda36"/: (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.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[sqlgg.dev] synchronised (file:///home/opam/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-03-20 13:05.23 ---> saved as "793e50b575c6d00532e80214ee82ed699ab11efa4b5e01f8af86d82b6317c411"/: (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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 18 packages- install cppo 1.8.0- install dune 3.17.2- 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.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.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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved mybuild.7 (https://github.com/ygrek/mybuild/releases/download/v7/mybuild-7.tbz)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved dune.3.17.2 (cached)-> retrieved seq.base (cached)-> retrieved ppx_deriving.6.1.0 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.1.0/ppx_deriving-6.1.0.tbz)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.17.2-> installed seq.base-> installed cppo.1.8.0-> installed menhirCST.20240715-> installed extlib.1.8.0-> installed menhirLib.20240715-> installed menhirSdk.20240715-> installed mybuild.7-> installed menhir.20240715-> installed ocaml-compiler-libs.v0.17.0-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed ppxlib.0.36.0-> installed ppx_deriving.6.1.0Done.# To update the current shell environment, run: eval $(opam env)2025-03-20 13:17.47 ---> saved as "8af1aa3ce7619372e40df16b41746fb1b1ace773a0a53838da80dee7a2ae9126"/: (copy (src .) (dst /home/opam/src))2025-03-20 13:18.44 ---> saved as "c754df322a08f650e2af4e354a5046bf93c5239df0acad0fdf995718e5fd6605"/: (run (shell "cd /home/opam/src && 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 parent up to mount point /)Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).(cd _build/default && /home/opam/.opam/5.3.0/bin/menhir lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred)Warning: 30 states have shift/reduce conflicts.Warning: 3 states have reduce/reduce conflicts.Warning: 135 shift/reduce conflicts were arbitrarily resolved.Warning: 18 reduce/reduce conflicts were arbitrarily resolved.(cd _build/default/src && ./cli.exe -test)......................T...........................................................................................................................Ran: 146 tests in: 0.21 seconds.FAILED: Cases: 146 Tried: 146 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-03-20 13:19.54 ---> saved as "017a9154a29073be55f3e7bb18a6fa62ef6be012aba8221975db5ce619daf867"Job succeeded2025-03-20 13:19.54: Job succeeded